home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / MolViewer / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.2 KB  |  56 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 = MolViewer
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Mol.tiff
  16. LOCAL_RESOURCES = MolViewer.nib Help
  17.  
  18. GLOBAL_RESOURCES = c.tiff h.tiff icon0.tiff icon1.tiff icon2.tiff\
  19.                    icon3.tiff icon4.tiff icon5.tiff icon6.tiff\
  20.                    icon7.tiff meicon.tiff Mol.tiff n.tiff o.tiff\
  21.                    p.tiff s.tiff header.dat MolViewer.dat
  22.  
  23. CLASSES = AminoView.m D3View.m Inspector.m MolObj.m MolShape.m\
  24.           SelectView.m
  25.  
  26. HFILES = AminoView.h D3View.h Inspector.h MolObj.h MolShape.h\
  27.          Mtypes.h SelectView.h
  28.  
  29. MFILES = MolViewer_main.m
  30.  
  31. PSWFILES = wraps.psw
  32.  
  33. OTHERSRCS = Makefile
  34.  
  35.  
  36. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  37. MAKEFILE = app.make
  38. INSTALLDIR = $(HOME)/Apps
  39. INSTALLFLAGS = -c -s -m 755
  40. SOURCEMODE = 444
  41.  
  42. ICONSECTIONS =    -sectcreate __ICON app Mol.tiff
  43.  
  44. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49. -include Makefile.preamble
  50.  
  51. include $(MAKEFILEDIR)/$(MAKEFILE)
  52.  
  53. -include Makefile.postamble
  54.  
  55. -include Makefile.dependencies
  56.