#
# Generated by the Apple 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 = Shikenjo

PROJECTVERSION = 2.8
PROJECT_TYPE = Application
NEXTSTEP_APPICON = Shikenjo.tiff
ICONSECTIONS =	-sectcreate __ICON app Shikenjo.tiff

English_RESOURCES = Shikenjo.nib InfoPanel.nib Localizable.strings

LANGUAGES = English

GLOBAL_RESOURCES = Error.tiff Failure.tiff Inspector.tiff Klein.tiff\
                   Options.tiff Run.tiff Sente_70.eps Shikenjo.tiff\
                   Stop.tiff

CLASSES = InfoPanelController.m Shikenjo.m

HFILES = InfoPanelController.h Shikenjo.h

MFILES = Shikenjo_main.m

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


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


FRAMEWORK_PATHS = -F$(USER_LIBRARY_DIR)/Frameworks\
                  -F$(NEXT_ROOT)$(LOCAL_LIBRARY_DIR)/Frameworks
FRAMEWORKS = -framework AppKit -framework Foundation\
             -framework SenFoundation -framework SenTestingKit


NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
