home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Networking / msend-3.3-I / Makefile < prev    next >
Encoding:
Makefile  |  1997-10-28  |  1.2 KB  |  58 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 = msend
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = msend.tiff
  17. ICONSECTIONS =    -sectcreate __ICON app msend.tiff
  18.  
  19. LOCAL_RESOURCES = Info.nib NEXTSTEP_msend.nib WINDOWS_msend.nib
  20.  
  21. GLOBAL_RESOURCES = msend.tiff
  22.  
  23. CLASSES = MSController.m MSMessage.m
  24.  
  25. HFILES = common.h MSController.h msend.h MSMessage.h
  26.  
  27. MFILES = msend_main.m
  28.  
  29. CFILES = compat.c msave.c msend.c
  30.  
  31. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  32.             h.template
  33.  
  34.  
  35. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  36. CODE_GEN_STYLE = DYNAMIC
  37. MAKEFILE = app.make
  38. NEXTSTEP_INSTALLDIR = /LocalApps
  39. WINDOWS_INSTALLDIR = /MyApps
  40. LIBS = 
  41. DEBUG_LIBS = $(LIBS)
  42. PROF_LIBS = $(LIBS)
  43.  
  44.  
  45. NEXTSTEP_PB_CFLAGS = -DOLDBSD -DMSEND_APP -DNEXT_ALERTPANEL -DUSE_STRFTIME
  46. FRAMEWORKS = -framework AppKit -framework Foundation
  47.  
  48.  
  49. include $(MAKEFILEDIR)/platform.make
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.