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