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