]> git.saurik.com Git - wxWidgets.git/blob - utils/makefile.bcc
wx-config2.6
[wxWidgets.git] / utils / 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: configtool emulator helpview tex2rtf helpgen
42
43 clean:
44 -if exist .\*.obj del .\*.obj
45 -if exist .\*.res del .\*.res
46 @echo cd configtool\src >configtool.bat
47 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>configtool.bat
48 call configtool.bat
49 @del configtool.bat
50 @echo cd emulator\src >emulator.bat
51 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>emulator.bat
52 call emulator.bat
53 @del emulator.bat
54 @echo cd helpview\src >helpview.bat
55 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
56 call helpview.bat
57 @del helpview.bat
58 @echo cd tex2rtf\src >tex2rtf.bat
59 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>tex2rtf.bat
60 call tex2rtf.bat
61 @del tex2rtf.bat
62 @echo cd HelpGen >helpgen.bat
63 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpgen.bat
64 call helpgen.bat
65 @del helpgen.bat
66
67 configtool:
68 @echo cd configtool\src >configtool.bat
69 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>configtool.bat
70 call configtool.bat
71 @del configtool.bat
72
73 emulator:
74 @echo cd emulator\src >emulator.bat
75 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>emulator.bat
76 call emulator.bat
77 @del emulator.bat
78
79 helpview:
80 @echo cd helpview\src >helpview.bat
81 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
82 call helpview.bat
83 @del helpview.bat
84
85 tex2rtf:
86 @echo cd tex2rtf\src >tex2rtf.bat
87 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>tex2rtf.bat
88 call tex2rtf.bat
89 @del tex2rtf.bat
90
91 helpgen:
92 @echo cd HelpGen >helpgen.bat
93 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpgen.bat
94 call helpgen.bat
95 @del helpgen.bat