]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/mmedia/makefile.gcc
fixed bakefile so that in-tree headers take precedence over system-installed ones
[wxWidgets.git] / contrib / samples / mmedia / makefile.gcc
CommitLineData
2d611b5c
VS
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
7include ../../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
2d611b5c
VS
15MMBOARD_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)
2d611b5c
VS
20MMBOARD_OBJECTS = \
21 $(OBJS)\mmboard_mmboard.o \
22 $(OBJS)\mmboard_mmbman.o \
23 $(OBJS)\mmboard_mmboard_rc.o
24OBJS = \
25 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19c35fa5
VS
26SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2d611b5c
VS
28
29### Conditionally set variables: ###
30
31ifeq ($(GCC_VERSION),2.95)
32GCCFLAGS = -fvtable-thunks
33endif
19c35fa5
VS
34ifeq ($(SHARED),0)
35LIBDIRNAME = .\..\..\..\lib\gcc_lib$(CFG)
36endif
37ifeq ($(SHARED),1)
38LIBDIRNAME = .\..\..\..\lib\gcc_dll$(CFG)
39endif
2d611b5c
VS
40ifeq ($(USE_GUI),0)
41PORTNAME = base
42endif
43ifeq ($(USE_GUI),1)
44PORTNAME = msw
45endif
46ifeq ($(BUILD),debug)
47ifeq ($(DEBUG_FLAG),default)
48WXDEBUGFLAG = d
49endif
50endif
51ifeq ($(DEBUG_FLAG),1)
52WXDEBUGFLAG = d
53endif
54ifeq ($(SHARED),1)
55WXDLLFLAG = dll
56endif
57ifeq ($(UNICODE),1)
58WXUNICODEFLAG = u
59endif
60ifeq ($(WXUNIV),1)
61WXUNIVNAME = univ
62endif
63ifeq ($(BUILD),debug)
64ifeq ($(DEBUG_INFO),default)
65__DEBUGINFO = -g
66endif
67endif
68ifeq ($(BUILD),release)
69ifeq ($(DEBUG_INFO),default)
70__DEBUGINFO =
71endif
72endif
73ifeq ($(DEBUG_INFO),0)
74__DEBUGINFO =
75endif
76ifeq ($(DEBUG_INFO),1)
77__DEBUGINFO = -g
78endif
79ifeq ($(BUILD),debug)
80ifeq ($(DEBUG_FLAG),default)
81__DEBUG_DEFINE_p = -D__WXDEBUG__
82endif
83endif
84ifeq ($(DEBUG_FLAG),1)
85__DEBUG_DEFINE_p = -D__WXDEBUG__
86endif
87ifeq ($(BUILD),debug)
88ifeq ($(DEBUG_FLAG),default)
89__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
90endif
91endif
92ifeq ($(DEBUG_FLAG),1)
93__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
94endif
95ifeq ($(SHARED),1)
96__DLLFLAG_p = -DWXUSINGDLL
97endif
98ifeq ($(SHARED),1)
99__DLLFLAG_p_1 = --define WXUSINGDLL
100endif
a4ad36cd
VS
101ifeq ($(USE_EXCEPTIONS),0)
102__EXCEPTIONSFLAG_4 = -fno-rtti
103endif
104ifeq ($(USE_EXCEPTIONS),1)
105__EXCEPTIONSFLAG_4 =
106endif
107ifeq ($(USE_EXCEPTIONS),0)
108__EXCEPTIONSFLAG_5 = -fno-exceptions
109endif
110ifeq ($(USE_EXCEPTIONS),1)
111__EXCEPTIONSFLAG_5 =
112endif
2d611b5c
VS
113ifeq ($(USE_GUI),1)
114__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
115endif
116ifeq ($(USE_GUI),1)
117__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
118endif
119ifeq ($(USE_GUI),1)
120__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
121endif
122ifeq ($(BUILD),debug)
123__OPTIMIZEFLAG_2 = -O0
124endif
125ifeq ($(BUILD),release)
126__OPTIMIZEFLAG_2 = -O2
127endif
128ifeq ($(UNICODE),1)
ec08d395 129__UNICODE_DEFINE_p = -D_UNICODE
2d611b5c
VS
130endif
131ifeq ($(UNICODE),1)
ec08d395 132__UNICODE_DEFINE_p_1 = --define _UNICODE
2d611b5c 133endif
19c35fa5
VS
134ifeq ($(MSLU),1)
135__UNICOWS_LIB_p = -lunicows
136endif
2d611b5c
VS
137ifeq ($(MONOLITHIC),0)
138__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
139endif
140ifeq ($(MONOLITHIC),0)
141__WXLIB_CORE_p = \
142 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
143endif
144ifeq ($(MONOLITHIC),1)
145__WXLIB_MONO_p = \
146 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
147endif
148ifeq ($(WXUNIV),1)
149__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
150endif
151ifeq ($(WXUNIV),1)
152__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
153endif
154
2d611b5c
VS
155
156all: $(OBJS)
157$(OBJS):
158 -if not exist $(OBJS) mkdir $(OBJS)
159
160### Targets: ###
161
162all: $(OBJS)\mmboard.exe
163
1c3a6972 164$(OBJS)\mmboard_mmbman.o: ./mmbman.cpp
2d611b5c
VS
165 $(CXX) -c -o $@ $(MMBOARD_CXXFLAGS) $<
166
1c3a6972 167$(OBJS)\mmboard_mmboard.o: ./mmboard.cpp
2d611b5c
VS
168 $(CXX) -c -o $@ $(MMBOARD_CXXFLAGS) $<
169
1c3a6972 170$(OBJS)\mmboard_mmboard_rc.o: ./mmboard.rc
ec08d395 171 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
2d611b5c
VS
172
173clean:
174 -if exist $(OBJS)\*.o del $(OBJS)\*.o
175 -if exist $(OBJS)\mmboard.exe del $(OBJS)\mmboard.exe
176
177$(OBJS)\mmboard.exe: $(MMBOARD_OBJECTS) $(OBJS)\mmboard_mmboard_rc.o
ec08d395 178 $(CXX) -o $@ $(MMBOARD_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_mmedia $(__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
2d611b5c
VS
179
180.PHONY: all clean