home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / UNIX / Programming / class-dump-2.1.1-MIS / src / Makefile < prev    next >
Encoding:
Makefile  |  1997-12-08  |  1.1 KB  |  54 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 = class-dump
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Tool
  14. LANGUAGE = English
  15.  
  16. CLASSES = MappedFile.m ObjcCategory.m ObjcClass.m ObjcIvar.m\
  17.           ObjcMethod.m ObjcProtocol.m ObjcThing.m
  18.  
  19. HFILES = class-dump.h datatypes.h MappedFile.h ObjcCategory.h\
  20.          ObjcClass.h ObjcIvar.h ObjcMethod.h ObjcProtocol.h\
  21.          ObjcThing.h my_regex.h
  22.  
  23. OTHERLINKED = gram.y
  24.  
  25. MFILES = class-dump.m datatypes.m
  26.  
  27. CFILES = lexer.c my_regex.c
  28.  
  29. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  30.             h.template
  31.  
  32. OTHERLINKEDOFILES = gram.o
  33.  
  34. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  35. CODE_GEN_STYLE = DYNAMIC
  36. MAKEFILE = tool.make
  37. LIBS = 
  38. DEBUG_LIBS = $(LIBS)
  39. PROF_LIBS = $(LIBS)
  40.  
  41.  
  42. FRAMEWORKS = -framework Foundation
  43.  
  44.  
  45. include $(MAKEFILEDIR)/platform.make
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/$(MAKEFILE)
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.