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 2430, Thu Sep 19 21:41:27 2013 UTC | |
---|---|---|
# | Line 7 | Line 7 |
7 | SHELL = @SHELL@ | SHELL = @SHELL@ |
8 | @SET_MAKE@ | @SET_MAKE@ |
9 | ||
10 | BUILD_DIRS = src/dnorm \ | BUILD_DIRS = src/compiler \ |
src/compiler \ | ||
11 | src/lib/build | src/lib/build |
12 | ||
13 | # add OpenCL specific targets | |
14 | # | |
15 | ifeq (@CL_ENABLED@,true) | |
16 | BUILD_DIRS += src/clinfo | |
17 | endif | |
18 | ||
19 | .PHONY: help build local-install \ | .PHONY: help build local-install \ |
20 | clean local-distclean local-devclean | clean local-distclean local-devclean |
21 | ||
# | Line 45 | Line 50 |
50 | ||
51 | CLEAN_SUBDIRS = $(BUILD_DIRS) test/MIP test/probe doc | CLEAN_SUBDIRS = $(BUILD_DIRS) test/MIP test/probe doc |
52 | ||
53 | CLEAN_FILES = | CLEAN_FILES = rtest/tests/*/out.nrrd |
54 | ||
55 | DISTCLEAN_FILES += Makefile config.status config.log \ | DISTCLEAN_FILES += Makefile config.status config.log \ |
56 | autom4te*.cache \ | autom4te*.cache \ |
# | Line 53 | Line 58 |
58 | lib \ | lib \ |
59 | rtest/scripts/run.sh \ | rtest/scripts/run.sh \ |
60 | rtest/scripts/run-one.sh \ | rtest/scripts/run-one.sh \ |
61 | rtest/log.* \ | |
62 | rtest/report.* \ | |
63 | src/include/Diderot/config.h \ | src/include/Diderot/config.h \ |
64 | src/compiler/gen/file2str/file2str.sh | src/compiler/gen/file2str/file2str.sh |
65 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |