home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / Chess-9 / Makefile < prev    next >
Makefile  |  1992-05-08  |  1KB  |  57 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project 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. NAME = Chess
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = ChessApp.tiff
  16. DOCICONS = ChessDoc.tiff
  17.  
  18. LOCAL_RESOURCES = Chess.nib
  19.  
  20. GLOBAL_RESOURCES = 3d_black_sample.tiff 3d_board.tiff 3d_pieces.tiff \
  21.                    3d_plastic.tiff 3d_white_sample.tiff
  22.  
  23. CLASSES = Board.m Board3D.m Chess.m Clock.m ResponseMeter.m Square.m \
  24.           Square3D.m
  25.  
  26. HFILES = chess_strings.h gnuchess.h gnuglue.h gnu_externs.h version.h \
  27.          Board.h Board3D.h Chess.h Clock.h ResponseMeter.h Square.h \
  28.          Square3D.h
  29.  
  30. MFILES = Chess_main.m gnuglue.m
  31.  
  32. CFILES = chess_strings.c Draw.c gnuchess.c
  33.  
  34. OTHERSRCS = COPYING gnuchess.book
  35.  
  36.  
  37. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  38. INSTALLDIR = /NextDeveloper/Demos
  39. INSTALLFLAGS = -c -s -m 755
  40. SOURCEMODE = 444
  41.  
  42. ICONSECTIONS =    -sectcreate __ICON app ChessApp.tiff \
  43.         -sectcreate __ICON ChessDoc ChessDoc.tiff
  44.  
  45. LIBS = -lMedia_s -lNeXT_s
  46. DEBUG_LIBS = $(LIBS)
  47. PROF_LIBS = $(LIBS)
  48.  
  49.  
  50. -include Makefile.preamble
  51.  
  52. include $(MAKEFILEDIR)/app.make
  53.  
  54. -include Makefile.postamble
  55.  
  56. -include Makefile.dependencies
  57.