home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Examples / AppKit / CalculatorLab++ / Makefile < prev    next >
Makefile  |  1993-06-17  |  1KB  |  48 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 = SimpleCalc
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Calc.tiff
  16. LOCAL_RESOURCES = Info.nib SimpleCalc.nib
  17.  
  18. HFILES = CalcEngine.h InfoManager.h MinusPanel.h SimpleCalc.h
  19.  
  20. OTHERLINKED = CalcEngine.C InfoManager.C MinusPanel.C SimpleCalc.C\
  21.               SimpleCalc_main.C
  22.  
  23. OTHERSRCS = README
  24.  
  25. OTHERLINKEDOFILES = CalcEngine.o InfoManager.o MinusPanel.o\
  26.                     SimpleCalc.o SimpleCalc_main.o
  27.  
  28. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  29. MAKEFILE = app.make
  30. INSTALLDIR = $(HOME)/Apps
  31. INSTALLFLAGS = -c -s -m 755
  32. SOURCEMODE = 444
  33.  
  34. ICONSECTIONS =    -sectcreate __ICON app Calc.tiff
  35.  
  36. LIBS = -lMedia_s -lNeXT_s
  37. DEBUG_LIBS = $(LIBS)
  38. PROF_LIBS = $(LIBS)
  39.  
  40.  
  41. -include Makefile.preamble
  42.  
  43. include $(MAKEFILEDIR)/$(MAKEFILE)
  44.  
  45. -include Makefile.postamble
  46.  
  47. -include Makefile.dependencies
  48.