]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/ogl/ogledit/makefile.gcc
Elliptic arc fix for getting bounds
[wxWidgets.git] / contrib / samples / ogl / ogledit / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.6 (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)
18LIBDIRNAME = .\..\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21OGLEDIT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
22 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
23 $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. \
24 $(__DLLFLAG_p) -I.\..\..\..\..\samples -DNOPCH -I.\..\..\..\include \
25 $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) -Wno-ctor-dtor-privacy \
26 $(CPPFLAGS) $(CXXFLAGS)
27OGLEDIT_OBJECTS = \
28 $(OBJS)\ogledit_ogledit.o \
29 $(OBJS)\ogledit_doc.o \
30 $(OBJS)\ogledit_view.o \
31 $(OBJS)\ogledit_palette.o \
32 $(OBJS)\ogledit_ogledit_rc.o
33
34### Conditionally set variables: ###
35
36ifeq ($(GCC_VERSION),2.95)
37GCCFLAGS = -fvtable-thunks
38endif
39ifeq ($(USE_GUI),0)
40PORTNAME = base
41endif
42ifeq ($(USE_GUI),1)
43PORTNAME = msw
44endif
45ifeq ($(BUILD),debug)
46ifeq ($(DEBUG_FLAG),default)
47WXDEBUGFLAG = d
48endif
49endif
50ifeq ($(DEBUG_FLAG),1)
51WXDEBUGFLAG = d
52endif
53ifeq ($(UNICODE),1)
54WXUNICODEFLAG = u
55endif
56ifeq ($(WXUNIV),1)
57WXUNIVNAME = univ
58endif
59ifeq ($(SHARED),1)
60WXDLLFLAG = dll
61endif
62ifeq ($(SHARED),0)
63LIBTYPE_SUFFIX = lib
64endif
65ifeq ($(SHARED),1)
66LIBTYPE_SUFFIX = dll
67endif
68ifeq ($(MONOLITHIC),0)
69EXTRALIBS_FOR_BASE =
70endif
71ifeq ($(MONOLITHIC),1)
72EXTRALIBS_FOR_BASE =
73endif
74ifeq ($(BUILD),debug)
75__OPTIMIZEFLAG_2 = -O0
76endif
77ifeq ($(BUILD),release)
78__OPTIMIZEFLAG_2 = -O2
79endif
80ifeq ($(USE_EXCEPTIONS),0)
81__EXCEPTIONSFLAG_4 = -fno-rtti
82endif
83ifeq ($(USE_EXCEPTIONS),1)
84__EXCEPTIONSFLAG_4 =
85endif
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__
97endif
98ifeq ($(BUILD),debug)
99ifeq ($(DEBUG_FLAG),default)
100__DEBUG_DEFINE_p = -D__WXDEBUG__
101endif
102endif
103ifeq ($(DEBUG_FLAG),1)
104__DEBUG_DEFINE_p = -D__WXDEBUG__
105endif
106ifeq ($(BUILD),debug)
107ifeq ($(DEBUG_FLAG),default)
108__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
109endif
110endif
111ifeq ($(DEBUG_FLAG),1)
112__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
113endif
114ifeq ($(UNICODE),1)
115__UNICODE_DEFINE_p = -D_UNICODE
116endif
117ifeq ($(UNICODE),1)
118__UNICODE_DEFINE_p_1 = --define _UNICODE
119endif
120ifeq ($(SHARED),1)
121__DLLFLAG_p = -DWXUSINGDLL
122endif
123ifeq ($(SHARED),1)
124__DLLFLAG_p_1 = --define WXUSINGDLL
125endif
126ifeq ($(MONOLITHIC),0)
127__WXLIB_CORE_p = \
128 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
129endif
130ifeq ($(MONOLITHIC),0)
131__WXLIB_BASE_p = \
132 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
133endif
134ifeq ($(MONOLITHIC),1)
135__WXLIB_MONO_p = \
136 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
137endif
138ifeq ($(USE_GUI),1)
139__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
140endif
141ifeq ($(USE_GUI),1)
142__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
143endif
144ifeq ($(USE_GUI),1)
145__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
146endif
147ifeq ($(MSLU),1)
148__UNICOWS_LIB_p = -lunicows
149endif
150ifeq ($(BUILD),debug)
151ifeq ($(DEBUG_INFO),default)
152__DEBUGINFO = -g
153endif
154endif
155ifeq ($(BUILD),release)
156ifeq ($(DEBUG_INFO),default)
157__DEBUGINFO =
158endif
159endif
160ifeq ($(DEBUG_INFO),0)
161__DEBUGINFO =
162endif
163ifeq ($(DEBUG_INFO),1)
164__DEBUGINFO = -g
165endif
166
167
168all: $(OBJS)
169$(OBJS):
170 -if not exist $(OBJS) mkdir $(OBJS)
171
172### Targets: ###
173
174all: $(OBJS)\ogledit.exe
175
176clean:
177 -if exist $(OBJS)\*.o del $(OBJS)\*.o
178 -if exist $(OBJS)\ogledit.exe del $(OBJS)\ogledit.exe
179
180$(OBJS)\ogledit.exe: $(OGLEDIT_OBJECTS) $(OBJS)\ogledit_ogledit_rc.o
181 $(CXX) -o $@ $(OGLEDIT_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_deprecated $(__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
182
183$(OBJS)\ogledit_ogledit.o: ./ogledit.cpp
184 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
185
186$(OBJS)\ogledit_doc.o: ./doc.cpp
187 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
188
189$(OBJS)\ogledit_view.o: ./view.cpp
190 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
191
192$(OBJS)\ogledit_palette.o: ./palette.cpp
193 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
194
195$(OBJS)\ogledit_ogledit_rc.o: ./ogledit.rc
196 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
197
198.PHONY: all clean
199