]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/makefile.gcc
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[wxWidgets.git] / samples / opengl / makefile.gcc
CommitLineData
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 7include ../../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
19MAKEARGS = GCC_VERSION=$(GCC_VERSION)
20
3b20263d 21
3b20263d
VS
22### Targets: ###
23
e93c6860 24all: cube isosurf penguin
3b20263d
VS
25
26clean:
250700e4 27 -if exist .\*.o del .\*.o
3b20263d 28
250700e4 29cube:
fd9f42b6 30 $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
3b20263d 31
e93c6860 32isosurf:
fd9f42b6 33 $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
e93c6860
VS
34
35penguin:
fd9f42b6 36 $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
e93c6860
VS
37
38.PHONY: all clean cube isosurf penguin