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