home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Palettes / SwitchBox / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1994-06-07  |  524 b   |  24 lines

  1. # Makefile.preamble,v
  2. # Revision 1.1.1.1  1992/09/14  13:53:40  nwc
  3. # NS3-GENESIS
  4. #
  5. # Revision 1.2  1992/09/14  04:59:42  nwc
  6. # Made the Palette preamble and postamble NeXTSTEP 3.0 compatible.
  7. #
  8. # Revision 1.1.1.1  1992/08/03  02:51:34  nwc
  9. # Genesis
  10. #
  11. # Revision 1.1.1.1  1992/07/20  13:39:00  nchristo
  12. # Genesis
  13. #
  14. # Revision 1.2  1992/07/16  12:54:44  nchristo
  15. # none
  16. #
  17. # Generic Palette .preamble
  18. OTHER_GARBAGE = $(NAME).palette debug_obj lib$(NAME).a $(NAME).debug *.lproj/*~
  19.  
  20. install:: project 
  21.     mkdirs $(INSTALLDIR)
  22.  
  23.  
  24.