mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 19:41:00 +00:00
13 lines
240 B
Text
13 lines
240 B
Text
|
|
||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
TOOL_NAME = StatusServer
|
||
|
|
||
|
StatusServer_OBJC_FILES = StatusServer.m
|
||
|
StatusServer_NEEDS_GUI = NO
|
||
|
|
||
|
-include GNUmakefile.preamble
|
||
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
||
|
-include GNUmakefile.postamble
|
||
|
|