+ $(__svgtest___os2_emxbindcmd)
+ $(SAMPLES_RPATH_POSTLINK)
+
+svgtest.app/Contents/PkgInfo: svgtest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc $(top_srcdir)/src/mac/wxmac.icns
+ mkdir -p svgtest.app/Contents
+ mkdir -p svgtest.app/Contents/MacOS
+ mkdir -p svgtest.app/Contents/Resources
+
+
+ sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
+ -e "s/EXECUTABLE/svgtest/" \
+ -e "s/VERSION/$(WX_VERSION)/" \
+ $(top_srcdir)/src/mac/Info.plist.in >svgtest.app/Contents/Info.plist
+
+
+ echo -n "APPL????" >svgtest.app/Contents/PkgInfo
+
+
+ ln -f svgtest$(EXEEXT) svgtest.app/Contents/MacOS/svgtest
+
+
+ ln -sf $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc svgtest.app/Contents/Resources/svgtest.rsrc
+ ln -sf $(top_srcdir)/src/mac/wxmac.icns svgtest.app/Contents/Resources/wxmac.icns
+
+@COND_PLATFORM_MACOSX_1@svgtest_bundle: svgtest.app/Contents/PkgInfo
+
+svgtest_sample_rc.o: $(srcdir)/../../../samples/sample.rc
+ $(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../../samples