]> git.saurik.com Git - wxWidgets.git/blame - samples/dialogs/makefile.gcc
Artwork replacement (c) Julian Smart
[wxWidgets.git] / samples / dialogs / 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
b17c1746
DE
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 18LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
21DIALOGS_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)
25a73439
VS
27DIALOGS_OBJECTS = \
28 $(OBJS)\dialogs_dialogs.o \
b14abf14 29 $(____GENERIC_DIALOGS_IN_NATIVE_BUILDS_FILENAMES_OBJECTS) \
25a73439 30 $(OBJS)\dialogs_dialogs_rc.o
3b20263d
VS
31
32### Conditionally set variables: ###
33
3fe8bc14
VS
34ifeq ($(GCC_VERSION),2.95)
35GCCFLAGS = -fvtable-thunks
36endif
3b20263d
VS
37ifeq ($(USE_GUI),0)
38PORTNAME = base
39endif
40ifeq ($(USE_GUI),1)
41PORTNAME = msw
42endif
43ifeq ($(BUILD),debug)
25a73439
VS
44ifeq ($(DEBUG_FLAG),default)
45WXDEBUGFLAG = d
46endif
47endif
48ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
49WXDEBUGFLAG = d
50endif
3b20263d
VS
51ifeq ($(UNICODE),1)
52WXUNICODEFLAG = u
53endif
54ifeq ($(WXUNIV),1)
55WXUNIVNAME = univ
56endif
b17c1746
DE
57ifeq ($(SHARED),1)
58WXDLLFLAG = dll
25a73439 59endif
b14abf14
JS
60ifeq ($(SHARED),0)
61LIBTYPE_SUFFIX = lib
62endif
63ifeq ($(SHARED),1)
64LIBTYPE_SUFFIX = dll
65endif
dd65d8c8
RN
66ifeq ($(MONOLITHIC),0)
67EXTRALIBS_FOR_BASE =
68endif
69ifeq ($(MONOLITHIC),1)
70EXTRALIBS_FOR_BASE =
71endif
b17c1746
DE
72ifeq ($(BUILD),debug)
73__OPTIMIZEFLAG_2 = -O0
3fe8bc14
VS
74endif
75ifeq ($(BUILD),release)
b17c1746 76__OPTIMIZEFLAG_2 = -O2
25a73439 77endif
8c9f8f91
JS
78ifeq ($(USE_RTTI),0)
79__RTTIFLAG_5 = -fno-rtti
25a73439 80endif
8c9f8f91
JS
81ifeq ($(USE_RTTI),1)
82__RTTIFLAG_5 =
25a73439 83endif
b17c1746 84ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 85__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
86endif
87ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 88__EXCEPTIONSFLAG_6 =
b17c1746
DE
89endif
90ifeq ($(WXUNIV),1)
91__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
92endif
93ifeq ($(WXUNIV),1)
94__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
3fe8bc14
VS
95endif
96ifeq ($(BUILD),debug)
25a73439
VS
97ifeq ($(DEBUG_FLAG),default)
98__DEBUG_DEFINE_p = -D__WXDEBUG__
99endif
100endif
101ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
102__DEBUG_DEFINE_p = -D__WXDEBUG__
103endif
104ifeq ($(BUILD),debug)
25a73439
VS
105ifeq ($(DEBUG_FLAG),default)
106__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
107endif
108endif
109ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
110__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
111endif
8c9f8f91
JS
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
b17c1746
DE
130ifeq ($(UNICODE),1)
131__UNICODE_DEFINE_p = -D_UNICODE
132endif
133ifeq ($(UNICODE),1)
134__UNICODE_DEFINE_p_1 = --define _UNICODE
135endif
3b20263d
VS
136ifeq ($(SHARED),1)
137__DLLFLAG_p = -DWXUSINGDLL
138endif
139ifeq ($(SHARED),1)
140__DLLFLAG_p_1 = --define WXUSINGDLL
141endif
c33fae85 142ifeq ($(SHARED),0)
63c83961 143ifeq ($(WXUNIV),0)
b14abf14 144____GENERIC_DIALOGS_IN_NATIVE_BUILDS_FILENAMES_OBJECTS = \
63c83961
WS
145 $(OBJS)\dialogs_colrdlgg.o \
146 $(OBJS)\dialogs_dirdlgg.o \
695fe764 147 $(OBJS)\dialogs_filedlgg.o \
63c83961
WS
148 $(OBJS)\dialogs_fontdlgg.o
149endif
c33fae85 150endif
b17c1746
DE
151ifeq ($(MONOLITHIC),0)
152__WXLIB_ADV_p = \
c33fae85 153 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv
b71531ad 154endif
b17c1746
DE
155ifeq ($(MONOLITHIC),0)
156__WXLIB_CORE_p = \
c33fae85 157 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 158endif
b17c1746 159ifeq ($(MONOLITHIC),0)
c33fae85
RN
160__WXLIB_BASE_p = \
161 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 162endif
b17c1746
DE
163ifeq ($(MONOLITHIC),1)
164__WXLIB_MONO_p = \
c33fae85 165 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 166endif
25a73439 167ifeq ($(USE_GUI),1)
9c2d002b 168__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
25a73439
VS
169endif
170ifeq ($(USE_GUI),1)
9c2d002b 171__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
172endif
173ifeq ($(USE_GUI),1)
9c2d002b 174__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
3b20263d 175endif
4e209a20
VS
176ifeq ($(MSLU),1)
177__UNICOWS_LIB_p = -lunicows
178endif
b17c1746
DE
179ifeq ($(BUILD),debug)
180ifeq ($(DEBUG_INFO),default)
181__DEBUGINFO = -g
3b20263d 182endif
3b20263d 183endif
b17c1746
DE
184ifeq ($(BUILD),release)
185ifeq ($(DEBUG_INFO),default)
186__DEBUGINFO =
3b20263d 187endif
b17c1746
DE
188endif
189ifeq ($(DEBUG_INFO),0)
190__DEBUGINFO =
191endif
192ifeq ($(DEBUG_INFO),1)
193__DEBUGINFO = -g
3b20263d 194endif
8c9f8f91
JS
195ifeq ($(USE_THREADS),0)
196__THREADSFLAG =
197endif
198ifeq ($(USE_THREADS),1)
199__THREADSFLAG = -mthreads
200endif
3b20263d
VS
201
202
203all: $(OBJS)
204$(OBJS):
205 -if not exist $(OBJS) mkdir $(OBJS)
206
207### Targets: ###
208
209all: $(OBJS)\dialogs.exe data
210
3b20263d
VS
211clean:
212 -if exist $(OBJS)\*.o del $(OBJS)\*.o
213 -if exist $(OBJS)\dialogs.exe del $(OBJS)\dialogs.exe
3b20263d 214
b17c1746 215$(OBJS)\dialogs.exe: $(DIALOGS_OBJECTS) $(OBJS)\dialogs_dialogs_rc.o
8c9f8f91 216 $(CXX) -o $@ $(DIALOGS_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__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
b17c1746 217
3b20263d
VS
218data:
219 if not exist $(OBJS) mkdir $(OBJS)
220 for %%f in (tips.txt) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
221
b17c1746
DE
222$(OBJS)\dialogs_dialogs.o: ./dialogs.cpp
223 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
224
63c83961
WS
225$(OBJS)\dialogs_colrdlgg.o: ./../../src/generic/colrdlgg.cpp
226 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
227
228$(OBJS)\dialogs_dirdlgg.o: ./../../src/generic/dirdlgg.cpp
229 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
230
695fe764
WS
231$(OBJS)\dialogs_filedlgg.o: ./../../src/generic/filedlgg.cpp
232 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
233
63c83961
WS
234$(OBJS)\dialogs_fontdlgg.o: ./../../src/generic/fontdlgg.cpp
235 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
236
b17c1746 237$(OBJS)\dialogs_dialogs_rc.o: ./dialogs.rc
8c9f8f91 238 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 --define NOPCH
3b20263d 239
fd9f42b6 240.PHONY: all clean data
b14abf14 241
8c9f8f91 242