]> git.saurik.com Git - wxWidgets.git/blame - samples/html/test/makefile.gcc
check the week day for consistency in ParseFormat() (replaces patch 788052)
[wxWidgets.git] / samples / html / test / makefile.gcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (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
15LIBDIRNAME = \
16 .\..\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
e9877ed3
VS
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
076f10e0 19TEST_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
e9877ed3
VS
20 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
21 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(LIBDIRNAME) \
22 -I.\..\..\..\src\tiff -I.\..\..\..\src\jpeg -I.\..\..\..\src\png \
23 -I.\..\..\..\src\zlib -I.\..\..\..\src\regex -I.\..\..\..\src\expat\lib -I. \
4e209a20 24 $(__DLLFLAG_p) -I..\..\..\samples $(CXXFLAGS)
e9877ed3
VS
25TEST_OBJECTS = \
26 $(OBJS)\test_test.o \
27 $(OBJS)\test_test_rc.o
250700e4
RD
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)
076f10e0
VS
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
250700e4
RD
46WXDEBUGFLAG = d
47endif
48ifeq ($(SHARED),1)
49WXDLLFLAG = dll
50endif
51ifeq ($(UNICODE),1)
52WXUNICODEFLAG = u
53endif
54ifeq ($(WXUNIV),1)
55WXUNIVNAME = univ
56endif
57ifeq ($(BUILD),debug)
076f10e0
VS
58ifeq ($(DEBUG_INFO),default)
59__DEBUGINFO = -g
60endif
250700e4
RD
61endif
62ifeq ($(BUILD),release)
076f10e0
VS
63ifeq ($(DEBUG_INFO),default)
64__DEBUGINFO =
65endif
66endif
67ifeq ($(DEBUG_INFO),0)
68__DEBUGINFO =
69endif
70ifeq ($(DEBUG_INFO),1)
71__DEBUGINFO = -g
250700e4
RD
72endif
73ifeq ($(BUILD),debug)
076f10e0
VS
74ifeq ($(DEBUG_FLAG),default)
75__DEBUG_DEFINE_p = -D__WXDEBUG__
76endif
77endif
78ifeq ($(DEBUG_FLAG),1)
250700e4
RD
79__DEBUG_DEFINE_p = -D__WXDEBUG__
80endif
81ifeq ($(BUILD),debug)
076f10e0
VS
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
250700e4
RD
87__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
88endif
89ifeq ($(SHARED),1)
90__DLLFLAG_p = -DWXUSINGDLL
91endif
92ifeq ($(SHARED),1)
93__DLLFLAG_p_1 = --define WXUSINGDLL
94endif
e9877ed3
VS
95ifeq ($(USE_GUI),1)
96__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
97endif
98ifeq ($(USE_GUI),1)
99__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
100endif
101ifeq ($(USE_GUI),1)
102__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
103endif
250700e4
RD
104ifeq ($(BUILD),debug)
105__OPTIMIZEFLAG_2 = -O0
106endif
107ifeq ($(BUILD),release)
108__OPTIMIZEFLAG_2 = -O2
109endif
110ifeq ($(UNICODE),1)
111__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
112endif
113ifeq ($(UNICODE),1)
114__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=1
115endif
4e209a20
VS
116ifeq ($(MSLU),1)
117__UNICOWS_LIB_p = -lunicows
118endif
250700e4
RD
119ifeq ($(MONOLITHIC),0)
120__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
121endif
122ifeq ($(MONOLITHIC),0)
e9877ed3
VS
123__WXLIB_CORE_p = \
124 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
250700e4
RD
125endif
126ifeq ($(MONOLITHIC),0)
e9877ed3
VS
127__WXLIB_HTML_p = \
128 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html
250700e4
RD
129endif
130ifeq ($(MONOLITHIC),1)
e9877ed3
VS
131__WXLIB_MONO_p = \
132 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
133endif
134ifeq ($(MONOLITHIC),0)
135__WXLIB_NET_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net
250700e4
RD
136endif
137ifeq ($(WXUNIV),1)
138__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
139endif
140ifeq ($(WXUNIV),1)
141__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
142endif
143
144
145all: $(OBJS)
146$(OBJS):
147 -if not exist $(OBJS) mkdir $(OBJS)
148
149### Targets: ###
150
151all: $(OBJS)\test.exe data
152
153$(OBJS)\test_test.o: .\test.cpp
154 $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
155
156$(OBJS)\test_test_rc.o: .\test.rc
4e209a20 157 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 $(LIBDIRNAME) --include-dir ./../../../src/tiff --include-dir ./../../../src/jpeg --include-dir ./../../../src/png --include-dir ./../../../src/zlib --include-dir ./../../../src/regex --include-dir ./../../../src/expat/lib --include-dir . $(__DLLFLAG_p_1) --include-dir ../../../samples
250700e4
RD
158
159clean:
160 -if exist $(OBJS)\*.o del $(OBJS)\*.o
161 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
162
163data:
164 if not exist $(OBJS) mkdir $(OBJS)
165 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)
166
e9877ed3 167$(OBJS)\test.exe: $(TEST_OBJECTS) $(OBJS)\test_test_rc.o
4e209a20 168 $(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$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
250700e4 169
fd9f42b6 170.PHONY: all clean data