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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = SmallObjectClassEditor.tiff
DOCICONS = ObjectPink.m.tiff ObjectPink.h.tiff

LOCAL_RESOURCES = ClassEditor.nib ClassWindow.nib Info.nib Help

GLOBAL_RESOURCES = Category.tiff CategoryS.tiff CESmallObjectPink.tiff\
                   Class.tiff ClassMethod.tiff ClassMethodS.tiff\
                   ClassS.tiff ClosedLockS.tiff Dimple.tiff\
                   InstanceMethod.tiff InstanceMethodS.tiff\
                   MiscTabBegin.tiff MiscTabBeginSelected.tiff\
                   MiscTabEnd.tiff MiscTabEndSelected.tiff\
                   ObjectPink.rtf.m.h.tiff Protocol.tiff ProtocolS.tiff\
                   CEClassDocuTemplate.rtf CEMethodDocuTemplate.rtf\
                   ClassEditor.info DocuTemplate.rtf

CLASSES = Application_more.m CEAppManager.m CEBrowserCell.m\
          CECellMatrix.m CEClassEditor+FileHandling.m CEClassEditor.m\
          CEInfo.m CEListener.m CEMethod.m CESideSplitView.m

HFILES = Application_more.h CEAppManager.h CEBrowserCell.h\
         CECellMatrix.h CEClassEditor+FileHandling.h CEClassEditor.h\
         CEInfo.h CEListener.h CEMethod.h CESideSplitView.h

MFILES = ClassEditor_main.m

SUBPROJECTS = RZBrowserCell.subproj SideSplitView.subproj\
              MiscSources.subproj Preferences.subproj\
              CodeClasses.subproj

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble


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

ICONSECTIONS =	-sectcreate __ICON app SmallObjectClassEditor.tiff \
		-sectcreate __ICON ObjectPink.m ObjectPink.m.tiff \
		-sectcreate __ICON ObjectPink.h ObjectPink.h.tiff

LIBS = -lMiscProgressView -lMiscTabMatrix -lMedia_s -lNeXT_s\
       -lIndexing_s -lMiscShell -lMiscKit -lMiscSwapKit
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


HEADER_PATHS = -IMiscSources.subproj -IRZBrowserCell.subproj\
               -IPreferences.subproj
LIBRARY_PATHS = -L/LocalDeveloper/Libraries


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
