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