1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[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 MAKEARGS = CPPFLAGS=$(CPPFLAGS) DEBUG_FLAG=$(DEBUG_FLAG) LDFLAGS=$(LDFLAGS) \
16         CC=$(CC) USE_GUI=$(USE_GUI) MONOLITHIC=$(MONOLITHIC) CXXFLAGS=$(CXXFLAGS) \
17         GCC_VERSION=$(GCC_VERSION) USE_HTML=$(USE_HTML) BUILD=$(BUILD) \
18         DEBUG_INFO=$(DEBUG_INFO) VENDOR=$(VENDOR) UNICODE=$(UNICODE) \
19         OFFICIAL_BUILD=$(OFFICIAL_BUILD) MSLU=$(MSLU) WXUNIV=$(WXUNIV) \
20         RUNTIME_LIBS=$(RUNTIME_LIBS) CXX=$(CXX) CFG=$(CFG) CFLAGS=$(CFLAGS) \
21         SHARED=$(SHARED) USE_ODBC=$(USE_ODBC) USE_OPENGL=$(USE_OPENGL)
22
23 ### Conditionally set variables: ###
24
25
26
27 ### Targets: ###
28
29 all: cube isosurf penguin
30
31 clean: 
32         -if exist .\*.o del .\*.o
33
34 cube: 
35         $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
36
37 isosurf: 
38         $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
39
40 penguin: 
41         $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
42
43 .PHONY: all clean cube isosurf penguin