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