SCM Repository
[diderot] / branches / pure-cfg / test / Makefile.in |
Diff of /branches/pure-cfg/test/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 572, Tue Mar 1 15:34:03 2011 UTC | revision 573, Thu Mar 3 17:43:19 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | # Makefile for Diderot test programs runtime code | # Makefile for Diderot test programs |
2 | # | # |
3 | ||
4 | SHELL = @SHELL@ | SHELL = @SHELL@ |
# | Line 6 | Line 6 |
6 | DIDEROTC = ../bin/diderotc | DIDEROTC = ../bin/diderotc |
7 | DIDEROTC_FLAGS = -log | DIDEROTC_FLAGS = -log |
8 | ||
9 | IMAGE_FILE = ../data/vox1.nrrd | |
10 | IMAGE_STEM = $(shell basename $(IMAGE_FILE) .nrrd) | |
11 | ||
12 | # command-line options for vr-MIP example | # command-line options for vr-MIP example |
13 | VR_OPTIONS = -DdataFile=../data/vox1.nrrd | VR_OPTIONS = -DdataFile=$(IMAGE_FILE) |
14 | ||
15 | INCLUDE_PATHS = -I../src/include -I@TEEM_DIR@/include | INCLUDE_PATHS = -I../src/include -I@TEEM_DIR@/include |
16 | LIBS = -lteem ../src/lib/diderot-lib.o | LIBS = -lteem ../src/lib/diderot-lib.o |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |