home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / uucp / cu / Makefile < prev    next >
Encoding:
Makefile  |  1995-11-07  |  765 b   |  42 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 = cu
  11.  
  12. PROJECTVERSION = 2.0
  13. PROJECT_TYPE = Tool
  14. LANGUAGE = English
  15.  
  16. HFILES = cu.h
  17.  
  18. CFILES = cu.c cusub.c
  19.  
  20. OTHERSRCS = Makefile.preamble Makefile cu.1 Makefile.postamble
  21.  
  22.  
  23. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  24. CODE_GEN_STYLE = DYNAMIC
  25. MAKEFILE = tool.make
  26. INSTALLDIR = $(BINDIR)
  27. LIBS = 
  28. DEBUG_LIBS = $(LIBS)
  29. PROF_LIBS = $(LIBS)
  30.  
  31.  
  32. FRAMEWORKS = -framework Uucp
  33.  
  34.  
  35. -include Makefile.preamble
  36.  
  37. include $(MAKEFILEDIR)/$(MAKEFILE)
  38.  
  39. -include Makefile.postamble
  40.  
  41. -include Makefile.dependencies
  42.