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