SCM Repository
Diff of /trunk/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 1116, Thu May 5 04:49:02 2011 UTC | revision 1306, Sat Jun 11 01:39:54 2011 UTC | |
---|---|---|
# | Line 9 | Line 9 |
9 | ||
10 | BUILD_DIRS = src/dnorm \ | BUILD_DIRS = src/dnorm \ |
11 | src/compiler \ | src/compiler \ |
12 | src/lib | src/lib/build |
13 | ||
14 | .PHONY: help build local-install \ | .PHONY: help build local-install \ |
15 | clean local-distclean local-devclean | clean local-distclean local-devclean |
# | Line 25 | Line 25 |
25 | @echo " and building; the resulting tree has the same" | @echo " and building; the resulting tree has the same" |
26 | @echo " files as the distribution." | @echo " files as the distribution." |
27 | @echo "The following additional targets are primarily for developers:" | @echo "The following additional targets are primarily for developers:" |
28 | @echo " devclean -- remove everything that is not part of the CVS" | @echo " devclean -- remove everything that is not part of the SVN" |
29 | @echo " repository." | @echo " repository." |
30 | ||
31 | local-install: | local-install: |
# | Line 46 | Line 46 |
46 | ||
47 | DISTCLEAN_FILES += Makefile config.status config.log \ | DISTCLEAN_FILES += Makefile config.status config.log \ |
48 | autom4te*.cache \ | autom4te*.cache \ |
49 | bin/dnorm \ | bin \ |
50 | bin/diderotc \ | lib \ |
51 | bin/install-sml-wrapper.sh \ | src/include/Diderot/config.h |
bin/.heap | ||
52 | ||
53 | DEVCLEAN_FILES = configure | DEVCLEAN_FILES = configure \ |
54 | config/config_h.in | |
55 | ||
56 | include @DIDEROT_MKDIR@/clean-rules.gmk | include @DIDEROT_MKDIR@/clean-rules.gmk |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |