mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-01 20:40:53 +00:00
19 lines
354 B
Text
19 lines
354 B
Text
|
|
||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
TOOL_NAME = capture respond keepalive
|
||
|
|
||
|
capture_OBJC_FILES = capture.m
|
||
|
capture_NEEDS_GUI = NO
|
||
|
|
||
|
respond_OBJC_FILES = respond.m
|
||
|
respond_NEEDS_GUI = NO
|
||
|
|
||
|
keepalive_OBJC_FILES = keepalive.m
|
||
|
keepalive_NEEDS_GUI = NO
|
||
|
|
||
|
-include GNUmakefile.preamble
|
||
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
||
|
-include GNUmakefile.postamble
|
||
|
|