
# $Id$

#LIBRARY_COMBO=gnu-gnu

# Install into the system root by default
#GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
#TOOL_INSTALLATION_DIR = ./

GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles

include $(GNUSTEP_MAKEFILES)/common.make

TOOL_NAME=testthreads

# The Objective-C source files to be compiled
testthreads_OBJC_FILES = \
testThreads_main.m \
test.m \
NSNonBlockingFileHandle.m

testthreads_HEADER_FILES = \
test.h \

SRCS = $(TOOL_NAME:=.m)
HDRS = $(TOOL_NAME:=.h)

DIST_FILES = $(SRCS) $(HDRS) GNUmakefile Makefile.postamble Makefile.preamble

-include Makefile.preamble

include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/tool.make

-include Makefile.postamble
