]>
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 | ||
fd9f42b6 | 7 | !include <../../build/msw/config.vc> |
250700e4 RD |
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 | ||
fd9f42b6 | 22 | all: sub_cube sub_isosurf sub_penguin |
250700e4 RD |
23 | |
24 | clean: | |
25 | -if exist .\*.obj del .\*.obj | |
26 | -if exist .\*.res del .\*.res | |
27 | ||
fd9f42b6 | 28 | sub_cube: |
250700e4 | 29 | cd cube |
fd9f42b6 | 30 | $(MAKE) /$(MAKEFLAGS) -f makefile.vc all |
250700e4 | 31 | cd $(MAKEDIR) |
e93c6860 | 32 | |
fd9f42b6 | 33 | sub_isosurf: |
e93c6860 | 34 | cd isosurf |
fd9f42b6 | 35 | $(MAKE) /$(MAKEFLAGS) -f makefile.vc all |
e93c6860 VS |
36 | cd $(MAKEDIR) |
37 | ||
fd9f42b6 | 38 | sub_penguin: |
e93c6860 | 39 | cd penguin |
fd9f42b6 | 40 | $(MAKE) /$(MAKEFLAGS) -f makefile.vc all |
e93c6860 | 41 | cd $(MAKEDIR) |