2011-02-16 08:21:17 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
2016-07-01 15:22:35 +00:00
|
|
|
TOOL_NAME = NSZombie processgroup testcat testecho testsleep
|
|
|
|
|
|
|
|
NEEDS_GUI = NO
|
2011-02-16 08:21:17 +00:00
|
|
|
|
|
|
|
NSZombie_OBJC_FILES = NSZombie.m
|
|
|
|
|
|
|
|
processgroup_OBJC_FILES = processgroup.m
|
|
|
|
|
2022-08-05 10:53:34 +00:00
|
|
|
testcat_C_FILES = testcat.c
|
2011-02-16 08:21:17 +00:00
|
|
|
|
|
|
|
testecho_OBJC_FILES = testecho.m
|
2016-07-01 15:22:35 +00:00
|
|
|
|
|
|
|
testsleep_OBJC_FILES = testsleep.m
|
2011-02-16 08:21:17 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
|
|
|
-include GNUmakefile.postamble
|
|
|
|
|