]>
Commit | Line | Data |
---|---|---|
f82b7036 KO |
1 | # =========================================================================\r |
2 | # This makefile was generated by\r | |
00eef16d | 3 | # Bakefile 0.2.9 (http://www.bakefile.org)\r |
f82b7036 KO |
4 | # Do not modify, all changes will be overwritten!\r |
5 | # =========================================================================\r | |
6 | \r | |
7 | !include ../build/msw/config.wat\r | |
8 | \r | |
9 | # -------------------------------------------------------------------------\r | |
10 | # Do not modify the rest of this file!\r | |
11 | # -------------------------------------------------------------------------\r | |
12 | \r | |
13 | # Speed up compilation a bit:\r | |
14 | !ifdef __LOADDLL__\r | |
15 | ! loaddll wcc wccd\r | |
16 | ! loaddll wccaxp wccdaxp\r | |
17 | ! loaddll wcc386 wccd386\r | |
18 | ! loaddll wpp wppdi86\r | |
19 | ! loaddll wppaxp wppdaxp\r | |
20 | ! loaddll wpp386 wppd386\r | |
21 | ! if $(__VERSION__) >= 1280\r | |
22 | ! loaddll wlink wlinkd\r | |
23 | ! else\r | |
24 | ! loaddll wlink wlink\r | |
25 | ! endif\r | |
26 | ! loaddll wlib wlibd\r | |
27 | !endif\r | |
28 | \r | |
29 | # We need these variables in some bakefile-made rules:\r | |
30 | WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-\r | |
31 | \r | |
32 | ### Conditionally set variables: ###\r | |
33 | \r | |
34 | \r | |
35 | ### Variables: ###\r | |
36 | \r | |
37 | MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &\r | |
38 | CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" &\r | |
bed99c22 VZ |
39 | TOOLKIT_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" &\r |
40 | UNICODE="$(UNICODE)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" &\r | |
41 | DEBUG_FLAG="$(DEBUG_FLAG)" MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" &\r | |
42 | USE_HTML="$(USE_HTML)" USE_WEBVIEW="$(USE_WEBVIEW)" &\r | |
43 | USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" &\r | |
44 | USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" &\r | |
45 | USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" &\r | |
46 | USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" &\r | |
f82b7036 KO |
47 | USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" &\r |
48 | USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" &\r | |
b796194b VS |
49 | OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" &\r |
50 | WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &\r | |
f82b7036 KO |
51 | CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &\r |
52 | RUNTIME_LIBS="$(RUNTIME_LIBS)"\r | |
53 | \r | |
54 | \r | |
55 | ### Targets: ###\r | |
56 | \r | |
57 | all : .SYMBOLIC emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc\r | |
58 | \r | |
59 | clean : .SYMBOLIC \r | |
60 | -if exist .\*.obj del .\*.obj\r | |
61 | -if exist .\*.res del .\*.res\r | |
62 | -if exist .\*.lbc del .\*.lbc\r | |
63 | -if exist .\*.ilk del .\*.ilk\r | |
64 | -if exist .\*.pch del .\*.pch\r | |
65 | cd emulator\src\r | |
66 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
67 | cd $(WATCOM_CWD)\r | |
68 | cd execmon\r | |
69 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
70 | cd $(WATCOM_CWD)\r | |
71 | cd helpview\src\r | |
72 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
73 | cd $(WATCOM_CWD)\r | |
74 | cd hhp2cached\r | |
75 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
76 | cd $(WATCOM_CWD)\r | |
77 | cd ifacecheck\src\r | |
78 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
79 | cd $(WATCOM_CWD)\r | |
80 | cd screenshotgen\src\r | |
81 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
82 | cd $(WATCOM_CWD)\r | |
83 | cd wxrc\r | |
84 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
85 | cd $(WATCOM_CWD)\r | |
86 | \r | |
87 | emulator : .SYMBOLIC \r | |
88 | cd emulator\src\r | |
89 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
90 | cd $(WATCOM_CWD)\r | |
91 | \r | |
92 | execmon : .SYMBOLIC \r | |
93 | cd execmon\r | |
94 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
95 | cd $(WATCOM_CWD)\r | |
96 | \r | |
97 | helpview : .SYMBOLIC \r | |
98 | cd helpview\src\r | |
99 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
100 | cd $(WATCOM_CWD)\r | |
101 | \r | |
102 | hhp2cached : .SYMBOLIC \r | |
103 | cd hhp2cached\r | |
104 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
105 | cd $(WATCOM_CWD)\r | |
106 | \r | |
107 | ifacecheck : .SYMBOLIC \r | |
108 | cd ifacecheck\src\r | |
109 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
110 | cd $(WATCOM_CWD)\r | |
111 | \r | |
112 | screenshotgen : .SYMBOLIC \r | |
113 | cd screenshotgen\src\r | |
114 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
115 | cd $(WATCOM_CWD)\r | |
116 | \r | |
117 | wxrc : .SYMBOLIC \r | |
118 | cd wxrc\r | |
119 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
120 | cd $(WATCOM_CWD)\r | |
121 | \r |