]> git.saurik.com Git - wxWidgets.git/blame - samples/vscroll/makefile.gcc
Defaults in wxWinCE documented.
[wxWidgets.git] / samples / vscroll / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (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
4818141b 15WX_RELEASE_NODOT = 26
25a73439
VS
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 18LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
21VSTEST_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)
d179e30b
VS
27VSTEST_OBJECTS = \
28 $(OBJS)\vstest_sample_rc.o \
29 $(OBJS)\vstest_vstest.o
3b20263d
VS
30
31### Conditionally set variables: ###
32
250700e4
RD
33ifeq ($(GCC_VERSION),2.95)
34GCCFLAGS = -fvtable-thunks
35endif
3b20263d
VS
36ifeq ($(USE_GUI),0)
37PORTNAME = base
38endif
39ifeq ($(USE_GUI),1)
40PORTNAME = msw
41endif
42ifeq ($(BUILD),debug)
25a73439
VS
43ifeq ($(DEBUG_FLAG),default)
44WXDEBUGFLAG = d
45endif
46endif
47ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
48WXDEBUGFLAG = d
49endif
3b20263d
VS
50ifeq ($(UNICODE),1)
51WXUNICODEFLAG = u
52endif
53ifeq ($(WXUNIV),1)
54WXUNIVNAME = univ
55endif
b17c1746
DE
56ifeq ($(SHARED),1)
57WXDLLFLAG = dll
25a73439 58endif
b14abf14
JS
59ifeq ($(SHARED),0)
60LIBTYPE_SUFFIX = lib
61endif
62ifeq ($(SHARED),1)
63LIBTYPE_SUFFIX = dll
64endif
dd65d8c8
RN
65ifeq ($(MONOLITHIC),0)
66EXTRALIBS_FOR_BASE =
67endif
68ifeq ($(MONOLITHIC),1)
69EXTRALIBS_FOR_BASE =
70endif
b17c1746
DE
71ifeq ($(BUILD),debug)
72__OPTIMIZEFLAG_2 = -O0
250700e4
RD
73endif
74ifeq ($(BUILD),release)
b17c1746 75__OPTIMIZEFLAG_2 = -O2
25a73439 76endif
8c9f8f91
JS
77ifeq ($(USE_RTTI),0)
78__RTTIFLAG_5 = -fno-rtti
25a73439 79endif
8c9f8f91
JS
80ifeq ($(USE_RTTI),1)
81__RTTIFLAG_5 =
25a73439 82endif
b17c1746 83ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 84__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
85endif
86ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 87__EXCEPTIONSFLAG_6 =
b17c1746
DE
88endif
89ifeq ($(WXUNIV),1)
90__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
91endif
92ifeq ($(WXUNIV),1)
93__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
94endif
95ifeq ($(BUILD),debug)
25a73439
VS
96ifeq ($(DEBUG_FLAG),default)
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98endif
99endif
100ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102endif
103ifeq ($(BUILD),debug)
25a73439
VS
104ifeq ($(DEBUG_FLAG),default)
105__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
106endif
107endif
108ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
109__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
110endif
8c9f8f91
JS
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
b17c1746
DE
129ifeq ($(UNICODE),1)
130__UNICODE_DEFINE_p = -D_UNICODE
131endif
132ifeq ($(UNICODE),1)
133__UNICODE_DEFINE_p_1 = --define _UNICODE
134endif
3b20263d
VS
135ifeq ($(SHARED),1)
136__DLLFLAG_p = -DWXUSINGDLL
137endif
138ifeq ($(SHARED),1)
139__DLLFLAG_p_1 = --define WXUSINGDLL
140endif
b17c1746
DE
141ifeq ($(MONOLITHIC),0)
142__WXLIB_CORE_p = \
c33fae85 143 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 144endif
b17c1746 145ifeq ($(MONOLITHIC),0)
c33fae85
RN
146__WXLIB_BASE_p = \
147 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 148endif
b17c1746
DE
149ifeq ($(MONOLITHIC),1)
150__WXLIB_MONO_p = \
c33fae85 151 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 152endif
b17c1746 153ifeq ($(USE_GUI),1)
9c2d002b 154__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 155endif
25a73439 156ifeq ($(USE_GUI),1)
9c2d002b 157__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
158endif
159ifeq ($(USE_GUI),1)
9c2d002b 160__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
25a73439 161endif
b17c1746
DE
162ifeq ($(MSLU),1)
163__UNICOWS_LIB_p = -lunicows
250700e4 164endif
b17c1746
DE
165ifeq ($(BUILD),debug)
166ifeq ($(DEBUG_INFO),default)
167__DEBUGINFO = -g
4e209a20 168endif
3b20263d 169endif
b17c1746
DE
170ifeq ($(BUILD),release)
171ifeq ($(DEBUG_INFO),default)
172__DEBUGINFO =
3b20263d 173endif
3b20263d 174endif
b17c1746
DE
175ifeq ($(DEBUG_INFO),0)
176__DEBUGINFO =
3b20263d 177endif
b17c1746
DE
178ifeq ($(DEBUG_INFO),1)
179__DEBUGINFO = -g
3b20263d 180endif
8c9f8f91
JS
181ifeq ($(USE_THREADS),0)
182__THREADSFLAG =
183endif
184ifeq ($(USE_THREADS),1)
185__THREADSFLAG = -mthreads
186endif
3b20263d
VS
187
188
189all: $(OBJS)
190$(OBJS):
191 -if not exist $(OBJS) mkdir $(OBJS)
192
193### Targets: ###
194
d179e30b 195all: $(OBJS)\vstest.exe
3b20263d 196
3b20263d
VS
197clean:
198 -if exist $(OBJS)\*.o del $(OBJS)\*.o
d179e30b 199 -if exist $(OBJS)\vstest.exe del $(OBJS)\vstest.exe
3b20263d 200
d179e30b 201$(OBJS)\vstest.exe: $(VSTEST_OBJECTS) $(OBJS)\vstest_sample_rc.o
8c9f8f91 202 $(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 203
b17c1746 204$(OBJS)\vstest_sample_rc.o: ./../../samples/sample.rc
8c9f8f91 205 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
b17c1746
DE
206
207$(OBJS)\vstest_vstest.o: ./vstest.cpp
208 $(CXX) -c -o $@ $(VSTEST_CXXFLAGS) $<
209
250700e4 210.PHONY: all clean
b14abf14 211
8c9f8f91 212