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