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