libs-base/Tests/base/NSURL/Helpers/GNUmakefile
rfm b179b29898 import testsuite
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32187 72102866-910b-0410-8b05-ffd578937521
2011-02-16 08:21:17 +00:00

18 lines
354 B
Makefile

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