
include $(GNUSTEP_MAKEFILES)/common.make

TOOL_NAME = NSZombie processgroup testcat testecho testsleep

NEEDS_GUI = NO

NSZombie_OBJC_FILES = NSZombie.m

processgroup_OBJC_FILES = processgroup.m

testcat_OBJC_FILES = testcat.m

testecho_OBJC_FILES = testecho.m

testsleep_OBJC_FILES = testsleep.m

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble

