]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sound/Makefile.in
add unit test for wxTextCtrl::SetSelection()
[wxWidgets.git] / samples / sound / Makefile.in
index 57251cd3934f2661f8de1c9c3901db7e3c0e4db2..7242ded355bc502cf577acdd4acb6c6487bc6691 100644 (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/osx/carbon/Info.plist.in $(top_srcdir)/src/osx/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/osx/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/osx/carbon/wxmac.icns sound.app/Contents/Resources/wxmac.icns
 
 @COND_PLATFORM_MACOSX_1@sound_bundle: $(____sound_BUNDLE_TGT_REF_DEP)