]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
f509d00d | 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
7 | !include <../../build/config.vc> | |
8 | ||
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | ### Variables: ### | |
14 | ||
15 | ||
16 | ### Conditionally set variables: ### | |
17 | ||
18 | ||
19 | ||
20 | ### Targets: ### | |
21 | ||
e93c6860 | 22 | all: cube isosurf penguin |
250700e4 RD |
23 | |
24 | clean: | |
25 | -if exist .\*.obj del .\*.obj | |
26 | -if exist .\*.res del .\*.res | |
27 | ||
28 | cube: | |
29 | cd cube | |
30 | $(MAKE) /$(MAKEFLAGS) all | |
31 | cd $(MAKEDIR) | |
e93c6860 VS |
32 | |
33 | isosurf: | |
34 | cd isosurf | |
35 | $(MAKE) /$(MAKEFLAGS) all | |
36 | cd $(MAKEDIR) | |
37 | ||
38 | penguin: | |
39 | cd penguin | |
40 | $(MAKE) /$(MAKEFLAGS) all | |
41 | cd $(MAKEDIR) |