home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / YellowBox / Kits / MiscTableScroll-138.1 / Palettes / MiscTableScroll / Framework / Makefile < prev    next >
Encoding:
Makefile  |  1998-03-31  |  3.3 KB  |  92 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 = MiscTableScroll
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Framework
  14. LANGUAGE = English
  15.  
  16. LOCAL_RESOURCES = MiscExporterAccessoryView.nib
  17.  
  18. GLOBAL_RESOURCES = MiscHorzResizeCursor.tiff MiscReverseCursor.tiff\
  19.                    MiscSlotDragCursor.tiff MiscSortAscend.tiff\
  20.                    MiscSortAscendH.tiff MiscSortDescend.tiff\
  21.                    MiscSortDescendH.tiff MiscVertResizeCursor.tiff\
  22.                    Documentation MiscTableScroll-3.3-4.x.tops
  23.  
  24. CCFILES = MiscColorList.cc MiscDelegateFlags.cc MiscDrawList.cc\
  25.           MiscGeometry.cc MiscLineWrapper.cc MiscRectColorList.cc\
  26.           MiscRectList.cc MiscSparseSet.cc MiscTableBorder.cc\
  27.           MiscTableBorderIO.cc MiscTableBorderSel.cc MiscTracer.cc
  28.  
  29. CAPMFILES = MiscBorderCell.M MiscBorderView.M MiscColView.M\
  30.             MiscCornerView.M MiscExporter.M MiscExporterAccessoryView.M\
  31.             MiscExporterASCII.M MiscExporterDBF.M MiscHighlightTracker.M\
  32.             MiscListTracker.M MiscMouseTracker.M MiscRadioTracker.M\
  33.             MiscRowView.M MiscTableCell.M MiscTableConnector.M\
  34.             MiscTableScroll.M MiscTableScrollData.M\
  35.             MiscTableScrollEdit.M MiscTableScrollIO.M\
  36.             MiscTableScrollISearch.M MiscTableScrollKB.M\
  37.             MiscTableScrollPB.M MiscTableScrollPrint.M\
  38.             MiscTableScrollSel.M MiscTableScrollSort.M MiscTableView.M\
  39.             MiscTableViewCursor.M MiscTableViewDrag.M\
  40.             MiscTableViewPrint.M MiscTableWell.M
  41.  
  42. HFILES = bool.h MiscBorderCell.h MiscBorderView.h MiscColorList.h\
  43.          MiscColView.h MiscCornerView.h MiscDelegateFlags.h\
  44.          MiscDrawList.h MiscExporter.h MiscExporterAccessoryView.h\
  45.          MiscExporterPrivate.h MiscGeometry.h MiscHighlightTracker.h\
  46.          MiscLineWrapper.h MiscListTracker.h MiscMouseTracker.h\
  47.          MiscRadioTracker.h MiscRectColorList.h MiscRectList.h\
  48.          MiscRowView.h MiscSparseSet.h MiscTableBorder.h\
  49.          MiscTableCell.h MiscTableConnector.h MiscTableScroll.h\
  50.          MiscTableScrollPrivate.h MiscTableTypes.h MiscTableUtil.h\
  51.          MiscTableView.h MiscTableViewPrivate.h MiscTableWell.h\
  52.          MiscTracer.h new.h NSIBConnector.h
  53.  
  54. PSWFILES = MiscTableViewPS.psw
  55.  
  56. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  57.  
  58.  
  59. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  60. CURRENTLY_ACTIVE_VERSION = YES
  61. DEPLOY_WITH_VERSION_NAME = A
  62. CODE_GEN_STYLE = DYNAMIC
  63. MAKEFILE = framework.make
  64. NEXTSTEP_INSTALLDIR = /LocalLibrary/Frameworks
  65. WINDOWS_INSTALLDIR = $(NEXT_ROOT)/LocalLibrary/Frameworks
  66. LIBS = 
  67. DEBUG_LIBS = $(LIBS)
  68. PROF_LIBS = $(LIBS)
  69.  
  70.  
  71. NEXTSTEP_PB_CFLAGS = -Werror -Wwrite-strings
  72. WINDOWS_PB_CFLAGS = -Werror -Wwrite-strings
  73. FRAMEWORKS = -framework AppKit -framework Foundation
  74. PUBLIC_HEADERS = MiscExporter.h MiscTableCell.h MiscTableScroll.h\
  75.                  MiscTableTypes.h
  76.  
  77. PROJECT_HEADERS = MiscExporter.h MiscTableCell.h MiscTableScroll.h\
  78.                   MiscTableTypes.h MiscTableBorder.h\
  79.                   MiscTableConnector.h
  80.  
  81.  
  82.  
  83. include $(MAKEFILEDIR)/platform.make
  84.  
  85. -include Makefile.preamble
  86.  
  87. include $(MAKEFILEDIR)/$(MAKEFILE)
  88.  
  89. -include Makefile.postamble
  90.  
  91. -include Makefile.dependencies
  92.