]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/mmedia/makefile.gcc
1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd .. (they are just stubs and...
[wxWidgets.git] / contrib / samples / mmedia / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.4 (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 = 25
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
20MMBOARD_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
21 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
22 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -Wall -I. \
23 $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH -I.\..\..\include \
24 $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
25MMBOARD_OBJECTS = \
26 $(OBJS)\mmboard_mmboard.o \
27 $(OBJS)\mmboard_mmbman.o \
28 $(OBJS)\mmboard_mmboard_rc.o
29
30### Conditionally set variables: ###
31
32ifeq ($(GCC_VERSION),2.95)
33GCCFLAGS = -fvtable-thunks
34endif
35ifeq ($(USE_GUI),0)
36PORTNAME = base
37endif
38ifeq ($(USE_GUI),1)
39PORTNAME = msw
40endif
41ifeq ($(BUILD),debug)
42ifeq ($(DEBUG_FLAG),default)
43WXDEBUGFLAG = d
44endif
45endif
46ifeq ($(DEBUG_FLAG),1)
47WXDEBUGFLAG = d
48endif
49ifeq ($(UNICODE),1)
50WXUNICODEFLAG = u
51endif
52ifeq ($(WXUNIV),1)
53WXUNIVNAME = univ
54endif
55ifeq ($(SHARED),1)
56WXDLLFLAG = dll
57endif
58ifeq ($(BUILD),debug)
59__OPTIMIZEFLAG_2 = -O0
60endif
61ifeq ($(BUILD),release)
62__OPTIMIZEFLAG_2 = -O2
63endif
64ifeq ($(USE_EXCEPTIONS),0)
65__EXCEPTIONSFLAG_4 = -fno-rtti
66endif
67ifeq ($(USE_EXCEPTIONS),1)
68__EXCEPTIONSFLAG_4 =
69endif
70ifeq ($(USE_EXCEPTIONS),0)
71__EXCEPTIONSFLAG_5 = -fno-exceptions
72endif
73ifeq ($(USE_EXCEPTIONS),1)
74__EXCEPTIONSFLAG_5 =
75endif
76ifeq ($(WXUNIV),1)
77__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
78endif
79ifeq ($(WXUNIV),1)
80__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
81endif
82ifeq ($(BUILD),debug)
83ifeq ($(DEBUG_FLAG),default)
84__DEBUG_DEFINE_p = -D__WXDEBUG__
85endif
86endif
87ifeq ($(DEBUG_FLAG),1)
88__DEBUG_DEFINE_p = -D__WXDEBUG__
89endif
90ifeq ($(BUILD),debug)
91ifeq ($(DEBUG_FLAG),default)
92__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
93endif
94endif
95ifeq ($(DEBUG_FLAG),1)
96__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
97endif
98ifeq ($(UNICODE),1)
99__UNICODE_DEFINE_p = -D_UNICODE
100endif
101ifeq ($(UNICODE),1)
102__UNICODE_DEFINE_p_1 = --define _UNICODE
103endif
104ifeq ($(SHARED),1)
105__DLLFLAG_p = -DWXUSINGDLL
106endif
107ifeq ($(SHARED),1)
108__DLLFLAG_p_1 = --define WXUSINGDLL
109endif
110ifeq ($(MONOLITHIC),0)
111__WXLIB_CORE_p = \
112 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
113endif
114ifeq ($(MONOLITHIC),0)
115__WXLIB_BASE_p = \
116 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
117endif
118ifeq ($(MONOLITHIC),1)
119__WXLIB_MONO_p = \
120 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
121endif
122ifeq ($(USE_GUI),1)
123__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
124endif
125ifeq ($(USE_GUI),1)
126__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
127endif
128ifeq ($(USE_GUI),1)
129__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)$(WX_RELEASE_NODOT)
130endif
131ifeq ($(MSLU),1)
132__UNICOWS_LIB_p = -lunicows
133endif
134ifeq ($(SHARED),0)
135LIBDIRNAME = .\..\..\..\lib\gcc_lib$(CFG)
136endif
137ifeq ($(SHARED),1)
138LIBDIRNAME = .\..\..\..\lib\gcc_dll$(CFG)
139endif
140ifeq ($(BUILD),debug)
141ifeq ($(DEBUG_INFO),default)
142__DEBUGINFO = -g
143endif
144endif
145ifeq ($(BUILD),release)
146ifeq ($(DEBUG_INFO),default)
147__DEBUGINFO =
148endif
149endif
150ifeq ($(DEBUG_INFO),0)
151__DEBUGINFO =
152endif
153ifeq ($(DEBUG_INFO),1)
154__DEBUGINFO = -g
155endif
156
157
158all: $(OBJS)
159$(OBJS):
160 -if not exist $(OBJS) mkdir $(OBJS)
161
162### Targets: ###
163
164all: $(OBJS)\mmboard.exe
165
166clean:
167 -if exist $(OBJS)\*.o del $(OBJS)\*.o
168 -if exist $(OBJS)\mmboard.exe del $(OBJS)\mmboard.exe
169
170$(OBJS)\mmboard.exe: $(MMBOARD_OBJECTS) $(OBJS)\mmboard_mmboard_rc.o
171 $(CXX) -o $@ $(MMBOARD_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_mmedia $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) -lwxexpat$(WXDEBUGFLAG)$(WX_RELEASE_NODOT) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
172
173$(OBJS)\mmboard_mmboard.o: ./mmboard.cpp
174 $(CXX) -c -o $@ $(MMBOARD_CXXFLAGS) $<
175
176$(OBJS)\mmboard_mmbman.o: ./mmbman.cpp
177 $(CXX) -c -o $@ $(MMBOARD_CXXFLAGS) $<
178
179$(OBJS)\mmboard_mmboard_rc.o: ./mmboard.rc
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
181
182.PHONY: all clean