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