]> git.saurik.com Git - wxWidgets.git/blob - utils/HelpGen/src/makefile.gcc
Added wx.lib.hyperlink from Andrea Gavana. It is a control like
[wxWidgets.git] / utils / HelpGen / src / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.8 (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 WX_RELEASE_NODOT = 26
16 OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18 LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
19 SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21 HELPGEN_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
22 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
23 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
24 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
25 -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 $(__RTTIFLAG_5) \
26 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
27 HELPGEN_OBJECTS = \
28 $(OBJS)\HelpGen_HelpGen.o \
29 $(OBJS)\HelpGen_cjparser.o \
30 $(OBJS)\HelpGen_docripper.o \
31 $(OBJS)\HelpGen_ifcontext.o \
32 $(OBJS)\HelpGen_markup.o \
33 $(OBJS)\HelpGen_scriptbinder.o \
34 $(OBJS)\HelpGen_sourcepainter.o \
35 $(OBJS)\HelpGen_srcparser.o
36
37 ### Conditionally set variables: ###
38
39 ifeq ($(GCC_VERSION),2.95)
40 GCCFLAGS = -fvtable-thunks
41 endif
42 ifeq ($(USE_GUI),0)
43 PORTNAME = base
44 endif
45 ifeq ($(USE_GUI),1)
46 PORTNAME = msw
47 endif
48 ifeq ($(BUILD),debug)
49 ifeq ($(DEBUG_FLAG),default)
50 WXDEBUGFLAG = d
51 endif
52 endif
53 ifeq ($(DEBUG_FLAG),1)
54 WXDEBUGFLAG = d
55 endif
56 ifeq ($(UNICODE),1)
57 WXUNICODEFLAG = u
58 endif
59 ifeq ($(WXUNIV),1)
60 WXUNIVNAME = univ
61 endif
62 ifeq ($(SHARED),1)
63 WXDLLFLAG = dll
64 endif
65 ifeq ($(SHARED),0)
66 LIBTYPE_SUFFIX = lib
67 endif
68 ifeq ($(SHARED),1)
69 LIBTYPE_SUFFIX = dll
70 endif
71 ifeq ($(MONOLITHIC),0)
72 EXTRALIBS_FOR_BASE =
73 endif
74 ifeq ($(MONOLITHIC),1)
75 EXTRALIBS_FOR_BASE =
76 endif
77 ifeq ($(BUILD),debug)
78 __OPTIMIZEFLAG_2 = -O0
79 endif
80 ifeq ($(BUILD),release)
81 __OPTIMIZEFLAG_2 = -O2
82 endif
83 ifeq ($(USE_RTTI),0)
84 __RTTIFLAG_5 = -fno-rtti
85 endif
86 ifeq ($(USE_RTTI),1)
87 __RTTIFLAG_5 =
88 endif
89 ifeq ($(USE_EXCEPTIONS),0)
90 __EXCEPTIONSFLAG_6 = -fno-exceptions
91 endif
92 ifeq ($(USE_EXCEPTIONS),1)
93 __EXCEPTIONSFLAG_6 =
94 endif
95 ifeq ($(WXUNIV),1)
96 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
97 endif
98 ifeq ($(BUILD),debug)
99 ifeq ($(DEBUG_FLAG),default)
100 __DEBUG_DEFINE_p = -D__WXDEBUG__
101 endif
102 endif
103 ifeq ($(DEBUG_FLAG),1)
104 __DEBUG_DEFINE_p = -D__WXDEBUG__
105 endif
106 ifeq ($(USE_EXCEPTIONS),0)
107 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
108 endif
109 ifeq ($(USE_RTTI),0)
110 __RTTI_DEFINE_p = -DwxNO_RTTI
111 endif
112 ifeq ($(USE_THREADS),0)
113 __THREAD_DEFINE_p = -DwxNO_THREADS
114 endif
115 ifeq ($(UNICODE),1)
116 __UNICODE_DEFINE_p = -D_UNICODE
117 endif
118 ifeq ($(SHARED),1)
119 __DLLFLAG_p = -DWXUSINGDLL
120 endif
121 ifeq ($(MONOLITHIC),0)
122 __WXLIB_BASE_p = \
123 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
124 endif
125 ifeq ($(MONOLITHIC),1)
126 __WXLIB_MONO_p = \
127 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
128 endif
129 ifeq ($(USE_GUI),1)
130 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
131 endif
132 ifeq ($(USE_GUI),1)
133 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
134 endif
135 ifeq ($(USE_GUI),1)
136 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
137 endif
138 ifeq ($(MSLU),1)
139 __UNICOWS_LIB_p = -lunicows
140 endif
141 ifeq ($(BUILD),debug)
142 ifeq ($(DEBUG_INFO),default)
143 __DEBUGINFO = -g
144 endif
145 endif
146 ifeq ($(BUILD),release)
147 ifeq ($(DEBUG_INFO),default)
148 __DEBUGINFO =
149 endif
150 endif
151 ifeq ($(DEBUG_INFO),0)
152 __DEBUGINFO =
153 endif
154 ifeq ($(DEBUG_INFO),1)
155 __DEBUGINFO = -g
156 endif
157 ifeq ($(USE_THREADS),0)
158 __THREADSFLAG =
159 endif
160 ifeq ($(USE_THREADS),1)
161 __THREADSFLAG = -mthreads
162 endif
163
164
165 all: $(OBJS)
166 $(OBJS):
167 -if not exist $(OBJS) mkdir $(OBJS)
168
169 ### Targets: ###
170
171 all: $(OBJS)\HelpGen.exe
172
173 clean:
174 -if exist $(OBJS)\*.o del $(OBJS)\*.o
175 -if exist $(OBJS)\HelpGen.exe del $(OBJS)\HelpGen.exe
176
177 $(OBJS)\HelpGen.exe: $(HELPGEN_OBJECTS)
178 $(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
179
180 $(OBJS)\HelpGen_HelpGen.o: ./HelpGen.cpp
181 $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $<
182
183 $(OBJS)\HelpGen_cjparser.o: ./cjparser.cpp
184 $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $<
185
186 $(OBJS)\HelpGen_docripper.o: ./docripper.cpp
187 $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $<
188
189 $(OBJS)\HelpGen_ifcontext.o: ./ifcontext.cpp
190 $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $<
191
192 $(OBJS)\HelpGen_markup.o: ./markup.cpp
193 $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $<
194
195 $(OBJS)\HelpGen_scriptbinder.o: ./scriptbinder.cpp
196 $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $<
197
198 $(OBJS)\HelpGen_sourcepainter.o: ./sourcepainter.cpp
199 $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $<
200
201 $(OBJS)\HelpGen_srcparser.o: ./srcparser.cpp
202 $(CXX) -c -o $@ $(HELPGEN_CXXFLAGS) $<
203
204 .PHONY: all clean
205
206