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

@@ -100,10 +100,13 @@ COND_PLATFORM_OS2_1___sound___os2_emxbindcmd = $(NM) sound$(EXEEXT) | if grep -q
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
@COND_PLATFORM_OS2_1@__sound_os2_lib_res = \
@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
@COND_PLATFORM_MACOSX_1@__sound_app_Contents_PkgInfo___depname \
@COND_PLATFORM_MACOSX_1@ = sound.app/Contents/PkgInfo
@COND_PLATFORM_MACOSX_1@__sound_bundle___depname = sound_bundle
@COND_TOOLKIT_COCOA@____sound_BUNDLE_TGT_REF_DEP = \
@COND_TOOLKIT_COCOA@ sound.app/Contents/PkgInfo
@COND_TOOLKIT_MAC@____sound_BUNDLE_TGT_REF_DEP = sound.app/Contents/PkgInfo
@COND_TOOLKIT_COCOA@ $(__sound_app_Contents_PkgInfo___depname)
@COND_TOOLKIT_MAC@____sound_BUNDLE_TGT_REF_DEP = \
@COND_TOOLKIT_MAC@ $(__sound_app_Contents_PkgInfo___depname)
COND_MONOLITHIC_0___WXLIB_ADV_p = \
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv-$(WX_RELEASE)$(HOST_SUFFIX)
@COND_MONOLITHIC_0@__WXLIB_ADV_p = $(COND_MONOLITHIC_0___WXLIB_ADV_p)
@@ -172,25 +175,25 @@ sound$(EXEEXT): $(SOUND_OBJECTS) $(__sound___win32rc)
$(__sound___os2_emxbindcmd)
$(SAMPLES_RPATH_POSTLINK)
sound.app/Contents/PkgInfo: sound$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
mkdir -p sound.app/Contents
mkdir -p sound.app/Contents/MacOS
mkdir -p sound.app/Contents/Resources
sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
-e "s/EXECUTABLE/sound/" \
-e "s/VERSION/$(WX_VERSION)/" \
$(top_srcdir)/src/mac/carbon/Info.plist.in >sound.app/Contents/Info.plist
echo -n "APPL????" >sound.app/Contents/PkgInfo
ln -f sound$(EXEEXT) sound.app/Contents/MacOS/sound
cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns sound.app/Contents/Resources/wxmac.icns
@COND_PLATFORM_MACOSX_1@sound.app/Contents/PkgInfo: sound$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
@COND_PLATFORM_MACOSX_1@ mkdir -p sound.app/Contents
@COND_PLATFORM_MACOSX_1@ mkdir -p sound.app/Contents/MacOS
@COND_PLATFORM_MACOSX_1@ mkdir -p sound.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/sound/" \
@COND_PLATFORM_MACOSX_1@ -e "s/VERSION/$(WX_VERSION)/" \
@COND_PLATFORM_MACOSX_1@ $(top_srcdir)/src/mac/carbon/Info.plist.in >sound.app/Contents/Info.plist
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ echo -n "APPL????" >sound.app/Contents/PkgInfo
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ ln -f sound$(EXEEXT) sound.app/Contents/MacOS/sound
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns sound.app/Contents/Resources/wxmac.icns
@COND_PLATFORM_MACOSX_1@sound_bundle: $(____sound_BUNDLE_TGT_REF_DEP)