]> git.saurik.com Git - wxWidgets.git/blame - samples/wizard/makefile.gcc
overseeing the obvious, there is already a perfect scroll call for HIView...
[wxWidgets.git] / samples / wizard / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
c3255f5f 3# Bakefile 0.1.3 (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
25a73439
VS
15OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 19WIZARD_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
25a73439 20 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
ec08d395 21 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
9bfe7ad9
VS
22 $(__DLLFLAG_p) -I.\..\..\samples $(__EXCEPTIONSFLAG_4) \
23 $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
24WIZARD_OBJECTS = \
25 $(OBJS)\wizard_wizard.o \
26 $(OBJS)\wizard_wizard_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_ADV_p = \
110 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_adv
b71531ad 111endif
b17c1746
DE
112ifeq ($(MONOLITHIC),0)
113__WXLIB_CORE_p = \
114 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
b71531ad 115endif
b17c1746
DE
116ifeq ($(MONOLITHIC),0)
117__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 118endif
b17c1746
DE
119ifeq ($(MONOLITHIC),1)
120__WXLIB_MONO_p = \
121 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 122endif
25a73439 123ifeq ($(USE_GUI),1)
b17c1746 124__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
25a73439
VS
125endif
126ifeq ($(USE_GUI),1)
b17c1746 127__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
128endif
129ifeq ($(USE_GUI),1)
b17c1746 130__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
3b20263d 131endif
4e209a20
VS
132ifeq ($(MSLU),1)
133__UNICOWS_LIB_p = -lunicows
134endif
b17c1746
DE
135ifeq ($(SHARED),0)
136LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
fd9f42b6 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
3b20263d 144endif
3b20263d 145endif
b17c1746
DE
146ifeq ($(BUILD),release)
147ifeq ($(DEBUG_INFO),default)
148__DEBUGINFO =
3b20263d 149endif
b17c1746
DE
150endif
151ifeq ($(DEBUG_INFO),0)
152__DEBUGINFO =
153endif
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)\wizard.exe
166
3b20263d
VS
167clean:
168 -if exist $(OBJS)\*.o del $(OBJS)\*.o
169 -if exist $(OBJS)\wizard.exe del $(OBJS)\wizard.exe
170
25a73439 171$(OBJS)\wizard.exe: $(WIZARD_OBJECTS) $(OBJS)\wizard_wizard_rc.o
b92ca8cf 172 $(CXX) -o $@ $(WIZARD_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) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
3b20263d 173
b17c1746
DE
174$(OBJS)\wizard_wizard.o: ./wizard.cpp
175 $(CXX) -c -o $@ $(WIZARD_CXXFLAGS) $<
176
177$(OBJS)\wizard_wizard_rc.o: ./wizard.rc
178 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
179
250700e4 180.PHONY: all clean