]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/bombs/Makefile.in
Minor corrections to make dist after reports
[wxWidgets.git] / demos / bombs / Makefile.in
index fcdaec455674fd2b64aafbdfe525bca0d89d4aea..bc3b28eb8697d8d28088f320f216d23f2210b592 100644 (file)
@@ -98,10 +98,13 @@ COND_PLATFORM_OS2_1___bombs___os2_emxbindcmd = $(NM) bombs$(EXEEXT) | if grep -q
 @COND_TOOLKIT_MSW@     $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
 @COND_PLATFORM_OS2_1@__bombs_os2_lib_res = \
 @COND_PLATFORM_OS2_1@  $(top_srcdir)/include/wx/os2/wx.res
+@COND_PLATFORM_MACOSX_1@__bombs_app_Contents_PkgInfo___depname \
+@COND_PLATFORM_MACOSX_1@       = bombs.app/Contents/PkgInfo
 @COND_PLATFORM_MACOSX_1@__bombs_bundle___depname = bombs_bundle
 @COND_TOOLKIT_COCOA@____bombs_BUNDLE_TGT_REF_DEP = \
-@COND_TOOLKIT_COCOA@   bombs.app/Contents/PkgInfo
-@COND_TOOLKIT_MAC@____bombs_BUNDLE_TGT_REF_DEP = bombs.app/Contents/PkgInfo
+@COND_TOOLKIT_COCOA@   $(__bombs_app_Contents_PkgInfo___depname)
+@COND_TOOLKIT_MAC@____bombs_BUNDLE_TGT_REF_DEP = \
+@COND_TOOLKIT_MAC@     $(__bombs_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)
@@ -161,25 +164,25 @@ bombs$(EXEEXT): $(BOMBS_OBJECTS) $(__bombs___win32rc)
        $(__bombs___os2_emxbindcmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-bombs.app/Contents/PkgInfo: bombs$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
-       mkdir -p bombs.app/Contents
-       mkdir -p bombs.app/Contents/MacOS
-       mkdir -p bombs.app/Contents/Resources
-       
-       
-       sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
-       -e "s/EXECUTABLE/bombs/" \
-       -e "s/VERSION/$(WX_VERSION)/" \
-       $(top_srcdir)/src/mac/carbon/Info.plist.in >bombs.app/Contents/Info.plist
-       
-       
-       echo -n "APPL????" >bombs.app/Contents/PkgInfo
-       
-       
-       ln -f bombs$(EXEEXT) bombs.app/Contents/MacOS/bombs
-       
-       
-       cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns bombs.app/Contents/Resources/wxmac.icns
+@COND_PLATFORM_MACOSX_1@bombs.app/Contents/PkgInfo: bombs$(EXEEXT) $(top_srcdir)/src/osx/carbon/Info.plist.in $(top_srcdir)/src/osx/carbon/wxmac.icns
+@COND_PLATFORM_MACOSX_1@       mkdir -p bombs.app/Contents
+@COND_PLATFORM_MACOSX_1@       mkdir -p bombs.app/Contents/MacOS
+@COND_PLATFORM_MACOSX_1@       mkdir -p bombs.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/bombs/" \
+@COND_PLATFORM_MACOSX_1@       -e "s/VERSION/$(WX_VERSION)/" \
+@COND_PLATFORM_MACOSX_1@       $(top_srcdir)/src/osx/carbon/Info.plist.in >bombs.app/Contents/Info.plist
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       echo -n "APPL????" >bombs.app/Contents/PkgInfo
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       ln -f bombs$(EXEEXT) bombs.app/Contents/MacOS/bombs
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       
+@COND_PLATFORM_MACOSX_1@       cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns bombs.app/Contents/Resources/wxmac.icns
 
 @COND_PLATFORM_MACOSX_1@bombs_bundle: $(____bombs_BUNDLE_TGT_REF_DEP)