]> git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/src/makefile.gcc
Regen Bakefiles for OSX HID integration
[wxWidgets.git] / utils / tex2rtf / src / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (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 = 25
16 OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18 SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
20 TEX2RTF_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(GCCFLAGS) -DHAVE_W32API_H \
21 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
22 -I.\..\..\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) -DNO_GUI \
23 $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
24 TEX2RTF_OBJECTS = \
25 $(OBJS)\tex2rtf_tex2rtf.o \
26 $(OBJS)\tex2rtf_tex2any.o \
27 $(OBJS)\tex2rtf_texutils.o \
28 $(OBJS)\tex2rtf_rtfutils.o \
29 $(OBJS)\tex2rtf_xlputils.o \
30 $(OBJS)\tex2rtf_htmlutil.o \
31 $(OBJS)\tex2rtf_readshg.o \
32 $(OBJS)\tex2rtf_table.o
33 TEX2RTF_GUI_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(GCCFLAGS) \
34 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
35 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -Wall -I. \
36 $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG) \
37 $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
38 TEX2RTF_GUI_OBJECTS = \
39 $(OBJS)\tex2rtf_gui_sample_rc.o \
40 $(OBJS)\tex2rtf_gui_tex2rtf.o \
41 $(OBJS)\tex2rtf_gui_tex2any.o \
42 $(OBJS)\tex2rtf_gui_texutils.o \
43 $(OBJS)\tex2rtf_gui_rtfutils.o \
44 $(OBJS)\tex2rtf_gui_xlputils.o \
45 $(OBJS)\tex2rtf_gui_htmlutil.o \
46 $(OBJS)\tex2rtf_gui_readshg.o \
47 $(OBJS)\tex2rtf_gui_table.o
48
49 ### Conditionally set variables: ###
50
51 ifeq ($(GCC_VERSION),2.95)
52 GCCFLAGS = -fvtable-thunks
53 endif
54 ifeq ($(USE_GUI),0)
55 PORTNAME = base
56 endif
57 ifeq ($(USE_GUI),1)
58 PORTNAME = msw
59 endif
60 ifeq ($(BUILD),debug)
61 ifeq ($(DEBUG_FLAG),default)
62 WXDEBUGFLAG = d
63 endif
64 endif
65 ifeq ($(DEBUG_FLAG),1)
66 WXDEBUGFLAG = d
67 endif
68 ifeq ($(UNICODE),1)
69 WXUNICODEFLAG = u
70 endif
71 ifeq ($(WXUNIV),1)
72 WXUNIVNAME = univ
73 endif
74 ifeq ($(SHARED),1)
75 WXDLLFLAG = dll
76 endif
77 ifeq ($(USE_GUI),1)
78 __tex2rtf_gui___depname = $(OBJS)\tex2rtf_gui.exe
79 endif
80 ifeq ($(WXUNIV),1)
81 __WXUNIV_DEFINE_p_3 = --define __WXUNIVERSAL__
82 endif
83 ifeq ($(BUILD),debug)
84 ifeq ($(DEBUG_FLAG),default)
85 __DEBUG_DEFINE_p_3 = --define __WXDEBUG__
86 endif
87 endif
88 ifeq ($(DEBUG_FLAG),1)
89 __DEBUG_DEFINE_p_3 = --define __WXDEBUG__
90 endif
91 ifeq ($(UNICODE),1)
92 __UNICODE_DEFINE_p_3 = --define _UNICODE
93 endif
94 ifeq ($(SHARED),1)
95 __DLLFLAG_p_3 = --define WXUSINGDLL
96 endif
97 ifeq ($(MONOLITHIC),0)
98 __WXLIB_HTML_p = \
99 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
100 endif
101 ifeq ($(MONOLITHIC),0)
102 __WXLIB_CORE_p = \
103 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
104 endif
105 ifeq ($(BUILD),debug)
106 __OPTIMIZEFLAG = -O0
107 endif
108 ifeq ($(BUILD),release)
109 __OPTIMIZEFLAG = -O2
110 endif
111 ifeq ($(USE_EXCEPTIONS),0)
112 __EXCEPTIONSFLAG = -fno-rtti
113 endif
114 ifeq ($(USE_EXCEPTIONS),1)
115 __EXCEPTIONSFLAG =
116 endif
117 ifeq ($(USE_EXCEPTIONS),0)
118 __EXCEPTIONSFLAG_0 = -fno-exceptions
119 endif
120 ifeq ($(USE_EXCEPTIONS),1)
121 __EXCEPTIONSFLAG_0 =
122 endif
123 ifeq ($(WXUNIV),1)
124 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
125 endif
126 ifeq ($(BUILD),debug)
127 ifeq ($(DEBUG_FLAG),default)
128 __DEBUG_DEFINE_p = -D__WXDEBUG__
129 endif
130 endif
131 ifeq ($(DEBUG_FLAG),1)
132 __DEBUG_DEFINE_p = -D__WXDEBUG__
133 endif
134 ifeq ($(UNICODE),1)
135 __UNICODE_DEFINE_p = -D_UNICODE
136 endif
137 ifeq ($(SHARED),0)
138 LIBDIRNAME = .\..\..\..\lib\gcc_lib$(CFG)
139 endif
140 ifeq ($(SHARED),1)
141 LIBDIRNAME = .\..\..\..\lib\gcc_dll$(CFG)
142 endif
143 ifeq ($(SHARED),1)
144 __DLLFLAG_p = -DWXUSINGDLL
145 endif
146 ifeq ($(MONOLITHIC),0)
147 __WXLIB_BASE_p = \
148 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
149 endif
150 ifeq ($(MONOLITHIC),1)
151 __WXLIB_MONO_p = \
152 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
153 endif
154 ifeq ($(USE_GUI),1)
155 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
156 endif
157 ifeq ($(USE_GUI),1)
158 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
159 endif
160 ifeq ($(USE_GUI),1)
161 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
162 endif
163 ifeq ($(MSLU),1)
164 __UNICOWS_LIB_p = -lunicows
165 endif
166 ifeq ($(BUILD),debug)
167 ifeq ($(DEBUG_INFO),default)
168 __DEBUGINFO = -g
169 endif
170 endif
171 ifeq ($(BUILD),release)
172 ifeq ($(DEBUG_INFO),default)
173 __DEBUGINFO =
174 endif
175 endif
176 ifeq ($(DEBUG_INFO),0)
177 __DEBUGINFO =
178 endif
179 ifeq ($(DEBUG_INFO),1)
180 __DEBUGINFO = -g
181 endif
182
183
184 all: $(OBJS)
185 $(OBJS):
186 -if not exist $(OBJS) mkdir $(OBJS)
187
188 ### Targets: ###
189
190 all: $(OBJS)\tex2rtf.exe $(__tex2rtf_gui___depname)
191
192 clean:
193 -if exist $(OBJS)\*.o del $(OBJS)\*.o
194 -if exist $(OBJS)\tex2rtf.exe del $(OBJS)\tex2rtf.exe
195 -if exist $(OBJS)\tex2rtf_gui.exe del $(OBJS)\tex2rtf_gui.exe
196
197 $(OBJS)\tex2rtf.exe: $(TEX2RTF_OBJECTS)
198 $(CXX) -o $@ $(TEX2RTF_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) -lwxexpat$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
199
200 ifeq ($(USE_GUI),1)
201 $(OBJS)\tex2rtf_gui.exe: $(TEX2RTF_GUI_OBJECTS) $(OBJS)\tex2rtf_gui_sample_rc.o
202 $(CXX) -o $@ $(TEX2RTF_GUI_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) -lwxexpat$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
203 endif
204
205 $(OBJS)\tex2rtf_tex2rtf.o: ./tex2rtf.cpp
206 $(CXX) -c -o $@ $(TEX2RTF_CXXFLAGS) $<
207
208 $(OBJS)\tex2rtf_tex2any.o: ./tex2any.cpp
209 $(CXX) -c -o $@ $(TEX2RTF_CXXFLAGS) $<
210
211 $(OBJS)\tex2rtf_texutils.o: ./texutils.cpp
212 $(CXX) -c -o $@ $(TEX2RTF_CXXFLAGS) $<
213
214 $(OBJS)\tex2rtf_rtfutils.o: ./rtfutils.cpp
215 $(CXX) -c -o $@ $(TEX2RTF_CXXFLAGS) $<
216
217 $(OBJS)\tex2rtf_xlputils.o: ./xlputils.cpp
218 $(CXX) -c -o $@ $(TEX2RTF_CXXFLAGS) $<
219
220 $(OBJS)\tex2rtf_htmlutil.o: ./htmlutil.cpp
221 $(CXX) -c -o $@ $(TEX2RTF_CXXFLAGS) $<
222
223 $(OBJS)\tex2rtf_readshg.o: ./readshg.cpp
224 $(CXX) -c -o $@ $(TEX2RTF_CXXFLAGS) $<
225
226 $(OBJS)\tex2rtf_table.o: ./table.cpp
227 $(CXX) -c -o $@ $(TEX2RTF_CXXFLAGS) $<
228
229 $(OBJS)\tex2rtf_gui_sample_rc.o: ./../../../samples/sample.rc
230 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_3) $(__DEBUG_DEFINE_p_3) $(__UNICODE_DEFINE_p_3) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_3) --include-dir ./../../../samples
231
232 $(OBJS)\tex2rtf_gui_tex2rtf.o: ./tex2rtf.cpp
233 $(CXX) -c -o $@ $(TEX2RTF_GUI_CXXFLAGS) $<
234
235 $(OBJS)\tex2rtf_gui_tex2any.o: ./tex2any.cpp
236 $(CXX) -c -o $@ $(TEX2RTF_GUI_CXXFLAGS) $<
237
238 $(OBJS)\tex2rtf_gui_texutils.o: ./texutils.cpp
239 $(CXX) -c -o $@ $(TEX2RTF_GUI_CXXFLAGS) $<
240
241 $(OBJS)\tex2rtf_gui_rtfutils.o: ./rtfutils.cpp
242 $(CXX) -c -o $@ $(TEX2RTF_GUI_CXXFLAGS) $<
243
244 $(OBJS)\tex2rtf_gui_xlputils.o: ./xlputils.cpp
245 $(CXX) -c -o $@ $(TEX2RTF_GUI_CXXFLAGS) $<
246
247 $(OBJS)\tex2rtf_gui_htmlutil.o: ./htmlutil.cpp
248 $(CXX) -c -o $@ $(TEX2RTF_GUI_CXXFLAGS) $<
249
250 $(OBJS)\tex2rtf_gui_readshg.o: ./readshg.cpp
251 $(CXX) -c -o $@ $(TEX2RTF_GUI_CXXFLAGS) $<
252
253 $(OBJS)\tex2rtf_gui_table.o: ./table.cpp
254 $(CXX) -c -o $@ $(TEX2RTF_GUI_CXXFLAGS) $<
255
256 .PHONY: all clean