home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / ToDo / Makefile < prev    next >
Makefile  |  1996-12-11  |  2KB  |  62 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 = ToDo
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = ToDo.tiff
  17. NEXTSTEP_DOCICONS = calendar.tiff
  18.  
  19. ICONSECTIONS =    -sectcreate __ICON app ToDo.tiff \
  20.         -sectcreate __ICON calendar calendar.tiff
  21.  
  22. LOCAL_RESOURCES = ToDo.nib ToDoDoc.nib ToDoInspector.nib
  23.  
  24. GLOBAL_RESOURCES = calendar.tiff checkMark.tiff left_arrow.tiff\
  25.                    right_arrow.tiff ToDo.tiff X.tiff
  26.  
  27. CLASSES = ToDoController.m ToDoDoc.m ToDoInspector.m ToDoCell.m\
  28.           ToDoItem.m CalendarMatrix.m SelectionNotifMatrix.m
  29.  
  30. HFILES = ToDoCell.h ToDoController.h ToDoDoc.h ToDoItem.h\
  31.          CalendarMatrix.h SelectionNotifMatrix.h ToDoInspector.h
  32.  
  33. MFILES = ToDo_main.m
  34.  
  35. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  36.             h.template
  37.  
  38.  
  39. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  40. CODE_GEN_STYLE = DYNAMIC
  41. MAKEFILE = app.make
  42. NEXTSTEP_INSTALLDIR = $(HOME)/Apps
  43. WINDOWS_INSTALLDIR = $(HOME)/Apps
  44. LIBS = 
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49. LIBRARY_PATHS = -L/usr/lib
  50. FRAMEWORKS = -framework AppKit -framework Foundation
  51.  
  52.  
  53. include $(MAKEFILEDIR)/platform.make
  54.  
  55. -include Makefile.preamble
  56.  
  57. include $(MAKEFILEDIR)/$(MAKEFILE)
  58.  
  59. -include Makefile.postamble
  60.  
  61. -include Makefile.dependencies
  62.