]> git.saurik.com Git - wxWidgets.git/blame - samples/mfc/makefile.gcc
Committing in .
[wxWidgets.git] / samples / mfc / 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
b17c1746
DE
15OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 19MFCTEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
076f10e0 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)
d179e30b
VS
24MFCTEST_OBJECTS = \
25 $(OBJS)\mfctest_mfctest.o \
26 $(OBJS)\mfctest_mfctest_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)
076f10e0
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
076f10e0 55endif
b17c1746
DE
56ifeq ($(BUILD),debug)
57__OPTIMIZEFLAG_2 = -O0
250700e4
RD
58endif
59ifeq ($(BUILD),release)
b17c1746 60__OPTIMIZEFLAG_2 = -O2
076f10e0 61endif
b17c1746
DE
62ifeq ($(USE_EXCEPTIONS),0)
63__EXCEPTIONSFLAG_4 = -fno-rtti
076f10e0 64endif
b17c1746
DE
65ifeq ($(USE_EXCEPTIONS),1)
66__EXCEPTIONSFLAG_4 =
076f10e0 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)
076f10e0
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)
076f10e0
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
076f10e0
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
d179e30b 161all: $(OBJS)\mfctest.exe
3b20263d 162
3b20263d
VS
163clean:
164 -if exist $(OBJS)\*.o del $(OBJS)\*.o
d179e30b 165 -if exist $(OBJS)\mfctest.exe del $(OBJS)\mfctest.exe
3b20263d 166
d179e30b 167$(OBJS)\mfctest.exe: $(MFCTEST_OBJECTS) $(OBJS)\mfctest_mfctest_rc.o
b92ca8cf 168 $(CXX) -o $@ $(MFCTEST_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 169
b17c1746
DE
170$(OBJS)\mfctest_mfctest.o: ./mfctest.cpp
171 $(CXX) -c -o $@ $(MFCTEST_CXXFLAGS) $<
172
173$(OBJS)\mfctest_mfctest_rc.o: ./mfctest.rc
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
175
250700e4 176.PHONY: all clean