2 # Makefile for zotnet/mts subdirectory
9 top_srcdir = @top_srcdir@
14 exec_prefix = @exec_prefix@
19 mailspool = @mailspool@
20 sendmailpath = @sendmailpath@
25 KRB4_INCLUDES = @KRB4_INCLUDES@
26 HESIOD_INCLUDES = @HESIOD_INCLUDES@
27 INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir) $(KRB4_INCLUDES) $(HESIOD_INCLUDES)
28 CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' -DMAILSPOOL='"$(mailspool)"' -DSENDMAILPATH='"$(sendmailpath)"'
30 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
31 COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS)
53 # all files in this directory included in the distribution
54 DIST = $(HDRS) $(SRCS) $(AUX)
56 # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ==========
67 # ========== DEPENDENCIES FOR CLEANUP ==========
81 # ========== DEPENDENCIES FOR MAINTENANCE ==========
85 Makefile: Makefile.in ../../config.status
86 cd ../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
88 distdir = ../../`cat ../../distname`/$(subdir)
90 @echo "Copying distribution files in $(subdir)"
91 @for file in $(DIST); do \
92 cp -p $(srcdir)/$$file $(distdir); \