home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / uucp / uucico / Makefile next >
Encoding:
Makefile  |  1995-10-12  |  882 b   |  43 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 = uucico
  11.  
  12. PROJECTVERSION = 2.0
  13. PROJECT_TYPE = Tool
  14. LANGUAGE = English
  15.  
  16. HFILES = trans.h
  17.  
  18. CFILES = prote.c protf.c protg.c proti.c protj.c prott.c proty.c\
  19.          protz.c rec.c send.c time.c trans.c uucico.c xcmd.c
  20.  
  21. OTHERSRCS = Makefile.preamble Makefile uucico.8 Makefile.postamble
  22.  
  23.  
  24. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  25. CODE_GEN_STYLE = DYNAMIC
  26. MAKEFILE = tool.make
  27. INSTALLDIR = $(SBINDIR)
  28. LIBS = 
  29. DEBUG_LIBS = $(LIBS)
  30. PROF_LIBS = $(LIBS)
  31.  
  32.  
  33. FRAMEWORKS = -framework Uucp
  34.  
  35.  
  36. -include Makefile.preamble
  37.  
  38. include $(MAKEFILEDIR)/$(MAKEFILE)
  39.  
  40. -include Makefile.postamble
  41.  
  42. -include Makefile.dependencies
  43.