]> git.saurik.com Git - wxWidgets.git/blame_incremental - 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
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
7include ../../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
19MAKEARGS = GCC_VERSION=$(GCC_VERSION)
20
21
22### Targets: ###
23
24all: cube isosurf penguin
25
26clean:
27 -if exist .\*.o del .\*.o
28
29cube:
30 $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
31
32isosurf:
33 $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
34
35penguin:
36 $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
37
38.PHONY: all clean cube isosurf penguin