]> git.saurik.com Git - wxWidgets.git/blame - utils/emulator/src/makefile.gcc
Elliptic arc fix for getting bounds
[wxWidgets.git] / utils / emulator / src / makefile.gcc
CommitLineData
4b20974a
VS
1# =========================================================================
2# This makefile was generated by
162a956b 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
4b20974a
VS
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
c33fae85 15WX_RELEASE_NODOT = 25
4b20974a
VS
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
162a956b 18LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
4b20974a
VS
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
21WXEMULATOR_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
22 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
162a956b 23 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. \
c33fae85 24 $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG_4) \
162a956b 25 $(__EXCEPTIONSFLAG_5) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
4b20974a
VS
26WXEMULATOR_OBJECTS = \
27 $(OBJS)\wxemulator_sample_rc.o \
28 $(OBJS)\wxemulator_emulator.o
29
30### Conditionally set variables: ###
31
32ifeq ($(GCC_VERSION),2.95)
33GCCFLAGS = -fvtable-thunks
34endif
4b20974a
VS
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
4b20974a
VS
49ifeq ($(UNICODE),1)
50WXUNICODEFLAG = u
51endif
52ifeq ($(WXUNIV),1)
53WXUNIVNAME = univ
54endif
b17c1746
DE
55ifeq ($(SHARED),1)
56WXDLLFLAG = dll
4b20974a 57endif
162a956b
JS
58ifeq ($(SHARED),0)
59LIBTYPE_SUFFIX = lib
60endif
61ifeq ($(SHARED),1)
62LIBTYPE_SUFFIX = dll
63endif
dd65d8c8
RN
64ifeq ($(MONOLITHIC),0)
65EXTRALIBS_FOR_BASE =
66endif
67ifeq ($(MONOLITHIC),1)
68EXTRALIBS_FOR_BASE =
69endif
b17c1746
DE
70ifeq ($(BUILD),debug)
71__OPTIMIZEFLAG_2 = -O0
4b20974a
VS
72endif
73ifeq ($(BUILD),release)
b17c1746 74__OPTIMIZEFLAG_2 = -O2
4b20974a 75endif
b17c1746
DE
76ifeq ($(USE_EXCEPTIONS),0)
77__EXCEPTIONSFLAG_4 = -fno-rtti
4b20974a 78endif
b17c1746
DE
79ifeq ($(USE_EXCEPTIONS),1)
80__EXCEPTIONSFLAG_4 =
4b20974a 81endif
b17c1746
DE
82ifeq ($(USE_EXCEPTIONS),0)
83__EXCEPTIONSFLAG_5 = -fno-exceptions
84endif
85ifeq ($(USE_EXCEPTIONS),1)
86__EXCEPTIONSFLAG_5 =
87endif
88ifeq ($(WXUNIV),1)
89__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
90endif
91ifeq ($(WXUNIV),1)
92__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
4b20974a
VS
93endif
94ifeq ($(BUILD),debug)
95ifeq ($(DEBUG_FLAG),default)
96__DEBUG_DEFINE_p = -D__WXDEBUG__
97endif
98endif
99ifeq ($(DEBUG_FLAG),1)
100__DEBUG_DEFINE_p = -D__WXDEBUG__
101endif
102ifeq ($(BUILD),debug)
103ifeq ($(DEBUG_FLAG),default)
104__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
105endif
106endif
107ifeq ($(DEBUG_FLAG),1)
108__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
109endif
b17c1746
DE
110ifeq ($(UNICODE),1)
111__UNICODE_DEFINE_p = -D_UNICODE
112endif
113ifeq ($(UNICODE),1)
114__UNICODE_DEFINE_p_1 = --define _UNICODE
115endif
4b20974a
VS
116ifeq ($(SHARED),1)
117__DLLFLAG_p = -DWXUSINGDLL
118endif
119ifeq ($(SHARED),1)
120__DLLFLAG_p_1 = --define WXUSINGDLL
121endif
b17c1746
DE
122ifeq ($(MONOLITHIC),0)
123__WXLIB_CORE_p = \
c33fae85 124 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
a4ad36cd 125endif
b17c1746 126ifeq ($(MONOLITHIC),0)
c33fae85
RN
127__WXLIB_BASE_p = \
128 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 129endif
b17c1746
DE
130ifeq ($(MONOLITHIC),1)
131__WXLIB_MONO_p = \
c33fae85 132 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 133endif
b17c1746 134ifeq ($(USE_GUI),1)
9c2d002b 135__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
a4ad36cd 136endif
4b20974a 137ifeq ($(USE_GUI),1)
9c2d002b 138__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
4b20974a
VS
139endif
140ifeq ($(USE_GUI),1)
9c2d002b 141__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
4b20974a 142endif
b17c1746
DE
143ifeq ($(MSLU),1)
144__UNICOWS_LIB_p = -lunicows
4b20974a 145endif
b17c1746
DE
146ifeq ($(BUILD),debug)
147ifeq ($(DEBUG_INFO),default)
148__DEBUGINFO = -g
4b20974a 149endif
4b20974a 150endif
b17c1746
DE
151ifeq ($(BUILD),release)
152ifeq ($(DEBUG_INFO),default)
153__DEBUGINFO =
4b20974a 154endif
4b20974a 155endif
b17c1746
DE
156ifeq ($(DEBUG_INFO),0)
157__DEBUGINFO =
4b20974a 158endif
b17c1746
DE
159ifeq ($(DEBUG_INFO),1)
160__DEBUGINFO = -g
4b20974a
VS
161endif
162
163
164all: $(OBJS)
165$(OBJS):
166 -if not exist $(OBJS) mkdir $(OBJS)
167
168### Targets: ###
169
170all: $(OBJS)\wxemulator.exe data
171
4b20974a
VS
172clean:
173 -if exist $(OBJS)\*.o del $(OBJS)\*.o
174 -if exist $(OBJS)\wxemulator.exe del $(OBJS)\wxemulator.exe
175
b17c1746 176$(OBJS)\wxemulator.exe: $(WXEMULATOR_OBJECTS) $(OBJS)\wxemulator_sample_rc.o
dd65d8c8 177 $(CXX) -o $@ $(WXEMULATOR_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -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
b17c1746 178
4b20974a
VS
179data:
180 if not exist $(OBJS) mkdir $(OBJS)
181 for %%f in (default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
182
b17c1746 183$(OBJS)\wxemulator_sample_rc.o: ./../../../samples/sample.rc
162a956b 184 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
b17c1746
DE
185
186$(OBJS)\wxemulator_emulator.o: ./emulator.cpp
187 $(CXX) -c -o $@ $(WXEMULATOR_CXXFLAGS) $<
4b20974a
VS
188
189.PHONY: all clean data
162a956b 190