]> git.saurik.com Git - wxWidgets.git/blame - samples/vscroll/makefile.gcc
Support for automatic setup.h in OS/2 with OW builds. __WXOS2__ final removal. Source...
[wxWidgets.git] / samples / vscroll / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
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
25a73439
VS
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 19LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
20SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
22VSTEST_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) -I.\..\..\samples \
27 -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy \
28 $(CPPFLAGS) $(CXXFLAGS)
d179e30b
VS
29VSTEST_OBJECTS = \
30 $(OBJS)\vstest_sample_rc.o \
31 $(OBJS)\vstest_vstest.o
3b20263d
VS
32
33### Conditionally set variables: ###
34
250700e4
RD
35ifeq ($(GCC_VERSION),2.95)
36GCCFLAGS = -fvtable-thunks
37endif
3b20263d
VS
38ifeq ($(USE_GUI),0)
39PORTNAME = base
40endif
41ifeq ($(USE_GUI),1)
42PORTNAME = msw
43endif
44ifeq ($(BUILD),debug)
25a73439
VS
45ifeq ($(DEBUG_FLAG),default)
46WXDEBUGFLAG = d
47endif
48endif
49ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
50WXDEBUGFLAG = d
51endif
3b20263d
VS
52ifeq ($(UNICODE),1)
53WXUNICODEFLAG = u
54endif
55ifeq ($(WXUNIV),1)
56WXUNIVNAME = univ
57endif
b17c1746
DE
58ifeq ($(SHARED),1)
59WXDLLFLAG = dll
25a73439 60endif
b14abf14
JS
61ifeq ($(SHARED),0)
62LIBTYPE_SUFFIX = lib
63endif
64ifeq ($(SHARED),1)
65LIBTYPE_SUFFIX = dll
66endif
dd65d8c8
RN
67ifeq ($(MONOLITHIC),0)
68EXTRALIBS_FOR_BASE =
69endif
70ifeq ($(MONOLITHIC),1)
71EXTRALIBS_FOR_BASE =
72endif
b17c1746
DE
73ifeq ($(BUILD),debug)
74__OPTIMIZEFLAG_2 = -O0
250700e4
RD
75endif
76ifeq ($(BUILD),release)
b17c1746 77__OPTIMIZEFLAG_2 = -O2
25a73439 78endif
8c9f8f91
JS
79ifeq ($(USE_RTTI),0)
80__RTTIFLAG_5 = -fno-rtti
25a73439 81endif
8c9f8f91
JS
82ifeq ($(USE_RTTI),1)
83__RTTIFLAG_5 =
25a73439 84endif
b17c1746 85ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 86__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
87endif
88ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 89__EXCEPTIONSFLAG_6 =
b17c1746
DE
90endif
91ifeq ($(WXUNIV),1)
92__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
93endif
94ifeq ($(WXUNIV),1)
95__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
96endif
97ifeq ($(BUILD),debug)
25a73439
VS
98ifeq ($(DEBUG_FLAG),default)
99__DEBUG_DEFINE_p = -D__WXDEBUG__
100endif
101endif
102ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
103__DEBUG_DEFINE_p = -D__WXDEBUG__
104endif
105ifeq ($(BUILD),debug)
25a73439
VS
106ifeq ($(DEBUG_FLAG),default)
107__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
108endif
109endif
110ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
111__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
112endif
8c9f8f91
JS
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
b17c1746
DE
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
3b20263d
VS
143ifeq ($(SHARED),1)
144__DLLFLAG_p = -DWXUSINGDLL
145endif
146ifeq ($(SHARED),1)
147__DLLFLAG_p_1 = --define WXUSINGDLL
148endif
b17c1746
DE
149ifeq ($(MONOLITHIC),0)
150__WXLIB_CORE_p = \
c33fae85 151 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 152endif
b17c1746 153ifeq ($(MONOLITHIC),0)
c33fae85
RN
154__WXLIB_BASE_p = \
155 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 156endif
b17c1746
DE
157ifeq ($(MONOLITHIC),1)
158__WXLIB_MONO_p = \
c33fae85 159 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 160endif
b17c1746 161ifeq ($(USE_GUI),1)
9c2d002b 162__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 163endif
25a73439 164ifeq ($(USE_GUI),1)
9c2d002b 165__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
166endif
167ifeq ($(USE_GUI),1)
9c2d002b 168__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
25a73439 169endif
b17c1746
DE
170ifeq ($(MSLU),1)
171__UNICOWS_LIB_p = -lunicows
250700e4 172endif
b17c1746
DE
173ifeq ($(BUILD),debug)
174ifeq ($(DEBUG_INFO),default)
175__DEBUGINFO = -g
4e209a20 176endif
3b20263d 177endif
b17c1746
DE
178ifeq ($(BUILD),release)
179ifeq ($(DEBUG_INFO),default)
180__DEBUGINFO =
3b20263d 181endif
3b20263d 182endif
b17c1746
DE
183ifeq ($(DEBUG_INFO),0)
184__DEBUGINFO =
3b20263d 185endif
b17c1746
DE
186ifeq ($(DEBUG_INFO),1)
187__DEBUGINFO = -g
3b20263d 188endif
8c9f8f91
JS
189ifeq ($(USE_THREADS),0)
190__THREADSFLAG =
191endif
192ifeq ($(USE_THREADS),1)
193__THREADSFLAG = -mthreads
194endif
3b20263d
VS
195
196
197all: $(OBJS)
198$(OBJS):
199 -if not exist $(OBJS) mkdir $(OBJS)
200
201### Targets: ###
202
d179e30b 203all: $(OBJS)\vstest.exe
3b20263d 204
3b20263d
VS
205clean:
206 -if exist $(OBJS)\*.o del $(OBJS)\*.o
0d90d6ea 207 -if exist $(OBJS)\*.d del $(OBJS)\*.d
d179e30b 208 -if exist $(OBJS)\vstest.exe del $(OBJS)\vstest.exe
3b20263d 209
d179e30b 210$(OBJS)\vstest.exe: $(VSTEST_OBJECTS) $(OBJS)\vstest_sample_rc.o
8c9f8f91 211 $(CXX) -o $@ $(VSTEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__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
3b20263d 212
b17c1746 213$(OBJS)\vstest_sample_rc.o: ./../../samples/sample.rc
2113bc77 214 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
b17c1746
DE
215
216$(OBJS)\vstest_vstest.o: ./vstest.cpp
0d90d6ea 217 $(CXX) -c -o $@ $(VSTEST_CXXFLAGS) $(CPPDEPS) $<
b17c1746 218
250700e4 219.PHONY: all clean
b14abf14 220
8c9f8f91 221
0d90d6ea
JS
222# Dependencies tracking:
223-include $(OBJS)/*.d