#
# 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 = Archie

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = ArchieIcon.tiff
DOCICONS = AppDoc.tiff

LOCAL_RESOURCES = Archie.nib ArchiePrefs.nib FileContents.nib\
                  FileInfo.nib FileInspector.nib Ftp.nib FtpHosts.nib\
                  FtpLog.nib FtpLogin.nib FTPPrefs.nib FtpSession.nib\
                  GeneralPrefs.nib Info.nib Inspector.nib Query.nib\
                  QueryPrefs.nib Session.nib Help

GLOBAL_RESOURCES = CodeHelp.rtf appMessages.keys errMessages.keys\
                   Archie.service QueryNotifySnd.snd DirNotifySnd.snd\
                   FTPNotifySnd.snd

CLASSES = ArchieApp.m ArchieApp_FtpHosts.m ArchieServer.m\
          ArchieSession.m File.m FileInspectorInfo.m FileWellView.m\
          FtpFile.m FTPObject.m FTPObject_Inspector.m InspectorInfo.m\
          InspectorManager.m NetrcEntry.m ObjectError.m\
          Object_FTPDaemon.m Preferences.m Preferences_Defaults.m\
          PVlink.m Query.m Query_Inspector.m

HFILES = ArchieApp.h ArchieServer.h ArchieSession.h File.h\
         FileInspectorInfo.h FileWellView.h FtpFile.h ftplib.h\
         FTPObject.h InspectorInfo.h InspectorManager.h NetrcEntry.h\
         ObjectError.h Preferences.h PVlink.h Query.h thread_state.h

MFILES = Archie_main.m

PSWFILES = psfunc.psw

SUBPROJECTS = LibClasses.subproj prospero.subproj

BUNDLES = TIFF.bproj

OTHERSRCS = Makefile Makefile.postamble Makefile.preamble


MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

ICONSECTIONS =	-sectcreate __ICON app ArchieIcon.tiff \
		-sectcreate __ICON AppDoc AppDoc.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
