]> git.saurik.com Git - wxWidgets.git/blame - samples/checklst/makefile.gcc
added Select() test
[wxWidgets.git] / samples / checklst / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
b17c1746 3# Bakefile 0.1.2 (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
b17c1746
DE
15OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 19CHECKLST_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
24CHECKLST_OBJECTS = \
25 $(OBJS)\checklst_checklst.o \
26 $(OBJS)\checklst_checklst_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 = \
110 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
b71531ad 111endif
b17c1746
DE
112ifeq ($(MONOLITHIC),0)
113__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 114endif
b17c1746
DE
115ifeq ($(MONOLITHIC),1)
116__WXLIB_MONO_p = \
117 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
b71531ad 118endif
b17c1746
DE
119ifeq ($(USE_GUI),1)
120__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 121endif
25a73439
VS
122ifeq ($(USE_GUI),1)
123__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
124endif
125ifeq ($(USE_GUI),1)
126__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
127endif
b17c1746
DE
128ifeq ($(MSLU),1)
129__UNICOWS_LIB_p = -lunicows
250700e4 130endif
b17c1746
DE
131ifeq ($(SHARED),0)
132LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
3b20263d 133endif
b17c1746
DE
134ifeq ($(SHARED),1)
135LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
3b20263d 136endif
b17c1746
DE
137ifeq ($(BUILD),debug)
138ifeq ($(DEBUG_INFO),default)
139__DEBUGINFO = -g
4e209a20 140endif
3b20263d 141endif
b17c1746
DE
142ifeq ($(BUILD),release)
143ifeq ($(DEBUG_INFO),default)
144__DEBUGINFO =
3b20263d 145endif
3b20263d 146endif
b17c1746
DE
147ifeq ($(DEBUG_INFO),0)
148__DEBUGINFO =
3b20263d 149endif
b17c1746
DE
150ifeq ($(DEBUG_INFO),1)
151__DEBUGINFO = -g
3b20263d
VS
152endif
153
154
155all: $(OBJS)
156$(OBJS):
157 -if not exist $(OBJS) mkdir $(OBJS)
158
159### Targets: ###
160
161all: $(OBJS)\checklst.exe
162
b17c1746
DE
163clean:
164 -if exist $(OBJS)\*.o del $(OBJS)\*.o
165 -if exist $(OBJS)\checklst.exe del $(OBJS)\checklst.exe
166
167$(OBJS)\checklst.exe: $(CHECKLST_OBJECTS) $(OBJS)\checklst_checklst_rc.o
b92ca05a 168 $(CXX) -o $@ $(CHECKLST_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 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
b17c1746 169
1c3a6972 170$(OBJS)\checklst_checklst.o: ./checklst.cpp
3b20263d
VS
171 $(CXX) -c -o $@ $(CHECKLST_CXXFLAGS) $<
172
1c3a6972 173$(OBJS)\checklst_checklst_rc.o: ./checklst.rc
ec08d395 174 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 175
250700e4 176.PHONY: all clean