]> git.saurik.com Git - wxWidgets.git/blob - samples/html/test/makefile.gcc
Baked bakefiles
[wxWidgets.git] / samples / html / test / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.2 (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 = $(__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)
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 ($(USE_GUI),0)
34 PORTNAME = base
35 endif
36 ifeq ($(USE_GUI),1)
37 PORTNAME = msw
38 endif
39 ifeq ($(BUILD),debug)
40 ifeq ($(DEBUG_FLAG),default)
41 WXDEBUGFLAG = d
42 endif
43 endif
44 ifeq ($(DEBUG_FLAG),1)
45 WXDEBUGFLAG = d
46 endif
47 ifeq ($(UNICODE),1)
48 WXUNICODEFLAG = u
49 endif
50 ifeq ($(WXUNIV),1)
51 WXUNIVNAME = univ
52 endif
53 ifeq ($(SHARED),1)
54 WXDLLFLAG = dll
55 endif
56 ifeq ($(BUILD),debug)
57 __OPTIMIZEFLAG_2 = -O0
58 endif
59 ifeq ($(BUILD),release)
60 __OPTIMIZEFLAG_2 = -O2
61 endif
62 ifeq ($(USE_EXCEPTIONS),0)
63 __EXCEPTIONSFLAG_4 = -fno-rtti
64 endif
65 ifeq ($(USE_EXCEPTIONS),1)
66 __EXCEPTIONSFLAG_4 =
67 endif
68 ifeq ($(USE_EXCEPTIONS),0)
69 __EXCEPTIONSFLAG_5 = -fno-exceptions
70 endif
71 ifeq ($(USE_EXCEPTIONS),1)
72 __EXCEPTIONSFLAG_5 =
73 endif
74 ifeq ($(WXUNIV),1)
75 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
76 endif
77 ifeq ($(WXUNIV),1)
78 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
79 endif
80 ifeq ($(BUILD),debug)
81 ifeq ($(DEBUG_FLAG),default)
82 __DEBUG_DEFINE_p = -D__WXDEBUG__
83 endif
84 endif
85 ifeq ($(DEBUG_FLAG),1)
86 __DEBUG_DEFINE_p = -D__WXDEBUG__
87 endif
88 ifeq ($(BUILD),debug)
89 ifeq ($(DEBUG_FLAG),default)
90 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
91 endif
92 endif
93 ifeq ($(DEBUG_FLAG),1)
94 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
95 endif
96 ifeq ($(UNICODE),1)
97 __UNICODE_DEFINE_p = -D_UNICODE
98 endif
99 ifeq ($(UNICODE),1)
100 __UNICODE_DEFINE_p_1 = --define _UNICODE
101 endif
102 ifeq ($(SHARED),1)
103 __DLLFLAG_p = -DWXUSINGDLL
104 endif
105 ifeq ($(SHARED),1)
106 __DLLFLAG_p_1 = --define WXUSINGDLL
107 endif
108 ifeq ($(MONOLITHIC),0)
109 __WXLIB_HTML_p = \
110 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html
111 endif
112 ifeq ($(MONOLITHIC),0)
113 __WXLIB_CORE_p = \
114 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
115 endif
116 ifeq ($(MONOLITHIC),0)
117 __WXLIB_NET_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net
118 endif
119 ifeq ($(MONOLITHIC),0)
120 __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
121 endif
122 ifeq ($(MONOLITHIC),1)
123 __WXLIB_MONO_p = \
124 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
125 endif
126 ifeq ($(USE_GUI),1)
127 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
128 endif
129 ifeq ($(USE_GUI),1)
130 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
131 endif
132 ifeq ($(USE_GUI),1)
133 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
134 endif
135 ifeq ($(MSLU),1)
136 __UNICOWS_LIB_p = -lunicows
137 endif
138 ifeq ($(SHARED),0)
139 LIBDIRNAME = .\..\..\..\lib\gcc_lib$(CFG)
140 endif
141 ifeq ($(SHARED),1)
142 LIBDIRNAME = .\..\..\..\lib\gcc_dll$(CFG)
143 endif
144 ifeq ($(BUILD),debug)
145 ifeq ($(DEBUG_INFO),default)
146 __DEBUGINFO = -g
147 endif
148 endif
149 ifeq ($(BUILD),release)
150 ifeq ($(DEBUG_INFO),default)
151 __DEBUGINFO =
152 endif
153 endif
154 ifeq ($(DEBUG_INFO),0)
155 __DEBUGINFO =
156 endif
157 ifeq ($(DEBUG_INFO),1)
158 __DEBUGINFO = -g
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 clean:
171 -if exist $(OBJS)\*.o del $(OBJS)\*.o
172 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
173
174 $(OBJS)\test.exe: $(TEST_OBJECTS) $(OBJS)\test_test_rc.o
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$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
176
177 data:
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
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
186
187 .PHONY: all clean data