SCM Repository
[diderot] / branches / pure-cfg / test / Makefile.in |
Diff of /branches/pure-cfg/test/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 611, Sat Mar 12 07:10:21 2011 UTC | revision 612, Sat Mar 12 17:56:24 2011 UTC | |
---|---|---|
# | Line 23 | Line 23 |
23 | LDFLAGS = -L@TEEM_DIR@/lib $(LIBS) | LDFLAGS = -L@TEEM_DIR@/lib $(LIBS) |
24 | ||
25 | $(IMAGE_STEM).png: mip.txt | $(IMAGE_STEM).png: mip.txt |
26 | $(UNU) reshape -i mip.txt -s 200 200 | $(UNU) quantize -b 8 -o $(IMAGE_STEM).png | $(UNU) reshape -i mip.txt -s 200 200 | $(UNU) 2op exists - -1 | $(UNU) quantize -b 8 -o $(IMAGE_STEM).png |
27 | ||
28 | mip.txt: $(SRC_STEM) | mip.txt: $(SRC_STEM) |
29 | $(SRC_STEM) | $(SRC_STEM) |
# | Line 36 | Line 36 |
36 | ||
37 | $(SRC_STEM).c: $(SRC_STEM).diderot | $(SRC_STEM).c: $(SRC_STEM).diderot |
38 | $(DIDEROTC) $(DIDEROTC_FLAGS) $(VR_OPTIONS) $(SRC_STEM).diderot | $(DIDEROTC) $(DIDEROTC_FLAGS) $(VR_OPTIONS) $(SRC_STEM).diderot |
39 | cat extra-code.c >> $(SRC_STEM).c | |
40 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |