]> git.saurik.com Git - wxWidgets.git/blame - samples/erase/makefile.gcc
EP_ADD_OPTS defaults to true
[wxWidgets.git] / samples / erase / 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
VS
20ERASE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
21 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
22 -I.\..\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
c33fae85 23 -DNOPCH $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
24ERASE_OBJECTS = \
25 $(OBJS)\erase_erase.o \
26 $(OBJS)\erase_erase_rc.o
3b20263d
VS
27
28### Conditionally set variables: ###
29
250700e4
RD
30ifeq ($(GCC_VERSION),2.95)
31GCCFLAGS = -fvtable-thunks
32endif
3b20263d
VS
33ifeq ($(USE_GUI),0)
34PORTNAME = base
35endif
36ifeq ($(USE_GUI),1)
37PORTNAME = msw
38endif
39ifeq ($(BUILD),debug)
25a73439
VS
40ifeq ($(DEBUG_FLAG),default)
41WXDEBUGFLAG = d
42endif
43endif
44ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
45WXDEBUGFLAG = d
46endif
3b20263d
VS
47ifeq ($(UNICODE),1)
48WXUNICODEFLAG = u
49endif
50ifeq ($(WXUNIV),1)
51WXUNIVNAME = univ
52endif
b17c1746
DE
53ifeq ($(SHARED),1)
54WXDLLFLAG = dll
25a73439 55endif
b17c1746
DE
56ifeq ($(BUILD),debug)
57__OPTIMIZEFLAG_2 = -O0
250700e4
RD
58endif
59ifeq ($(BUILD),release)
b17c1746 60__OPTIMIZEFLAG_2 = -O2
25a73439 61endif
b17c1746
DE
62ifeq ($(USE_EXCEPTIONS),0)
63__EXCEPTIONSFLAG_4 = -fno-rtti
25a73439 64endif
b17c1746
DE
65ifeq ($(USE_EXCEPTIONS),1)
66__EXCEPTIONSFLAG_4 =
25a73439 67endif
b17c1746
DE
68ifeq ($(USE_EXCEPTIONS),0)
69__EXCEPTIONSFLAG_5 = -fno-exceptions
70endif
71ifeq ($(USE_EXCEPTIONS),1)
72__EXCEPTIONSFLAG_5 =
73endif
74ifeq ($(WXUNIV),1)
75__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
76endif
77ifeq ($(WXUNIV),1)
78__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
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
b17c1746
DE
96ifeq ($(UNICODE),1)
97__UNICODE_DEFINE_p = -D_UNICODE
98endif
99ifeq ($(UNICODE),1)
100__UNICODE_DEFINE_p_1 = --define _UNICODE
101endif
3b20263d
VS
102ifeq ($(SHARED),1)
103__DLLFLAG_p = -DWXUSINGDLL
104endif
105ifeq ($(SHARED),1)
106__DLLFLAG_p_1 = --define WXUSINGDLL
107endif
b17c1746
DE
108ifeq ($(MONOLITHIC),0)
109__WXLIB_CORE_p = \
c33fae85 110 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 111endif
b17c1746 112ifeq ($(MONOLITHIC),0)
c33fae85
RN
113__WXLIB_BASE_p = \
114 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 115endif
b17c1746
DE
116ifeq ($(MONOLITHIC),1)
117__WXLIB_MONO_p = \
c33fae85 118 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 119endif
b17c1746 120ifeq ($(USE_GUI),1)
9c2d002b 121__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 122endif
25a73439 123ifeq ($(USE_GUI),1)
9c2d002b 124__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
125endif
126ifeq ($(USE_GUI),1)
9c2d002b 127__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
25a73439 128endif
b17c1746
DE
129ifeq ($(MSLU),1)
130__UNICOWS_LIB_p = -lunicows
250700e4 131endif
b17c1746
DE
132ifeq ($(SHARED),0)
133LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
3b20263d 134endif
b17c1746
DE
135ifeq ($(SHARED),1)
136LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
3b20263d 137endif
b17c1746
DE
138ifeq ($(BUILD),debug)
139ifeq ($(DEBUG_INFO),default)
140__DEBUGINFO = -g
4e209a20 141endif
3b20263d 142endif
b17c1746
DE
143ifeq ($(BUILD),release)
144ifeq ($(DEBUG_INFO),default)
145__DEBUGINFO =
3b20263d 146endif
3b20263d 147endif
b17c1746
DE
148ifeq ($(DEBUG_INFO),0)
149__DEBUGINFO =
3b20263d 150endif
b17c1746
DE
151ifeq ($(DEBUG_INFO),1)
152__DEBUGINFO = -g
3b20263d
VS
153endif
154
155
156all: $(OBJS)
157$(OBJS):
158 -if not exist $(OBJS) mkdir $(OBJS)
159
160### Targets: ###
161
162all: $(OBJS)\erase.exe
163
3b20263d
VS
164clean:
165 -if exist $(OBJS)\*.o del $(OBJS)\*.o
166 -if exist $(OBJS)\erase.exe del $(OBJS)\erase.exe
167
25a73439 168$(OBJS)\erase.exe: $(ERASE_OBJECTS) $(OBJS)\erase_erase_rc.o
9c2d002b 169 $(CXX) -o $@ $(ERASE_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 170
b17c1746
DE
171$(OBJS)\erase_erase.o: ./erase.cpp
172 $(CXX) -c -o $@ $(ERASE_CXXFLAGS) $<
173
174$(OBJS)\erase_erase_rc.o: ./erase.rc
c33fae85 175 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 176
250700e4 177.PHONY: all clean