]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/ogledit/makefile.gcc
File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / contrib / samples / ogl / ogledit / makefile.gcc
CommitLineData
2d611b5c
VS
1# =========================================================================
2# This makefile was generated by
cf9b63b3 3# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
2d611b5c
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
0d90d6ea 15CPPDEPS = -MT$@ -MF$@.d -MD
4cbcfb73 16WX_RELEASE_NODOT = 27
2d611b5c
VS
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 19LIBDIRNAME = .\..\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
20SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
22OGLEDIT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
23 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
cf9b63b3 26 -I$(SETUPHDIR) -I.\..\..\..\..\include -W -Wall -I. $(__DLLFLAG_p) \
2113bc77
MW
27 -I.\..\..\..\..\samples -DNOPCH -I.\..\..\..\include $(__RTTIFLAG_5) \
28 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
2d611b5c
VS
29OGLEDIT_OBJECTS = \
30 $(OBJS)\ogledit_ogledit.o \
31 $(OBJS)\ogledit_doc.o \
32 $(OBJS)\ogledit_view.o \
33 $(OBJS)\ogledit_palette.o \
34 $(OBJS)\ogledit_ogledit_rc.o
35
36### Conditionally set variables: ###
37
38ifeq ($(GCC_VERSION),2.95)
39GCCFLAGS = -fvtable-thunks
40endif
41ifeq ($(USE_GUI),0)
42PORTNAME = base
43endif
44ifeq ($(USE_GUI),1)
45PORTNAME = msw
46endif
47ifeq ($(BUILD),debug)
48ifeq ($(DEBUG_FLAG),default)
49WXDEBUGFLAG = d
50endif
51endif
52ifeq ($(DEBUG_FLAG),1)
53WXDEBUGFLAG = d
54endif
2d611b5c
VS
55ifeq ($(UNICODE),1)
56WXUNICODEFLAG = u
57endif
58ifeq ($(WXUNIV),1)
59WXUNIVNAME = univ
60endif
b17c1746
DE
61ifeq ($(SHARED),1)
62WXDLLFLAG = dll
2d611b5c 63endif
b14abf14
JS
64ifeq ($(SHARED),0)
65LIBTYPE_SUFFIX = lib
66endif
67ifeq ($(SHARED),1)
68LIBTYPE_SUFFIX = dll
69endif
dd65d8c8
RN
70ifeq ($(MONOLITHIC),0)
71EXTRALIBS_FOR_BASE =
72endif
73ifeq ($(MONOLITHIC),1)
74EXTRALIBS_FOR_BASE =
75endif
b17c1746
DE
76ifeq ($(BUILD),debug)
77__OPTIMIZEFLAG_2 = -O0
2d611b5c
VS
78endif
79ifeq ($(BUILD),release)
b17c1746 80__OPTIMIZEFLAG_2 = -O2
2d611b5c 81endif
8c9f8f91
JS
82ifeq ($(USE_RTTI),0)
83__RTTIFLAG_5 = -fno-rtti
2d611b5c 84endif
8c9f8f91
JS
85ifeq ($(USE_RTTI),1)
86__RTTIFLAG_5 =
2d611b5c 87endif
b17c1746 88ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 89__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
90endif
91ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 92__EXCEPTIONSFLAG_6 =
b17c1746
DE
93endif
94ifeq ($(WXUNIV),1)
95__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
96endif
97ifeq ($(WXUNIV),1)
98__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
2d611b5c
VS
99endif
100ifeq ($(BUILD),debug)
101ifeq ($(DEBUG_FLAG),default)
102__DEBUG_DEFINE_p = -D__WXDEBUG__
103endif
104endif
105ifeq ($(DEBUG_FLAG),1)
106__DEBUG_DEFINE_p = -D__WXDEBUG__
107endif
108ifeq ($(BUILD),debug)
109ifeq ($(DEBUG_FLAG),default)
110__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
111endif
112endif
113ifeq ($(DEBUG_FLAG),1)
114__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
115endif
8c9f8f91
JS
116ifeq ($(USE_EXCEPTIONS),0)
117__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
118endif
119ifeq ($(USE_EXCEPTIONS),0)
120__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
121endif
122ifeq ($(USE_RTTI),0)
123__RTTI_DEFINE_p = -DwxNO_RTTI
124endif
125ifeq ($(USE_RTTI),0)
126__RTTI_DEFINE_p_1 = --define wxNO_RTTI
127endif
128ifeq ($(USE_THREADS),0)
129__THREAD_DEFINE_p = -DwxNO_THREADS
130endif
131ifeq ($(USE_THREADS),0)
132__THREAD_DEFINE_p_1 = --define wxNO_THREADS
133endif
b17c1746
DE
134ifeq ($(UNICODE),1)
135__UNICODE_DEFINE_p = -D_UNICODE
136endif
137ifeq ($(UNICODE),1)
138__UNICODE_DEFINE_p_1 = --define _UNICODE
139endif
2113bc77
MW
140ifeq ($(MSLU),1)
141__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
142endif
143ifeq ($(MSLU),1)
144__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
145endif
2d611b5c
VS
146ifeq ($(SHARED),1)
147__DLLFLAG_p = -DWXUSINGDLL
148endif
149ifeq ($(SHARED),1)
150__DLLFLAG_p_1 = --define WXUSINGDLL
151endif
b17c1746
DE
152ifeq ($(MONOLITHIC),0)
153__WXLIB_CORE_p = \
c33fae85 154 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
a4ad36cd 155endif
b17c1746 156ifeq ($(MONOLITHIC),0)
c33fae85
RN
157__WXLIB_BASE_p = \
158 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 159endif
b17c1746
DE
160ifeq ($(MONOLITHIC),1)
161__WXLIB_MONO_p = \
c33fae85 162 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 163endif
b17c1746 164ifeq ($(USE_GUI),1)
9c2d002b 165__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
a4ad36cd 166endif
2d611b5c 167ifeq ($(USE_GUI),1)
9c2d002b 168__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
2d611b5c
VS
169endif
170ifeq ($(USE_GUI),1)
9c2d002b 171__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
2d611b5c 172endif
b17c1746
DE
173ifeq ($(MSLU),1)
174__UNICOWS_LIB_p = -lunicows
2d611b5c 175endif
b17c1746
DE
176ifeq ($(BUILD),debug)
177ifeq ($(DEBUG_INFO),default)
178__DEBUGINFO = -g
2d611b5c 179endif
19c35fa5 180endif
b17c1746
DE
181ifeq ($(BUILD),release)
182ifeq ($(DEBUG_INFO),default)
183__DEBUGINFO =
2d611b5c 184endif
2d611b5c 185endif
b17c1746
DE
186ifeq ($(DEBUG_INFO),0)
187__DEBUGINFO =
2d611b5c 188endif
b17c1746
DE
189ifeq ($(DEBUG_INFO),1)
190__DEBUGINFO = -g
2d611b5c 191endif
8c9f8f91
JS
192ifeq ($(USE_THREADS),0)
193__THREADSFLAG =
194endif
195ifeq ($(USE_THREADS),1)
196__THREADSFLAG = -mthreads
197endif
2d611b5c 198
2d611b5c
VS
199
200all: $(OBJS)
201$(OBJS):
202 -if not exist $(OBJS) mkdir $(OBJS)
203
204### Targets: ###
205
206all: $(OBJS)\ogledit.exe
207
b17c1746
DE
208clean:
209 -if exist $(OBJS)\*.o del $(OBJS)\*.o
0d90d6ea 210 -if exist $(OBJS)\*.d del $(OBJS)\*.d
b17c1746
DE
211 -if exist $(OBJS)\ogledit.exe del $(OBJS)\ogledit.exe
212
213$(OBJS)\ogledit.exe: $(OGLEDIT_OBJECTS) $(OBJS)\ogledit_ogledit_rc.o
8c9f8f91 214 $(CXX) -o $@ $(OGLEDIT_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -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
2d611b5c 215
1c3a6972 216$(OBJS)\ogledit_ogledit.o: ./ogledit.cpp
0d90d6ea 217 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $(CPPDEPS) $<
2d611b5c 218
b17c1746 219$(OBJS)\ogledit_doc.o: ./doc.cpp
0d90d6ea 220 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $(CPPDEPS) $<
2d611b5c 221
1c3a6972 222$(OBJS)\ogledit_view.o: ./view.cpp
0d90d6ea 223 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $(CPPDEPS) $<
2d611b5c 224
b17c1746 225$(OBJS)\ogledit_palette.o: ./palette.cpp
0d90d6ea 226 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $(CPPDEPS) $<
2d611b5c 227
b17c1746 228$(OBJS)\ogledit_ogledit_rc.o: ./ogledit.rc
cf9b63b3 229 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../../../include --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../../samples --define NOPCH --include-dir ./../../../include
2d611b5c
VS
230
231.PHONY: all clean
b14abf14 232
8c9f8f91 233
0d90d6ea
JS
234# Dependencies tracking:
235-include $(OBJS)/*.d