SCM Repository
[diderot] / branches / vis12 / Makefile.in |
Diff of /branches/vis12/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 1941, Tue Jul 3 15:22:31 2012 UTC | revision 2105, Fri Dec 7 13:24:25 2012 UTC | |
---|---|---|
# | Line 11 | Line 11 |
11 | src/compiler \ | src/compiler \ |
12 | src/lib/build | src/lib/build |
13 | ||
14 | # add OpenCL specific targets | |
15 | # | |
16 | ifeq (@CL_ENABLED@,true) | |
17 | BUILD_DIRS += src/clinfo | |
18 | endif | |
19 | ||
20 | .PHONY: help build local-install \ | .PHONY: help build local-install \ |
21 | clean local-distclean local-devclean | clean local-distclean local-devclean |
22 | ||
# | Line 45 | Line 51 |
51 | ||
52 | CLEAN_SUBDIRS = $(BUILD_DIRS) test/MIP test/probe doc | CLEAN_SUBDIRS = $(BUILD_DIRS) test/MIP test/probe doc |
53 | ||
54 | CLEAN_FILES = | CLEAN_FILES = rtest/tests/*/out.nrrd |
55 | ||
56 | DISTCLEAN_FILES += Makefile config.status config.log \ | DISTCLEAN_FILES += Makefile config.status config.log \ |
57 | autom4te*.cache \ | autom4te*.cache \ |
# | Line 53 | Line 59 |
59 | lib \ | lib \ |
60 | rtest/scripts/run.sh \ | rtest/scripts/run.sh \ |
61 | rtest/scripts/run-one.sh \ | rtest/scripts/run-one.sh \ |
62 | rtest/log.* \ | |
63 | rtest/report.* \ | |
64 | src/include/Diderot/config.h \ | src/include/Diderot/config.h \ |
65 | src/compiler/gen/file2str/file2str.sh | src/compiler/gen/file2str/file2str.sh |
66 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |