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