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