]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.gcc
Move the WX_FLAVOUR variables to be defined generally, not just for
[wxWidgets.git] / samples / opengl / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (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 = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
16 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" SHARED="$(SHARED)" \
17 WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
18 DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
19 MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
20 USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \
21 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
22 VENDOR="$(VENDOR)" CFG="$(CFG)" CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
23 CPPUNIT_LIBS="$(CPPUNIT_LIBS)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
24 GCC_VERSION="$(GCC_VERSION)"
25
26 ### Conditionally set variables: ###
27
28
29
30 ### Targets: ###
31
32 all: cube isosurf penguin
33
34 clean:
35 -if exist .\*.o del .\*.o
36 $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) clean
37 $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) clean
38 $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) clean
39
40 cube:
41 $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
42
43 isosurf:
44 $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
45
46 penguin:
47 $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
48
49 .PHONY: all clean cube isosurf penguin