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

PROJECTVERSION = 2.6
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = OmniLibrarian.tiff
NEXTSTEP_DOCICONS = Bookshelf.tiff

ICONSECTIONS =	-sectcreate __ICON app OmniLibrarian.tiff \
		-sectcreate __ICON Bookshelf Bookshelf.tiff

LOCAL_RESOURCES = Bookshelf.nib Info.nib OmniLibrarian-windows.nib\
                  OmniLibrarian.nib

GLOBAL_RESOURCES = Bookshelf.tiff indexTag.tiff OmniLibrarian.tiff

CLASSES = OLIndexedFolder.m OLIndexFolderDragging.m OWShelfFormatter.m\
          OWShelfView.m OLApplicationController.m\
          OLBookshelfController.m

HFILES = OLIndexedFolder.h OLIndexFolderDragging.h OWShelfFormatter.h\
         OWShelfView.h OWShelfViewDelegateProtocol.h\
         OWShelfViewDragSupportProtocol.h OWShelfViewFormatterProtocol.h\
         OLApplicationController.h OLBookshelfController.h

MFILES = OmniLibrarian_main.m

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


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = $(OMNI_INSTALLROOT)/Applications
WINDOWS_INSTALLDIR = /MyApps
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORK_PATHS = -F$(OMNI_FRAMEWORKS)
NEXTSTEP_PB_CFLAGS = -Wall -O2
WINDOWS_PB_CFLAGS = -Wall -O2
PDO_UNIX_PB_CFLAGS = -Wall -O2
FRAMEWORKS = -framework AppKit -framework Foundation -framework OmniAIAT\
             -framework OmniAppKit -framework OmniBase\
             -framework OmniFoundation


NEXTSTEP_BUILD_OUTPUT_DIR = $(OMNI_BUILDOUTPUT)/Applications/$(NAME)

WINDOWS_BUILD_OUTPUT_DIR = $(OMNI_BUILDOUTPUT)/Applications/$(NAME)

PDO_UNIX_BUILD_OUTPUT_DIR = $(OMNI_BUILDOUTPUT)/Applications/$(NAME)

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
