Baked files with Bakefile 0.1.2 (Mac OS 10.3 Python 2.3)
[wxWidgets.git] / samples / db / makefile.gcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.2 (http://bakefile.sourceforge.net)
4 #     Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 include ../../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 OBJS = \
16         gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17 SETUPHDIR = \
18         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
19 DBTEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
20         -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
21         $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
22         $(__DLLFLAG_p) -I.\..\..\samples $(__EXCEPTIONSFLAG_4) \
23         $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
24 DBTEST_OBJECTS =  \
25         $(OBJS)\dbtest_dbtest.o \
26         $(OBJS)\dbtest_listdb.o \
27         $(OBJS)\dbtest_dbtest_rc.o
28
29 ### Conditionally set variables: ###
30
31 ifeq ($(GCC_VERSION),2.95)
32 GCCFLAGS = -fvtable-thunks
33 endif
34 ifeq ($(USE_GUI),0)
35 PORTNAME = base
36 endif
37 ifeq ($(USE_GUI),1)
38 PORTNAME = msw
39 endif
40 ifeq ($(BUILD),debug)
41 ifeq ($(DEBUG_FLAG),default)
42 WXDEBUGFLAG = d
43 endif
44 endif
45 ifeq ($(DEBUG_FLAG),1)
46 WXDEBUGFLAG = d
47 endif
48 ifeq ($(UNICODE),1)
49 WXUNICODEFLAG = u
50 endif
51 ifeq ($(WXUNIV),1)
52 WXUNIVNAME = univ
53 endif
54 ifeq ($(SHARED),1)
55 WXDLLFLAG = dll
56 endif
57 ifeq ($(USE_ODBC),1)
58 __dbtest___depname = $(OBJS)\dbtest.exe
59 endif
60 ifeq ($(BUILD),debug)
61 __OPTIMIZEFLAG_2 = -O0
62 endif
63 ifeq ($(BUILD),release)
64 __OPTIMIZEFLAG_2 = -O2
65 endif
66 ifeq ($(USE_EXCEPTIONS),0)
67 __EXCEPTIONSFLAG_4 = -fno-rtti
68 endif
69 ifeq ($(USE_EXCEPTIONS),1)
70 __EXCEPTIONSFLAG_4 = 
71 endif
72 ifeq ($(USE_EXCEPTIONS),0)
73 __EXCEPTIONSFLAG_5 = -fno-exceptions
74 endif
75 ifeq ($(USE_EXCEPTIONS),1)
76 __EXCEPTIONSFLAG_5 = 
77 endif
78 ifeq ($(WXUNIV),1)
79 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
80 endif
81 ifeq ($(WXUNIV),1)
82 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
83 endif
84 ifeq ($(BUILD),debug)
85 ifeq ($(DEBUG_FLAG),default)
86 __DEBUG_DEFINE_p = -D__WXDEBUG__
87 endif
88 endif
89 ifeq ($(DEBUG_FLAG),1)
90 __DEBUG_DEFINE_p = -D__WXDEBUG__
91 endif
92 ifeq ($(BUILD),debug)
93 ifeq ($(DEBUG_FLAG),default)
94 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
95 endif
96 endif
97 ifeq ($(DEBUG_FLAG),1)
98 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
99 endif
100 ifeq ($(UNICODE),1)
101 __UNICODE_DEFINE_p = -D_UNICODE
102 endif
103 ifeq ($(UNICODE),1)
104 __UNICODE_DEFINE_p_1 = --define _UNICODE
105 endif
106 ifeq ($(SHARED),1)
107 __DLLFLAG_p = -DWXUSINGDLL
108 endif
109 ifeq ($(SHARED),1)
110 __DLLFLAG_p_1 = --define WXUSINGDLL
111 endif
112 ifeq ($(MONOLITHIC),0)
113 __WXLIB_ODBC_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_odbc
114 endif
115 ifeq ($(MONOLITHIC),0)
116 __WXLIB_CORE_p = \
117         -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
118 endif
119 ifeq ($(MONOLITHIC),0)
120 __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
121 endif
122 ifeq ($(MONOLITHIC),1)
123 __WXLIB_MONO_p = \
124         -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
125 endif
126 ifeq ($(USE_GUI),1)
127 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
128 endif
129 ifeq ($(USE_GUI),1)
130 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
131 endif
132 ifeq ($(USE_GUI),1)
133 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
134 endif
135 ifeq ($(MSLU),1)
136 __UNICOWS_LIB_p = -lunicows
137 endif
138 ifeq ($(SHARED),0)
139 LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
140 endif
141 ifeq ($(SHARED),1)
142 LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
143 endif
144 ifeq ($(BUILD),debug)
145 ifeq ($(DEBUG_INFO),default)
146 __DEBUGINFO = -g
147 endif
148 endif
149 ifeq ($(BUILD),release)
150 ifeq ($(DEBUG_INFO),default)
151 __DEBUGINFO = 
152 endif
153 endif
154 ifeq ($(DEBUG_INFO),0)
155 __DEBUGINFO = 
156 endif
157 ifeq ($(DEBUG_INFO),1)
158 __DEBUGINFO = -g
159 endif
160
161
162 all: $(OBJS)
163 $(OBJS):
164         -if not exist $(OBJS) mkdir $(OBJS)
165
166 ### Targets: ###
167
168 all: $(__dbtest___depname)
169
170 clean: 
171         -if exist $(OBJS)\*.o del $(OBJS)\*.o
172         -if exist $(OBJS)\dbtest.exe del $(OBJS)\dbtest.exe
173
174 ifeq ($(USE_ODBC),1)
175 $(OBJS)\dbtest.exe: $(DBTEST_OBJECTS) $(OBJS)\dbtest_dbtest_rc.o
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
177 endif
178
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
188 .PHONY: all clean