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