]> git.saurik.com Git - wxWidgets.git/blame - samples/docview/makefile.gcc
fixed memory leak (#817324)
[wxWidgets.git] / samples / docview / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (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
25a73439
VS
15DOCVIEW_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
16 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
ec08d395 17 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
b71531ad
VZ
18 $(__DLLFLAG_p) -I.\..\..\samples $(CXXFLAGS) $(__EXCEPTIONSFLAG_4) \
19 $(__EXCEPTIONSFLAG_5)
25a73439
VS
20DOCVIEW_OBJECTS = \
21 $(OBJS)\docview_docview.o \
22 $(OBJS)\docview_doc.o \
23 $(OBJS)\docview_view.o \
24 $(OBJS)\docview_docview_rc.o
25a73439
VS
25OBJS = \
26 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3b20263d
VS
29
30### Conditionally set variables: ###
31
250700e4
RD
32ifeq ($(GCC_VERSION),2.95)
33GCCFLAGS = -fvtable-thunks
34endif
75a0a7b7
VS
35ifeq ($(SHARED),0)
36LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
37endif
38ifeq ($(SHARED),1)
39LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
40endif
3b20263d
VS
41ifeq ($(USE_GUI),0)
42PORTNAME = base
43endif
44ifeq ($(USE_GUI),1)
45PORTNAME = msw
46endif
47ifeq ($(BUILD),debug)
25a73439
VS
48ifeq ($(DEBUG_FLAG),default)
49WXDEBUGFLAG = d
50endif
51endif
52ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
53WXDEBUGFLAG = d
54endif
55ifeq ($(SHARED),1)
56WXDLLFLAG = dll
57endif
58ifeq ($(UNICODE),1)
59WXUNICODEFLAG = u
60endif
61ifeq ($(WXUNIV),1)
62WXUNIVNAME = univ
63endif
64ifeq ($(BUILD),debug)
25a73439
VS
65ifeq ($(DEBUG_INFO),default)
66__DEBUGINFO = -g
67endif
250700e4
RD
68endif
69ifeq ($(BUILD),release)
25a73439
VS
70ifeq ($(DEBUG_INFO),default)
71__DEBUGINFO =
72endif
73endif
74ifeq ($(DEBUG_INFO),0)
75__DEBUGINFO =
76endif
77ifeq ($(DEBUG_INFO),1)
78__DEBUGINFO = -g
250700e4
RD
79endif
80ifeq ($(BUILD),debug)
25a73439
VS
81ifeq ($(DEBUG_FLAG),default)
82__DEBUG_DEFINE_p = -D__WXDEBUG__
83endif
84endif
85ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
86__DEBUG_DEFINE_p = -D__WXDEBUG__
87endif
88ifeq ($(BUILD),debug)
25a73439
VS
89ifeq ($(DEBUG_FLAG),default)
90__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
91endif
92endif
93ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
94__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
95endif
96ifeq ($(SHARED),1)
97__DLLFLAG_p = -DWXUSINGDLL
98endif
99ifeq ($(SHARED),1)
100__DLLFLAG_p_1 = --define WXUSINGDLL
101endif
b71531ad
VZ
102ifeq ($(USE_EXCEPTIONS),0)
103__EXCEPTIONSFLAG_4 = -fno-rtti
104endif
105ifeq ($(USE_EXCEPTIONS),1)
106__EXCEPTIONSFLAG_4 =
107endif
108ifeq ($(USE_EXCEPTIONS),0)
109__EXCEPTIONSFLAG_5 = -fno-exceptions
110endif
111ifeq ($(USE_EXCEPTIONS),1)
112__EXCEPTIONSFLAG_5 =
113endif
25a73439
VS
114ifeq ($(USE_GUI),1)
115__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
116endif
117ifeq ($(USE_GUI),1)
118__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
119endif
120ifeq ($(USE_GUI),1)
121__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
122endif
250700e4
RD
123ifeq ($(BUILD),debug)
124__OPTIMIZEFLAG_2 = -O0
125endif
126ifeq ($(BUILD),release)
127__OPTIMIZEFLAG_2 = -O2
128endif
3b20263d 129ifeq ($(UNICODE),1)
ec08d395 130__UNICODE_DEFINE_p = -D_UNICODE
3b20263d
VS
131endif
132ifeq ($(UNICODE),1)
ec08d395 133__UNICODE_DEFINE_p_1 = --define _UNICODE
3b20263d 134endif
4e209a20
VS
135ifeq ($(MSLU),1)
136__UNICOWS_LIB_p = -lunicows
137endif
3b20263d
VS
138ifeq ($(MONOLITHIC),0)
139__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
140endif
141ifeq ($(MONOLITHIC),0)
25a73439
VS
142__WXLIB_CORE_p = \
143 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
3b20263d
VS
144endif
145ifeq ($(MONOLITHIC),1)
25a73439
VS
146__WXLIB_MONO_p = \
147 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3b20263d
VS
148endif
149ifeq ($(WXUNIV),1)
150__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
151endif
152ifeq ($(WXUNIV),1)
153__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
154endif
155
156
157all: $(OBJS)
158$(OBJS):
159 -if not exist $(OBJS) mkdir $(OBJS)
160
161### Targets: ###
162
163all: $(OBJS)\docview.exe
164
1c3a6972 165$(OBJS)\docview_doc.o: ./doc.cpp
3b20263d
VS
166 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $<
167
1c3a6972 168$(OBJS)\docview_docview.o: ./docview.cpp
3b20263d
VS
169 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $<
170
1c3a6972 171$(OBJS)\docview_docview_rc.o: ./docview.rc
ec08d395 172 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 173
1c3a6972 174$(OBJS)\docview_view.o: ./view.cpp
3b20263d
VS
175 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $<
176
177clean:
178 -if exist $(OBJS)\*.o del $(OBJS)\*.o
179 -if exist $(OBJS)\docview.exe del $(OBJS)\docview.exe
180
25a73439 181$(OBJS)\docview.exe: $(DOCVIEW_OBJECTS) $(OBJS)\docview_docview_rc.o
ec08d395 182 $(CXX) -o $@ $(DOCVIEW_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$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
3b20263d 183
250700e4 184.PHONY: all clean