]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
bdc408c4 | 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
7 | !ifndef BCCDIR | |
8 | BCCDIR = $(MAKEDIR)\.. | |
9 | !endif | |
10 | ||
fd9f42b6 | 11 | !include ../../build/msw/config.bcc |
250700e4 RD |
12 | |
13 | # ------------------------------------------------------------------------- | |
14 | # Do not modify the rest of this file! | |
15 | # ------------------------------------------------------------------------- | |
16 | ||
17 | !if "$(BCCDIR)" == "\.." | |
18 | !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4 | |
19 | !endif | |
20 | ||
21 | ### Variables: ### | |
22 | ||
75a0a7b7 VS |
23 | MAKEARGS = -DCPPFLAGS="$(CPPFLAGS)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \ |
24 | -DLDFLAGS="$(LDFLAGS)" -DCC="$(CC)" -DUSE_GUI="$(USE_GUI)" \ | |
25 | -DMONOLITHIC="$(MONOLITHIC)" -DCXXFLAGS="$(CXXFLAGS)" \ | |
26 | -DUSE_HTML="$(USE_HTML)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \ | |
b71531ad VZ |
27 | -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DVENDOR="$(VENDOR)" \ |
28 | -DUNICODE="$(UNICODE)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \ | |
29 | -DMSLU="$(MSLU)" -DWXUNIV="$(WXUNIV)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)" \ | |
30 | -DCXX="$(CXX)" -DCFG="$(CFG)" -DCFLAGS="$(CFLAGS)" -DSHARED="$(SHARED)" \ | |
31 | -DUSE_ODBC="$(USE_ODBC)" -DUSE_OPENGL="$(USE_OPENGL)" | |
250700e4 RD |
32 | |
33 | ### Conditionally set variables: ### | |
34 | ||
35 | ||
36 | ||
37 | ### Targets: ### | |
38 | ||
39 | all: about help helpview printing test virtual widget zip | |
40 | ||
41 | about: | |
fd9f42b6 VS |
42 | cd about |
43 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
44 | cd .. | |
250700e4 RD |
45 | |
46 | clean: | |
47 | -if exist .\*.obj del .\*.obj | |
48 | -if exist .\*.res del .\*.res | |
49 | ||
50 | help: | |
fd9f42b6 VS |
51 | cd help |
52 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
53 | cd .. | |
250700e4 RD |
54 | |
55 | helpview: | |
fd9f42b6 VS |
56 | cd helpview |
57 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
58 | cd .. | |
250700e4 RD |
59 | |
60 | printing: | |
fd9f42b6 VS |
61 | cd printing |
62 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
63 | cd .. | |
250700e4 RD |
64 | |
65 | test: | |
fd9f42b6 VS |
66 | cd test |
67 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
68 | cd .. | |
250700e4 RD |
69 | |
70 | virtual: | |
fd9f42b6 VS |
71 | cd virtual |
72 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
73 | cd .. | |
250700e4 RD |
74 | |
75 | widget: | |
fd9f42b6 VS |
76 | cd widget |
77 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
78 | cd .. | |
250700e4 RD |
79 | |
80 | zip: | |
fd9f42b6 VS |
81 | cd zip |
82 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
83 | cd .. |