]>
Commit | Line | Data |
---|---|---|
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: about help helpview printing test virtual widget zip | |
42 | ||
43 | clean: | |
44 | -if exist .\*.obj del .\*.obj | |
45 | -if exist .\*.res del .\*.res | |
46 | @echo cd about >about.bat | |
47 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat | |
48 | call about.bat | |
49 | @del about.bat | |
50 | @echo cd help >help.bat | |
51 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat | |
52 | call help.bat | |
53 | @del help.bat | |
54 | @echo cd helpview >helpview.bat | |
55 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat | |
56 | call helpview.bat | |
57 | @del helpview.bat | |
58 | @echo cd printing >printing.bat | |
59 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat | |
60 | call printing.bat | |
61 | @del printing.bat | |
62 | @echo cd test >test.bat | |
63 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat | |
64 | call test.bat | |
65 | @del test.bat | |
66 | @echo cd virtual >virtual.bat | |
67 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat | |
68 | call virtual.bat | |
69 | @del virtual.bat | |
70 | @echo cd widget >widget.bat | |
71 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat | |
72 | call widget.bat | |
73 | @del widget.bat | |
74 | @echo cd zip >zip.bat | |
75 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat | |
76 | call zip.bat | |
77 | @del zip.bat | |
78 | ||
79 | about: | |
80 | @echo cd about >about.bat | |
81 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat | |
82 | call about.bat | |
83 | @del about.bat | |
84 | ||
85 | help: | |
86 | @echo cd help >help.bat | |
87 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat | |
88 | call help.bat | |
89 | @del help.bat | |
90 | ||
91 | helpview: | |
92 | @echo cd helpview >helpview.bat | |
93 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat | |
94 | call helpview.bat | |
95 | @del helpview.bat | |
96 | ||
97 | printing: | |
98 | @echo cd printing >printing.bat | |
99 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat | |
100 | call printing.bat | |
101 | @del printing.bat | |
102 | ||
103 | test: | |
104 | @echo cd test >test.bat | |
105 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat | |
106 | call test.bat | |
107 | @del test.bat | |
108 | ||
109 | virtual: | |
110 | @echo cd virtual >virtual.bat | |
111 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat | |
112 | call virtual.bat | |
113 | @del virtual.bat | |
114 | ||
115 | widget: | |
116 | @echo cd widget >widget.bat | |
117 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat | |
118 | call widget.bat | |
119 | @del widget.bat | |
120 | ||
121 | zip: | |
122 | @echo cd zip >zip.bat | |
123 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat | |
124 | call zip.bat | |
125 | @del zip.bat |