X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e0fbb3dbf4501b4113f2d5fe775850b7dabc477..a70517e979955e17608126c9d8f7bf57879b5fbe:/samples/htlbox/Makefile.in?ds=sidebyside diff --git a/samples/htlbox/Makefile.in b/samples/htlbox/Makefile.in index 58512ff268..0c4a3d043c 100644 --- a/samples/htlbox/Makefile.in +++ b/samples/htlbox/Makefile.in @@ -97,11 +97,13 @@ COND_PLATFORM_OS2_1___htlbox___os2_emxbindcmd = $(NM) htlbox$(EXEEXT) | if grep @COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME) @COND_PLATFORM_OS2_1@__htlbox_os2_lib_res = \ @COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res +@COND_PLATFORM_MACOSX_1@__htlbox_app_Contents_PkgInfo___depname \ +@COND_PLATFORM_MACOSX_1@ = htlbox.app/Contents/PkgInfo @COND_PLATFORM_MACOSX_1@__htlbox_bundle___depname = htlbox_bundle @COND_TOOLKIT_COCOA@____htlbox_BUNDLE_TGT_REF_DEP = \ -@COND_TOOLKIT_COCOA@ htlbox.app/Contents/PkgInfo +@COND_TOOLKIT_COCOA@ $(__htlbox_app_Contents_PkgInfo___depname) @COND_TOOLKIT_MAC@____htlbox_BUNDLE_TGT_REF_DEP = \ -@COND_TOOLKIT_MAC@ htlbox.app/Contents/PkgInfo +@COND_TOOLKIT_MAC@ $(__htlbox_app_Contents_PkgInfo___depname) COND_MONOLITHIC_0___WXLIB_HTML_p = \ -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html-$(WX_RELEASE)$(HOST_SUFFIX) @COND_MONOLITHIC_0@__WXLIB_HTML_p = $(COND_MONOLITHIC_0___WXLIB_HTML_p) @@ -164,25 +166,25 @@ htlbox$(EXEEXT): $(HTLBOX_OBJECTS) $(__htlbox___win32rc) $(__htlbox___os2_emxbindcmd) $(SAMPLES_RPATH_POSTLINK) -htlbox.app/Contents/PkgInfo: htlbox$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns - mkdir -p htlbox.app/Contents - mkdir -p htlbox.app/Contents/MacOS - mkdir -p htlbox.app/Contents/Resources - - - sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \ - -e "s/EXECUTABLE/htlbox/" \ - -e "s/VERSION/$(WX_VERSION)/" \ - $(top_srcdir)/src/mac/carbon/Info.plist.in >htlbox.app/Contents/Info.plist - - - echo -n "APPL????" >htlbox.app/Contents/PkgInfo - - - ln -f htlbox$(EXEEXT) htlbox.app/Contents/MacOS/htlbox - - - cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns htlbox.app/Contents/Resources/wxmac.icns +@COND_PLATFORM_MACOSX_1@htlbox.app/Contents/PkgInfo: htlbox$(EXEEXT) $(top_srcdir)/src/osx/carbon/Info.plist.in $(top_srcdir)/src/osx/carbon/wxmac.icns +@COND_PLATFORM_MACOSX_1@ mkdir -p htlbox.app/Contents +@COND_PLATFORM_MACOSX_1@ mkdir -p htlbox.app/Contents/MacOS +@COND_PLATFORM_MACOSX_1@ mkdir -p htlbox.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/htlbox/" \ +@COND_PLATFORM_MACOSX_1@ -e "s/VERSION/$(WX_VERSION)/" \ +@COND_PLATFORM_MACOSX_1@ $(top_srcdir)/src/osx/carbon/Info.plist.in >htlbox.app/Contents/Info.plist +@COND_PLATFORM_MACOSX_1@ +@COND_PLATFORM_MACOSX_1@ +@COND_PLATFORM_MACOSX_1@ echo -n "APPL????" >htlbox.app/Contents/PkgInfo +@COND_PLATFORM_MACOSX_1@ +@COND_PLATFORM_MACOSX_1@ +@COND_PLATFORM_MACOSX_1@ ln -f htlbox$(EXEEXT) htlbox.app/Contents/MacOS/htlbox +@COND_PLATFORM_MACOSX_1@ +@COND_PLATFORM_MACOSX_1@ +@COND_PLATFORM_MACOSX_1@ cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns htlbox.app/Contents/Resources/wxmac.icns @COND_PLATFORM_MACOSX_1@htlbox_bundle: $(____htlbox_BUNDLE_TGT_REF_DEP)