]> git.saurik.com Git - wxWidgets.git/blob - samples/xrc/makefile.gcc
Rebaked (build/bakefiles/common.bkl 1.95->1.96 change)
[wxWidgets.git] / samples / xrc / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 include ../../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 WX_RELEASE_NODOT = 25
16 OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18 SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
20 XRCDEMO_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
21 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
22 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
23 $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG_4) \
24 $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
25 XRCDEMO_OBJECTS = \
26 $(OBJS)\xrcdemo_xrcdemo.o \
27 $(OBJS)\xrcdemo_myframe.o \
28 $(OBJS)\xrcdemo_derivdlg.o \
29 $(OBJS)\xrcdemo_custclas.o \
30 $(OBJS)\xrcdemo_xrcdemo_rc.o
31
32 ### Conditionally set variables: ###
33
34 ifeq ($(GCC_VERSION),2.95)
35 GCCFLAGS = -fvtable-thunks
36 endif
37 ifeq ($(USE_GUI),0)
38 PORTNAME = base
39 endif
40 ifeq ($(USE_GUI),1)
41 PORTNAME = msw
42 endif
43 ifeq ($(BUILD),debug)
44 ifeq ($(DEBUG_FLAG),default)
45 WXDEBUGFLAG = d
46 endif
47 endif
48 ifeq ($(DEBUG_FLAG),1)
49 WXDEBUGFLAG = d
50 endif
51 ifeq ($(UNICODE),1)
52 WXUNICODEFLAG = u
53 endif
54 ifeq ($(WXUNIV),1)
55 WXUNIVNAME = univ
56 endif
57 ifeq ($(SHARED),1)
58 WXDLLFLAG = dll
59 endif
60 ifeq ($(BUILD),debug)
61 __OPTIMIZEFLAG_2 = -O0
62 endif
63 ifeq ($(BUILD),release)
64 __OPTIMIZEFLAG_2 = -O2
65 endif
66 ifeq ($(USE_EXCEPTIONS),0)
67 __EXCEPTIONSFLAG_4 = -fno-rtti
68 endif
69 ifeq ($(USE_EXCEPTIONS),1)
70 __EXCEPTIONSFLAG_4 =
71 endif
72 ifeq ($(USE_EXCEPTIONS),0)
73 __EXCEPTIONSFLAG_5 = -fno-exceptions
74 endif
75 ifeq ($(USE_EXCEPTIONS),1)
76 __EXCEPTIONSFLAG_5 =
77 endif
78 ifeq ($(WXUNIV),1)
79 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
80 endif
81 ifeq ($(WXUNIV),1)
82 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
83 endif
84 ifeq ($(BUILD),debug)
85 ifeq ($(DEBUG_FLAG),default)
86 __DEBUG_DEFINE_p = -D__WXDEBUG__
87 endif
88 endif
89 ifeq ($(DEBUG_FLAG),1)
90 __DEBUG_DEFINE_p = -D__WXDEBUG__
91 endif
92 ifeq ($(BUILD),debug)
93 ifeq ($(DEBUG_FLAG),default)
94 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
95 endif
96 endif
97 ifeq ($(DEBUG_FLAG),1)
98 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
99 endif
100 ifeq ($(UNICODE),1)
101 __UNICODE_DEFINE_p = -D_UNICODE
102 endif
103 ifeq ($(UNICODE),1)
104 __UNICODE_DEFINE_p_1 = --define _UNICODE
105 endif
106 ifeq ($(SHARED),1)
107 __DLLFLAG_p = -DWXUSINGDLL
108 endif
109 ifeq ($(SHARED),1)
110 __DLLFLAG_p_1 = --define WXUSINGDLL
111 endif
112 ifeq ($(MONOLITHIC),0)
113 __WXLIB_XRC_p = \
114 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc
115 endif
116 ifeq ($(MONOLITHIC),0)
117 __WXLIB_HTML_p = \
118 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
119 endif
120 ifeq ($(MONOLITHIC),0)
121 __WXLIB_ADV_p = \
122 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv
123 endif
124 ifeq ($(MONOLITHIC),0)
125 __WXLIB_CORE_p = \
126 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
127 endif
128 ifeq ($(MONOLITHIC),0)
129 __WXLIB_XML_p = \
130 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml
131 endif
132 ifeq ($(MONOLITHIC),0)
133 __WXLIB_BASE_p = \
134 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
135 endif
136 ifeq ($(MONOLITHIC),1)
137 __WXLIB_MONO_p = \
138 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
139 endif
140 ifeq ($(USE_GUI),1)
141 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
142 endif
143 ifeq ($(USE_GUI),1)
144 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
145 endif
146 ifeq ($(USE_GUI),1)
147 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
148 endif
149 ifeq ($(MSLU),1)
150 __UNICOWS_LIB_p = -lunicows
151 endif
152 ifeq ($(SHARED),0)
153 LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
154 endif
155 ifeq ($(SHARED),1)
156 LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
157 endif
158 ifeq ($(BUILD),debug)
159 ifeq ($(DEBUG_INFO),default)
160 __DEBUGINFO = -g
161 endif
162 endif
163 ifeq ($(BUILD),release)
164 ifeq ($(DEBUG_INFO),default)
165 __DEBUGINFO =
166 endif
167 endif
168 ifeq ($(DEBUG_INFO),0)
169 __DEBUGINFO =
170 endif
171 ifeq ($(DEBUG_INFO),1)
172 __DEBUGINFO = -g
173 endif
174
175
176 all: $(OBJS)
177 $(OBJS):
178 -if not exist $(OBJS) mkdir $(OBJS)
179
180 ### Targets: ###
181
182 all: $(OBJS)\xrcdemo.exe data
183
184 clean:
185 -if exist $(OBJS)\*.o del $(OBJS)\*.o
186 -if exist $(OBJS)\xrcdemo.exe del $(OBJS)\xrcdemo.exe
187
188 $(OBJS)\xrcdemo.exe: $(XRCDEMO_OBJECTS) $(OBJS)\xrcdemo_xrcdemo_rc.o
189 $(CXX) -o $@ $(XRCDEMO_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_XRC_p) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_CORE_p) $(__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) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
190
191 data:
192 if not exist $(OBJS)\rc mkdir $(OBJS)\rc
193 for %%f in (appicon.ico appicon.xpm artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc scanning.gif sppicon.ico toolbar.xrc uncenter.xpm uncenter.xrc update.gif variable.xpm variable.xrc) do if not exist $(OBJS)\rc\%%f copy .\rc\%%f $(OBJS)\rc
194
195 $(OBJS)\xrcdemo_xrcdemo.o: ./xrcdemo.cpp
196 $(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $<
197
198 $(OBJS)\xrcdemo_myframe.o: ./myframe.cpp
199 $(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $<
200
201 $(OBJS)\xrcdemo_derivdlg.o: ./derivdlg.cpp
202 $(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $<
203
204 $(OBJS)\xrcdemo_custclas.o: ./custclas.cpp
205 $(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $<
206
207 $(OBJS)\xrcdemo_xrcdemo_rc.o: ./xrcdemo.rc
208 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
209
210 .PHONY: all clean data