home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / AMS / Makefile < prev    next >
Encoding:
Makefile  |  1991-01-08  |  627 b   |  27 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. MAKEFILEDIR = /usr/lib/nib/
  11. NAME = article
  12. INTERFACES = article.nib
  13. CLASSES = ArticleFile.m
  14. MFILES = article_main.m
  15. LIBS = -lNeXT_s -lsys_s
  16. INSTALLDIR = $(HOME)/Apps
  17.  
  18. ICONSECTIONS =    -segcreate __ICON app /usr/lib/nib/default_app_icon.tiff
  19.  
  20. -include Makefile.preamble
  21.  
  22. include $(MAKEFILEDIR)Makefile.common
  23.  
  24. -include Makefile.postamble
  25.  
  26. -include Makefile.dependencies
  27.