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