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 / NS3.3 / Makefile next >
Encoding:
Makefile  |  1997-12-08  |  1.1 KB  |  53 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. LANGUAGE = English
  14.  
  15. CLASSES = MappedFile.m ObjcCategory.m ObjcClass.m ObjcIvar.m\
  16.           ObjcMethod.m ObjcProtocol.m ObjcThing.m
  17.  
  18. HFILES = class-dump.h datatypes.h MappedFile.h ObjcCategory.h\
  19.          ObjcClass.h ObjcIvar.h ObjcMethod.h ObjcProtocol.h\
  20.          ObjcThing.h my_regex.h
  21.  
  22. OTHERLINKED = gram.y
  23.  
  24. MFILES = class-dump.m datatypes.m
  25.  
  26. CFILES = lexer.c my_regex.c
  27.  
  28. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  29.             h.template
  30.  
  31. OTHERLINKEDOFILES = gram.o
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. MAKEFILE = tool.make
  35. INSTALLDIR = /usr/local/bin
  36. INSTALLFLAGS = -c -s -m 755
  37. SOURCEMODE = 444
  38.  
  39. LIBS = -lFoundation_s
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/$(MAKEFILE)
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.