]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.bcc
bool if enough for true/false results.
[wxWidgets.git] / samples / opengl / makefile.bcc
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 .autodepend
8
9 !ifndef BCCDIR
10 !ifndef MAKEDIR
11 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12 !endif
13 BCCDIR = $(MAKEDIR)\..
14 !endif
15
16 !include ../../build/msw/config.bcc
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24 MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
26 -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" \
27 -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
28 -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
29 -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \
30 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
31 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
32 -DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
33 -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
34
35 ### Conditionally set variables: ###
36
37
38
39 ### Targets: ###
40
41 all: cube isosurf penguin
42
43 clean:
44 -if exist .\*.obj del .\*.obj
45 -if exist .\*.res del .\*.res
46 @echo cd cube >cube.bat
47 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>cube.bat
48 call cube.bat
49 @del cube.bat
50 @echo cd isosurf >isosurf.bat
51 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>isosurf.bat
52 call isosurf.bat
53 @del isosurf.bat
54 @echo cd penguin >penguin.bat
55 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>penguin.bat
56 call penguin.bat
57 @del penguin.bat
58
59 cube:
60 @echo cd cube >cube.bat
61 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>cube.bat
62 call cube.bat
63 @del cube.bat
64
65 isosurf:
66 @echo cd isosurf >isosurf.bat
67 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>isosurf.bat
68 call isosurf.bat
69 @del isosurf.bat
70
71 penguin:
72 @echo cd penguin >penguin.bat
73 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>penguin.bat
74 call penguin.bat
75 @del penguin.bat