]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.gcc
remove executable property from non-executable files, closes #15504
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (http://www.bakefile.org)
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 CPPDEPS = -MT$@ -MF$@.d -MD -MP
16 WX_RELEASE_NODOT = 30
17 COMPILER_PREFIX = gcc
18 OBJS = \
19 $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
20 LIBDIRNAME = \
21 .\..\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
22 SETUPHDIR = \
23 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
24 PENGUIN_CFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
25 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
26 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
27 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
28 $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include \
29 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W -Wall -I. $(__DLLFLAG_p) \
30 -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CFLAGS)
31 PENGUIN_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
32 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
34 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
35 $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include \
36 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W -Wall -I. $(__DLLFLAG_p) \
37 -I.\..\..\..\samples -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
38 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
39 PENGUIN_OBJECTS = \
40 $(OBJS)\penguin_sample_rc.o \
41 $(OBJS)\penguin_penguin.o \
42 $(OBJS)\penguin_dxfrenderer.o \
43 $(OBJS)\penguin_trackball.o
44
45 ### Conditionally set variables: ###
46
47 ifeq ($(GCC_VERSION),2.95)
48 GCCFLAGS = -fvtable-thunks
49 endif
50 ifeq ($(USE_GUI),0)
51 PORTNAME = base
52 endif
53 ifeq ($(USE_GUI),1)
54 PORTNAME = msw$(TOOLKIT_VERSION)
55 endif
56 ifeq ($(OFFICIAL_BUILD),1)
57 COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
58 endif
59 ifeq ($(BUILD),debug)
60 WXDEBUGFLAG = d
61 endif
62 ifeq ($(UNICODE),1)
63 WXUNICODEFLAG = u
64 endif
65 ifeq ($(WXUNIV),1)
66 WXUNIVNAME = univ
67 endif
68 ifeq ($(SHARED),1)
69 WXDLLFLAG = dll
70 endif
71 ifeq ($(SHARED),0)
72 LIBTYPE_SUFFIX = lib
73 endif
74 ifeq ($(SHARED),1)
75 LIBTYPE_SUFFIX = dll
76 endif
77 ifeq ($(MONOLITHIC),0)
78 EXTRALIBS_FOR_BASE =
79 endif
80 ifeq ($(MONOLITHIC),1)
81 EXTRALIBS_FOR_BASE =
82 endif
83 ifeq ($(USE_OPENGL),1)
84 __penguin___depname = $(OBJS)\penguin.exe
85 endif
86 ifeq ($(BUILD),debug)
87 __OPTIMIZEFLAG_2 = -O0
88 endif
89 ifeq ($(BUILD),release)
90 __OPTIMIZEFLAG_2 = -O2
91 endif
92 ifeq ($(USE_RTTI),0)
93 __RTTIFLAG_5 = -fno-rtti
94 endif
95 ifeq ($(USE_RTTI),1)
96 __RTTIFLAG_5 =
97 endif
98 ifeq ($(USE_EXCEPTIONS),0)
99 __EXCEPTIONSFLAG_6 = -fno-exceptions
100 endif
101 ifeq ($(USE_EXCEPTIONS),1)
102 __EXCEPTIONSFLAG_6 =
103 endif
104 ifeq ($(WXUNIV),1)
105 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
106 endif
107 ifeq ($(WXUNIV),1)
108 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
109 endif
110 ifeq ($(DEBUG_FLAG),0)
111 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
112 endif
113 ifeq ($(DEBUG_FLAG),0)
114 __DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
115 endif
116 ifeq ($(BUILD),release)
117 __NDEBUG_DEFINE_p = -DNDEBUG
118 endif
119 ifeq ($(BUILD),release)
120 __NDEBUG_DEFINE_p_1 = --define NDEBUG
121 endif
122 ifeq ($(USE_EXCEPTIONS),0)
123 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
124 endif
125 ifeq ($(USE_EXCEPTIONS),0)
126 __EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
127 endif
128 ifeq ($(USE_RTTI),0)
129 __RTTI_DEFINE_p = -DwxNO_RTTI
130 endif
131 ifeq ($(USE_RTTI),0)
132 __RTTI_DEFINE_p_1 = --define wxNO_RTTI
133 endif
134 ifeq ($(USE_THREADS),0)
135 __THREAD_DEFINE_p = -DwxNO_THREADS
136 endif
137 ifeq ($(USE_THREADS),0)
138 __THREAD_DEFINE_p_1 = --define wxNO_THREADS
139 endif
140 ifeq ($(UNICODE),0)
141 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
142 endif
143 ifeq ($(UNICODE),1)
144 __UNICODE_DEFINE_p = -D_UNICODE
145 endif
146 ifeq ($(UNICODE),0)
147 __UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
148 endif
149 ifeq ($(UNICODE),1)
150 __UNICODE_DEFINE_p_1 = --define _UNICODE
151 endif
152 ifeq ($(MSLU),1)
153 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
154 endif
155 ifeq ($(MSLU),1)
156 __MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
157 endif
158 ifeq ($(USE_CAIRO),1)
159 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
160 endif
161 ifeq ($(USE_CAIRO),1)
162 __CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
163 endif
164 ifeq ($(SHARED),1)
165 __DLLFLAG_p = -DWXUSINGDLL
166 endif
167 ifeq ($(SHARED),1)
168 __DLLFLAG_p_1 = --define WXUSINGDLL
169 endif
170 ifeq ($(MONOLITHIC),0)
171 __WXLIB_CORE_p = \
172 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
173 endif
174 ifeq ($(MONOLITHIC),0)
175 __WXLIB_BASE_p = \
176 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
177 endif
178 ifeq ($(MONOLITHIC),1)
179 __WXLIB_MONO_p = \
180 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
181 endif
182 ifeq ($(MONOLITHIC),1)
183 ifeq ($(USE_STC),1)
184 __LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
185 endif
186 endif
187 ifeq ($(USE_GUI),1)
188 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
189 endif
190 ifeq ($(USE_GUI),1)
191 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
192 endif
193 ifeq ($(USE_GUI),1)
194 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
195 endif
196 ifeq ($(MSLU),1)
197 __UNICOWS_LIB_p = -lunicows
198 endif
199 ifeq ($(USE_CAIRO),1)
200 __CAIRO_LIB_p = -lcairo
201 endif
202 ifeq ($(USE_CAIRO),1)
203 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
204 endif
205 ifeq ($(BUILD),debug)
206 ifeq ($(DEBUG_INFO),default)
207 __DEBUGINFO = -g
208 endif
209 endif
210 ifeq ($(BUILD),release)
211 ifeq ($(DEBUG_INFO),default)
212 __DEBUGINFO =
213 endif
214 endif
215 ifeq ($(DEBUG_INFO),0)
216 __DEBUGINFO =
217 endif
218 ifeq ($(DEBUG_INFO),1)
219 __DEBUGINFO = -g
220 endif
221 ifeq ($(USE_THREADS),0)
222 __THREADSFLAG =
223 endif
224 ifeq ($(USE_THREADS),1)
225 __THREADSFLAG = -mthreads
226 endif
227
228
229 all: $(OBJS)
230 $(OBJS):
231 -if not exist $(OBJS) mkdir $(OBJS)
232
233 ### Targets: ###
234
235 all: $(__penguin___depname) data
236
237 clean:
238 -if exist $(OBJS)\*.o del $(OBJS)\*.o
239 -if exist $(OBJS)\*.d del $(OBJS)\*.d
240 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
241
242 ifeq ($(USE_OPENGL),1)
243 $(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_sample_rc.o
244 $(CXX) -o $@ $(PENGUIN_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl -lopengl32 -lglu32 $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
245 endif
246
247 data:
248 if not exist $(OBJS) mkdir $(OBJS)
249 for %%f in (penguin.dxf.gz) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
250
251 $(OBJS)\penguin_sample_rc.o: ./../../../samples/sample.rc
252 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples --define NOPCH
253
254 $(OBJS)\penguin_penguin.o: ./penguin.cpp
255 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
256
257 $(OBJS)\penguin_dxfrenderer.o: ./dxfrenderer.cpp
258 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
259
260 $(OBJS)\penguin_trackball.o: ./trackball.c
261 $(CC) -c -o $@ $(PENGUIN_CFLAGS) $(CPPDEPS) $<
262
263 .PHONY: all clean data
264
265
266 SHELL := $(COMSPEC)
267
268 # Dependencies tracking:
269 -include $(OBJS)/*.d