home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Examples / AppKit / Backspace / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1993-07-27  |  430 b   |  16 lines

  1. # Makefile.postamble
  2. # BackSpace has no bundles, but needs symbols left in so it can
  3. # dynamically load the views.  This makes that happen.
  4.  
  5. APP_STRIP_OPTS = $(DYLD_APP_STRIP_OPTS)
  6.  
  7. EXAMPLES_DIR=$(DSTROOT)/NextDeveloper/Examples/AppKit/Backspace
  8.  
  9. after_install::
  10.     $(MAKE) installsrc "SRCROOT=$(EXAMPLES_DIR)"
  11.     cd $(EXAMPLES_DIR); \
  12.     $(MAKE) clean;
  13.     /bin/chmod -R a-w $(EXAMPLES_DIR)
  14.     /usr/etc/chown -R root.wheel $(EXAMPLES_DIR)
  15.  
  16.