]> git.saurik.com Git - wxWidgets.git/blame - samples/db/makefile.gcc
note font dialog change
[wxWidgets.git] / samples / db / 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 19DBTEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
076f10e0 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)
076f10e0
VS
24DBTEST_OBJECTS = \
25 $(OBJS)\dbtest_dbtest.o \
26 $(OBJS)\dbtest_listdb.o \
27 $(OBJS)\dbtest_dbtest_rc.o
3b20263d
VS
28
29### Conditionally set variables: ###
30
250700e4
RD
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)
076f10e0
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
076f10e0 56endif
b17c1746
DE
57ifeq ($(USE_ODBC),1)
58__dbtest___depname = $(OBJS)\dbtest.exe
59endif
60ifeq ($(BUILD),debug)
61__OPTIMIZEFLAG_2 = -O0
250700e4
RD
62endif
63ifeq ($(BUILD),release)
b17c1746 64__OPTIMIZEFLAG_2 = -O2
076f10e0 65endif
b17c1746
DE
66ifeq ($(USE_EXCEPTIONS),0)
67__EXCEPTIONSFLAG_4 = -fno-rtti
076f10e0 68endif
b17c1746
DE
69ifeq ($(USE_EXCEPTIONS),1)
70__EXCEPTIONSFLAG_4 =
076f10e0 71endif
b17c1746
DE
72ifeq ($(USE_EXCEPTIONS),0)
73__EXCEPTIONSFLAG_5 = -fno-exceptions
74endif
75ifeq ($(USE_EXCEPTIONS),1)
76__EXCEPTIONSFLAG_5 =
77endif
78ifeq ($(WXUNIV),1)
79__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
80endif
81ifeq ($(WXUNIV),1)
82__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
83endif
84ifeq ($(BUILD),debug)
076f10e0
VS
85ifeq ($(DEBUG_FLAG),default)
86__DEBUG_DEFINE_p = -D__WXDEBUG__
87endif
88endif
89ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
90__DEBUG_DEFINE_p = -D__WXDEBUG__
91endif
92ifeq ($(BUILD),debug)
076f10e0
VS
93ifeq ($(DEBUG_FLAG),default)
94__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
95endif
96endif
97ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
98__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
99endif
b17c1746
DE
100ifeq ($(UNICODE),1)
101__UNICODE_DEFINE_p = -D_UNICODE
102endif
103ifeq ($(UNICODE),1)
104__UNICODE_DEFINE_p_1 = --define _UNICODE
105endif
3b20263d
VS
106ifeq ($(SHARED),1)
107__DLLFLAG_p = -DWXUSINGDLL
108endif
109ifeq ($(SHARED),1)
110__DLLFLAG_p_1 = --define WXUSINGDLL
111endif
b17c1746 112ifeq ($(MONOLITHIC),0)
c4839ccf
JS
113__WXLIB_DBGRID_p = \
114 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_dbgrid
115endif
116ifeq ($(MONOLITHIC),0)
b92ca05a 117ifeq ($(USE_ODBC),1)
b17c1746 118__WXLIB_ODBC_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_odbc
b71531ad 119endif
b92ca05a 120endif
b17c1746 121ifeq ($(MONOLITHIC),0)
c6f57ccb
WS
122__WXLIB_ADV_p = \
123 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_adv
124endif
125ifeq ($(MONOLITHIC),0)
b17c1746
DE
126__WXLIB_CORE_p = \
127 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
b71531ad 128endif
b17c1746
DE
129ifeq ($(MONOLITHIC),0)
130__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 131endif
b17c1746
DE
132ifeq ($(MONOLITHIC),1)
133__WXLIB_MONO_p = \
134 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 135endif
076f10e0 136ifeq ($(USE_GUI),1)
b17c1746 137__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
076f10e0
VS
138endif
139ifeq ($(USE_GUI),1)
b17c1746 140__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
076f10e0
VS
141endif
142ifeq ($(USE_GUI),1)
b17c1746 143__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
3b20263d 144endif
4e209a20
VS
145ifeq ($(MSLU),1)
146__UNICOWS_LIB_p = -lunicows
147endif
b17c1746
DE
148ifeq ($(SHARED),0)
149LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
3b20263d 150endif
b17c1746
DE
151ifeq ($(SHARED),1)
152LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
3b20263d 153endif
b17c1746
DE
154ifeq ($(BUILD),debug)
155ifeq ($(DEBUG_INFO),default)
156__DEBUGINFO = -g
3b20263d 157endif
fd9f42b6 158endif
b17c1746
DE
159ifeq ($(BUILD),release)
160ifeq ($(DEBUG_INFO),default)
161__DEBUGINFO =
3b20263d 162endif
3b20263d 163endif
b17c1746
DE
164ifeq ($(DEBUG_INFO),0)
165__DEBUGINFO =
166endif
167ifeq ($(DEBUG_INFO),1)
168__DEBUGINFO = -g
2e9fdc04 169endif
3b20263d
VS
170
171
172all: $(OBJS)
173$(OBJS):
174 -if not exist $(OBJS) mkdir $(OBJS)
175
176### Targets: ###
177
2e9fdc04 178all: $(__dbtest___depname)
3b20263d 179
3b20263d
VS
180clean:
181 -if exist $(OBJS)\*.o del $(OBJS)\*.o
182 -if exist $(OBJS)\dbtest.exe del $(OBJS)\dbtest.exe
183
2e9fdc04 184ifeq ($(USE_ODBC),1)
076f10e0 185$(OBJS)\dbtest.exe: $(DBTEST_OBJECTS) $(OBJS)\dbtest_dbtest_rc.o
c6f57ccb 186 $(CXX) -o $@ $(DBTEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_DBGRID_p) $(__WXLIB_ODBC_p) $(__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
2e9fdc04 187endif
3b20263d 188
b17c1746
DE
189$(OBJS)\dbtest_dbtest.o: ./dbtest.cpp
190 $(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $<
191
192$(OBJS)\dbtest_listdb.o: ./listdb.cpp
193 $(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $<
194
195$(OBJS)\dbtest_dbtest_rc.o: ./dbtest.rc
196 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
197
250700e4 198.PHONY: all clean