]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.gcc
Applied patch [ 1355355 ] Replace GPLed code in penguin sample and add features
[wxWidgets.git] / samples / opengl / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.9 (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_XRC="$(USE_XRC)" USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \
21 USE_QA="$(USE_QA)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \
22 USE_RTTI="$(USE_RTTI)" USE_THREADS="$(USE_THREADS)" \
23 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
24 WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
25 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
26 RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)"
27
28 ### Conditionally set variables: ###
29
30
31
32 ### Targets: ###
33
34 all: cube isosurf penguin
35
36 clean:
37 -if exist .\*.o del .\*.o
38 -if exist .\*.d del .\*.d
39 $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) clean
40 $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) clean
41 $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) clean
42
43 cube:
44 $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
45
46 isosurf:
47 $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
48
49 penguin:
50 $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
51
52 .PHONY: all clean cube isosurf penguin
53
54
55 # Dependencies tracking:
56 -include ./*.d