]> git.saurik.com Git - wxWidgets.git/blob - utils/HelpGen/src/makefile.vc
Rebake all the VC++ project files and makefiles
[wxWidgets.git] / utils / HelpGen / src / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.9 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include <../../../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 WX_RELEASE_NODOT = 27
16 OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
18 LIBDIRNAME = .\..\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
19 SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21 HELPGEN_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
22 $(__DEBUGINFO_0) /Fd$(OBJS)\HelpGen.pdb $(____DEBUGRUNTIME_2_p) \
23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
26 /I$(SETUPHDIR) /I.\..\..\..\include /W4 /I. $(__DLLFLAG_p) /D_CONSOLE \
27 /DwxUSE_GUI=0 $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) $(CXXFLAGS)
28 HELPGEN_OBJECTS = \
29 $(OBJS)\HelpGen_HelpGen.obj \
30 $(OBJS)\HelpGen_cjparser.obj \
31 $(OBJS)\HelpGen_docripper.obj \
32 $(OBJS)\HelpGen_ifcontext.obj \
33 $(OBJS)\HelpGen_markup.obj \
34 $(OBJS)\HelpGen_scriptbinder.obj \
35 $(OBJS)\HelpGen_sourcepainter.obj \
36 $(OBJS)\HelpGen_srcparser.obj
37
38 ### Conditionally set variables: ###
39
40 !if "$(USE_GUI)" == "0"
41 PORTNAME = base
42 !endif
43 !if "$(USE_GUI)" == "1"
44 PORTNAME = msw
45 !endif
46 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47 WXDEBUGFLAG = d
48 !endif
49 !if "$(DEBUG_FLAG)" == "1"
50 WXDEBUGFLAG = d
51 !endif
52 !if "$(UNICODE)" == "1"
53 WXUNICODEFLAG = u
54 !endif
55 !if "$(WXUNIV)" == "1"
56 WXUNIVNAME = univ
57 !endif
58 !if "$(TARGET_CPU)" == "amd64"
59 DIR_SUFFIX_CPU = _amd64
60 !endif
61 !if "$(TARGET_CPU)" == "amd64"
62 DIR_SUFFIX_CPU = _amd64
63 !endif
64 !if "$(TARGET_CPU)" == "ia64"
65 DIR_SUFFIX_CPU = _ia64
66 !endif
67 !if "$(TARGET_CPU)" == "ia64"
68 DIR_SUFFIX_CPU = _ia64
69 !endif
70 !if "$(SHARED)" == "1"
71 WXDLLFLAG = dll
72 !endif
73 !if "$(SHARED)" == "0"
74 LIBTYPE_SUFFIX = lib
75 !endif
76 !if "$(SHARED)" == "1"
77 LIBTYPE_SUFFIX = dll
78 !endif
79 !if "$(TARGET_CPU)" == "amd64"
80 LINK_TARGET_CPU = /MACHINE:AMD64
81 !endif
82 !if "$(TARGET_CPU)" == "amd64"
83 LINK_TARGET_CPU = /MACHINE:AMD64
84 !endif
85 !if "$(TARGET_CPU)" == "ia64"
86 LINK_TARGET_CPU = /MACHINE:IA64
87 !endif
88 !if "$(TARGET_CPU)" == "ia64"
89 LINK_TARGET_CPU = /MACHINE:IA64
90 !endif
91 !if "$(MONOLITHIC)" == "0"
92 EXTRALIBS_FOR_BASE =
93 !endif
94 !if "$(MONOLITHIC)" == "1"
95 EXTRALIBS_FOR_BASE =
96 !endif
97 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
98 __DEBUGINFO_0 = /Zi
99 !endif
100 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
101 __DEBUGINFO_0 =
102 !endif
103 !if "$(DEBUG_INFO)" == "0"
104 __DEBUGINFO_0 =
105 !endif
106 !if "$(DEBUG_INFO)" == "1"
107 __DEBUGINFO_0 = /Zi
108 !endif
109 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
110 __DEBUGINFO_1 = /DEBUG
111 !endif
112 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
113 __DEBUGINFO_1 =
114 !endif
115 !if "$(DEBUG_INFO)" == "0"
116 __DEBUGINFO_1 =
117 !endif
118 !if "$(DEBUG_INFO)" == "1"
119 __DEBUGINFO_1 = /DEBUG
120 !endif
121 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
122 ____DEBUGRUNTIME_2_p = /D_DEBUG
123 !endif
124 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
125 ____DEBUGRUNTIME_2_p =
126 !endif
127 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
128 ____DEBUGRUNTIME_2_p =
129 !endif
130 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
131 ____DEBUGRUNTIME_2_p = /D_DEBUG
132 !endif
133 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
134 __DEBUGRUNTIME_3 = d
135 !endif
136 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
137 __DEBUGRUNTIME_3 =
138 !endif
139 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
140 __DEBUGRUNTIME_3 =
141 !endif
142 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
143 __DEBUGRUNTIME_3 = d
144 !endif
145 !if "$(BUILD)" == "debug"
146 __OPTIMIZEFLAG_4 = /Od
147 !endif
148 !if "$(BUILD)" == "release"
149 __OPTIMIZEFLAG_4 = /O2
150 !endif
151 !if "$(USE_THREADS)" == "0"
152 __THREADSFLAG_7 = L
153 !endif
154 !if "$(USE_THREADS)" == "1"
155 __THREADSFLAG_7 = T
156 !endif
157 !if "$(RUNTIME_LIBS)" == "dynamic"
158 __RUNTIME_LIBS_8 = D
159 !endif
160 !if "$(RUNTIME_LIBS)" == "static"
161 __RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
162 !endif
163 !if "$(USE_RTTI)" == "0"
164 __RTTIFLAG_9 =
165 !endif
166 !if "$(USE_RTTI)" == "1"
167 __RTTIFLAG_9 = /GR
168 !endif
169 !if "$(USE_EXCEPTIONS)" == "0"
170 __EXCEPTIONSFLAG_10 =
171 !endif
172 !if "$(USE_EXCEPTIONS)" == "1"
173 __EXCEPTIONSFLAG_10 = /EHsc
174 !endif
175 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
176 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
177 !endif
178 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
179 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
180 !endif
181 !if "$(WXUNIV)" == "1"
182 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
183 !endif
184 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
185 __DEBUG_DEFINE_p = /D__WXDEBUG__
186 !endif
187 !if "$(DEBUG_FLAG)" == "1"
188 __DEBUG_DEFINE_p = /D__WXDEBUG__
189 !endif
190 !if "$(USE_EXCEPTIONS)" == "0"
191 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
192 !endif
193 !if "$(USE_RTTI)" == "0"
194 __RTTI_DEFINE_p = /DwxNO_RTTI
195 !endif
196 !if "$(USE_THREADS)" == "0"
197 __THREAD_DEFINE_p = /DwxNO_THREADS
198 !endif
199 !if "$(UNICODE)" == "1"
200 __UNICODE_DEFINE_p = /D_UNICODE
201 !endif
202 !if "$(MSLU)" == "1"
203 __MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
204 !endif
205 !if "$(SHARED)" == "1"
206 __DLLFLAG_p = /DWXUSINGDLL
207 !endif
208 !if "$(MONOLITHIC)" == "0"
209 __WXLIB_BASE_p = \
210 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
211 !endif
212 !if "$(MONOLITHIC)" == "1"
213 __WXLIB_MONO_p = \
214 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
215 !endif
216 !if "$(USE_GUI)" == "1"
217 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
218 !endif
219 !if "$(USE_GUI)" == "1"
220 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
221 !endif
222 !if "$(USE_GUI)" == "1"
223 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
224 !endif
225 !if "$(MSLU)" == "1"
226 __UNICOWS_LIB_p = unicows.lib
227 !endif
228
229
230 all: $(OBJS)
231 $(OBJS):
232 -if not exist $(OBJS) mkdir $(OBJS)
233
234 ### Targets: ###
235
236 all: $(OBJS)\HelpGen.exe
237
238 clean:
239 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
240 -if exist $(OBJS)\*.res del $(OBJS)\*.res
241 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
242 -if exist $(OBJS)\HelpGen.exe del $(OBJS)\HelpGen.exe
243 -if exist $(OBJS)\HelpGen.ilk del $(OBJS)\HelpGen.ilk
244 -if exist $(OBJS)\HelpGen.pdb del $(OBJS)\HelpGen.pdb
245
246 $(OBJS)\HelpGen.exe: $(HELPGEN_OBJECTS)
247 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
248 $(HELPGEN_OBJECTS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib
249 <<
250
251 $(OBJS)\HelpGen_HelpGen.obj: .\HelpGen.cpp
252 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
253
254 $(OBJS)\HelpGen_cjparser.obj: .\cjparser.cpp
255 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
256
257 $(OBJS)\HelpGen_docripper.obj: .\docripper.cpp
258 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
259
260 $(OBJS)\HelpGen_ifcontext.obj: .\ifcontext.cpp
261 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
262
263 $(OBJS)\HelpGen_markup.obj: .\markup.cpp
264 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
265
266 $(OBJS)\HelpGen_scriptbinder.obj: .\scriptbinder.cpp
267 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
268
269 $(OBJS)\HelpGen_sourcepainter.obj: .\sourcepainter.cpp
270 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
271
272 $(OBJS)\HelpGen_srcparser.obj: .\srcparser.cpp
273 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
274