]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/makefile.gcc
Elliptic arc fix for getting bounds
[wxWidgets.git] / samples / richedit / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
c33fae85 15WX_RELEASE_NODOT = 25
25a73439
VS
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 18LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 21RICHEDIT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
25a73439 22 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
b14abf14 23 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -W -Wall -I. \
c33fae85 24 $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG_4) \
b14abf14 25 $(__EXCEPTIONSFLAG_5) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
25a73439 26RICHEDIT_OBJECTS = \
d179e30b
VS
27 $(OBJS)\richedit_sample_rc.o \
28 $(OBJS)\richedit_wxLayout.o \
29 $(OBJS)\richedit_kbList.o \
30 $(OBJS)\richedit_wxllist.o \
31 $(OBJS)\richedit_wxlparser.o \
32 $(OBJS)\richedit_wxlwindow.o
3b20263d
VS
33
34### Conditionally set variables: ###
35
250700e4
RD
36ifeq ($(GCC_VERSION),2.95)
37GCCFLAGS = -fvtable-thunks
38endif
3b20263d
VS
39ifeq ($(USE_GUI),0)
40PORTNAME = base
41endif
42ifeq ($(USE_GUI),1)
43PORTNAME = msw
44endif
45ifeq ($(BUILD),debug)
25a73439
VS
46ifeq ($(DEBUG_FLAG),default)
47WXDEBUGFLAG = d
48endif
49endif
50ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
51WXDEBUGFLAG = d
52endif
3b20263d
VS
53ifeq ($(UNICODE),1)
54WXUNICODEFLAG = u
55endif
56ifeq ($(WXUNIV),1)
57WXUNIVNAME = univ
58endif
b17c1746
DE
59ifeq ($(SHARED),1)
60WXDLLFLAG = dll
25a73439 61endif
b14abf14
JS
62ifeq ($(SHARED),0)
63LIBTYPE_SUFFIX = lib
64endif
65ifeq ($(SHARED),1)
66LIBTYPE_SUFFIX = dll
67endif
dd65d8c8
RN
68ifeq ($(MONOLITHIC),0)
69EXTRALIBS_FOR_BASE =
70endif
71ifeq ($(MONOLITHIC),1)
72EXTRALIBS_FOR_BASE =
73endif
b17c1746
DE
74ifeq ($(BUILD),debug)
75__OPTIMIZEFLAG_2 = -O0
250700e4
RD
76endif
77ifeq ($(BUILD),release)
b17c1746 78__OPTIMIZEFLAG_2 = -O2
25a73439 79endif
b17c1746
DE
80ifeq ($(USE_EXCEPTIONS),0)
81__EXCEPTIONSFLAG_4 = -fno-rtti
25a73439 82endif
b17c1746
DE
83ifeq ($(USE_EXCEPTIONS),1)
84__EXCEPTIONSFLAG_4 =
25a73439 85endif
b17c1746
DE
86ifeq ($(USE_EXCEPTIONS),0)
87__EXCEPTIONSFLAG_5 = -fno-exceptions
88endif
89ifeq ($(USE_EXCEPTIONS),1)
90__EXCEPTIONSFLAG_5 =
91endif
92ifeq ($(WXUNIV),1)
93__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
94endif
95ifeq ($(WXUNIV),1)
96__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
97endif
98ifeq ($(BUILD),debug)
25a73439
VS
99ifeq ($(DEBUG_FLAG),default)
100__DEBUG_DEFINE_p = -D__WXDEBUG__
101endif
102endif
103ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
104__DEBUG_DEFINE_p = -D__WXDEBUG__
105endif
106ifeq ($(BUILD),debug)
25a73439
VS
107ifeq ($(DEBUG_FLAG),default)
108__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
109endif
110endif
111ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
112__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
113endif
b17c1746
DE
114ifeq ($(UNICODE),1)
115__UNICODE_DEFINE_p = -D_UNICODE
116endif
117ifeq ($(UNICODE),1)
118__UNICODE_DEFINE_p_1 = --define _UNICODE
119endif
3b20263d
VS
120ifeq ($(SHARED),1)
121__DLLFLAG_p = -DWXUSINGDLL
122endif
123ifeq ($(SHARED),1)
124__DLLFLAG_p_1 = --define WXUSINGDLL
125endif
b17c1746
DE
126ifeq ($(MONOLITHIC),0)
127__WXLIB_CORE_p = \
c33fae85 128 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 129endif
b17c1746 130ifeq ($(MONOLITHIC),0)
c33fae85
RN
131__WXLIB_BASE_p = \
132 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 133endif
b17c1746
DE
134ifeq ($(MONOLITHIC),1)
135__WXLIB_MONO_p = \
c33fae85 136 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 137endif
b17c1746 138ifeq ($(USE_GUI),1)
9c2d002b 139__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 140endif
25a73439 141ifeq ($(USE_GUI),1)
9c2d002b 142__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
143endif
144ifeq ($(USE_GUI),1)
9c2d002b 145__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
25a73439 146endif
b17c1746
DE
147ifeq ($(MSLU),1)
148__UNICOWS_LIB_p = -lunicows
250700e4 149endif
b17c1746
DE
150ifeq ($(BUILD),debug)
151ifeq ($(DEBUG_INFO),default)
152__DEBUGINFO = -g
4e209a20 153endif
3b20263d 154endif
b17c1746
DE
155ifeq ($(BUILD),release)
156ifeq ($(DEBUG_INFO),default)
157__DEBUGINFO =
3b20263d 158endif
3b20263d 159endif
b17c1746
DE
160ifeq ($(DEBUG_INFO),0)
161__DEBUGINFO =
3b20263d 162endif
b17c1746
DE
163ifeq ($(DEBUG_INFO),1)
164__DEBUGINFO = -g
3b20263d
VS
165endif
166
167
168all: $(OBJS)
169$(OBJS):
170 -if not exist $(OBJS) mkdir $(OBJS)
171
172### Targets: ###
173
fd3eb307 174all: $(OBJS)\richedit.exe data
3b20263d 175
b17c1746
DE
176clean:
177 -if exist $(OBJS)\*.o del $(OBJS)\*.o
178 -if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
179
180$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample_rc.o
dd65d8c8 181 $(CXX) -o $@ $(RICHEDIT_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
DE
182
183data:
184 if not exist $(OBJS) mkdir $(OBJS)
185 for %%f in (wxLayout.cpp) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
3b20263d 186
1c3a6972 187$(OBJS)\richedit_sample_rc.o: ./../../samples/sample.rc
b14abf14 188 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
3b20263d 189
1c3a6972 190$(OBJS)\richedit_wxLayout.o: ./wxLayout.cpp
d179e30b
VS
191 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
192
b17c1746
DE
193$(OBJS)\richedit_kbList.o: ./kbList.cpp
194 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
195
1c3a6972 196$(OBJS)\richedit_wxllist.o: ./wxllist.cpp
d179e30b
VS
197 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
198
1c3a6972 199$(OBJS)\richedit_wxlparser.o: ./wxlparser.cpp
d179e30b
VS
200 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
201
1c3a6972 202$(OBJS)\richedit_wxlwindow.o: ./wxlwindow.cpp
d179e30b
VS
203 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
204
fd3eb307 205.PHONY: all clean data
b14abf14 206