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