]> git.saurik.com Git - wxWidgets.git/blame - samples/dialogs/makefile.gcc
Added wxToggleButton handler
[wxWidgets.git] / samples / dialogs / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (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
b17c1746
DE
15OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 19DIALOGS_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
25a73439 20 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
ec08d395 21 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
9bfe7ad9
VS
22 $(__DLLFLAG_p) -I.\..\..\samples $(__EXCEPTIONSFLAG_4) \
23 $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
24DIALOGS_OBJECTS = \
25 $(OBJS)\dialogs_dialogs.o \
63c83961 26 $(____GENERIC_FILES_FILENAMES_OBJECTS) \
25a73439 27 $(OBJS)\dialogs_dialogs_rc.o
3b20263d
VS
28
29### Conditionally set variables: ###
30
3fe8bc14
VS
31ifeq ($(GCC_VERSION),2.95)
32GCCFLAGS = -fvtable-thunks
33endif
3b20263d
VS
34ifeq ($(USE_GUI),0)
35PORTNAME = base
36endif
37ifeq ($(USE_GUI),1)
38PORTNAME = msw
39endif
40ifeq ($(BUILD),debug)
25a73439
VS
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
46WXDEBUGFLAG = d
47endif
3b20263d
VS
48ifeq ($(UNICODE),1)
49WXUNICODEFLAG = u
50endif
51ifeq ($(WXUNIV),1)
52WXUNIVNAME = univ
53endif
b17c1746
DE
54ifeq ($(SHARED),1)
55WXDLLFLAG = dll
25a73439 56endif
b17c1746
DE
57ifeq ($(BUILD),debug)
58__OPTIMIZEFLAG_2 = -O0
3fe8bc14
VS
59endif
60ifeq ($(BUILD),release)
b17c1746 61__OPTIMIZEFLAG_2 = -O2
25a73439 62endif
b17c1746
DE
63ifeq ($(USE_EXCEPTIONS),0)
64__EXCEPTIONSFLAG_4 = -fno-rtti
25a73439 65endif
b17c1746
DE
66ifeq ($(USE_EXCEPTIONS),1)
67__EXCEPTIONSFLAG_4 =
25a73439 68endif
b17c1746
DE
69ifeq ($(USE_EXCEPTIONS),0)
70__EXCEPTIONSFLAG_5 = -fno-exceptions
71endif
72ifeq ($(USE_EXCEPTIONS),1)
73__EXCEPTIONSFLAG_5 =
74endif
75ifeq ($(WXUNIV),1)
76__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
77endif
78ifeq ($(WXUNIV),1)
79__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
3fe8bc14
VS
80endif
81ifeq ($(BUILD),debug)
25a73439
VS
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p = -D__WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88endif
89ifeq ($(BUILD),debug)
25a73439
VS
90ifeq ($(DEBUG_FLAG),default)
91__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
92endif
93endif
94ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
95__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
96endif
b17c1746
DE
97ifeq ($(UNICODE),1)
98__UNICODE_DEFINE_p = -D_UNICODE
99endif
100ifeq ($(UNICODE),1)
101__UNICODE_DEFINE_p_1 = --define _UNICODE
102endif
3b20263d
VS
103ifeq ($(SHARED),1)
104__DLLFLAG_p = -DWXUSINGDLL
105endif
106ifeq ($(SHARED),1)
107__DLLFLAG_p_1 = --define WXUSINGDLL
108endif
63c83961
WS
109ifeq ($(WXUNIV),0)
110____GENERIC_FILES_FILENAMES_OBJECTS = \
111 $(OBJS)\dialogs_colrdlgg.o \
112 $(OBJS)\dialogs_dirdlgg.o \
695fe764 113 $(OBJS)\dialogs_filedlgg.o \
63c83961
WS
114 $(OBJS)\dialogs_fontdlgg.o
115endif
b17c1746
DE
116ifeq ($(MONOLITHIC),0)
117__WXLIB_ADV_p = \
118 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_adv
b71531ad 119endif
b17c1746
DE
120ifeq ($(MONOLITHIC),0)
121__WXLIB_CORE_p = \
122 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
b71531ad 123endif
b17c1746
DE
124ifeq ($(MONOLITHIC),0)
125__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 126endif
b17c1746
DE
127ifeq ($(MONOLITHIC),1)
128__WXLIB_MONO_p = \
129 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 130endif
25a73439 131ifeq ($(USE_GUI),1)
b17c1746 132__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
25a73439
VS
133endif
134ifeq ($(USE_GUI),1)
b17c1746 135__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
136endif
137ifeq ($(USE_GUI),1)
b17c1746 138__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
3b20263d 139endif
4e209a20
VS
140ifeq ($(MSLU),1)
141__UNICOWS_LIB_p = -lunicows
142endif
b17c1746
DE
143ifeq ($(SHARED),0)
144LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
fd9f42b6 145endif
b17c1746
DE
146ifeq ($(SHARED),1)
147LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
3b20263d 148endif
b17c1746
DE
149ifeq ($(BUILD),debug)
150ifeq ($(DEBUG_INFO),default)
151__DEBUGINFO = -g
3b20263d 152endif
3b20263d 153endif
b17c1746
DE
154ifeq ($(BUILD),release)
155ifeq ($(DEBUG_INFO),default)
156__DEBUGINFO =
3b20263d 157endif
b17c1746
DE
158endif
159ifeq ($(DEBUG_INFO),0)
160__DEBUGINFO =
161endif
162ifeq ($(DEBUG_INFO),1)
163__DEBUGINFO = -g
3b20263d
VS
164endif
165
166
167all: $(OBJS)
168$(OBJS):
169 -if not exist $(OBJS) mkdir $(OBJS)
170
171### Targets: ###
172
173all: $(OBJS)\dialogs.exe data
174
3b20263d
VS
175clean:
176 -if exist $(OBJS)\*.o del $(OBJS)\*.o
177 -if exist $(OBJS)\dialogs.exe del $(OBJS)\dialogs.exe
3b20263d 178
b17c1746 179$(OBJS)\dialogs.exe: $(DIALOGS_OBJECTS) $(OBJS)\dialogs_dialogs_rc.o
b92ca8cf 180 $(CXX) -o $@ $(DIALOGS_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -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) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
b17c1746 181
3b20263d
VS
182data:
183 if not exist $(OBJS) mkdir $(OBJS)
184 for %%f in (tips.txt) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
185
b17c1746
DE
186$(OBJS)\dialogs_dialogs.o: ./dialogs.cpp
187 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
188
63c83961
WS
189$(OBJS)\dialogs_colrdlgg.o: ./../../src/generic/colrdlgg.cpp
190 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
191
192$(OBJS)\dialogs_dirdlgg.o: ./../../src/generic/dirdlgg.cpp
193 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
194
695fe764
WS
195$(OBJS)\dialogs_filedlgg.o: ./../../src/generic/filedlgg.cpp
196 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
197
63c83961
WS
198$(OBJS)\dialogs_fontdlgg.o: ./../../src/generic/fontdlgg.cpp
199 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
200
b17c1746
DE
201$(OBJS)\dialogs_dialogs_rc.o: ./dialogs.rc
202 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples
3b20263d 203
fd9f42b6 204.PHONY: all clean data