]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxrc/makefile.gcc
cleanup
[wxWidgets.git] / utils / wxrc / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15WX_RELEASE_NODOT = 25
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21WXRC_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
22 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
23 -I.\..\..\include -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 \
24 $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) -Wno-ctor-dtor-privacy \
25 $(CPPFLAGS) $(CXXFLAGS)
26WXRC_OBJECTS = \
27 $(OBJS)\wxrc_wxrc.o
28
29### Conditionally set variables: ###
30
31ifeq ($(GCC_VERSION),2.95)
32GCCFLAGS = -fvtable-thunks
33endif
34ifeq ($(USE_GUI),0)
35PORTNAME = base
36endif
37ifeq ($(USE_GUI),1)
38PORTNAME = msw
39endif
40ifeq ($(BUILD),debug)
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
46WXDEBUGFLAG = d
47endif
48ifeq ($(UNICODE),1)
49WXUNICODEFLAG = u
50endif
51ifeq ($(WXUNIV),1)
52WXUNIVNAME = univ
53endif
54ifeq ($(SHARED),1)
55WXDLLFLAG = dll
56endif
57ifeq ($(SHARED),0)
58LIBTYPE_SUFFIX = lib
59endif
60ifeq ($(SHARED),1)
61LIBTYPE_SUFFIX = dll
62endif
63ifeq ($(MONOLITHIC),0)
64EXTRALIBS_FOR_BASE =
65endif
66ifeq ($(MONOLITHIC),1)
67EXTRALIBS_FOR_BASE =
68endif
69ifeq ($(USE_XRC),1)
70__wxrc___depname = $(OBJS)\wxrc.exe
71endif
72ifeq ($(BUILD),debug)
73__OPTIMIZEFLAG_2 = -O0
74endif
75ifeq ($(BUILD),release)
76__OPTIMIZEFLAG_2 = -O2
77endif
78ifeq ($(USE_EXCEPTIONS),0)
79__EXCEPTIONSFLAG_4 = -fno-rtti
80endif
81ifeq ($(USE_EXCEPTIONS),1)
82__EXCEPTIONSFLAG_4 =
83endif
84ifeq ($(USE_EXCEPTIONS),0)
85__EXCEPTIONSFLAG_5 = -fno-exceptions
86endif
87ifeq ($(USE_EXCEPTIONS),1)
88__EXCEPTIONSFLAG_5 =
89endif
90ifeq ($(WXUNIV),1)
91__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
92endif
93ifeq ($(BUILD),debug)
94ifeq ($(DEBUG_FLAG),default)
95__DEBUG_DEFINE_p = -D__WXDEBUG__
96endif
97endif
98ifeq ($(DEBUG_FLAG),1)
99__DEBUG_DEFINE_p = -D__WXDEBUG__
100endif
101ifeq ($(UNICODE),1)
102__UNICODE_DEFINE_p = -D_UNICODE
103endif
104ifeq ($(SHARED),1)
105__DLLFLAG_p = -DWXUSINGDLL
106endif
107ifeq ($(MONOLITHIC),0)
108__WXLIB_XML_p = \
109 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml
110endif
111ifeq ($(MONOLITHIC),0)
112__WXLIB_BASE_p = \
113 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
114endif
115ifeq ($(MONOLITHIC),1)
116__WXLIB_MONO_p = \
117 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
118endif
119ifeq ($(USE_GUI),1)
120__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
121endif
122ifeq ($(USE_GUI),1)
123__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
124endif
125ifeq ($(USE_GUI),1)
126__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
127endif
128ifeq ($(MSLU),1)
129__UNICOWS_LIB_p = -lunicows
130endif
131ifeq ($(BUILD),debug)
132ifeq ($(DEBUG_INFO),default)
133__DEBUGINFO = -g
134endif
135endif
136ifeq ($(BUILD),release)
137ifeq ($(DEBUG_INFO),default)
138__DEBUGINFO =
139endif
140endif
141ifeq ($(DEBUG_INFO),0)
142__DEBUGINFO =
143endif
144ifeq ($(DEBUG_INFO),1)
145__DEBUGINFO = -g
146endif
147
148
149all: $(OBJS)
150$(OBJS):
151 -if not exist $(OBJS) mkdir $(OBJS)
152
153### Targets: ###
154
155all: $(__wxrc___depname)
156
157clean:
158 -if exist $(OBJS)\*.o del $(OBJS)\*.o
159 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
160
161ifeq ($(USE_XRC),1)
162$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
163 $(CXX) -o $@ $(WXRC_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
164endif
165
166$(OBJS)\wxrc_wxrc.o: ./wxrc.cpp
167 $(CXX) -c -o $@ $(WXRC_CXXFLAGS) $<
168
169.PHONY: all clean
170