home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Database / OTC_EOFBetaExamples_V1.0 / EOFramework / EOModelInspector / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-01  |  1.1 KB  |  47 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 = EOModelInspector
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = EOModelInspector.nib Oracle.strings Sybase.strings
  16.  
  17. GLOBAL_RESOURCES = arrow.tiff double_arrow.tiff SymbolClass.tiff\
  18.                    SymbolKey.tiff SymbolLock.tiff
  19.  
  20. CLASSES = EOModelInspector.m EOModelBrowserCell.m SwapView.m
  21.  
  22. HFILES = EOModelInspector.h EOModelBrowserCell.h SwapView.h\
  23.          EntityPropertiesCategory.h
  24.  
  25. MFILES = EntityPropertiesCategory.m
  26.  
  27. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
  28.             bundle.registry
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. MAKEFILE = bundle.make
  33. INSTALLDIR = /LocalApps/WMInspectors
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. BUNDLE_EXTENSION = bundle
  38.  
  39.  
  40. -include Makefile.preamble
  41.  
  42. include $(MAKEFILEDIR)/$(MAKEFILE)
  43.  
  44. -include Makefile.postamble
  45.  
  46. -include Makefile.dependencies
  47.