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