#
#  SenTestingKit makefile.
#  
#  Author: Mirko Viviani <mirko.viviani@rccr.cremona.it>
#
#  Date: 5 October 2000
#

SenTestingKit_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)

GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles

include $(GNUSTEP_MAKEFILES)/common.make

include ../Version

PACKAGE_NAME = SenTestingKit
FRAMEWORK_VAR = SENTESTINGKIT
SenTestingKit_CURRENT_VERSION_NAME = A

# The library to be compiled
FRAMEWORK_NAME = SenTestingKit

SENTESTINGKIT_INSTALL_PREFIX = $(GNUSTEP_LOCAL_ROOT)

# Subprojects
SenTestingKit_SUBPROJECTS = Tests.subproj

# The resource files to be compiled
SenTestingKit_RESOURCE_FILES = ApplicationWrapperExtensions.plist\
			       NoSourceDirectoryExtensions.plist

# Additional runtime definitions
ifeq "$(OBJC_RUNTIME_LIB)" "gnu"
ADDITIONAL_OBJCFLAGS += -DGNU_RUNTIME
endif

# The C source files to be compiled
SenTestingKit_C_FILES = 

# The Objective-C source files to be compiled
SenTestingKit_OBJC_FILES = NSException_SenTestFailure.m \
	NSInvocation_SenTesting.m \
	SenInterfaceTestCase.m SenTest.m SenTestCase.m \
	SenTestCaseRun.m SenTestDistributedNotifier.m SenTestLog.m \
	SenTestObserver.m SenTestProbe.m SenTestRun.m SenTestSuite.m \
	SenTestSuiteRun.m

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


-include Makefile.preamble

-include GNUmakefile.local

include $(GNUSTEP_MAKEFILES)/framework.make

-include Makefile.postamble
