+ $(SAMPLES_RPATH_POSTLINK)
+
+dynsash_switch.app/Contents: dynsash_switch$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+ mkdir -p dynsash_switch.app/Contents
+ mkdir -p dynsash_switch.app/Contents/MacOS
+ mkdir -p dynsash_switch.app/Contents/Resources
+
+
+ sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
+ -e "s/EXECUTABLE/dynsash_switch/" \
+ -e "s/VERSION/2.5.0/" \
+ $(top_srcdir)/src/mac/Info.plist.in >dynsash_switch.app/Contents/Info.plist
+
+
+ echo -n "APPL????" >dynsash_switch.app/Contents/PkgInfo
+
+
+ ln -f dynsash_switch$(EXEEXT) dynsash_switch.app/Contents/MacOS/dynsash_switch
+
+
+ ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc dynsash_switch.app/Contents/Resources/dynsash_switch.rsrc
+ ln -f $(top_srcdir)/src/mac/wxmac.icns dynsash_switch.app/Contents/Resources/wxmac.icns
+
+@COND_PLATFORM_MACOSX_1@dynsash_switch_bundle: dynsash_switch.app/Contents