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