]> git.saurik.com Git - wxWidgets.git/blame - samples/mfc/makefile.gcc
Regenerated makefiles for 3rd-party lib change
[wxWidgets.git] / samples / mfc / 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 20MFCTEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
076f10e0 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)
d179e30b
VS
25MFCTEST_OBJECTS = \
26 $(OBJS)\mfctest_mfctest.o \
27 $(OBJS)\mfctest_mfctest_rc.o
3b20263d
VS
28
29### Conditionally set variables: ###
30
250700e4
RD
31ifeq ($(GCC_VERSION),2.95)
32GCCFLAGS = -fvtable-thunks
33endif
3b20263d
VS
34ifeq ($(USE_GUI),0)
35PORTNAME = base
36endif
37ifeq ($(USE_GUI),1)
38PORTNAME = msw
39endif
40ifeq ($(BUILD),debug)
076f10e0
VS
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
46WXDEBUGFLAG = d
47endif
3b20263d
VS
48ifeq ($(UNICODE),1)
49WXUNICODEFLAG = u
50endif
51ifeq ($(WXUNIV),1)
52WXUNIVNAME = univ
53endif
b17c1746
DE
54ifeq ($(SHARED),1)
55WXDLLFLAG = dll
076f10e0 56endif
b17c1746
DE
57ifeq ($(BUILD),debug)
58__OPTIMIZEFLAG_2 = -O0
250700e4
RD
59endif
60ifeq ($(BUILD),release)
b17c1746 61__OPTIMIZEFLAG_2 = -O2
076f10e0 62endif
b17c1746
DE
63ifeq ($(USE_EXCEPTIONS),0)
64__EXCEPTIONSFLAG_4 = -fno-rtti
076f10e0 65endif
b17c1746
DE
66ifeq ($(USE_EXCEPTIONS),1)
67__EXCEPTIONSFLAG_4 =
076f10e0 68endif
b17c1746
DE
69ifeq ($(USE_EXCEPTIONS),0)
70__EXCEPTIONSFLAG_5 = -fno-exceptions
71endif
72ifeq ($(USE_EXCEPTIONS),1)
73__EXCEPTIONSFLAG_5 =
74endif
75ifeq ($(WXUNIV),1)
76__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
77endif
78ifeq ($(WXUNIV),1)
79__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
80endif
81ifeq ($(BUILD),debug)
076f10e0
VS
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p = -D__WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88endif
89ifeq ($(BUILD),debug)
076f10e0
VS
90ifeq ($(DEBUG_FLAG),default)
91__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
92endif
93endif
94ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
95__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
96endif
b17c1746
DE
97ifeq ($(UNICODE),1)
98__UNICODE_DEFINE_p = -D_UNICODE
99endif
100ifeq ($(UNICODE),1)
101__UNICODE_DEFINE_p_1 = --define _UNICODE
102endif
3b20263d
VS
103ifeq ($(SHARED),1)
104__DLLFLAG_p = -DWXUSINGDLL
105endif
106ifeq ($(SHARED),1)
107__DLLFLAG_p_1 = --define WXUSINGDLL
108endif
b17c1746
DE
109ifeq ($(MONOLITHIC),0)
110__WXLIB_CORE_p = \
c33fae85 111 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 112endif
b17c1746 113ifeq ($(MONOLITHIC),0)
c33fae85
RN
114__WXLIB_BASE_p = \
115 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 116endif
b17c1746
DE
117ifeq ($(MONOLITHIC),1)
118__WXLIB_MONO_p = \
c33fae85 119 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 120endif
b17c1746 121ifeq ($(USE_GUI),1)
9c2d002b 122__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 123endif
076f10e0 124ifeq ($(USE_GUI),1)
9c2d002b 125__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
076f10e0
VS
126endif
127ifeq ($(USE_GUI),1)
9c2d002b 128__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
076f10e0 129endif
b17c1746
DE
130ifeq ($(MSLU),1)
131__UNICOWS_LIB_p = -lunicows
250700e4 132endif
b17c1746
DE
133ifeq ($(SHARED),0)
134LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
3b20263d 135endif
b17c1746
DE
136ifeq ($(SHARED),1)
137LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
3b20263d 138endif
b17c1746
DE
139ifeq ($(BUILD),debug)
140ifeq ($(DEBUG_INFO),default)
141__DEBUGINFO = -g
4e209a20 142endif
3b20263d 143endif
b17c1746
DE
144ifeq ($(BUILD),release)
145ifeq ($(DEBUG_INFO),default)
146__DEBUGINFO =
3b20263d 147endif
3b20263d 148endif
b17c1746
DE
149ifeq ($(DEBUG_INFO),0)
150__DEBUGINFO =
3b20263d 151endif
b17c1746
DE
152ifeq ($(DEBUG_INFO),1)
153__DEBUGINFO = -g
3b20263d
VS
154endif
155
156
157all: $(OBJS)
158$(OBJS):
159 -if not exist $(OBJS) mkdir $(OBJS)
160
161### Targets: ###
162
d179e30b 163all: $(OBJS)\mfctest.exe
3b20263d 164
3b20263d
VS
165clean:
166 -if exist $(OBJS)\*.o del $(OBJS)\*.o
d179e30b 167 -if exist $(OBJS)\mfctest.exe del $(OBJS)\mfctest.exe
3b20263d 168
d179e30b 169$(OBJS)\mfctest.exe: $(MFCTEST_OBJECTS) $(OBJS)\mfctest_mfctest_rc.o
9c2d002b 170 $(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 171
b17c1746
DE
172$(OBJS)\mfctest_mfctest.o: ./mfctest.cpp
173 $(CXX) -c -o $@ $(MFCTEST_CXXFLAGS) $<
174
175$(OBJS)\mfctest_mfctest_rc.o: ./mfctest.rc
c33fae85 176 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
b17c1746 177
250700e4 178.PHONY: all clean