regenerated all trunk makefiles with bakefile-0.2.3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-06-02 14:48:50 +00:00
parent b64608901a
commit e835292782
102 changed files with 2384 additions and 2103 deletions

View File

@@ -101,11 +101,13 @@ COND_PLATFORM_OS2_1___splash___os2_emxbindcmd = $(NM) splash$(EXEEXT) | if grep
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
@COND_PLATFORM_OS2_1@__splash_os2_lib_res = \
@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
@COND_PLATFORM_MACOSX_1@__splash_app_Contents_PkgInfo___depname \
@COND_PLATFORM_MACOSX_1@ = splash.app/Contents/PkgInfo
@COND_PLATFORM_MACOSX_1@__splash_bundle___depname = splash_bundle
@COND_TOOLKIT_COCOA@____splash_BUNDLE_TGT_REF_DEP = \
@COND_TOOLKIT_COCOA@ splash.app/Contents/PkgInfo
@COND_TOOLKIT_COCOA@ $(__splash_app_Contents_PkgInfo___depname)
@COND_TOOLKIT_MAC@____splash_BUNDLE_TGT_REF_DEP = \
@COND_TOOLKIT_MAC@ splash.app/Contents/PkgInfo
@COND_TOOLKIT_MAC@ $(__splash_app_Contents_PkgInfo___depname)
COND_MONOLITHIC_0_USE_MEDIA_1___WXLIB_MEDIA_p = \
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_media-$(WX_RELEASE)$(HOST_SUFFIX)
@COND_MONOLITHIC_0_USE_MEDIA_1@__WXLIB_MEDIA_p = $(COND_MONOLITHIC_0_USE_MEDIA_1___WXLIB_MEDIA_p)
@@ -177,25 +179,25 @@ splash$(EXEEXT): $(SPLASH_OBJECTS) $(__splash___win32rc)
$(__splash___os2_emxbindcmd)
$(SAMPLES_RPATH_POSTLINK)
splash.app/Contents/PkgInfo: splash$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
mkdir -p splash.app/Contents
mkdir -p splash.app/Contents/MacOS
mkdir -p splash.app/Contents/Resources
sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
-e "s/EXECUTABLE/splash/" \
-e "s/VERSION/$(WX_VERSION)/" \
$(top_srcdir)/src/mac/carbon/Info.plist.in >splash.app/Contents/Info.plist
echo -n "APPL????" >splash.app/Contents/PkgInfo
ln -f splash$(EXEEXT) splash.app/Contents/MacOS/splash
cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns splash.app/Contents/Resources/wxmac.icns
@COND_PLATFORM_MACOSX_1@splash.app/Contents/PkgInfo: splash$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
@COND_PLATFORM_MACOSX_1@ mkdir -p splash.app/Contents
@COND_PLATFORM_MACOSX_1@ mkdir -p splash.app/Contents/MacOS
@COND_PLATFORM_MACOSX_1@ mkdir -p splash.app/Contents/Resources
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
@COND_PLATFORM_MACOSX_1@ -e "s/EXECUTABLE/splash/" \
@COND_PLATFORM_MACOSX_1@ -e "s/VERSION/$(WX_VERSION)/" \
@COND_PLATFORM_MACOSX_1@ $(top_srcdir)/src/mac/carbon/Info.plist.in >splash.app/Contents/Info.plist
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ echo -n "APPL????" >splash.app/Contents/PkgInfo
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ ln -f splash$(EXEEXT) splash.app/Contents/MacOS/splash
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns splash.app/Contents/Resources/wxmac.icns
@COND_PLATFORM_MACOSX_1@splash_bundle: $(____splash_BUNDLE_TGT_REF_DEP)