]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/cube/makefile.gcc
Renewed makefiles after reverting run-time lib change
[wxWidgets.git] / samples / opengl / cube / 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 CUBE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) $(GCCFLAGS) \
22 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
23 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
24 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. \
25 $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
26 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
27 CUBE_OBJECTS = \
28 $(OBJS)\cube_cube.o \
29 $(OBJS)\cube_cube_rc.o
30
31 ### Conditionally set variables: ###
32
33 ifeq ($(GCC_VERSION),2.95)
34 GCCFLAGS = -fvtable-thunks
35 endif
36 ifeq ($(USE_GUI),0)
37 PORTNAME = base
38 endif
39 ifeq ($(USE_GUI),1)
40 PORTNAME = msw
41 endif
42 ifeq ($(BUILD),debug)
43 ifeq ($(DEBUG_FLAG),default)
44 WXDEBUGFLAG = d
45 endif
46 endif
47 ifeq ($(DEBUG_FLAG),1)
48 WXDEBUGFLAG = d
49 endif
50 ifeq ($(UNICODE),1)
51 WXUNICODEFLAG = u
52 endif
53 ifeq ($(WXUNIV),1)
54 WXUNIVNAME = univ
55 endif
56 ifeq ($(SHARED),1)
57 WXDLLFLAG = dll
58 endif
59 ifeq ($(SHARED),0)
60 LIBTYPE_SUFFIX = lib
61 endif
62 ifeq ($(SHARED),1)
63 LIBTYPE_SUFFIX = dll
64 endif
65 ifeq ($(MONOLITHIC),0)
66 EXTRALIBS_FOR_BASE =
67 endif
68 ifeq ($(MONOLITHIC),1)
69 EXTRALIBS_FOR_BASE =
70 endif
71 ifeq ($(USE_OPENGL),1)
72 __cube___depname = $(OBJS)\cube.exe
73 endif
74 ifeq ($(BUILD),debug)
75 __OPTIMIZEFLAG_2 = -O0
76 endif
77 ifeq ($(BUILD),release)
78 __OPTIMIZEFLAG_2 = -O2
79 endif
80 ifeq ($(USE_RTTI),0)
81 __RTTIFLAG_5 = -fno-rtti
82 endif
83 ifeq ($(USE_RTTI),1)
84 __RTTIFLAG_5 =
85 endif
86 ifeq ($(USE_EXCEPTIONS),0)
87 __EXCEPTIONSFLAG_6 = -fno-exceptions
88 endif
89 ifeq ($(USE_EXCEPTIONS),1)
90 __EXCEPTIONSFLAG_6 =
91 endif
92 ifeq ($(WXUNIV),1)
93 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
94 endif
95 ifeq ($(WXUNIV),1)
96 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
97 endif
98 ifeq ($(BUILD),debug)
99 ifeq ($(DEBUG_FLAG),default)
100 __DEBUG_DEFINE_p = -D__WXDEBUG__
101 endif
102 endif
103 ifeq ($(DEBUG_FLAG),1)
104 __DEBUG_DEFINE_p = -D__WXDEBUG__
105 endif
106 ifeq ($(BUILD),debug)
107 ifeq ($(DEBUG_FLAG),default)
108 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
109 endif
110 endif
111 ifeq ($(DEBUG_FLAG),1)
112 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
113 endif
114 ifeq ($(USE_EXCEPTIONS),0)
115 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
116 endif
117 ifeq ($(USE_EXCEPTIONS),0)
118 __EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
119 endif
120 ifeq ($(USE_RTTI),0)
121 __RTTI_DEFINE_p = -DwxNO_RTTI
122 endif
123 ifeq ($(USE_RTTI),0)
124 __RTTI_DEFINE_p_1 = --define wxNO_RTTI
125 endif
126 ifeq ($(USE_THREADS),0)
127 __THREAD_DEFINE_p = -DwxNO_THREADS
128 endif
129 ifeq ($(USE_THREADS),0)
130 __THREAD_DEFINE_p_1 = --define wxNO_THREADS
131 endif
132 ifeq ($(UNICODE),1)
133 __UNICODE_DEFINE_p = -D_UNICODE
134 endif
135 ifeq ($(UNICODE),1)
136 __UNICODE_DEFINE_p_1 = --define _UNICODE
137 endif
138 ifeq ($(SHARED),1)
139 __DLLFLAG_p = -DWXUSINGDLL
140 endif
141 ifeq ($(SHARED),1)
142 __DLLFLAG_p_1 = --define WXUSINGDLL
143 endif
144 ifeq ($(MONOLITHIC),0)
145 __WXLIB_CORE_p = \
146 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
147 endif
148 ifeq ($(MONOLITHIC),0)
149 __WXLIB_BASE_p = \
150 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
151 endif
152 ifeq ($(MONOLITHIC),1)
153 __WXLIB_MONO_p = \
154 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
155 endif
156 ifeq ($(USE_GUI),1)
157 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
158 endif
159 ifeq ($(USE_GUI),1)
160 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
161 endif
162 ifeq ($(USE_GUI),1)
163 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
164 endif
165 ifeq ($(MSLU),1)
166 __UNICOWS_LIB_p = -lunicows
167 endif
168 ifeq ($(BUILD),debug)
169 ifeq ($(DEBUG_INFO),default)
170 __DEBUGINFO = -g
171 endif
172 endif
173 ifeq ($(BUILD),release)
174 ifeq ($(DEBUG_INFO),default)
175 __DEBUGINFO =
176 endif
177 endif
178 ifeq ($(DEBUG_INFO),0)
179 __DEBUGINFO =
180 endif
181 ifeq ($(DEBUG_INFO),1)
182 __DEBUGINFO = -g
183 endif
184 ifeq ($(USE_THREADS),0)
185 __THREADSFLAG =
186 endif
187 ifeq ($(USE_THREADS),1)
188 __THREADSFLAG = -mthreads
189 endif
190
191
192 all: $(OBJS)
193 $(OBJS):
194 -if not exist $(OBJS) mkdir $(OBJS)
195
196 ### Targets: ###
197
198 all: $(__cube___depname)
199
200 clean:
201 -if exist $(OBJS)\*.o del $(OBJS)\*.o
202 -if exist $(OBJS)\cube.exe del $(OBJS)\cube.exe
203
204 ifeq ($(USE_OPENGL),1)
205 $(OBJS)\cube.exe: $(CUBE_OBJECTS) $(OBJS)\cube_cube_rc.o
206 $(CXX) -o $@ $(CUBE_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
207 endif
208
209 $(OBJS)\cube_cube.o: ./cube.cpp
210 $(CXX) -c -o $@ $(CUBE_CXXFLAGS) $<
211
212 $(OBJS)\cube_cube_rc.o: ./cube.rc
213 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
214
215 .PHONY: all clean
216
217