1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[wxWidgets.git] / samples / docview / 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 DOCVIEW_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
16         /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\docview.pdb $(____DEBUGRUNTIME_2_p) \
17         $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18         $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(LIBDIRNAME) /I.\..\..\src\tiff \
19         /I.\..\..\src\jpeg /I.\..\..\src\png /I.\..\..\src\zlib /I.\..\..\src\regex \
20         /I.\..\..\src\expat\lib /I. $(__DLLFLAG_p) /D_WINDOWS /I..\..\samples \
21         $(CXXFLAGS)
22 DOCVIEW_OBJECTS =  \
23         $(OBJS)\docview_docview.obj \
24         $(OBJS)\docview_doc.obj \
25         $(OBJS)\docview_view.obj \
26         $(OBJS)\docview_docview.res
27 LIBDIRNAME = \
28         .\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
29 OBJS = \
30         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
31
32 ### Conditionally set variables: ###
33
34 !if "$(USE_GUI)" == "0"
35 PORTNAME = base
36 !endif
37 !if "$(USE_GUI)" == "1"
38 PORTNAME = msw
39 !endif
40 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
41 WXDEBUGFLAG = d
42 !endif
43 !if "$(DEBUG_FLAG)" == "1"
44 WXDEBUGFLAG = d
45 !endif
46 !if "$(SHARED)" == "1"
47 WXDLLFLAG = dll
48 !endif
49 !if "$(UNICODE)" == "1"
50 WXUNICODEFLAG = u
51 !endif
52 !if "$(WXUNIV)" == "1"
53 WXUNIVNAME = univ
54 !endif
55 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
56 __DEBUGINFO_0 = /Zi
57 !endif
58 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
59 __DEBUGINFO_0 = 
60 !endif
61 !if "$(DEBUG_INFO)" == "0"
62 __DEBUGINFO_0 = 
63 !endif
64 !if "$(DEBUG_INFO)" == "1"
65 __DEBUGINFO_0 = /Zi
66 !endif
67 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
68 __DEBUGINFO_1 = /DEBUG
69 !endif
70 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
71 __DEBUGINFO_1 = 
72 !endif
73 !if "$(DEBUG_INFO)" == "0"
74 __DEBUGINFO_1 = 
75 !endif
76 !if "$(DEBUG_INFO)" == "1"
77 __DEBUGINFO_1 = /DEBUG
78 !endif
79 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
80 __DEBUGINFO_3 = d
81 !endif
82 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
83 __DEBUGINFO_3 = 
84 !endif
85 !if "$(DEBUG_INFO)" == "0"
86 __DEBUGINFO_3 = 
87 !endif
88 !if "$(DEBUG_INFO)" == "1"
89 __DEBUGINFO_3 = d
90 !endif
91 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
92 __DEBUGRUNTIME_3 = 
93 !endif
94 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
95 __DEBUGRUNTIME_3 = d
96 !endif
97 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
98 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
99 !endif
100 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
101 __DEBUG_DEFINE_p = /D__WXDEBUG__
102 !endif
103 !if "$(DEBUG_FLAG)" == "1"
104 __DEBUG_DEFINE_p = /D__WXDEBUG__
105 !endif
106 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
107 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
108 !endif
109 !if "$(DEBUG_FLAG)" == "1"
110 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
111 !endif
112 !if "$(SHARED)" == "1"
113 __DLLFLAG_p = /DWXUSINGDLL
114 !endif
115 !if "$(SHARED)" == "1"
116 __DLLFLAG_p_1 = /d WXUSINGDLL
117 !endif
118 !if "$(USE_GUI)" == "1"
119 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
120 !endif
121 !if "$(USE_GUI)" == "1"
122 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
123 !endif
124 !if "$(USE_GUI)" == "1"
125 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
126 !endif
127 !if "$(BUILD)" == "debug"
128 __OPTIMIZEFLAG_4 = /Od
129 !endif
130 !if "$(BUILD)" == "release"
131 __OPTIMIZEFLAG_4 = /O2
132 !endif
133 !if "$(RUNTIME_LIBS)" == "dynamic"
134 __RUNTIME_LIBS_7 = D
135 !endif
136 !if "$(RUNTIME_LIBS)" == "static"
137 __RUNTIME_LIBS_7 = T
138 !endif
139 !if "$(UNICODE)" == "1"
140 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
141 !endif
142 !if "$(UNICODE)" == "1"
143 __UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
144 !endif
145 !if "$(MSLU)" == "1"
146 __UNICOWS_LIB_p = unicows.lib
147 !endif
148 !if "$(MONOLITHIC)" == "0"
149 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
150 !endif
151 !if "$(MONOLITHIC)" == "0"
152 __WXLIB_CORE_p = \
153         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
154 !endif
155 !if "$(MONOLITHIC)" == "1"
156 __WXLIB_MONO_p = \
157         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
158 !endif
159 !if "$(WXUNIV)" == "1"
160 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
161 !endif
162 !if "$(WXUNIV)" == "1"
163 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
164 !endif
165 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
166 ____DEBUGINFO_2_p = /D_DEBUG
167 !endif
168 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
169 ____DEBUGINFO_2_p = 
170 !endif
171 !if "$(DEBUG_INFO)" == "0"
172 ____DEBUGINFO_2_p = 
173 !endif
174 !if "$(DEBUG_INFO)" == "1"
175 ____DEBUGINFO_2_p = /D_DEBUG
176 !endif
177 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
178 ____DEBUGINFO_2_p_1 = /d _DEBUG
179 !endif
180 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
181 ____DEBUGINFO_2_p_1 = 
182 !endif
183 !if "$(DEBUG_INFO)" == "0"
184 ____DEBUGINFO_2_p_1 = 
185 !endif
186 !if "$(DEBUG_INFO)" == "1"
187 ____DEBUGINFO_2_p_1 = /d _DEBUG
188 !endif
189 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
190 ____DEBUGRUNTIME_2_p = 
191 !endif
192 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
193 ____DEBUGRUNTIME_2_p = /D_DEBUG
194 !endif
195 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
196 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
197 !endif
198 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
199 ____DEBUGRUNTIME_2_p_1 = 
200 !endif
201 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
202 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
203 !endif
204 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
205 ____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
206 !endif
207
208
209 all: $(OBJS)
210 $(OBJS):
211         -if not exist $(OBJS) mkdir $(OBJS)
212
213 ### Targets: ###
214
215 all: $(OBJS)\docview.exe
216
217 $(OBJS)\docview_doc.obj: .\doc.cpp
218         $(CXX) /c /nologo /TP /Fo$@ $(DOCVIEW_CXXFLAGS) $**
219
220 $(OBJS)\docview_docview.obj: .\docview.cpp
221         $(CXX) /c /nologo /TP /Fo$@ $(DOCVIEW_CXXFLAGS) $**
222
223 $(OBJS)\docview_docview.res: .\docview.rc
224         rc /fo$@  /d WIN32 $(____DEBUGRUNTIME_2_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\include /i $(LIBDIRNAME) /i .\..\..\src\tiff /i .\..\..\src\jpeg /i .\..\..\src\png /i .\..\..\src\zlib  /i .\..\..\src\regex /i .\..\..\src\expat\lib /i . $(__DLLFLAG_p_1) /d _WINDOWS /i ..\..\samples $**
225
226 $(OBJS)\docview_view.obj: .\view.cpp
227         $(CXX) /c /nologo /TP /Fo$@ $(DOCVIEW_CXXFLAGS) $**
228
229 clean: 
230         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
231         -if exist $(OBJS)\*.res del $(OBJS)\*.res
232         -if exist $(OBJS)\docview.exe del $(OBJS)\docview.exe
233
234 $(OBJS)\docview.exe: $(DOCVIEW_OBJECTS) $(OBJS)\docview_docview.res
235         link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS  @<<
236         $(DOCVIEW_OBJECTS)  $(__WXLIB_CORE_p) $(__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
237 <<