]>
Commit | Line | Data |
---|---|---|
f82b7036 KO |
1 | # =========================================================================\r |
2 | # This makefile was generated by\r | |
3 | # Bakefile 0.2.8 (http://www.bakefile.org)\r | |
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 | |
39 | WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" &\r | |
40 | DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" &\r | |
41 | MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" &\r | |
42 | USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" &\r | |
43 | USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" &\r | |
44 | USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" &\r | |
45 | USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" &\r | |
46 | USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" &\r | |
47 | USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" &\r | |
b796194b VS |
48 | OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" &\r |
49 | WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &\r | |
f82b7036 KO |
50 | CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &\r |
51 | RUNTIME_LIBS="$(RUNTIME_LIBS)"\r | |
52 | \r | |
53 | \r | |
54 | ### Targets: ###\r | |
55 | \r | |
56 | all : .SYMBOLIC about help helpview printing test virtual widget zip\r | |
57 | \r | |
58 | clean : .SYMBOLIC \r | |
59 | -if exist .\*.obj del .\*.obj\r | |
60 | -if exist .\*.res del .\*.res\r | |
61 | -if exist .\*.lbc del .\*.lbc\r | |
62 | -if exist .\*.ilk del .\*.ilk\r | |
63 | -if exist .\*.pch del .\*.pch\r | |
64 | cd about\r | |
65 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
66 | cd $(WATCOM_CWD)\r | |
67 | cd help\r | |
68 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
69 | cd $(WATCOM_CWD)\r | |
70 | cd helpview\r | |
71 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
72 | cd $(WATCOM_CWD)\r | |
73 | cd printing\r | |
74 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
75 | cd $(WATCOM_CWD)\r | |
76 | cd test\r | |
77 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
78 | cd $(WATCOM_CWD)\r | |
79 | cd virtual\r | |
80 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
81 | cd $(WATCOM_CWD)\r | |
82 | cd widget\r | |
83 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
84 | cd $(WATCOM_CWD)\r | |
85 | cd zip\r | |
86 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r | |
87 | cd $(WATCOM_CWD)\r | |
88 | \r | |
89 | about : .SYMBOLIC \r | |
90 | cd about\r | |
91 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
92 | cd $(WATCOM_CWD)\r | |
93 | \r | |
94 | help : .SYMBOLIC \r | |
95 | cd help\r | |
96 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
97 | cd $(WATCOM_CWD)\r | |
98 | \r | |
99 | helpview : .SYMBOLIC \r | |
100 | cd helpview\r | |
101 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
102 | cd $(WATCOM_CWD)\r | |
103 | \r | |
104 | printing : .SYMBOLIC \r | |
105 | cd printing\r | |
106 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
107 | cd $(WATCOM_CWD)\r | |
108 | \r | |
109 | test : .SYMBOLIC \r | |
110 | cd test\r | |
111 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
112 | cd $(WATCOM_CWD)\r | |
113 | \r | |
114 | virtual : .SYMBOLIC \r | |
115 | cd virtual\r | |
116 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
117 | cd $(WATCOM_CWD)\r | |
118 | \r | |
119 | widget : .SYMBOLIC \r | |
120 | cd widget\r | |
121 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
122 | cd $(WATCOM_CWD)\r | |
123 | \r | |
124 | zip : .SYMBOLIC \r | |
125 | cd zip\r | |
126 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r | |
127 | cd $(WATCOM_CWD)\r | |
128 | \r |