home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / textUndo.subproj / Makefile < prev    next >
Makefile  |  1992-05-29  |  909b  |  36 lines

  1. #
  2. # Generate2 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 = Draw
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. CLASSES = CutSelection.m DeleteTextChange.m PasteTextChange.m TextChange.m \
  16.           TextSelChange.m TextSelColorChange.m TextSelection.m \
  17.           TypingTextChange.m UndoText.m WholeTextChange.m
  18.  
  19. HFILES = textundo.h CutSelection.h DeleteTextChange.h PasteTextChange.h \
  20.          TextChange.h TextSelChange.h TextSelColorChange.h TextSelection.h \
  21.          TypingTextChange.h UndoText.h WholeTextChange.h
  22.  
  23.  
  24. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  25. SOURCEMODE = 444
  26.  
  27.  
  28.  
  29. -include Makefile.preamble
  30.  
  31. include $(MAKEFILEDIR)/subproj.make
  32.  
  33. -include Makefile.postamble
  34.  
  35. -include Makefile.dependencies
  36.