]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.gcc
Use 'test -f' since Sun's shell doesn't have 'test -e'
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.8 (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 WX_RELEASE_NODOT = 26
16 OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18 LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
19 SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21 PENGUIN_CFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
22 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
23 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
24 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
25 -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \
26 $(CPPFLAGS) $(CFLAGS)
27 PENGUIN_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
28 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
29 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
30 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
31 -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \
32 $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) \
33 $(CXXFLAGS)
34 PENGUIN_OBJECTS = \
35 $(OBJS)\penguin_penguin.o \
36 $(OBJS)\penguin_lw.o \
37 $(OBJS)\penguin_trackball.o \
38 $(OBJS)\penguin_penguin_rc.o
39
40 ### Conditionally set variables: ###
41
42 ifeq ($(GCC_VERSION),2.95)
43 GCCFLAGS = -fvtable-thunks
44 endif
45 ifeq ($(USE_GUI),0)
46 PORTNAME = base
47 endif
48 ifeq ($(USE_GUI),1)
49 PORTNAME = msw
50 endif
51 ifeq ($(BUILD),debug)
52 ifeq ($(DEBUG_FLAG),default)
53 WXDEBUGFLAG = d
54 endif
55 endif
56 ifeq ($(DEBUG_FLAG),1)
57 WXDEBUGFLAG = d
58 endif
59 ifeq ($(UNICODE),1)
60 WXUNICODEFLAG = u
61 endif
62 ifeq ($(WXUNIV),1)
63 WXUNIVNAME = univ
64 endif
65 ifeq ($(SHARED),1)
66 WXDLLFLAG = dll
67 endif
68 ifeq ($(SHARED),0)
69 LIBTYPE_SUFFIX = lib
70 endif
71 ifeq ($(SHARED),1)
72 LIBTYPE_SUFFIX = dll
73 endif
74 ifeq ($(MONOLITHIC),0)
75 EXTRALIBS_FOR_BASE =
76 endif
77 ifeq ($(MONOLITHIC),1)
78 EXTRALIBS_FOR_BASE =
79 endif
80 ifeq ($(USE_OPENGL),1)
81 __penguin___depname = $(OBJS)\penguin.exe
82 endif
83 ifeq ($(BUILD),debug)
84 __OPTIMIZEFLAG_2 = -O0
85 endif
86 ifeq ($(BUILD),release)
87 __OPTIMIZEFLAG_2 = -O2
88 endif
89 ifeq ($(USE_RTTI),0)
90 __RTTIFLAG_5 = -fno-rtti
91 endif
92 ifeq ($(USE_RTTI),1)
93 __RTTIFLAG_5 =
94 endif
95 ifeq ($(USE_EXCEPTIONS),0)
96 __EXCEPTIONSFLAG_6 = -fno-exceptions
97 endif
98 ifeq ($(USE_EXCEPTIONS),1)
99 __EXCEPTIONSFLAG_6 =
100 endif
101 ifeq ($(WXUNIV),1)
102 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
103 endif
104 ifeq ($(WXUNIV),1)
105 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
106 endif
107 ifeq ($(BUILD),debug)
108 ifeq ($(DEBUG_FLAG),default)
109 __DEBUG_DEFINE_p = -D__WXDEBUG__
110 endif
111 endif
112 ifeq ($(DEBUG_FLAG),1)
113 __DEBUG_DEFINE_p = -D__WXDEBUG__
114 endif
115 ifeq ($(BUILD),debug)
116 ifeq ($(DEBUG_FLAG),default)
117 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
118 endif
119 endif
120 ifeq ($(DEBUG_FLAG),1)
121 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
122 endif
123 ifeq ($(USE_EXCEPTIONS),0)
124 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
125 endif
126 ifeq ($(USE_EXCEPTIONS),0)
127 __EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
128 endif
129 ifeq ($(USE_RTTI),0)
130 __RTTI_DEFINE_p = -DwxNO_RTTI
131 endif
132 ifeq ($(USE_RTTI),0)
133 __RTTI_DEFINE_p_1 = --define wxNO_RTTI
134 endif
135 ifeq ($(USE_THREADS),0)
136 __THREAD_DEFINE_p = -DwxNO_THREADS
137 endif
138 ifeq ($(USE_THREADS),0)
139 __THREAD_DEFINE_p_1 = --define wxNO_THREADS
140 endif
141 ifeq ($(UNICODE),1)
142 __UNICODE_DEFINE_p = -D_UNICODE
143 endif
144 ifeq ($(UNICODE),1)
145 __UNICODE_DEFINE_p_1 = --define _UNICODE
146 endif
147 ifeq ($(SHARED),1)
148 __DLLFLAG_p = -DWXUSINGDLL
149 endif
150 ifeq ($(SHARED),1)
151 __DLLFLAG_p_1 = --define WXUSINGDLL
152 endif
153 ifeq ($(MONOLITHIC),0)
154 __WXLIB_CORE_p = \
155 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
156 endif
157 ifeq ($(MONOLITHIC),0)
158 __WXLIB_BASE_p = \
159 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
160 endif
161 ifeq ($(MONOLITHIC),1)
162 __WXLIB_MONO_p = \
163 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
164 endif
165 ifeq ($(USE_GUI),1)
166 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
167 endif
168 ifeq ($(USE_GUI),1)
169 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
170 endif
171 ifeq ($(USE_GUI),1)
172 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
173 endif
174 ifeq ($(MSLU),1)
175 __UNICOWS_LIB_p = -lunicows
176 endif
177 ifeq ($(BUILD),debug)
178 ifeq ($(DEBUG_INFO),default)
179 __DEBUGINFO = -g
180 endif
181 endif
182 ifeq ($(BUILD),release)
183 ifeq ($(DEBUG_INFO),default)
184 __DEBUGINFO =
185 endif
186 endif
187 ifeq ($(DEBUG_INFO),0)
188 __DEBUGINFO =
189 endif
190 ifeq ($(DEBUG_INFO),1)
191 __DEBUGINFO = -g
192 endif
193 ifeq ($(USE_THREADS),0)
194 __THREADSFLAG =
195 endif
196 ifeq ($(USE_THREADS),1)
197 __THREADSFLAG = -mthreads
198 endif
199
200
201 all: $(OBJS)
202 $(OBJS):
203 -if not exist $(OBJS) mkdir $(OBJS)
204
205 ### Targets: ###
206
207 all: $(__penguin___depname) data
208
209 clean:
210 -if exist $(OBJS)\*.o del $(OBJS)\*.o
211 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
212
213 ifeq ($(USE_OPENGL),1)
214 $(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
215 $(CXX) -o $@ $(PENGUIN_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl -lopengl32 -lglu32 $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
216 endif
217
218 data:
219 if not exist $(OBJS) mkdir $(OBJS)
220 for %%f in (penguin.lwo) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
221
222 $(OBJS)\penguin_penguin.o: ./penguin.cpp
223 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $<
224
225 $(OBJS)\penguin_lw.o: ./lw.cpp
226 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $<
227
228 $(OBJS)\penguin_trackball.o: ./trackball.c
229 $(CC) -c -o $@ $(PENGUIN_CFLAGS) $<
230
231 $(OBJS)\penguin_penguin_rc.o: ./penguin.rc
232 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples --define NOPCH
233
234 .PHONY: all clean data
235
236