]> git.saurik.com Git - wxWidgets.git/blob - demos/makefile.bcc
Allow building with GCC 2.95.
[wxWidgets.git] / demos / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.6 (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 -if exist .\*.csm del .\*.csm
49 @echo cd bombs >bombs.bat
50 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
51 call bombs.bat
52 @del bombs.bat
53 @echo cd dbbrowse >dbbrowse.bat
54 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dbbrowse.bat
55 call dbbrowse.bat
56 @del dbbrowse.bat
57 @echo cd forty >forty.bat
58 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
59 call forty.bat
60 @del forty.bat
61 @echo cd fractal >fractal.bat
62 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
63 call fractal.bat
64 @del fractal.bat
65 @echo cd life >life.bat
66 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
67 call life.bat
68 @del life.bat
69 @echo cd poem >poem.bat
70 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
71 call poem.bat
72 @del poem.bat
73
74 bombs:
75 @echo cd bombs >bombs.bat
76 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
77 call bombs.bat
78 @del bombs.bat
79
80 dbbrowse:
81 @echo cd dbbrowse >dbbrowse.bat
82 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dbbrowse.bat
83 call dbbrowse.bat
84 @del dbbrowse.bat
85
86 forty:
87 @echo cd forty >forty.bat
88 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
89 call forty.bat
90 @del forty.bat
91
92 fractal:
93 @echo cd fractal >fractal.bat
94 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
95 call fractal.bat
96 @del fractal.bat
97
98 life:
99 @echo cd life >life.bat
100 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
101 call life.bat
102 @del life.bat
103
104 poem:
105 @echo cd poem >poem.bat
106 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
107 call poem.bat
108 @del poem.bat
109