5 <!-- Master bakefile for wxWidgets -->
9 <!-- make sure setup.h is created as soon as possible: -->
10 <phony id=
"setup_h" cond=
"FORMAT!='autoconf'">
11 <dependency-of>all
</dependency-of>
14 <set var=
"BUILDING_LIB">1</set>
16 <!-- common rules, names etc. for wx: -->
17 <include file=
"common.bkl"/>
19 <!-- list of files sorted into categories: -->
20 <include file=
"files.bkl"/>
22 <!-- wxWidgets variant where everything is in one library: -->
23 <include file=
"monolithic.bkl"/>
24 <!-- ...and when there are multiple libraries: -->
25 <include file=
"multilib.bkl"/>
27 <if cond=
"FORMAT in ['msvc6prj','msevc4prj']">
28 <set var=
"MSVC6PRJ_MERGED_TARGETS">
29 <if cond=
"MONOLITHIC=='0'">$(MSVC6PRJ_MERGED_TARGETS_MULTILIB)
</if>
30 <if cond=
"MONOLITHIC=='1'">$(MSVC6PRJ_MERGED_TARGETS_MONOLIB)
</if>
34 <!-- OpenGL canvas is built as separate library in both cases: -->
35 <include file=
"opengl.bkl"/>
36 <!-- Dynamically loadable plugins: -->
37 <include file=
"plugins.bkl"/>
39 <!-- Samples target (not dependency of 'all'): -->
40 <subproject id=
"samples">
41 <installable>no
</installable>
42 <dir cond=
"FORMAT=='autoconf'">samples
</dir>
43 <dir cond=
"FORMAT!='autoconf' and TOOLKIT=='MSW'">../../samples
</dir>
46 <if cond=
"FORMAT=='autoconf'">
47 <!-- "make install": -->
50 <files>wxwin.m4
</files>
51 <install-to>$(DATADIR)/aclocal
</install-to>
54 <data-files-tg id=
"install-afm" cond=
"USE_GUI=='1'">
55 <files>misc/afm/*.afm
</files>
56 <install-to>$(DATADIR)/wx/$(WXVER_MAJOR).$(WXVER_MINOR)/afm
</install-to>
58 <data-files-tg id=
"install-gsafm" cond=
"USE_GUI=='1'">
59 <files>misc/gs_afm/*.afm
</files>
60 <install-to>$(DATADIR)/wx/$(WXVER_MAJOR).$(WXVER_MINOR)/gs_afm
</install-to>
63 <action id=
"install-wxconfig">
64 <dependency-of>install
</dependency-of>
66 $(INSTALL_DIR) $(DESTDIR)$(BINDIR)
67 $(INSTALL_DIR) $(DESTDIR)$(LIBDIR)/wx/config
68 $(INSTALL_PROGRAM) lib/wx/config/@WXCONFIG_DATA_FILE@ $(DESTDIR)$(LIBDIR)/wx/config
69 (cd $(DESTDIR)$(LIBDIR)/wx/config
&& rm -f $(TOOLCHAIN_NAME)
&& $(LN_S) @WXCONFIG_DATA_FILE@ $(TOOLCHAIN_NAME))
70 $(INSTALL_PROGRAM) wx-config $(DESTDIR)$(BINDIR)
71 (cd $(DESTDIR)$(BINDIR)
&& rm -f wx$(TOOLCHAIN_NAME)-config
&& $(LN_S) wx-config wx$(TOOLCHAIN_NAME)-config)
76 <srcdir>$(BUILDDIR)
</srcdir>
77 <files>lib/wx/include/$(TOOLCHAIN_NAME)/wx/setup.h
</files>
78 <install-to>$(LIBDIR)/wx/include/$(TOOLCHAIN_NAME)/wx
</install-to>
82 <srcdir>$(SRCDIR)/include
</srcdir>
83 <files>$(ALL_HEADERS)
</files>
87 <using module=
"gettext"/>
88 <gettext-catalogs id=
"locale">
89 <srcdir>$(SRCDIR)/locale
</srcdir>
90 <catalog-name>wxstd
</catalog-name>
92 ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk
95 <install-to>$(LOCALEDIR)
</install-to>
98 <!-- Mac OS X resources: -->
99 <set var=
"MACOS_R">lib/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[
0]).r
</set>
100 <set var=
"MACOS_RSRC">lib/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[
0]).rsrc
</set>
101 <action id=
"macos-res" cond=
"TOOLKIT=='MAC'">
102 <dependency-of>all
</dependency-of>
103 <set var=
"__targetname">$(MACOS_R)
</set>
105 $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/carbon/apprsrc.r $(top_srcdir)/src/mac/carbon/carbrsrc.r $(top_srcdir)/src/mac/carbon/corersrc.r -o $(MACOS_RSRC)
106 $(DEREZ) $(MACOS_RSRC) Carbon.r -useDF
>$(MACOS_R)
108 <clean-files>$(MACOS_RSRC) $(MACOS_R)
</clean-files>
110 <action id=
"macos-res-install" cond=
"TOOLKIT=='MAC'">
111 <dependency-of>install
</dependency-of>
112 <depends>macos-res
</depends>
114 $(INSTALL_DATA) $(MACOS_R) $(LIBDIR)
115 $(INSTALL_DATA) $(MACOS_RSRC) $(LIBDIR)
118 <action id=
"cocoa-res" cond=
"TOOLKIT=='COCOA'">
119 <dependency-of>all
</dependency-of>
120 <set var=
"__targetname">$(MACOS_R)
</set>
122 $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/cocoa/dummy.r -o $(MACOS_RSRC)
123 $(DEREZ) $(MACOS_RSRC) -useDF
>$(MACOS_R)
125 <clean-files>$(MACOS_RSRC) $(MACOS_R)
</clean-files>
127 <action id=
"cocoa-res-install" cond=
"TOOLKIT=='COCOA'">
128 <dependency-of>install
</dependency-of>
129 <depends>macos-res
</depends>
131 $(INSTALL_DATA) $(MACOS_R) $(LIBDIR)
132 $(INSTALL_DATA) $(MACOS_RSRC) $(LIBDIR)
139 <!-- copy setup.h on Windows: -->
140 <if cond=
"FORMAT!='autoconf' and TOOLKIT=='MSW'">
142 <dir>$(LIBDIRNAME)
</dir>
144 <mkdir id=
"libdir_setup">
145 <depends>libdir
</depends>
146 <dir>$(SETUPHDIR)
</dir>
148 <mkdir id=
"libdir_setup_wx">
149 <depends>libdir_setup
</depends>
150 <dependency-of>setup_h
</dependency-of>
151 <dir>$(SETUPHDIR)/wx
</dir>
154 <set var=
"SETUP_H_SUBDIR">
155 <if cond=
"WXUNIV=='1'">univ
</if>
156 <if cond=
"WXUNIV=='0'">msw
</if>
159 <copy-file-to-file-if-not-exist id=
"master_setup.h">
160 <src>$(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup0.h
</src>
161 <dst>$(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup.h
</dst>
162 <dependency-of>setup_h
</dependency-of>
163 </copy-file-to-file-if-not-exist>
164 <copy-file-to-file-if-not-exist id=
"setup.h">
165 <dependency-of>setup_h
</dependency-of>
166 <src>$(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup.h
</src>
167 <dst>$(SETUPHDIR)/wx/setup.h
</dst>
168 </copy-file-to-file-if-not-exist>
173 <if cond=
"FORMAT=='autoconf'">
175 <!-- Show this banner after installation: -->
176 <modify-target target=
"install">
179 @echo " ------------------------------------------------------"
181 @echo " The installation of wxWidgets is finished. On certain"
182 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
183 @echo " if you installed a shared library and also modify the"
184 @echo " LD_LIBRARY_PATH (or equivalent) environment variable."
186 @echo " wxWidgets comes with no guarantees and doesn't claim"
187 @echo " to be suitable for any purpose."
189 @echo " Read the wxWidgets Licence on licencing conditions."
191 @echo " ------------------------------------------------------"
196 <!-- add "make dist" target to autoconf: -->
197 <set var=
"VARS_DONT_ELIMINATE" append=
"1">
198 ALL_BASE_SOURCES WX_VERSION
200 <fragment format=
"autoconf" file=
"make_dist.mk"/>
204 <include file=
"build_cfg.bkl"/>