File: Makefile.am

package info (click to toggle)
ax25-apps 0.0.8-rc5%2Bgit20190411%2B0ff1383-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 820 kB
  • sloc: ansic: 10,891; makefile: 245; sh: 49
file content (12 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
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)"\"