]>
Commit | Line | Data |
---|---|---|
2ace0078 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
6e0fbb3d | 3 | # Bakefile 0.2.3 (http://www.bakefile.org) |
2ace0078 VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
7 | !include ../build/msw/config.wat | |
8 | ||
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | # Speed up compilation a bit: | |
14 | !ifdef __LOADDLL__ | |
15 | ! loaddll wcc wccd | |
16 | ! loaddll wccaxp wccdaxp | |
17 | ! loaddll wcc386 wccd386 | |
18 | ! loaddll wpp wppdi86 | |
19 | ! loaddll wppaxp wppdaxp | |
20 | ! loaddll wpp386 wppd386 | |
21 | ! loaddll wlink wlink | |
22 | ! loaddll wlib wlibd | |
23 | !endif | |
24 | ||
25 | # We need these variables in some bakefile-made rules: | |
26 | WATCOM_CWD = $+ $(%cdrive):$(%cwd) $- | |
27 | ||
28 | ### Conditionally set variables: ### | |
29 | ||
30 | ||
31 | ### Variables: ### | |
32 | ||
b17c1746 | 33 | MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" & |
cf9b63b3 | 34 | CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" & |
b17c1746 DE |
35 | WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" & |
36 | DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" & | |
37 | MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" & | |
3b2cb431 | 38 | USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" & |
cef590ee | 39 | USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" & |
6490a288 | 40 | USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" & |
3b2cb431 | 41 | USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" & |
3abcf424 RD |
42 | USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" & |
43 | OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" & | |
44 | WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" & | |
c33fae85 RN |
45 | CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" & |
46 | RUNTIME_LIBS="$(RUNTIME_LIBS)" | |
2ace0078 VS |
47 | |
48 | ||
49 | ### Targets: ### | |
50 | ||
c744d3f8 | 51 | all : .SYMBOLIC emulator helpview tex2rtf helpgen |
2ace0078 VS |
52 | |
53 | clean : .SYMBOLIC | |
54 | -if exist .\*.obj del .\*.obj | |
55 | -if exist .\*.res del .\*.res | |
56 | -if exist .\*.lbc del .\*.lbc | |
57 | -if exist .\*.ilk del .\*.ilk | |
162a956b | 58 | -if exist .\*.pch del .\*.pch |
b92ca8cf VS |
59 | cd emulator\src |
60 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
61 | cd $(WATCOM_CWD) | |
62 | cd helpview\src | |
63 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
64 | cd $(WATCOM_CWD) | |
65 | cd tex2rtf\src | |
66 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
67 | cd $(WATCOM_CWD) | |
cef590ee | 68 | cd HelpGen\src |
b92ca8cf VS |
69 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean |
70 | cd $(WATCOM_CWD) | |
2ace0078 | 71 | |
e1e61c81 VS |
72 | emulator : .SYMBOLIC |
73 | cd emulator\src | |
74 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
75 | cd $(WATCOM_CWD) | |
76 | ||
e1e61c81 VS |
77 | helpview : .SYMBOLIC |
78 | cd helpview\src | |
79 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
80 | cd $(WATCOM_CWD) | |
81 | ||
2ace0078 VS |
82 | tex2rtf : .SYMBOLIC |
83 | cd tex2rtf\src | |
84 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
85 | cd $(WATCOM_CWD) | |
b17c1746 DE |
86 | |
87 | helpgen : .SYMBOLIC | |
cef590ee | 88 | cd HelpGen\src |
b17c1746 DE |
89 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
90 | cd $(WATCOM_CWD) | |
162a956b | 91 |