SCM Repository
[diderot] / benchmarks / mk / clean-rules.gmk |
Diff of /benchmarks/mk/clean-rules.gmk
Parent Directory
|
Revision Log
|
Patch
revision 1538, Fri Oct 14 22:07:34 2011 UTC | revision 1656, Tue Nov 22 18:31:51 2011 UTC | |
---|---|---|
# | Line 16 | Line 16 |
16 | # DEVCLEAN_FILES -- extra files to remove for devclean target | # DEVCLEAN_FILES -- extra files to remove for devclean target |
17 | # | # |
18 | ||
19 | CLEAN_FILES += $(wildcard *.o) \ | CLEAN_FILES += bmark-seq.c bmark-par.c bmark-cl.c bmark-cl.cl \ |
20 | $(wildcard *.so) \ | $(wildcard *.o) \ |
21 | $(wildcard *.a) \ | $(wildcard *.txt) \ |
22 | $(wildcard *.dSYM) \ | $(wildcard *.nrrd) \ |
23 | $(TARGETS) | $(TARGETS) |
24 | ||
25 | DISTCLEAN_FILES += Makefile | DISTCLEAN_FILES += Makefile |
26 | ||
27 | .PHONY: sub-clean local-clean clean | .PHONY: sub-clean local-clean clean |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |