# Makefile.postamble
# BackSpace has no bundles, but needs symbols left in so it can
# dynamically load the views.  This makes that happen.

APP_STRIP_OPTS = $(DYLD_APP_STRIP_OPTS)

EXAMPLES_DIR=$(DSTROOT)/NextDeveloper/Examples/AppKit/Backspace

# The following target is used at NeXT to ensure that after we install
# the project, we also supply the source code.
after_install::
	if [ "${RC_JASPER}" = "YES" -a ! -f $(EXAMPLES_DIR) ] ; then \
		$(MAKE) installsrc "SRCROOT=$(EXAMPLES_DIR)" ; \
		cd $(EXAMPLES_DIR); \
		$(MAKE) clean; \
		/bin/rm -f $(EXAMPLES_DIR)/SGS_ENV ; \
		/bin/chmod -R go-w $(EXAMPLES_DIR) ; \
		/usr/etc/chown -R root.wheel $(EXAMPLES_DIR) ; \
	fi

