]> git.saurik.com Git - wxWidgets.git/blame - samples/db/makefile.gcc
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[wxWidgets.git] / samples / db / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (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
076f10e0
VS
15DBTEST_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
16 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
17 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(LIBDIRNAME) -I.\..\..\src\tiff \
18 -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib -I.\..\..\src\regex \
19 -I.\..\..\src\expat\lib -I. $(__DLLFLAG_p) $(CXXFLAGS)
20DBTEST_OBJECTS = \
21 $(OBJS)\dbtest_dbtest.o \
22 $(OBJS)\dbtest_listdb.o \
23 $(OBJS)\dbtest_dbtest_rc.o
24LIBDIRNAME = \
25 .\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26OBJS = \
27 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
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
48ifeq ($(SHARED),1)
49WXDLLFLAG = dll
50endif
51ifeq ($(UNICODE),1)
52WXUNICODEFLAG = u
53endif
54ifeq ($(WXUNIV),1)
55WXUNIVNAME = univ
56endif
57ifeq ($(BUILD),debug)
076f10e0
VS
58ifeq ($(DEBUG_INFO),default)
59__DEBUGINFO = -g
60endif
250700e4
RD
61endif
62ifeq ($(BUILD),release)
076f10e0
VS
63ifeq ($(DEBUG_INFO),default)
64__DEBUGINFO =
65endif
66endif
67ifeq ($(DEBUG_INFO),0)
68__DEBUGINFO =
69endif
70ifeq ($(DEBUG_INFO),1)
71__DEBUGINFO = -g
250700e4
RD
72endif
73ifeq ($(BUILD),debug)
076f10e0
VS
74ifeq ($(DEBUG_FLAG),default)
75__DEBUG_DEFINE_p = -D__WXDEBUG__
76endif
77endif
78ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
79__DEBUG_DEFINE_p = -D__WXDEBUG__
80endif
81ifeq ($(BUILD),debug)
076f10e0
VS
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
87__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
88endif
89ifeq ($(SHARED),1)
90__DLLFLAG_p = -DWXUSINGDLL
91endif
92ifeq ($(SHARED),1)
93__DLLFLAG_p_1 = --define WXUSINGDLL
94endif
076f10e0
VS
95ifeq ($(USE_GUI),1)
96__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
97endif
98ifeq ($(USE_GUI),1)
99__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
100endif
101ifeq ($(USE_GUI),1)
102__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
103endif
250700e4
RD
104ifeq ($(BUILD),debug)
105__OPTIMIZEFLAG_2 = -O0
106endif
107ifeq ($(BUILD),release)
108__OPTIMIZEFLAG_2 = -O2
109endif
3b20263d
VS
110ifeq ($(UNICODE),1)
111__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
112endif
113ifeq ($(UNICODE),1)
114__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=1
115endif
116ifeq ($(MONOLITHIC),0)
117__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
118endif
119ifeq ($(MONOLITHIC),0)
076f10e0
VS
120__WXLIB_CORE_p = \
121 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
3b20263d
VS
122endif
123ifeq ($(MONOLITHIC),1)
076f10e0
VS
124__WXLIB_MONO_p = \
125 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3b20263d 126endif
fd9f42b6
VS
127ifeq ($(MONOLITHIC),0)
128__WXLIB_ODBC_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_odbc
129endif
3b20263d
VS
130ifeq ($(WXUNIV),1)
131__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
132endif
133ifeq ($(WXUNIV),1)
134__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
135endif
136
fd9f42b6
VS
137MAKEARGS = BUILD=$(BUILD) CFG=$(CFG) CPPFLAGS=$(CPPFLAGS) CXX=$(CXX) CXXFLAGS=$(CXXFLAGS) DEBUG_FLAG=$(DEBUG_FLAG) DEBUG_INFO=$(DEBUG_INFO) GCC_VERSION=$(GCC_VERSION) LDFLAGS=$(LDFLAGS) MONOLITHIC=$(MONOLITHIC) OFFICIAL_BUILD=$(OFFICIAL_BUILD) SHARED=$(SHARED) UNICODE=$(UNICODE) USE_GUI=$(USE_GUI) WXUNIV=$(WXUNIV)
138
3b20263d
VS
139
140all: $(OBJS)
141$(OBJS):
142 -if not exist $(OBJS) mkdir $(OBJS)
143
144### Targets: ###
145
146all: $(OBJS)\dbtest.exe
147
148$(OBJS)\dbtest_dbtest.o: .\dbtest.cpp
149 $(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $<
150
151$(OBJS)\dbtest_dbtest_rc.o: .\dbtest.rc
076f10e0 152 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 $(LIBDIRNAME) --include-dir ./../../src/tiff --include-dir ./../../src/jpeg --include-dir ./../../src/png --include-dir ./../../src/zlib --include-dir ./../../src/regex --include-dir ./../../src/expat/lib --include-dir . $(__DLLFLAG_p_1)
3b20263d
VS
153
154$(OBJS)\dbtest_listdb.o: .\listdb.cpp
155 $(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $<
156
157clean:
158 -if exist $(OBJS)\*.o del $(OBJS)\*.o
159 -if exist $(OBJS)\dbtest.exe del $(OBJS)\dbtest.exe
160
076f10e0 161$(OBJS)\dbtest.exe: $(DBTEST_OBJECTS) $(OBJS)\dbtest_dbtest_rc.o
fd9f42b6 162 $(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) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
3b20263d 163
250700e4 164.PHONY: all clean