mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-07 06:51:07 +00:00
21 lines
397 B
Makefile
21 lines
397 B
Makefile
|
|
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_C_FILES = testcat.c
|
|
|
|
testecho_OBJC_FILES = testecho.m
|
|
|
|
testsleep_OBJC_FILES = testsleep.m
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
|
-include GNUmakefile.postamble
|
|
|