2 # Makefile for zotnet/bboards subdirectory
9 top_srcdir = @top_srcdir@
16 INCLUDES = -I../.. -I$(srcdir) -I$(top_srcdir)
18 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
38 # all files in this directory included in the distribution
39 DIST = $(HDRS) $(SRCS) $(AUX)
41 # ========= DEPENDENCIES FOR BUILDING ==========
49 # ========== DEPENDENCIES FOR CLEANUP ==========
63 # ========== DEPENDENCIES FOR MAINTENANCE ==========
65 subdir = zotnet/bboards
67 Makefile: Makefile.in ../../config.status
68 cd ../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
70 distdir = ../../`cat ../../distname`/$(subdir)
72 @echo "Copying distribution files in $(subdir)"
73 @for file in $(DIST); do \
74 cp -p $(srcdir)/$$file $(distdir); \