]> git.saurik.com Git - wxWidgets.git/blob - demos/makefile.bcc
First nonminimal wxPalmOS functionality: enumeration of available volumes.
[wxWidgets.git] / demos / 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)" -DUSE_XRC="$(USE_XRC)" \
30 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
31 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
32 -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
33 -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
34 -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
35 -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
36
37 ### Conditionally set variables: ###
38
39
40
41 ### Targets: ###
42
43 all: bombs dbbrowse forty fractal life poem
44
45 clean:
46 -if exist .\*.obj del .\*.obj
47 -if exist .\*.res del .\*.res
48 @echo cd bombs >bombs.bat
49 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
50 call bombs.bat
51 @del bombs.bat
52 @echo cd dbbrowse >dbbrowse.bat
53 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dbbrowse.bat
54 call dbbrowse.bat
55 @del dbbrowse.bat
56 @echo cd forty >forty.bat
57 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
58 call forty.bat
59 @del forty.bat
60 @echo cd fractal >fractal.bat
61 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
62 call fractal.bat
63 @del fractal.bat
64 @echo cd life >life.bat
65 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
66 call life.bat
67 @del life.bat
68 @echo cd poem >poem.bat
69 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
70 call poem.bat
71 @del poem.bat
72
73 bombs:
74 @echo cd bombs >bombs.bat
75 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
76 call bombs.bat
77 @del bombs.bat
78
79 dbbrowse:
80 @echo cd dbbrowse >dbbrowse.bat
81 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dbbrowse.bat
82 call dbbrowse.bat
83 @del dbbrowse.bat
84
85 forty:
86 @echo cd forty >forty.bat
87 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
88 call forty.bat
89 @del forty.bat
90
91 fractal:
92 @echo cd fractal >fractal.bat
93 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
94 call fractal.bat
95 @del fractal.bat
96
97 life:
98 @echo cd life >life.bat
99 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
100 call life.bat
101 @del life.bat
102
103 poem:
104 @echo cd poem >poem.bat
105 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
106 call poem.bat
107 @del poem.bat