home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / NXplot3d.3.2 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1994-09-16  |  1.4 KB  |  55 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 = NXplot3d
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Icon.tiff
  16. LOCAL_RESOURCES = Help
  17.  
  18. GLOBAL_RESOURCES = plot3d.nib box.tiff boxS.tiff cyl.tiff cylS.tiff\
  19.                    downleft.tiff Icon.tiff left.tiff meicon.tiff\
  20.                    mesh.tiff meshS.tiff off.tiff offS.tiff plot3d.tiff\
  21.                    pyr.tiff pyrS.tiff sphere.tiff sphereS.tiff\
  22.                    spherical.tiff sphericalS.tiff torus.tiff\
  23.                    torusS.tiff contour.sl contour.slo title.3d
  24.  
  25. CLASSES = DensView.m Expression.m PControl.m Plot3DView.m PlotShape.m
  26.  
  27. HFILES = DensView.h exprDefs.h Expression.h PControl.h Plot3DView.h\
  28.          PlotShape.h
  29.  
  30. MFILES = NXplot3d_main.m
  31.  
  32. OTHERSRCS = expr.ym Makefile.postamble Makefile.preamble token.lm
  33.  
  34.  
  35. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  36. MAKEFILE = app.make
  37. INSTALLDIR = /LocalApps
  38. INSTALLFLAGS = -c -s -m 755
  39. SOURCEMODE = 444
  40.  
  41. ICONSECTIONS =    -sectcreate __ICON app Icon.tiff
  42.  
  43. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  44. DEBUG_LIBS = $(LIBS)
  45. PROF_LIBS = $(LIBS)
  46.  
  47.  
  48. -include Makefile.preamble
  49.  
  50. include $(MAKEFILEDIR)/$(MAKEFILE)
  51.  
  52. -include Makefile.postamble
  53.  
  54. -include Makefile.dependencies
  55.