home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / imap-3.0 / MailManager / Makefile < prev    next >
Encoding:
Makefile  |  1992-09-30  |  1.5 KB  |  54 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 = MailManager
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = MailManager.tiff
  16. GLOBAL_RESOURCES = AddressBook.nib AddressHelpPanel.nib FilePanel.nib \
  17.                    HelpPanel.nib InfoPanel.nib KeywordPanel.nib \
  18.                    MailManager.nib MBoxHelpPanel.nib MBoxWindow.nib \
  19.                    Preferences.nib ReadHelpPanel.nib ReadWindow.nib \
  20.                    SelectHelpPanel.nib SelectPanel.nib SendHelpPanel.nib \
  21.                    SendWindow.nib
  22.  
  23. CLASSES = AddressBook.m AddressBookCell.m AttachedPanel.m BrowserCell.m \
  24.           MailManager.m MBoxWindow.m PullOutMenu.m ReadWindow.m \
  25.           ReplyWindow.m SendWindow.m XTextPkg.m
  26.  
  27. HFILES = Utilities.h AddressBook.h AddressBookCell.h AttachedPanel.h \
  28.          BrowserCell.h MailManager.h MBoxWindow.h PullOutMenu.h \
  29.          ReadWindow.h ReplyWindow.h SendWindow.h XTextPkg.h
  30.  
  31. MFILES = MailManager_main.m Utilities.m
  32.  
  33.  
  34.  
  35. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  36. INSTALLDIR = /LocalApps
  37. INSTALLFLAGS = -c -s -m 755
  38. SOURCEMODE = 444
  39.  
  40. ICONSECTIONS =    -sectcreate __ICON app MailManager.tiff
  41.  
  42. LIBS = -lMedia_s -lNeXT_s
  43. DEBUG_LIBS = $(LIBS)
  44. PROF_LIBS = $(LIBS)
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/app.make
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.