]> git.saurik.com Git - wxWidgets.git/blob - utils/HelpGen/src/makefile.vc
d21b25017764e88ba63efdd2c0380fb1001aed6c
[wxWidgets.git] / utils / HelpGen / src / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (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 HELPGEN_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
16 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\HelpGen.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
18 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
19 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_CONSOLE $(CXXFLAGS) /GR /GX
20 HELPGEN_OBJECTS = \
21 $(OBJS)\HelpGen_HelpGen.obj \
22 $(OBJS)\HelpGen_cjparser.obj \
23 $(OBJS)\HelpGen_docripper.obj \
24 $(OBJS)\HelpGen_ifcontext.obj \
25 $(OBJS)\HelpGen_markup.obj \
26 $(OBJS)\HelpGen_scriptbinder.obj \
27 $(OBJS)\HelpGen_sourcepainter.obj \
28 $(OBJS)\HelpGen_srcparser.obj
29 OBJS = \
30 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
31 SETUPHDIR = \
32 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
33
34 ### Conditionally set variables: ###
35
36 !if "$(SHARED)" == "0"
37 LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
38 !endif
39 !if "$(SHARED)" == "1"
40 LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
41 !endif
42 !if "$(USE_GUI)" == "0"
43 PORTNAME = base
44 !endif
45 !if "$(USE_GUI)" == "1"
46 PORTNAME = msw
47 !endif
48 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49 WXDEBUGFLAG = d
50 !endif
51 !if "$(DEBUG_FLAG)" == "1"
52 WXDEBUGFLAG = d
53 !endif
54 !if "$(SHARED)" == "1"
55 WXDLLFLAG = dll
56 !endif
57 !if "$(UNICODE)" == "1"
58 WXUNICODEFLAG = u
59 !endif
60 !if "$(WXUNIV)" == "1"
61 WXUNIVNAME = univ
62 !endif
63 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
64 __DEBUGINFO_0 = /Zi
65 !endif
66 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
67 __DEBUGINFO_0 =
68 !endif
69 !if "$(DEBUG_INFO)" == "0"
70 __DEBUGINFO_0 =
71 !endif
72 !if "$(DEBUG_INFO)" == "1"
73 __DEBUGINFO_0 = /Zi
74 !endif
75 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
76 __DEBUGINFO_1 = /DEBUG
77 !endif
78 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
79 __DEBUGINFO_1 =
80 !endif
81 !if "$(DEBUG_INFO)" == "0"
82 __DEBUGINFO_1 =
83 !endif
84 !if "$(DEBUG_INFO)" == "1"
85 __DEBUGINFO_1 = /DEBUG
86 !endif
87 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
88 __DEBUGINFO_3 = d
89 !endif
90 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
91 __DEBUGINFO_3 =
92 !endif
93 !if "$(DEBUG_INFO)" == "0"
94 __DEBUGINFO_3 =
95 !endif
96 !if "$(DEBUG_INFO)" == "1"
97 __DEBUGINFO_3 = d
98 !endif
99 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
100 __DEBUGRUNTIME_3 =
101 !endif
102 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
103 __DEBUGRUNTIME_3 = d
104 !endif
105 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
106 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
107 !endif
108 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
109 __DEBUG_DEFINE_p = /D__WXDEBUG__
110 !endif
111 !if "$(DEBUG_FLAG)" == "1"
112 __DEBUG_DEFINE_p = /D__WXDEBUG__
113 !endif
114 !if "$(SHARED)" == "1"
115 __DLLFLAG_p = /DWXUSINGDLL
116 !endif
117 !if "$(USE_GUI)" == "1"
118 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
119 !endif
120 !if "$(USE_GUI)" == "1"
121 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
122 !endif
123 !if "$(USE_GUI)" == "1"
124 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
125 !endif
126 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
127 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
128 !endif
129 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
130 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
131 !endif
132 !if "$(BUILD)" == "debug"
133 __OPTIMIZEFLAG_4 = /Od
134 !endif
135 !if "$(BUILD)" == "release"
136 __OPTIMIZEFLAG_4 = /O2
137 !endif
138 !if "$(RUNTIME_LIBS)" == "dynamic"
139 __RUNTIME_LIBS_7 = D
140 !endif
141 !if "$(RUNTIME_LIBS)" == "static"
142 __RUNTIME_LIBS_7 = T
143 !endif
144 !if "$(UNICODE)" == "1"
145 __UNICODE_DEFINE_p = /D_UNICODE
146 !endif
147 !if "$(MSLU)" == "1"
148 __UNICOWS_LIB_p = unicows.lib
149 !endif
150 !if "$(MONOLITHIC)" == "0"
151 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
152 !endif
153 !if "$(MONOLITHIC)" == "1"
154 __WXLIB_MONO_p = \
155 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
156 !endif
157 !if "$(WXUNIV)" == "1"
158 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
159 !endif
160 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
161 ____DEBUGINFO_2_p = /D_DEBUG
162 !endif
163 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
164 ____DEBUGINFO_2_p =
165 !endif
166 !if "$(DEBUG_INFO)" == "0"
167 ____DEBUGINFO_2_p =
168 !endif
169 !if "$(DEBUG_INFO)" == "1"
170 ____DEBUGINFO_2_p = /D_DEBUG
171 !endif
172 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
173 ____DEBUGRUNTIME_2_p =
174 !endif
175 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
176 ____DEBUGRUNTIME_2_p = /D_DEBUG
177 !endif
178 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
179 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
180 !endif
181
182
183 all: $(OBJS)
184 $(OBJS):
185 -if not exist $(OBJS) mkdir $(OBJS)
186
187 ### Targets: ###
188
189 all: $(OBJS)\HelpGen.exe
190
191 $(OBJS)\HelpGen_HelpGen.obj: .\HelpGen.cpp
192 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
193
194 $(OBJS)\HelpGen_cjparser.obj: .\cjparser.cpp
195 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
196
197 $(OBJS)\HelpGen_docripper.obj: .\docripper.cpp
198 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
199
200 $(OBJS)\HelpGen_ifcontext.obj: .\ifcontext.cpp
201 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
202
203 $(OBJS)\HelpGen_markup.obj: .\markup.cpp
204 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
205
206 $(OBJS)\HelpGen_scriptbinder.obj: .\scriptbinder.cpp
207 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
208
209 $(OBJS)\HelpGen_sourcepainter.obj: .\sourcepainter.cpp
210 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
211
212 $(OBJS)\HelpGen_srcparser.obj: .\srcparser.cpp
213 $(CXX) /c /nologo /TP /Fo$@ $(HELPGEN_CXXFLAGS) $**
214
215 $(OBJS)\HelpGen.exe: $(HELPGEN_OBJECTS)
216 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
217 $(HELPGEN_OBJECTS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib
218 <<
219
220 clean:
221 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
222 -if exist $(OBJS)\*.res del $(OBJS)\*.res
223 -if exist $(OBJS)\HelpGen.exe del $(OBJS)\HelpGen.exe
224 -if exist $(OBJS)\HelpGen.ilk del $(OBJS)\HelpGen.ilk
225 -if exist $(OBJS)\HelpGen.pdb del $(OBJS)\HelpGen.pdb