]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.vc
Move the WX_FLAVOUR variables to be defined generally, not just for
[wxWidgets.git] / samples / opengl / makefile.vc
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.vc>
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 DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" MONOLITHIC="$(MONOLITHIC)" \
20 USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_OPENGL="$(USE_OPENGL)" \
21 USE_ODBC="$(USE_ODBC)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \
22 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" CFG="$(CFG)" \
23 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
24 RUNTIME_LIBS="$(RUNTIME_LIBS)"
25
26 ### Conditionally set variables: ###
27
28
29
30 ### Targets: ###
31
32 all: sub_cube sub_isosurf sub_penguin
33
34 clean:
35 -if exist .\*.obj del .\*.obj
36 -if exist .\*.res del .\*.res
37 cd cube
38 $(MAKE) -f makefile.vc $(MAKEARGS) clean
39 cd $(MAKEDIR)
40 cd isosurf
41 $(MAKE) -f makefile.vc $(MAKEARGS) clean
42 cd $(MAKEDIR)
43 cd penguin
44 $(MAKE) -f makefile.vc $(MAKEARGS) clean
45 cd $(MAKEDIR)
46
47 sub_cube:
48 cd cube
49 $(MAKE) -f makefile.vc $(MAKEARGS) all
50 cd $(MAKEDIR)
51
52 sub_isosurf:
53 cd isosurf
54 $(MAKE) -f makefile.vc $(MAKEARGS) all
55 cd $(MAKEDIR)
56
57 sub_penguin:
58 cd penguin
59 $(MAKE) -f makefile.vc $(MAKEARGS) all
60 cd $(MAKEDIR)