regenerated after version.bkl changes fixing -compatibility_version for Darwin
[wxWidgets.git] / utils / HelpGen / src / makefile.gcc
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.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 CPPDEPS = -MT$@ -MF$@.d -MD
16 WX_RELEASE_NODOT = 27
17 OBJS = \
18         gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19 LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
20 SETUPHDIR = \
21         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22 HELPGEN_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
23         $(GCCFLAGS) -DHAVE_W32API_H -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.\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 \
27         $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) \
28         $(CXXFLAGS)
29 HELPGEN_OBJECTS =  \
30         $(OBJS)\HelpGen_HelpGen.o \
31         $(OBJS)\HelpGen_cjparser.o \
32         $(OBJS)\HelpGen_docripper.o \
33         $(OBJS)\HelpGen_ifcontext.o \
34         $(OBJS)\HelpGen_markup.o \
35         $(OBJS)\HelpGen_scriptbinder.o \
36         $(OBJS)\HelpGen_sourcepainter.o \
37         $(OBJS)\HelpGen_srcparser.o
38
39 ### Conditionally set variables: ###
40
41 ifeq ($(GCC_VERSION),2.95)
42 GCCFLAGS = -fvtable-thunks
43 endif
44 ifeq ($(USE_GUI),0)
45 PORTNAME = base
46 endif
47 ifeq ($(USE_GUI),1)
48 PORTNAME = msw
49 endif
50 ifeq ($(BUILD),debug)
51 ifeq ($(DEBUG_FLAG),default)
52 WXDEBUGFLAG = d
53 endif
54 endif
55 ifeq ($(DEBUG_FLAG),1)
56 WXDEBUGFLAG = d
57 endif
58 ifeq ($(UNICODE),1)
59 WXUNICODEFLAG = u
60 endif
61 ifeq ($(WXUNIV),1)
62 WXUNIVNAME = univ
63 endif
64 ifeq ($(SHARED),1)
65 WXDLLFLAG = dll
66 endif
67 ifeq ($(SHARED),0)
68 LIBTYPE_SUFFIX = lib
69 endif
70 ifeq ($(SHARED),1)
71 LIBTYPE_SUFFIX = dll
72 endif
73 ifeq ($(MONOLITHIC),0)
74 EXTRALIBS_FOR_BASE = 
75 endif
76 ifeq ($(MONOLITHIC),1)
77 EXTRALIBS_FOR_BASE =  
78 endif
79 ifeq ($(BUILD),debug)
80 __OPTIMIZEFLAG_2 = -O0
81 endif
82 ifeq ($(BUILD),release)
83 __OPTIMIZEFLAG_2 = -O2
84 endif
85 ifeq ($(USE_RTTI),0)
86 __RTTIFLAG_5 = -fno-rtti
87 endif
88 ifeq ($(USE_RTTI),1)
89 __RTTIFLAG_5 = 
90 endif
91 ifeq ($(USE_EXCEPTIONS),0)
92 __EXCEPTIONSFLAG_6 = -fno-exceptions
93 endif
94 ifeq ($(USE_EXCEPTIONS),1)
95 __EXCEPTIONSFLAG_6 = 
96 endif
97 ifeq ($(WXUNIV),1)
98 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
99 endif
100 ifeq ($(BUILD),debug)
101 ifeq ($(DEBUG_FLAG),default)
102 __DEBUG_DEFINE_p = -D__WXDEBUG__
103 endif
104 endif
105 ifeq ($(DEBUG_FLAG),1)
106 __DEBUG_DEFINE_p = -D__WXDEBUG__
107 endif
108 ifeq ($(USE_EXCEPTIONS),0)
109 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
110 endif
111 ifeq ($(USE_RTTI),0)
112 __RTTI_DEFINE_p = -DwxNO_RTTI
113 endif
114 ifeq ($(USE_THREADS),0)
115 __THREAD_DEFINE_p = -DwxNO_THREADS
116 endif
117 ifeq ($(UNICODE),1)
118 __UNICODE_DEFINE_p = -D_UNICODE
119 endif
120 ifeq ($(MSLU),1)
121 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
122 endif
123 ifeq ($(SHARED),1)
124 __DLLFLAG_p = -DWXUSINGDLL
125 endif
126 ifeq ($(MONOLITHIC),0)
127 __WXLIB_BASE_p = \
128         -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
129 endif
130 ifeq ($(MONOLITHIC),1)
131 __WXLIB_MONO_p = \
132         -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
133 endif
134 ifeq ($(USE_GUI),1)
135 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
136 endif
137 ifeq ($(USE_GUI),1)
138 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
139 endif
140 ifeq ($(USE_GUI),1)
141 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
142 endif
143 ifeq ($(MSLU),1)
144 __UNICOWS_LIB_p = -lunicows
145 endif
146 ifeq ($(BUILD),debug)
147 ifeq ($(DEBUG_INFO),default)
148 __DEBUGINFO = -g
149 endif
150 endif
151 ifeq ($(BUILD),release)
152 ifeq ($(DEBUG_INFO),default)
153 __DEBUGINFO = 
154 endif
155 endif
156 ifeq ($(DEBUG_INFO),0)
157 __DEBUGINFO = 
158 endif
159 ifeq ($(DEBUG_INFO),1)
160 __DEBUGINFO = -g
161 endif
162 ifeq ($(USE_THREADS),0)
163 __THREADSFLAG = 
164 endif
165 ifeq ($(USE_THREADS),1)
166 __THREADSFLAG = -mthreads
167 endif
168
169
170 all: $(OBJS)
171 $(OBJS):
172         -if not exist $(OBJS) mkdir $(OBJS)
173
174 ### Targets: ###
175
176 all: $(OBJS)\HelpGen.exe
177
178 clean: 
179         -if exist $(OBJS)\*.o del $(OBJS)\*.o
180         -if exist $(OBJS)\*.d del $(OBJS)\*.d
181         -if exist $(OBJS)\HelpGen.exe del $(OBJS)\HelpGen.exe
182
183 $(OBJS)\HelpGen.exe: $(HELPGEN_OBJECTS)
184         $(CXX) -o $@ $(HELPGEN_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME)   $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG)  -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
185
186 $(OBJS)\HelpGen_HelpGen.o: ./HelpGen.cpp
187         $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $(CPPDEPS) $<
188
189 $(OBJS)\HelpGen_cjparser.o: ./cjparser.cpp
190         $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $(CPPDEPS) $<
191
192 $(OBJS)\HelpGen_docripper.o: ./docripper.cpp
193         $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $(CPPDEPS) $<
194
195 $(OBJS)\HelpGen_ifcontext.o: ./ifcontext.cpp
196         $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $(CPPDEPS) $<
197
198 $(OBJS)\HelpGen_markup.o: ./markup.cpp
199         $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $(CPPDEPS) $<
200
201 $(OBJS)\HelpGen_scriptbinder.o: ./scriptbinder.cpp
202         $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $(CPPDEPS) $<
203
204 $(OBJS)\HelpGen_sourcepainter.o: ./sourcepainter.cpp
205         $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $(CPPDEPS) $<
206
207 $(OBJS)\HelpGen_srcparser.o: ./srcparser.cpp
208         $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $(CPPDEPS) $<
209
210 .PHONY: all clean
211
212
213 # Dependencies tracking:
214 -include $(OBJS)/*.d