#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = MailManager

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = MailManager.tiff
GLOBAL_RESOURCES = AddressBook.nib AddressHelpPanel.nib FilePanel.nib \
                   HelpPanel.nib InfoPanel.nib KeywordPanel.nib \
                   MailManager.nib MBoxHelpPanel.nib MBoxWindow.nib \
                   Preferences.nib ReadHelpPanel.nib ReadWindow.nib \
                   SelectHelpPanel.nib SelectPanel.nib SendHelpPanel.nib \
                   SendWindow.nib

CLASSES = AddressBook.m AddressBookCell.m AttachedPanel.m BrowserCell.m \
          MailManager.m MBoxWindow.m PullOutMenu.m ReadWindow.m \
          ReplyWindow.m SendWindow.m XTextPkg.m

HFILES = Utilities.h AddressBook.h AddressBookCell.h AttachedPanel.h \
         BrowserCell.h MailManager.h MBoxWindow.h PullOutMenu.h \
         ReadWindow.h ReplyWindow.h SendWindow.h XTextPkg.h

MFILES = MailManager_main.m Utilities.m



MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = /LocalApps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

ICONSECTIONS =	-sectcreate __ICON app MailManager.tiff

LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


-include Makefile.preamble

include $(MAKEFILEDIR)/app.make

-include Makefile.postamble

-include Makefile.dependencies
