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

PROJECTVERSION = 2.7
PROJECT_TYPE = Framework
LANGUAGE = English

GLOBAL_RESOURCES = BuildExtensions.plist

CLASSES = SenTest.m SenTestCase.m SenTestSuite.m SenTestRun.m\
          SenTestCaseRun.m SenTestSuiteRun.m\
          NSException_SenTestFailure.m SenTestObserver.m SenTestLog.m\
          SenTestDistributedNotifier.m SenTestProbe.m

HFILES = SenTest.h SenTestCase.h SenTestCase_Macros.h SenTestSuite.h\
         SenTestRun.h SenTestCaseRun.h SenTestSuiteRun.h\
         NSException_SenTestFailure.h SenTestObserver.h SenTestLog.h\
         SenTestDistributedNotifier.h SenTestDefines.h SenTestingKit.h\
         SenTestProbe.h

SUBPROJECTS = Tests.subproj

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

MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CURRENTLY_ACTIVE_VERSION = YES
DEPLOY_WITH_VERSION_NAME = A
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = framework.make
NEXTSTEP_INSTALLDIR = /Local/Library/Frameworks
WINDOWS_INSTALLDIR = $(HOMEDRIVE)$(LOCAL_DEVELOPER_DIR)/Frameworks
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORK_PATHS = -F/Local/Library/Frameworks
WINDOWS_PB_CFLAGS = -D BUILDINGSENTEST
FRAMEWORKS = -framework Foundation -framework SenFoundation
PUBLIC_HEADERS = SenTest.h SenTestCase.h SenTestSuite.h\
                 SenTestCase_Macros.h SenTestingKit.h SenTestDefines.h\
                 NSException_SenTestFailure.h SenTestRun.h\
                 SenTestSuiteRun.h SenTestCaseRun.h SenTestObserver.h\
                 SenTestLog.h SenTestDistributedNotifier.h



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
