home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / undo.subproj / Makefile < prev    next >
Makefile  |  1995-11-28  |  868b  |  42 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 = undo
  11.  
  12. PROJECTVERSION = 2.2
  13. PROJECT_TYPE = Subproject
  14. LANGUAGE = English
  15.  
  16. CLASSES = Change.m ChangeManager.m MultipleChange.m
  17.  
  18. HFILES = Change.h ChangeManager.h MultipleChange.h undochange.h\
  19.          LocalizableStringsForUndo.h
  20.  
  21. OTHERSRCS = Makefile Makefile.preamble Makefile.postamble
  22.  
  23. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  24. CODE_GEN_STYLE = DYNAMIC
  25. MAKEFILE = subproj.make
  26. LIBS = 
  27. DEBUG_LIBS = $(LIBS)
  28. PROF_LIBS = $(LIBS)
  29.  
  30.  
  31. PROJECT_HEADERS = undochange.h
  32.  
  33.  
  34.  
  35. -include Makefile.preamble
  36.  
  37. include $(MAKEFILEDIR)/$(MAKEFILE)
  38.  
  39. -include Makefile.postamble
  40.  
  41. -include Makefile.dependencies
  42.