From 628edceba5f1485ef7c4ef30fba93b4c0c0dd955 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 10 Apr 2001 01:57:46 +0000 Subject: Initial revision --- ax25mond/Makefile.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ax25mond/Makefile.am (limited to 'ax25mond/Makefile.am') diff --git a/ax25mond/Makefile.am b/ax25mond/Makefile.am new file mode 100644 index 0000000..4ccbdc4 --- /dev/null +++ b/ax25mond/Makefile.am @@ -0,0 +1,27 @@ + +sbin_PROGRAMS = ax25mond + +man_MANS = ax25mond.8 ax25mond.conf.5 + +EXTRA_DIST = $(man_MANS) $(etcfiles) + +ax25mond_LDADD = $(AX25_LIB) + +ax25mond_SOURCES = \ + ax25mond.c + +# Needed so that install is optional +etcfiles = ax25mond.conf +installconf: + $(mkinstalldirs) $(DESTDIR)$(AX25_SYSCONFDIR) + @list='$(etcfiles)'; for p in $$list; do \ + echo " $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p"; \ + $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p; \ + done + +AX25_SYSCONFDIR=$(sysconfdir)/ax25/ +AX25_LOCALSTATEDIR=$(localstatedir)/ax25/ + +INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \ + -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" + -- cgit v1.2.3