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