]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/shaped/Makefile.in
added wxVListBox::GetItemRect() (#9711)
[wxWidgets.git] / samples / shaped / Makefile.in
index e4f89031d2838984cb632d8a331a9ad9cf48269e..a2c7e06903f107cc5ee67565fbdb0032b082838c 100644 (file)
@@ -96,11 +96,13 @@ COND_PLATFORM_OS2_1___shaped___os2_emxbindcmd = $(NM) shaped$(EXEEXT) | if grep
 @COND_TOOLKIT_MSW@     $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
 @COND_PLATFORM_OS2_1@__shaped_os2_lib_res = \
 @COND_PLATFORM_OS2_1@  $(top_srcdir)/include/wx/os2/wx.res
+@COND_PLATFORM_MACOSX_1@__shaped_app_Contents_PkgInfo___depname \
+@COND_PLATFORM_MACOSX_1@       = shaped.app/Contents/PkgInfo
 @COND_PLATFORM_MACOSX_1@__shaped_bundle___depname = shaped_bundle
 @COND_TOOLKIT_COCOA@____shaped_BUNDLE_TGT_REF_DEP = \
-@COND_TOOLKIT_COCOA@   shaped.app/Contents/PkgInfo
+@COND_TOOLKIT_COCOA@   $(__shaped_app_Contents_PkgInfo___depname)
 @COND_TOOLKIT_MAC@____shaped_BUNDLE_TGT_REF_DEP = \
-@COND_TOOLKIT_MAC@     shaped.app/Contents/PkgInfo
+@COND_TOOLKIT_MAC@     $(__shaped_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 @@ shaped$(EXEEXT): $(SHAPED_OBJECTS) $(__shaped___win32rc)
        $(__shaped___os2_emxbindcmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-shaped.app/Contents/PkgInfo: shaped$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
-       mkdir -p shaped.app/Contents
-       mkdir -p shaped.app/Contents/MacOS
-       mkdir -p shaped.app/Contents/Resources
-       
-       
-       sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
-       -e "s/EXECUTABLE/shaped/" \
-       -e "s/VERSION/$(WX_VERSION)/" \
-       $(top_srcdir)/src/mac/carbon/Info.plist.in >shaped.app/Contents/Info.plist
-       
-       
-       echo -n "APPL????" >shaped.app/Contents/PkgInfo
-       
-       
-       ln -f shaped$(EXEEXT) shaped.app/Contents/MacOS/shaped
-       
-       
-       cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns shaped.app/Contents/Resources/wxmac.icns
+@COND_PLATFORM_MACOSX_1@shaped.app/Contents/PkgInfo: shaped$(EXEEXT) $(top_srcdir)/src/osx/carbon/Info.plist.in $(top_srcdir)/src/osx/carbon/wxmac.icns
+@COND_PLATFORM_MACOSX_1@       mkdir -p shaped.app/Contents
+@COND_PLATFORM_MACOSX_1@       mkdir -p shaped.app/Contents/MacOS
+@COND_PLATFORM_MACOSX_1@       mkdir -p shaped.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/shaped/" \
+@COND_PLATFORM_MACOSX_1@       -e "s/VERSION/$(WX_VERSION)/" \
+@COND_PLATFORM_MACOSX_1@       $(top_srcdir)/src/osx/carbon/Info.plist.in >shaped.app/Contents/Info.plist
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       echo -n "APPL????" >shaped.app/Contents/PkgInfo
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       ln -f shaped$(EXEEXT) shaped.app/Contents/MacOS/shaped
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns shaped.app/Contents/Resources/wxmac.icns
 
 @COND_PLATFORM_MACOSX_1@shaped_bundle: $(____shaped_BUNDLE_TGT_REF_DEP)