Ben NanoNote 3D scans
Sign in or create your account | Project List | Help
Ben NanoNote 3D scans Commit Details
Date: | 2010-09-27 17:08:18 (12 years 11 months ago) |
---|---|
Author: | Werner Almesberger |
Commit: | 26beb8af0cff9191981f616d06f708cf4d747a85 |
Message: | Added "new" along with its paraphernalia. - sfy/Makefile (new): added "new" target and the variables is uses (from cae-tools/solidify/Makefile) |
Files: |
sfy/Makefile (3 diffs) |
Change Details
sfy/Makefile | ||
---|---|---|
1 | 1 | PARTS = baseframe batcvr dispbase dispshell kbd lcdframe |
2 | 2 | |
3 | PRJ=http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master | |
4 | DIR=$(PRJ)/data/csv | |
5 | FACE_A=$(DIR)/ben-$(NAME)-$(TOP)-100um.txt.bz2 | |
6 | FACE_B=$(DIR)/ben-$(NAME)-$(BOTTOM)-100um.txt.bz2 | |
7 | ||
3 | 8 | .SUFFIXES: .sfy .inc |
4 | 9 | |
5 | .PHONY: run pov ben clean | |
10 | .PHONY: new run pov ben clean | |
11 | ||
12 | new: | |
13 | ./solidify $(NAME).sfy $(FACE_A) $(FACE_B) $(D) | |
6 | 14 | |
7 | 15 | run: $(NAME).sfy |
8 | 16 | ./solidify $(NAME).sfy |
... | ... | |
11 | 19 | ./solidify -p $< |
12 | 20 | |
13 | 21 | pov: $(NAME).pov $(NAME).inc |
14 | povray +A +P -W1280 -H900 $(NAME).pov | |
22 | povray +A -P -W1280 -H900 $(NAME).pov | |
15 | 23 | |
16 | 24 | ben: ben.pov $(PARTS:%=%.inc) |
17 | 25 | povray +A +P -W1280 -H900 ben.pov |
... | ... | |
23 | 31 | clean: |
24 | 32 | rm -f $(PARTS:%=%.inc) $(PARTS:%=%.pov) *.pgm |
25 | 33 | rm -f $(PARTS:%=%.png) |
34 | ||
35 | xxx: | |
36 | for n in $(PARTS); do ( make NAME=$$n pov && qippl $$n.png tmp; ) & done |
Branches:
master