]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.gcc
Removal of deprecated methods.
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
e93c6860
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../../build/msw/config.gcc
e93c6860
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
e93c6860
VS
15OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b17c1746
DE
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
19PENGUIN_CFLAGS = $(__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 $(CPPFLAGS) $(CFLAGS)
23PENGUIN_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
e93c6860 24 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
22cef566 25 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -Wall -I. \
9bfe7ad9
VS
26 $(__DLLFLAG_p) -I.\..\..\..\samples $(__EXCEPTIONSFLAG_4) \
27 $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
e93c6860
VS
28PENGUIN_OBJECTS = \
29 $(OBJS)\penguin_penguin.o \
30 $(OBJS)\penguin_lw.o \
31 $(OBJS)\penguin_trackball.o \
32 $(OBJS)\penguin_penguin_rc.o
33
34### Conditionally set variables: ###
35
36ifeq ($(GCC_VERSION),2.95)
37GCCFLAGS = -fvtable-thunks
38endif
39ifeq ($(USE_GUI),0)
40PORTNAME = base
41endif
42ifeq ($(USE_GUI),1)
43PORTNAME = msw
44endif
45ifeq ($(BUILD),debug)
46ifeq ($(DEBUG_FLAG),default)
47WXDEBUGFLAG = d
48endif
49endif
50ifeq ($(DEBUG_FLAG),1)
51WXDEBUGFLAG = d
52endif
e93c6860
VS
53ifeq ($(UNICODE),1)
54WXUNICODEFLAG = u
55endif
56ifeq ($(WXUNIV),1)
57WXUNIVNAME = univ
58endif
b17c1746
DE
59ifeq ($(SHARED),1)
60WXDLLFLAG = dll
e93c6860 61endif
b17c1746
DE
62ifeq ($(BUILD),debug)
63__OPTIMIZEFLAG_2 = -O0
e93c6860
VS
64endif
65ifeq ($(BUILD),release)
b17c1746 66__OPTIMIZEFLAG_2 = -O2
e93c6860 67endif
b17c1746
DE
68ifeq ($(USE_EXCEPTIONS),0)
69__EXCEPTIONSFLAG_4 = -fno-rtti
e93c6860 70endif
b17c1746
DE
71ifeq ($(USE_EXCEPTIONS),1)
72__EXCEPTIONSFLAG_4 =
e93c6860 73endif
b17c1746
DE
74ifeq ($(USE_EXCEPTIONS),0)
75__EXCEPTIONSFLAG_5 = -fno-exceptions
76endif
77ifeq ($(USE_EXCEPTIONS),1)
78__EXCEPTIONSFLAG_5 =
79endif
80ifeq ($(WXUNIV),1)
81__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
82endif
83ifeq ($(WXUNIV),1)
84__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
e93c6860
VS
85endif
86ifeq ($(BUILD),debug)
87ifeq ($(DEBUG_FLAG),default)
88__DEBUG_DEFINE_p = -D__WXDEBUG__
89endif
90endif
91ifeq ($(DEBUG_FLAG),1)
92__DEBUG_DEFINE_p = -D__WXDEBUG__
93endif
94ifeq ($(BUILD),debug)
95ifeq ($(DEBUG_FLAG),default)
96__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
97endif
98endif
99ifeq ($(DEBUG_FLAG),1)
100__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
101endif
b17c1746
DE
102ifeq ($(UNICODE),1)
103__UNICODE_DEFINE_p = -D_UNICODE
104endif
105ifeq ($(UNICODE),1)
106__UNICODE_DEFINE_p_1 = --define _UNICODE
107endif
e93c6860
VS
108ifeq ($(SHARED),1)
109__DLLFLAG_p = -DWXUSINGDLL
110endif
111ifeq ($(SHARED),1)
112__DLLFLAG_p_1 = --define WXUSINGDLL
113endif
b17c1746
DE
114ifeq ($(MONOLITHIC),0)
115__WXLIB_CORE_p = \
116 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
b71531ad 117endif
b17c1746
DE
118ifeq ($(MONOLITHIC),0)
119__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 120endif
b17c1746
DE
121ifeq ($(MONOLITHIC),1)
122__WXLIB_MONO_p = \
123 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 124endif
b17c1746
DE
125ifeq ($(USE_GUI),1)
126__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 127endif
e93c6860
VS
128ifeq ($(USE_GUI),1)
129__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
130endif
131ifeq ($(USE_GUI),1)
132__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
133endif
b17c1746
DE
134ifeq ($(MSLU),1)
135__UNICOWS_LIB_p = -lunicows
e93c6860 136endif
b17c1746
DE
137ifeq ($(SHARED),0)
138LIBDIRNAME = .\..\..\..\lib\gcc_lib$(CFG)
e93c6860 139endif
b17c1746
DE
140ifeq ($(SHARED),1)
141LIBDIRNAME = .\..\..\..\lib\gcc_dll$(CFG)
e93c6860 142endif
b17c1746
DE
143ifeq ($(BUILD),debug)
144ifeq ($(DEBUG_INFO),default)
145__DEBUGINFO = -g
4e209a20 146endif
e93c6860 147endif
b17c1746
DE
148ifeq ($(BUILD),release)
149ifeq ($(DEBUG_INFO),default)
150__DEBUGINFO =
e93c6860 151endif
e93c6860 152endif
b17c1746
DE
153ifeq ($(DEBUG_INFO),0)
154__DEBUGINFO =
e93c6860 155endif
b17c1746
DE
156ifeq ($(DEBUG_INFO),1)
157__DEBUGINFO = -g
e93c6860
VS
158endif
159
160
161all: $(OBJS)
162$(OBJS):
163 -if not exist $(OBJS) mkdir $(OBJS)
164
165### Targets: ###
166
167all: $(OBJS)\penguin.exe data
168
e93c6860
VS
169clean:
170 -if exist $(OBJS)\*.o del $(OBJS)\*.o
171 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
172
b17c1746 173$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
b92ca8cf 174 $(CXX) -o $@ $(PENGUIN_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_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) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
b17c1746 175
e93c6860
VS
176data:
177 if not exist $(OBJS) mkdir $(OBJS)
178 for %%f in (penguin.lwo) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
179
b17c1746
DE
180$(OBJS)\penguin_penguin.o: ./penguin.cpp
181 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $<
182
183$(OBJS)\penguin_lw.o: ./lw.cpp
184 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $<
185
186$(OBJS)\penguin_trackball.o: ./trackball.c
187 $(CC) -c -o $@ $(PENGUIN_CFLAGS) $<
188
189$(OBJS)\penguin_penguin_rc.o: ./penguin.rc
190 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
e93c6860 191
fd9f42b6 192.PHONY: all clean data