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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = NewtonIcon.tiff
DOCICONS = InstallNewtonPackage.tiff InstallNewtonPackage.tiff

LOCAL_RESOURCES = Newton.nib NewtonPackage.nib NoteController.nib\
                  SlurpeeController.nib Help Localizable.strings\
                  TCNewtonPackage.strings

GLOBAL_RESOURCES = 2000Image.tiff InstallNewtonPackage.tiff\
                   MP2000Icon.tiff NewtonBorder.tiff\
                   NewtonTextTransparent.tiff PasteFromClipboard.tiff\
                   SavePkg.tiff

CLASSES = AppController.m AppControllerApplicationDelegate.m\
          NewtonController.m NoteController.m PackageController.m\
          ServicesController.m SlurpeeAdaptor.m SlurpeeController.m\
          TCKeyConsumerView.m TCNewtonPackage.m

HFILES = AppController.h NewtonController.h NoteController.h\
         PackageController.h ServicesController.h SlurpeeAdaptor.h\
         SlurpeeController.h TCKeyConsumerView.h TCNewtonPackage.h

MFILES = Newton_main.m

SUBPROJECTS = Preferences.subproj

TOOLS = npkginfo.tproj

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble ChangeLog.rtf\
            ToDo.rtf Services


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

ICONSECTIONS =	-sectcreate __ICON app NewtonIcon.tiff \
		-sectcreate __ICON InstallNewtonPackage InstallNewtonPackage.tiff

LIBS = -lFoundation_s -lMedia_s -lNeXT_s -lTCKit -lIndexing_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


LIBRARY_PATHS = -L/LocalDeveloper/Libraries


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
