]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/html/test/makefile.gcc
fixes for Metrowerks command line compiler (avoid redefining stuff already defined...
[wxWidgets.git] / samples / html / test / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15WX_RELEASE_NODOT = 25
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
20TEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
21 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
22 -I.\..\..\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) \
23 -I.\..\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) \
24 $(CPPFLAGS) $(CXXFLAGS)
25TEST_OBJECTS = \
26 $(OBJS)\test_test.o \
27 $(OBJS)\test_test_rc.o
28
29### Conditionally set variables: ###
30
31ifeq ($(GCC_VERSION),2.95)
32GCCFLAGS = -fvtable-thunks
33endif
34ifeq ($(USE_GUI),0)
35PORTNAME = base
36endif
37ifeq ($(USE_GUI),1)
38PORTNAME = msw
39endif
40ifeq ($(BUILD),debug)
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
46WXDEBUGFLAG = d
47endif
48ifeq ($(UNICODE),1)
49WXUNICODEFLAG = u
50endif
51ifeq ($(WXUNIV),1)
52WXUNIVNAME = univ
53endif
54ifeq ($(SHARED),1)
55WXDLLFLAG = dll
56endif
57ifeq ($(BUILD),debug)
58__OPTIMIZEFLAG_2 = -O0
59endif
60ifeq ($(BUILD),release)
61__OPTIMIZEFLAG_2 = -O2
62endif
63ifeq ($(USE_EXCEPTIONS),0)
64__EXCEPTIONSFLAG_4 = -fno-rtti
65endif
66ifeq ($(USE_EXCEPTIONS),1)
67__EXCEPTIONSFLAG_4 =
68endif
69ifeq ($(USE_EXCEPTIONS),0)
70__EXCEPTIONSFLAG_5 = -fno-exceptions
71endif
72ifeq ($(USE_EXCEPTIONS),1)
73__EXCEPTIONSFLAG_5 =
74endif
75ifeq ($(WXUNIV),1)
76__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
77endif
78ifeq ($(WXUNIV),1)
79__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
80endif
81ifeq ($(BUILD),debug)
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p = -D__WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88endif
89ifeq ($(BUILD),debug)
90ifeq ($(DEBUG_FLAG),default)
91__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
92endif
93endif
94ifeq ($(DEBUG_FLAG),1)
95__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
96endif
97ifeq ($(UNICODE),1)
98__UNICODE_DEFINE_p = -D_UNICODE
99endif
100ifeq ($(UNICODE),1)
101__UNICODE_DEFINE_p_1 = --define _UNICODE
102endif
103ifeq ($(SHARED),1)
104__DLLFLAG_p = -DWXUSINGDLL
105endif
106ifeq ($(SHARED),1)
107__DLLFLAG_p_1 = --define WXUSINGDLL
108endif
109ifeq ($(MONOLITHIC),0)
110__WXLIB_HTML_p = \
111 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
112endif
113ifeq ($(MONOLITHIC),0)
114__WXLIB_CORE_p = \
115 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
116endif
117ifeq ($(MONOLITHIC),0)
118__WXLIB_NET_p = \
119 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net
120endif
121ifeq ($(MONOLITHIC),0)
122__WXLIB_BASE_p = \
123 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
124endif
125ifeq ($(MONOLITHIC),1)
126__WXLIB_MONO_p = \
127 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
128endif
129ifeq ($(USE_GUI),1)
130__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
131endif
132ifeq ($(USE_GUI),1)
133__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
134endif
135ifeq ($(USE_GUI),1)
136__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
137endif
138ifeq ($(MSLU),1)
139__UNICOWS_LIB_p = -lunicows
140endif
141ifeq ($(SHARED),0)
142LIBDIRNAME = .\..\..\..\lib\gcc_lib$(CFG)
143endif
144ifeq ($(SHARED),1)
145LIBDIRNAME = .\..\..\..\lib\gcc_dll$(CFG)
146endif
147ifeq ($(BUILD),debug)
148ifeq ($(DEBUG_INFO),default)
149__DEBUGINFO = -g
150endif
151endif
152ifeq ($(BUILD),release)
153ifeq ($(DEBUG_INFO),default)
154__DEBUGINFO =
155endif
156endif
157ifeq ($(DEBUG_INFO),0)
158__DEBUGINFO =
159endif
160ifeq ($(DEBUG_INFO),1)
161__DEBUGINFO = -g
162endif
163
164
165all: $(OBJS)
166$(OBJS):
167 -if not exist $(OBJS) mkdir $(OBJS)
168
169### Targets: ###
170
171all: $(OBJS)\test.exe data
172
173clean:
174 -if exist $(OBJS)\*.o del $(OBJS)\*.o
175 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
176
177$(OBJS)\test.exe: $(TEST_OBJECTS) $(OBJS)\test_test_rc.o
178 $(CXX) -o $@ $(TEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) -lwxexpat$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
179
180data:
181 if not exist $(OBJS) mkdir $(OBJS)
182 for %%f in (f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
183
184$(OBJS)\test_test.o: ./test.cpp
185 $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
186
187$(OBJS)\test_test_rc.o: ./test.rc
188 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 --define NOPCH
189
190.PHONY: all clean data