]> git.saurik.com Git - wxWidgets.git/blame - samples/access/makefile.gcc
Document wxTextCtrl::XYToPosition, PositionToXY and GetLineLength change
[wxWidgets.git] / samples / access / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (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
0d90d6ea 15CPPDEPS = -MT$@ -MF$@.d -MD
4818141b 16WX_RELEASE_NODOT = 26
b17c1746
DE
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 19LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
20SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
22ACCESSTEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
23 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
26 -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
27 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
28ACCESSTEST_OBJECTS = \
29 $(OBJS)\accesstest_accesstest.o \
30 $(OBJS)\accesstest_accesstest_rc.o
3b20263d
VS
31
32### Conditionally set variables: ###
33
250700e4
RD
34ifeq ($(GCC_VERSION),2.95)
35GCCFLAGS = -fvtable-thunks
36endif
3b20263d
VS
37ifeq ($(USE_GUI),0)
38PORTNAME = base
39endif
40ifeq ($(USE_GUI),1)
41PORTNAME = msw
42endif
43ifeq ($(BUILD),debug)
25a73439
VS
44ifeq ($(DEBUG_FLAG),default)
45WXDEBUGFLAG = d
46endif
47endif
48ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
49WXDEBUGFLAG = d
50endif
3b20263d
VS
51ifeq ($(UNICODE),1)
52WXUNICODEFLAG = u
53endif
54ifeq ($(WXUNIV),1)
55WXUNIVNAME = univ
56endif
b17c1746
DE
57ifeq ($(SHARED),1)
58WXDLLFLAG = dll
25a73439 59endif
b14abf14
JS
60ifeq ($(SHARED),0)
61LIBTYPE_SUFFIX = lib
62endif
63ifeq ($(SHARED),1)
64LIBTYPE_SUFFIX = dll
65endif
dd65d8c8
RN
66ifeq ($(MONOLITHIC),0)
67EXTRALIBS_FOR_BASE =
68endif
69ifeq ($(MONOLITHIC),1)
70EXTRALIBS_FOR_BASE =
71endif
b17c1746
DE
72ifeq ($(BUILD),debug)
73__OPTIMIZEFLAG_2 = -O0
250700e4
RD
74endif
75ifeq ($(BUILD),release)
b17c1746 76__OPTIMIZEFLAG_2 = -O2
25a73439 77endif
8c9f8f91
JS
78ifeq ($(USE_RTTI),0)
79__RTTIFLAG_5 = -fno-rtti
25a73439 80endif
8c9f8f91
JS
81ifeq ($(USE_RTTI),1)
82__RTTIFLAG_5 =
25a73439 83endif
b17c1746 84ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 85__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
86endif
87ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 88__EXCEPTIONSFLAG_6 =
b17c1746
DE
89endif
90ifeq ($(WXUNIV),1)
91__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
92endif
93ifeq ($(WXUNIV),1)
94__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
95endif
96ifeq ($(BUILD),debug)
25a73439
VS
97ifeq ($(DEBUG_FLAG),default)
98__DEBUG_DEFINE_p = -D__WXDEBUG__
99endif
100endif
101ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
102__DEBUG_DEFINE_p = -D__WXDEBUG__
103endif
104ifeq ($(BUILD),debug)
25a73439
VS
105ifeq ($(DEBUG_FLAG),default)
106__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
107endif
108endif
109ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
110__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
111endif
8c9f8f91
JS
112ifeq ($(USE_EXCEPTIONS),0)
113__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
114endif
115ifeq ($(USE_EXCEPTIONS),0)
116__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
117endif
118ifeq ($(USE_RTTI),0)
119__RTTI_DEFINE_p = -DwxNO_RTTI
120endif
121ifeq ($(USE_RTTI),0)
122__RTTI_DEFINE_p_1 = --define wxNO_RTTI
123endif
124ifeq ($(USE_THREADS),0)
125__THREAD_DEFINE_p = -DwxNO_THREADS
126endif
127ifeq ($(USE_THREADS),0)
128__THREAD_DEFINE_p_1 = --define wxNO_THREADS
129endif
b17c1746
DE
130ifeq ($(UNICODE),1)
131__UNICODE_DEFINE_p = -D_UNICODE
132endif
133ifeq ($(UNICODE),1)
134__UNICODE_DEFINE_p_1 = --define _UNICODE
135endif
3b20263d
VS
136ifeq ($(SHARED),1)
137__DLLFLAG_p = -DWXUSINGDLL
138endif
139ifeq ($(SHARED),1)
140__DLLFLAG_p_1 = --define WXUSINGDLL
141endif
b17c1746
DE
142ifeq ($(MONOLITHIC),0)
143__WXLIB_CORE_p = \
c33fae85 144 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
a4ad36cd 145endif
b17c1746 146ifeq ($(MONOLITHIC),0)
c33fae85
RN
147__WXLIB_BASE_p = \
148 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 149endif
b17c1746
DE
150ifeq ($(MONOLITHIC),1)
151__WXLIB_MONO_p = \
c33fae85 152 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 153endif
b17c1746 154ifeq ($(USE_GUI),1)
9c2d002b 155__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
a4ad36cd 156endif
25a73439 157ifeq ($(USE_GUI),1)
9c2d002b 158__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
159endif
160ifeq ($(USE_GUI),1)
9c2d002b 161__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
25a73439 162endif
b17c1746
DE
163ifeq ($(MSLU),1)
164__UNICOWS_LIB_p = -lunicows
250700e4 165endif
b17c1746
DE
166ifeq ($(BUILD),debug)
167ifeq ($(DEBUG_INFO),default)
168__DEBUGINFO = -g
4e209a20 169endif
3b20263d 170endif
b17c1746
DE
171ifeq ($(BUILD),release)
172ifeq ($(DEBUG_INFO),default)
173__DEBUGINFO =
3b20263d 174endif
3b20263d 175endif
b17c1746
DE
176ifeq ($(DEBUG_INFO),0)
177__DEBUGINFO =
3b20263d 178endif
b17c1746
DE
179ifeq ($(DEBUG_INFO),1)
180__DEBUGINFO = -g
3b20263d 181endif
8c9f8f91
JS
182ifeq ($(USE_THREADS),0)
183__THREADSFLAG =
184endif
185ifeq ($(USE_THREADS),1)
186__THREADSFLAG = -mthreads
187endif
3b20263d
VS
188
189
190all: $(OBJS)
191$(OBJS):
192 -if not exist $(OBJS) mkdir $(OBJS)
193
194### Targets: ###
195
196all: $(OBJS)\accesstest.exe
197
b17c1746
DE
198clean:
199 -if exist $(OBJS)\*.o del $(OBJS)\*.o
0d90d6ea 200 -if exist $(OBJS)\*.d del $(OBJS)\*.d
b17c1746
DE
201 -if exist $(OBJS)\accesstest.exe del $(OBJS)\accesstest.exe
202
203$(OBJS)\accesstest.exe: $(ACCESSTEST_OBJECTS) $(OBJS)\accesstest_accesstest_rc.o
8c9f8f91 204 $(CXX) -o $@ $(ACCESSTEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__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) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
b17c1746 205
1c3a6972 206$(OBJS)\accesstest_accesstest.o: ./accesstest.cpp
0d90d6ea 207 $(CXX) -c -o $@ $(ACCESSTEST_CXXFLAGS) $(CPPDEPS) $<
3b20263d 208
1c3a6972 209$(OBJS)\accesstest_accesstest_rc.o: ./accesstest.rc
8c9f8f91 210 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
3b20263d 211
250700e4 212.PHONY: all clean
b14abf14 213
8c9f8f91 214
0d90d6ea
JS
215# Dependencies tracking:
216-include $(OBJS)/*.d