]> git.saurik.com Git - wxWidgets.git/blame - samples/docvwmdi/makefile.gcc
removed src/gtk/eggtrayicon.h
[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
b17c1746
DE
59ifeq ($(BUILD),debug)
60__OPTIMIZEFLAG_2 = -O0
250700e4
RD
61endif
62ifeq ($(BUILD),release)
b17c1746 63__OPTIMIZEFLAG_2 = -O2
25a73439 64endif
b17c1746
DE
65ifeq ($(USE_EXCEPTIONS),0)
66__EXCEPTIONSFLAG_4 = -fno-rtti
25a73439 67endif
b17c1746
DE
68ifeq ($(USE_EXCEPTIONS),1)
69__EXCEPTIONSFLAG_4 =
25a73439 70endif
b17c1746
DE
71ifeq ($(USE_EXCEPTIONS),0)
72__EXCEPTIONSFLAG_5 = -fno-exceptions
73endif
74ifeq ($(USE_EXCEPTIONS),1)
75__EXCEPTIONSFLAG_5 =
76endif
77ifeq ($(WXUNIV),1)
78__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
79endif
80ifeq ($(WXUNIV),1)
81__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
82endif
83ifeq ($(BUILD),debug)
25a73439
VS
84ifeq ($(DEBUG_FLAG),default)
85__DEBUG_DEFINE_p = -D__WXDEBUG__
86endif
87endif
88ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
89__DEBUG_DEFINE_p = -D__WXDEBUG__
90endif
91ifeq ($(BUILD),debug)
25a73439
VS
92ifeq ($(DEBUG_FLAG),default)
93__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
94endif
95endif
96ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
97__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
98endif
b17c1746
DE
99ifeq ($(UNICODE),1)
100__UNICODE_DEFINE_p = -D_UNICODE
101endif
102ifeq ($(UNICODE),1)
103__UNICODE_DEFINE_p_1 = --define _UNICODE
104endif
3b20263d
VS
105ifeq ($(SHARED),1)
106__DLLFLAG_p = -DWXUSINGDLL
107endif
108ifeq ($(SHARED),1)
109__DLLFLAG_p_1 = --define WXUSINGDLL
110endif
b17c1746
DE
111ifeq ($(MONOLITHIC),0)
112__WXLIB_CORE_p = \
c33fae85 113 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 114endif
b17c1746 115ifeq ($(MONOLITHIC),0)
c33fae85
RN
116__WXLIB_BASE_p = \
117 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 118endif
b17c1746
DE
119ifeq ($(MONOLITHIC),1)
120__WXLIB_MONO_p = \
c33fae85 121 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 122endif
b17c1746 123ifeq ($(USE_GUI),1)
9c2d002b 124__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 125endif
25a73439 126ifeq ($(USE_GUI),1)
9c2d002b 127__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
128endif
129ifeq ($(USE_GUI),1)
9c2d002b 130__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
25a73439 131endif
b17c1746
DE
132ifeq ($(MSLU),1)
133__UNICOWS_LIB_p = -lunicows
250700e4 134endif
b17c1746
DE
135ifeq ($(SHARED),0)
136LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
3b20263d 137endif
b17c1746
DE
138ifeq ($(SHARED),1)
139LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
3b20263d 140endif
b17c1746
DE
141ifeq ($(BUILD),debug)
142ifeq ($(DEBUG_INFO),default)
143__DEBUGINFO = -g
4e209a20 144endif
3b20263d 145endif
b17c1746
DE
146ifeq ($(BUILD),release)
147ifeq ($(DEBUG_INFO),default)
148__DEBUGINFO =
3b20263d 149endif
3b20263d 150endif
b17c1746
DE
151ifeq ($(DEBUG_INFO),0)
152__DEBUGINFO =
3b20263d 153endif
b17c1746
DE
154ifeq ($(DEBUG_INFO),1)
155__DEBUGINFO = -g
3b20263d
VS
156endif
157
158
159all: $(OBJS)
160$(OBJS):
161 -if not exist $(OBJS) mkdir $(OBJS)
162
163### Targets: ###
164
165all: $(OBJS)\docview.exe
166
b17c1746
DE
167clean:
168 -if exist $(OBJS)\*.o del $(OBJS)\*.o
169 -if exist $(OBJS)\docview.exe del $(OBJS)\docview.exe
170
171$(OBJS)\docview.exe: $(DOCVIEW_OBJECTS) $(OBJS)\docview_docview_rc.o
9c2d002b 172 $(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) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
3b20263d 173
1c3a6972 174$(OBJS)\docview_docview.o: ./docview.cpp
3b20263d
VS
175 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $<
176
b17c1746
DE
177$(OBJS)\docview_doc.o: ./doc.cpp
178 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $<
3b20263d 179
1c3a6972 180$(OBJS)\docview_view.o: ./view.cpp
3b20263d
VS
181 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $<
182
b17c1746 183$(OBJS)\docview_docview_rc.o: ./docview.rc
c33fae85 184 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 185
250700e4 186.PHONY: all clean