]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/png/makefile.gcc
Removed outdated module definition files for VAC++.
[wxWidgets.git] / samples / png / makefile.gcc
... / ...
CommitLineData
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
7include ../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15WX_RELEASE_NODOT = 26
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21PNG_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)
27PNG_OBJECTS = \
28 $(OBJS)\png_pngdemo.o \
29 $(OBJS)\png_pngdemo_rc.o
30
31### Conditionally set variables: ###
32
33ifeq ($(GCC_VERSION),2.95)
34GCCFLAGS = -fvtable-thunks
35endif
36ifeq ($(USE_GUI),0)
37PORTNAME = base
38endif
39ifeq ($(USE_GUI),1)
40PORTNAME = msw
41endif
42ifeq ($(BUILD),debug)
43ifeq ($(DEBUG_FLAG),default)
44WXDEBUGFLAG = d
45endif
46endif
47ifeq ($(DEBUG_FLAG),1)
48WXDEBUGFLAG = d
49endif
50ifeq ($(UNICODE),1)
51WXUNICODEFLAG = u
52endif
53ifeq ($(WXUNIV),1)
54WXUNIVNAME = univ
55endif
56ifeq ($(SHARED),1)
57WXDLLFLAG = dll
58endif
59ifeq ($(SHARED),0)
60LIBTYPE_SUFFIX = lib
61endif
62ifeq ($(SHARED),1)
63LIBTYPE_SUFFIX = dll
64endif
65ifeq ($(MONOLITHIC),0)
66EXTRALIBS_FOR_BASE =
67endif
68ifeq ($(MONOLITHIC),1)
69EXTRALIBS_FOR_BASE =
70endif
71ifeq ($(BUILD),debug)
72__OPTIMIZEFLAG_2 = -O0
73endif
74ifeq ($(BUILD),release)
75__OPTIMIZEFLAG_2 = -O2
76endif
77ifeq ($(USE_RTTI),0)
78__RTTIFLAG_5 = -fno-rtti
79endif
80ifeq ($(USE_RTTI),1)
81__RTTIFLAG_5 =
82endif
83ifeq ($(USE_EXCEPTIONS),0)
84__EXCEPTIONSFLAG_6 = -fno-exceptions
85endif
86ifeq ($(USE_EXCEPTIONS),1)
87__EXCEPTIONSFLAG_6 =
88endif
89ifeq ($(WXUNIV),1)
90__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
91endif
92ifeq ($(WXUNIV),1)
93__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
94endif
95ifeq ($(BUILD),debug)
96ifeq ($(DEBUG_FLAG),default)
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98endif
99endif
100ifeq ($(DEBUG_FLAG),1)
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102endif
103ifeq ($(BUILD),debug)
104ifeq ($(DEBUG_FLAG),default)
105__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
106endif
107endif
108ifeq ($(DEBUG_FLAG),1)
109__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
110endif
111ifeq ($(USE_EXCEPTIONS),0)
112__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
113endif
114ifeq ($(USE_EXCEPTIONS),0)
115__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
116endif
117ifeq ($(USE_RTTI),0)
118__RTTI_DEFINE_p = -DwxNO_RTTI
119endif
120ifeq ($(USE_RTTI),0)
121__RTTI_DEFINE_p_1 = --define wxNO_RTTI
122endif
123ifeq ($(USE_THREADS),0)
124__THREAD_DEFINE_p = -DwxNO_THREADS
125endif
126ifeq ($(USE_THREADS),0)
127__THREAD_DEFINE_p_1 = --define wxNO_THREADS
128endif
129ifeq ($(UNICODE),1)
130__UNICODE_DEFINE_p = -D_UNICODE
131endif
132ifeq ($(UNICODE),1)
133__UNICODE_DEFINE_p_1 = --define _UNICODE
134endif
135ifeq ($(SHARED),1)
136__DLLFLAG_p = -DWXUSINGDLL
137endif
138ifeq ($(SHARED),1)
139__DLLFLAG_p_1 = --define WXUSINGDLL
140endif
141ifeq ($(MONOLITHIC),0)
142__WXLIB_CORE_p = \
143 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
144endif
145ifeq ($(MONOLITHIC),0)
146__WXLIB_BASE_p = \
147 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
148endif
149ifeq ($(MONOLITHIC),1)
150__WXLIB_MONO_p = \
151 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
152endif
153ifeq ($(USE_GUI),1)
154__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
155endif
156ifeq ($(USE_GUI),1)
157__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
158endif
159ifeq ($(USE_GUI),1)
160__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
161endif
162ifeq ($(MSLU),1)
163__UNICOWS_LIB_p = -lunicows
164endif
165ifeq ($(BUILD),debug)
166ifeq ($(DEBUG_INFO),default)
167__DEBUGINFO = -g
168endif
169endif
170ifeq ($(BUILD),release)
171ifeq ($(DEBUG_INFO),default)
172__DEBUGINFO =
173endif
174endif
175ifeq ($(DEBUG_INFO),0)
176__DEBUGINFO =
177endif
178ifeq ($(DEBUG_INFO),1)
179__DEBUGINFO = -g
180endif
181ifeq ($(USE_THREADS),0)
182__THREADSFLAG =
183endif
184ifeq ($(USE_THREADS),1)
185__THREADSFLAG = -mthreads
186endif
187
188
189all: $(OBJS)
190$(OBJS):
191 -if not exist $(OBJS) mkdir $(OBJS)
192
193### Targets: ###
194
195all: $(OBJS)\png.exe
196
197clean:
198 -if exist $(OBJS)\*.o del $(OBJS)\*.o
199 -if exist $(OBJS)\png.exe del $(OBJS)\png.exe
200
201$(OBJS)\png.exe: $(PNG_OBJECTS) $(OBJS)\png_pngdemo_rc.o
202 $(CXX) -o $@ $(PNG_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__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
203
204$(OBJS)\png_pngdemo.o: ./pngdemo.cpp
205 $(CXX) -c -o $@ $(PNG_CXXFLAGS) $<
206
207$(OBJS)\png_pngdemo_rc.o: ./pngdemo.rc
208 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
209
210.PHONY: all clean
211
212