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

PROJECTVERSION = 2.6
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = TheShelfApplication.tiff
NEXTSTEP_DOCICONS = AShelf.FileIcon.tiff

ICONSECTIONS =	-sectcreate __ICON app TheShelfApplication.tiff \
		-sectcreate __ICON AShelf.FileIcon AShelf.FileIcon.tiff

LOCAL_RESOURCES = Info.nib TheShelf.nib

GLOBAL_RESOURCES = AShelf.FileIcon.tiff DragableDocument.tiff\
                   SmallTab.tiff TheShelfApplication.tiff

CLASSES = TSAppManager.m TSWorkspace.m TSShelfWindow.m TSShelfItem.m\
          TSShelfDragView.m OFInfoManager.m NSText_MiscExtensions.m\
          NSImage_MiscExtensions.m NSString+MiscPathComparing.m\
          NSColor+MiscExtensions.m NSDictionary+MiscDefaultsSupport.m\
          NSArray+MiscExtensions.m NSUserDefaults+MiscColorExtensions.m\
          NSTask+MiscExtensions.m

HFILES = TSAppManager.h TSWorkspace.h TSShelfWindow.h TSShelfItem.h\
         TSShelfDragView.h OFInfoManager.h NSText_MiscExtensions.h\
         NSImage_MiscExtensions.h NSString+MiscPathComparing.h\
         NSColor+MiscExtensions.h NSDictionary+MiscDefaultsSupport.h\
         NSArray+MiscExtensions.h NSUserDefaults+MiscColorExtensions.h\
         NSTask+MiscExtensions.h

MFILES = TheShelf_main.m

SUBPROJECTS = MiscTabButtonCell.subproj

BUNDLES = TextViewShelf.bproj IconViewShelf.bproj\
          ApplicationTrayShelf.bproj SystemTrayShelf.bproj\
          ConsoleTextShelf.bproj

TOOLS = LaunchHelper.tproj

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
            h.template CustomInfo.plist


MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = $(HOME)/Apps
WINDOWS_INSTALLDIR = /MyApps
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORK_PATHS = -F/LocalLibrary/
FRAMEWORKS = -framework AppKit -framework Foundation\
             -framework MiscAppKit -framework MiscFoundation
PROJECT_HEADERS = TSShelfItem.h TSWorkspace.h



include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
