Codebase list ax25-apps / upstream/0.0.8-rc5+git20190411+0ff1383 Makefile.am
upstream/0.0.8-rc5+git20190411+0ff1383

Tree @upstream/0.0.8-rc5+git20190411+0ff1383 (Download .tar.gz)

Makefile.am @upstream/0.0.8-rc5+git20190411+0ff1383raw · history · blame

SUBDIRS = ax25ipd ax25rtd call listen ax25mond

EXTRA_DIST = pathnames.h ax25-apps.spec

installconf:
	@for app in $(SUBDIRS); do $(MAKE) -C $$app installconf; done

AX25_SYSCONFDIR=$(sysconfdir)/ax25
AX25_LOCALSTATEDIR=$(localstatedir)/ax25

AM_CPPFLAGS = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \
	      -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\"