SCM Repository
Diff of /branches/pure-cfg/src/lib/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 568, Fri Feb 25 00:21:39 2011 UTC | revision 569, Fri Feb 25 19:48:44 2011 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | ||
9 | CPPFLAGS += $(INCLUDE_PATHS) | CPPFLAGS += $(INCLUDE_PATHS) |
10 | ||
11 | .PHONY: build local-install \ | |
12 | clean distclean devclean | |
13 | ||
14 | build: diderot.o | |
15 | ||
16 | diderot.o: diderot.c ../include/Diderot/diderot.h | diderot.o: diderot.c ../include/Diderot/diderot.h |
17 | $(CC) -c $(CFLAGS) $(CPPFLAGS) diderot.c | $(CC) -c $(CFLAGS) $(CPPFLAGS) diderot.c |
18 | ||
19 | clean: | |
20 | rm -f diderot.o | |
21 | ||
22 | distclean: clean | |
23 | rm -f Makefile | |
24 | ||
25 | devclean: distclean |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |