better way of dealing with EXTRALIBS_xxx
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.1 (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 PENGUIN_CFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
18         -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
19         $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -Wall -I. \
20         $(__DLLFLAG_p) -I.\..\..\..\samples $(CFLAGS)
21 PENGUIN_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
22         -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
23         $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -Wall -I. \
24         $(__DLLFLAG_p) -I.\..\..\..\samples $(CXXFLAGS)
25 PENGUIN_OBJECTS =  \
26         $(OBJS)\penguin_penguin.o \
27         $(OBJS)\penguin_lw.o \
28         $(OBJS)\penguin_trackball.o \
29         $(OBJS)\penguin_penguin_rc.o
30 SETUPHDIR = \
31         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
32
33 ### Conditionally set variables: ###
34
35 ifeq ($(GCC_VERSION),2.95)
36 GCCFLAGS = -fvtable-thunks
37 endif
38 ifeq ($(SHARED),0)
39 LIBDIRNAME = .\..\..\..\lib\gcc_lib$(CFG)
40 endif
41 ifeq ($(SHARED),1)
42 LIBDIRNAME = .\..\..\..\lib\gcc_dll$(CFG)
43 endif
44 ifeq ($(USE_GUI),0)
45 PORTNAME = base
46 endif
47 ifeq ($(USE_GUI),1)
48 PORTNAME = msw
49 endif
50 ifeq ($(BUILD),debug)
51 ifeq ($(DEBUG_FLAG),default)
52 WXDEBUGFLAG = d
53 endif
54 endif
55 ifeq ($(DEBUG_FLAG),1)
56 WXDEBUGFLAG = d
57 endif
58 ifeq ($(SHARED),1)
59 WXDLLFLAG = dll
60 endif
61 ifeq ($(UNICODE),1)
62 WXUNICODEFLAG = u
63 endif
64 ifeq ($(WXUNIV),1)
65 WXUNIVNAME = univ
66 endif
67 ifeq ($(BUILD),debug)
68 ifeq ($(DEBUG_INFO),default)
69 __DEBUGINFO = -g
70 endif
71 endif
72 ifeq ($(BUILD),release)
73 ifeq ($(DEBUG_INFO),default)
74 __DEBUGINFO = 
75 endif
76 endif
77 ifeq ($(DEBUG_INFO),0)
78 __DEBUGINFO = 
79 endif
80 ifeq ($(DEBUG_INFO),1)
81 __DEBUGINFO = -g
82 endif
83 ifeq ($(BUILD),debug)
84 ifeq ($(DEBUG_FLAG),default)
85 __DEBUG_DEFINE_p = -D__WXDEBUG__
86 endif
87 endif
88 ifeq ($(DEBUG_FLAG),1)
89 __DEBUG_DEFINE_p = -D__WXDEBUG__
90 endif
91 ifeq ($(BUILD),debug)
92 ifeq ($(DEBUG_FLAG),default)
93 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
94 endif
95 endif
96 ifeq ($(DEBUG_FLAG),1)
97 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
98 endif
99 ifeq ($(SHARED),1)
100 __DLLFLAG_p = -DWXUSINGDLL
101 endif
102 ifeq ($(SHARED),1)
103 __DLLFLAG_p_1 = --define WXUSINGDLL
104 endif
105 ifeq ($(USE_GUI),1)
106 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
107 endif
108 ifeq ($(USE_GUI),1)
109 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
110 endif
111 ifeq ($(USE_GUI),1)
112 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
113 endif
114 ifeq ($(BUILD),debug)
115 __OPTIMIZEFLAG_2 = -O0
116 endif
117 ifeq ($(BUILD),release)
118 __OPTIMIZEFLAG_2 = -O2
119 endif
120 ifeq ($(UNICODE),1)
121 __UNICODE_DEFINE_p = -D_UNICODE
122 endif
123 ifeq ($(UNICODE),1)
124 __UNICODE_DEFINE_p_1 = --define _UNICODE
125 endif
126 ifeq ($(MSLU),1)
127 __UNICOWS_LIB_p = -lunicows
128 endif
129 ifeq ($(MONOLITHIC),0)
130 __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
131 endif
132 ifeq ($(MONOLITHIC),0)
133 __WXLIB_CORE_p = \
134         -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
135 endif
136 ifeq ($(MONOLITHIC),1)
137 __WXLIB_MONO_p = \
138         -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
139 endif
140 ifeq ($(WXUNIV),1)
141 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
142 endif
143 ifeq ($(WXUNIV),1)
144 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
145 endif
146
147
148 all: $(OBJS)
149 $(OBJS):
150         -if not exist $(OBJS) mkdir $(OBJS)
151
152 ### Targets: ###
153
154 all: $(OBJS)\penguin.exe data
155
156 $(OBJS)\penguin_lw.o: ./lw.cpp
157         $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $<
158
159 $(OBJS)\penguin_penguin.o: ./penguin.cpp
160         $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $<
161
162 $(OBJS)\penguin_penguin_rc.o: ./penguin.rc
163         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
164
165 $(OBJS)\penguin_trackball.o: ./trackball.c
166         $(CC) -c -o $@ $(PENGUIN_CFLAGS) $<
167
168 clean: 
169         -if exist $(OBJS)\*.o del $(OBJS)\*.o
170         -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
171
172 data: 
173         if not exist $(OBJS) mkdir $(OBJS)
174         for %%f in (penguin.lwo) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
175
176 $(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
177         $(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$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG)  $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
178
179 .PHONY: all clean data