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

@@ -96,11 +96,13 @@ COND_PLATFORM_OS2_1___typetest___os2_emxbindcmd = $(NM) typetest$(EXEEXT) | if \
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
@COND_PLATFORM_OS2_1@__typetest_os2_lib_res = \
@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
@COND_PLATFORM_MACOSX_1@__typetest_app_Contents_PkgInfo___depname \
@COND_PLATFORM_MACOSX_1@ = typetest.app/Contents/PkgInfo
@COND_PLATFORM_MACOSX_1@__typetest_bundle___depname = typetest_bundle
@COND_TOOLKIT_COCOA@____typetest_BUNDLE_TGT_REF_DEP = \
@COND_TOOLKIT_COCOA@ typetest.app/Contents/PkgInfo
@COND_TOOLKIT_COCOA@ $(__typetest_app_Contents_PkgInfo___depname)
@COND_TOOLKIT_MAC@____typetest_BUNDLE_TGT_REF_DEP = \
@COND_TOOLKIT_MAC@ typetest.app/Contents/PkgInfo
@COND_TOOLKIT_MAC@ $(__typetest_app_Contents_PkgInfo___depname)
COND_MONOLITHIC_0___WXLIB_CORE_p = \
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX)
@COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p)
@@ -160,25 +162,25 @@ typetest$(EXEEXT): $(TYPETEST_OBJECTS) $(__typetest___win32rc)
$(__typetest___os2_emxbindcmd)
$(SAMPLES_RPATH_POSTLINK)
typetest.app/Contents/PkgInfo: typetest$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
mkdir -p typetest.app/Contents
mkdir -p typetest.app/Contents/MacOS
mkdir -p typetest.app/Contents/Resources
sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
-e "s/EXECUTABLE/typetest/" \
-e "s/VERSION/$(WX_VERSION)/" \
$(top_srcdir)/src/mac/carbon/Info.plist.in >typetest.app/Contents/Info.plist
echo -n "APPL????" >typetest.app/Contents/PkgInfo
ln -f typetest$(EXEEXT) typetest.app/Contents/MacOS/typetest
cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns typetest.app/Contents/Resources/wxmac.icns
@COND_PLATFORM_MACOSX_1@typetest.app/Contents/PkgInfo: typetest$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
@COND_PLATFORM_MACOSX_1@ mkdir -p typetest.app/Contents
@COND_PLATFORM_MACOSX_1@ mkdir -p typetest.app/Contents/MacOS
@COND_PLATFORM_MACOSX_1@ mkdir -p typetest.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/typetest/" \
@COND_PLATFORM_MACOSX_1@ -e "s/VERSION/$(WX_VERSION)/" \
@COND_PLATFORM_MACOSX_1@ $(top_srcdir)/src/mac/carbon/Info.plist.in >typetest.app/Contents/Info.plist
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ echo -n "APPL????" >typetest.app/Contents/PkgInfo
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ ln -f typetest$(EXEEXT) typetest.app/Contents/MacOS/typetest
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@
@COND_PLATFORM_MACOSX_1@ cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns typetest.app/Contents/Resources/wxmac.icns
@COND_PLATFORM_MACOSX_1@typetest_bundle: $(____typetest_BUNDLE_TGT_REF_DEP)