]> git.saurik.com Git - wxWidgets.git/blame - samples/debugrpt/makefile.gcc
reSWIGged
[wxWidgets.git] / samples / debugrpt / makefile.gcc
CommitLineData
4fce94fa
VZ
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
7include ../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
4818141b 15WX_RELEASE_NODOT = 26
4fce94fa
VZ
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21DEBUGRPT_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 -I$(SETUPHDIR) \
25 -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
26 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
27DEBUGRPT_OBJECTS = \
28 $(OBJS)\debugrpt_sample_rc.o \
29 $(OBJS)\debugrpt_debugrpt.o
30
31### Conditionally set variables: ###
32
33ifeq ($(GCC_VERSION),2.95)
34GCCFLAGS = -fvtable-thunks
35endif
36ifeq ($(USE_GUI),0)
37PORTNAME = base
38endif
39ifeq ($(USE_GUI),1)
40PORTNAME = msw
41endif
42ifeq ($(BUILD),debug)
43ifeq ($(DEBUG_FLAG),default)
44WXDEBUGFLAG = d
45endif
46endif
47ifeq ($(DEBUG_FLAG),1)
48WXDEBUGFLAG = d
49endif
50ifeq ($(UNICODE),1)
51WXUNICODEFLAG = u
52endif
53ifeq ($(WXUNIV),1)
54WXUNIVNAME = univ
55endif
56ifeq ($(SHARED),1)
57WXDLLFLAG = dll
58endif
59ifeq ($(SHARED),0)
60LIBTYPE_SUFFIX = lib
61endif
62ifeq ($(SHARED),1)
63LIBTYPE_SUFFIX = dll
64endif
65ifeq ($(MONOLITHIC),0)
66EXTRALIBS_FOR_BASE =
67endif
68ifeq ($(MONOLITHIC),1)
69EXTRALIBS_FOR_BASE =
70endif
71ifeq ($(BUILD),debug)
72__OPTIMIZEFLAG_2 = -O0
73endif
74ifeq ($(BUILD),release)
75__OPTIMIZEFLAG_2 = -O2
76endif
77ifeq ($(USE_RTTI),0)
78__RTTIFLAG_5 = -fno-rtti
79endif
80ifeq ($(USE_RTTI),1)
81__RTTIFLAG_5 =
82endif
83ifeq ($(USE_EXCEPTIONS),0)
84__EXCEPTIONSFLAG_6 = -fno-exceptions
85endif
86ifeq ($(USE_EXCEPTIONS),1)
87__EXCEPTIONSFLAG_6 =
88endif
89ifeq ($(WXUNIV),1)
90__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
91endif
92ifeq ($(WXUNIV),1)
93__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
94endif
95ifeq ($(BUILD),debug)
96ifeq ($(DEBUG_FLAG),default)
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98endif
99endif
100ifeq ($(DEBUG_FLAG),1)
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102endif
103ifeq ($(BUILD),debug)
104ifeq ($(DEBUG_FLAG),default)
105__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
106endif
107endif
108ifeq ($(DEBUG_FLAG),1)
109__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
110endif
111ifeq ($(USE_EXCEPTIONS),0)
112__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
113endif
114ifeq ($(USE_EXCEPTIONS),0)
115__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
116endif
117ifeq ($(USE_RTTI),0)
118__RTTI_DEFINE_p = -DwxNO_RTTI
119endif
120ifeq ($(USE_RTTI),0)
121__RTTI_DEFINE_p_1 = --define wxNO_RTTI
122endif
123ifeq ($(USE_THREADS),0)
124__THREAD_DEFINE_p = -DwxNO_THREADS
125endif
126ifeq ($(USE_THREADS),0)
127__THREAD_DEFINE_p_1 = --define wxNO_THREADS
128endif
129ifeq ($(UNICODE),1)
130__UNICODE_DEFINE_p = -D_UNICODE
131endif
132ifeq ($(UNICODE),1)
133__UNICODE_DEFINE_p_1 = --define _UNICODE
134endif
135ifeq ($(SHARED),1)
136__DLLFLAG_p = -DWXUSINGDLL
137endif
138ifeq ($(SHARED),1)
139__DLLFLAG_p_1 = --define WXUSINGDLL
140endif
141ifeq ($(MONOLITHIC),0)
4818141b
JS
142__WXLIB_QA_p = \
143 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_qa
144endif
145ifeq ($(MONOLITHIC),0)
4fce94fa
VZ
146__WXLIB_CORE_p = \
147 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
148endif
149ifeq ($(MONOLITHIC),0)
150__WXLIB_BASE_p = \
151 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
152endif
153ifeq ($(MONOLITHIC),0)
154__WXLIB_XML_p = \
155 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml
156endif
4fce94fa
VZ
157ifeq ($(MONOLITHIC),1)
158__WXLIB_MONO_p = \
159 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
160endif
161ifeq ($(USE_GUI),1)
162__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
163endif
164ifeq ($(USE_GUI),1)
165__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
166endif
167ifeq ($(USE_GUI),1)
168__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
169endif
170ifeq ($(MSLU),1)
171__UNICOWS_LIB_p = -lunicows
172endif
173ifeq ($(BUILD),debug)
174ifeq ($(DEBUG_INFO),default)
175__DEBUGINFO = -g
176endif
177endif
178ifeq ($(BUILD),release)
179ifeq ($(DEBUG_INFO),default)
180__DEBUGINFO =
181endif
182endif
183ifeq ($(DEBUG_INFO),0)
184__DEBUGINFO =
185endif
186ifeq ($(DEBUG_INFO),1)
187__DEBUGINFO = -g
188endif
189ifeq ($(USE_THREADS),0)
190__THREADSFLAG =
191endif
192ifeq ($(USE_THREADS),1)
193__THREADSFLAG = -mthreads
194endif
195
196
197all: $(OBJS)
198$(OBJS):
199 -if not exist $(OBJS) mkdir $(OBJS)
200
201### Targets: ###
202
203all: $(OBJS)\debugrpt.exe
204
205clean:
206 -if exist $(OBJS)\*.o del $(OBJS)\*.o
207 -if exist $(OBJS)\debugrpt.exe del $(OBJS)\debugrpt.exe
208
209$(OBJS)\debugrpt.exe: $(DEBUGRPT_OBJECTS) $(OBJS)\debugrpt_sample_rc.o
4818141b 210 $(CXX) -o $@ $(DEBUGRPT_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_QA_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_XML_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
4fce94fa
VZ
211
212$(OBJS)\debugrpt_sample_rc.o: ./../../samples/sample.rc
213 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples
214
215$(OBJS)\debugrpt_debugrpt.o: ./debugrpt.cpp
216 $(CXX) -c -o $@ $(DEBUGRPT_CXXFLAGS) $<
217
218.PHONY: all clean
219
220