]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.gcc
added opengl samples
[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/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
20 ### Targets: ###
21
22 all: cube isosurf penguin
23
24 clean:
25 -if exist .\*.o del .\*.o
26
27 cube:
28 (cd cube && $(MAKE) all)
29
30 isosurf:
31 (cd isosurf && $(MAKE) all)
32
33 penguin:
34 (cd penguin && $(MAKE) all)
35
36 .PHONY: all clean cube isosurf penguin