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