libs-gui/Tools/say/GNUmakefile
fredkiefer b644b71dd7 Clean up the code and the GNUmakefile of the say tool.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33091 72102866-910b-0410-8b05-ffd578937521
2011-05-23 11:29:52 +00:00

24 lines
508 B
Makefile

ETOILE_CORE_MODULE = YES
include $(GNUSTEP_MAKEFILES)/common.make
GSSPEECHENGINE = Flite
VERSION = 0.1
TOOL_NAME = say
say_LANGUAGES = English
say_OBJC_FILES = \
say.m
# Add include/lib dirs for currently built headers and libs.
say_INCLUDE_DIRS += -I../../Headers -I../../Headers/Additions
say_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR) \
-L/usr/local/lib
#say_OBJCFLAGS += -std=c99 -g -Werror
say_LDFLAGS += -lgnustep-gui
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make