Cleanup
[wxWidgets.git] / samples / db / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
b17c1746 3# Bakefile 0.1.2 (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
DE
112ifeq ($(MONOLITHIC),0)
113__WXLIB_ODBC_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_odbc
b71531ad 114endif
b17c1746
DE
115ifeq ($(MONOLITHIC),0)
116__WXLIB_CORE_p = \
117 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
b71531ad 118endif
b17c1746
DE
119ifeq ($(MONOLITHIC),0)
120__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 121endif
b17c1746
DE
122ifeq ($(MONOLITHIC),1)
123__WXLIB_MONO_p = \
124 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 125endif
076f10e0 126ifeq ($(USE_GUI),1)
b17c1746 127__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
076f10e0
VS
128endif
129ifeq ($(USE_GUI),1)
b17c1746 130__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
076f10e0
VS
131endif
132ifeq ($(USE_GUI),1)
b17c1746 133__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
3b20263d 134endif
4e209a20
VS
135ifeq ($(MSLU),1)
136__UNICOWS_LIB_p = -lunicows
137endif
b17c1746
DE
138ifeq ($(SHARED),0)
139LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
3b20263d 140endif
b17c1746
DE
141ifeq ($(SHARED),1)
142LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
3b20263d 143endif
b17c1746
DE
144ifeq ($(BUILD),debug)
145ifeq ($(DEBUG_INFO),default)
146__DEBUGINFO = -g
3b20263d 147endif
fd9f42b6 148endif
b17c1746
DE
149ifeq ($(BUILD),release)
150ifeq ($(DEBUG_INFO),default)
151__DEBUGINFO =
3b20263d 152endif
3b20263d 153endif
b17c1746
DE
154ifeq ($(DEBUG_INFO),0)
155__DEBUGINFO =
156endif
157ifeq ($(DEBUG_INFO),1)
158__DEBUGINFO = -g
2e9fdc04 159endif
3b20263d
VS
160
161
162all: $(OBJS)
163$(OBJS):
164 -if not exist $(OBJS) mkdir $(OBJS)
165
166### Targets: ###
167
2e9fdc04 168all: $(__dbtest___depname)
3b20263d 169
3b20263d
VS
170clean:
171 -if exist $(OBJS)\*.o del $(OBJS)\*.o
172 -if exist $(OBJS)\dbtest.exe del $(OBJS)\dbtest.exe
173
2e9fdc04 174ifeq ($(USE_ODBC),1)
076f10e0 175$(OBJS)\dbtest.exe: $(DBTEST_OBJECTS) $(OBJS)\dbtest_dbtest_rc.o
ec08d395 176 $(CXX) -o $@ $(DBTEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_ODBC_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
2e9fdc04 177endif
3b20263d 178
b17c1746
DE
179$(OBJS)\dbtest_dbtest.o: ./dbtest.cpp
180 $(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $<
181
182$(OBJS)\dbtest_listdb.o: ./listdb.cpp
183 $(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $<
184
185$(OBJS)\dbtest_dbtest_rc.o: ./dbtest.rc
186 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
187
250700e4 188.PHONY: all clean