]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.bcc
clarified the rules for determining whether the path is absolute or relative (patch...
[wxWidgets.git] / demos / makefile.bcc
CommitLineData
7fcb2c61
VS
1# =========================================================================
2# This makefile was generated by
cf9b63b3 3# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
7fcb2c61
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
7fcb2c61 9!ifndef BCCDIR
9bfe7ad9
VS
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
7fcb2c61
VS
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
7fcb2c61
VS
22### Variables: ###
23
b17c1746
DE
24MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
cf9b63b3
VZ
26 -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \
27 -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \
28 -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
29 -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
30 -DUSE_HTML="$(USE_HTML)" -DUSE_XRC="$(USE_XRC)" \
8c9f8f91
JS
31 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" -DUSE_QA="$(USE_QA)" \
32 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
33 -DUSE_THREADS="$(USE_THREADS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
c33fae85
RN
34 -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
35 -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
36 -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
37 -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
7fcb2c61
VS
38
39### Conditionally set variables: ###
40
41
7fcb2c61
VS
42
43### Targets: ###
44
45all: bombs dbbrowse forty fractal life poem
46
b17c1746
DE
47clean:
48 -if exist .\*.obj del .\*.obj
49 -if exist .\*.res del .\*.res
d3d0b8db 50 -if exist .\*.csm del .\*.csm
c4839ccf
JS
51 @echo cd bombs >bombs.bat
52 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
53 call bombs.bat
54 @del bombs.bat
55 @echo cd dbbrowse >dbbrowse.bat
56 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dbbrowse.bat
57 call dbbrowse.bat
58 @del dbbrowse.bat
59 @echo cd forty >forty.bat
60 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
61 call forty.bat
62 @del forty.bat
63 @echo cd fractal >fractal.bat
64 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
65 call fractal.bat
66 @del fractal.bat
67 @echo cd life >life.bat
68 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
69 call life.bat
70 @del life.bat
71 @echo cd poem >poem.bat
72 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
73 call poem.bat
74 @del poem.bat
b17c1746 75
7fcb2c61 76bombs:
c4839ccf
JS
77 @echo cd bombs >bombs.bat
78 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
79 call bombs.bat
80 @del bombs.bat
7fcb2c61 81
7fcb2c61 82dbbrowse:
c4839ccf
JS
83 @echo cd dbbrowse >dbbrowse.bat
84 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dbbrowse.bat
85 call dbbrowse.bat
86 @del dbbrowse.bat
7fcb2c61
VS
87
88forty:
c4839ccf
JS
89 @echo cd forty >forty.bat
90 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
91 call forty.bat
92 @del forty.bat
7fcb2c61
VS
93
94fractal:
c4839ccf
JS
95 @echo cd fractal >fractal.bat
96 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
97 call fractal.bat
98 @del fractal.bat
7fcb2c61
VS
99
100life:
c4839ccf
JS
101 @echo cd life >life.bat
102 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
103 call life.bat
104 @del life.bat
7fcb2c61
VS
105
106poem:
c4839ccf
JS
107 @echo cd poem >poem.bat
108 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
109 call poem.bat
110 @del poem.bat
d3d0b8db 111