1 *** /dev/null Wed Jan 7 11:47:26 2015
2 --- tradcpp-0.4/Makefile.in Wed Jan 7 11:43:15 2015
8 + ### Filled in by `configure' ###
13 + CPPFLAGS = @CPPFLAGS@
18 + exec_prefix = @exec_prefix@
22 + incdir = @includedir@
24 + mandir = @mandir@/man$(manext)
26 + datarootdir = @datarootdir@
30 + files.o directive.o eval.o macro.o output.o \
31 + place.o array.o utils.o
33 + .PHONY: all clean install man doc dist
40 + $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ $(OBJS)
46 + rm -f Makefile config.log config.status config-cache
49 + mkdir -p $(DESTDIR)$(mandir)
50 + install tradcpp.1 $(DESTDIR)$(mandir)
51 + mkdir -p $(DESTDIR)$(bindir)
52 + install tradcpp $(DESTDIR)$(bindir)
55 + $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
57 + array.o: array.c array.h inlinedefs.h utils.h
58 + directive.o: directive.c utils.h mode.h place.h files.h directive.h \
59 + macro.h eval.h output.h
60 + eval.o: eval.c utils.h array.h inlinedefs.h mode.h place.h eval.h
61 + files.o: files.c array.h inlinedefs.h utils.h mode.h place.h files.h \
63 + macro.o: macro.c array.h inlinedefs.h utils.h mode.h place.h macro.h \
65 + main.o: main.c version.h config.h utils.h array.h inlinedefs.h mode.h \
66 + place.h files.h directive.h macro.h
67 + output.o: output.c utils.h mode.h place.h output.h
68 + place.o: place.c utils.h array.h inlinedefs.h place.h
69 + utils.o: utils.c utils.h
70 *** /dev/null Wed Jan 7 11:47:26 2015
71 --- tradcpp-0.4/configure.ac Wed Jan 7 11:22:18 2015
75 + AC_PREREQ([2.60])dnl