home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / ACRViewer.1.3 / developer / OperatorExample / Threshold / Makefile < prev    next >
Encoding:
Makefile  |  1995-05-03  |  784 b   |  41 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 = Threshold
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. GLOBAL_RESOURCES = threshold.nib
  16.  
  17. CLASSES = ThreshOperator.m
  18.  
  19. HFILES = ImageOperator.h ThreshOperator.h
  20.  
  21. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  22.  
  23. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  24. MAKEFILE = bundle.make
  25. INSTALLDIR = $(HOME)/Library/ACRViewer
  26. INSTALLFLAGS = -c -s -m 755
  27. SOURCEMODE = 444
  28.  
  29. BUNDLE_EXTENSION = bundle
  30.  
  31.  
  32.  
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/$(MAKEFILE)
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.