You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeaccessibility/kttsd/kttsd/Makefile.am

52 lines
1.5 KiB

# Include paths. INCLUDES is maintained by KDevelop, AM_CPPFLAGS is the preferred variable,
# so keep them synchronized.
INCLUDES = \
-I$(top_srcdir)/kttsd/libkttsd \
-I$(kde_includes)/arts \
$(KTTS_KSPEECH_INCLUDE) \
$(all_includes)
# Let am_edit/unsermake handle all of the metasource files (moc).
METASOURCES = AUTO
#########################################################################
# APPLICATION SECTION
#########################################################################
# This is the program that gets installed. It's name is used for all
# of the other Makefile.am variables.
bin_PROGRAMS = kttsd
kspeech_DIR = $(KTTS_KSPEECH_DIR)
kspeechsink_DIR = $(KTTS_KSPEECH_DIR)
# The source, library search path, and link libraries.
# Note: .skel files cause DCOPIDL compiler to generate _skel.cpp file and compile it.
kttsd_SOURCES = \
kspeech.skel kspeechsink.stub\
main.cpp \
kttsd.cpp \
speaker.cpp \
speechdata.cpp \
kttsd.skel \
threadedplugin.cpp \
ssmlconvert.cpp \
filtermgr.cpp \
talkermgr.cpp
kttsd_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kttsd_LDADD = \
$(top_builddir)/kttsd/libkttsd/libkttsd.la \
$(LIB_TDECORE) \
$(LIB_TDEIO) \
$(LIB_TDEUTILS)
# Install desktop file to standard services directory.
kde_services_DATA = kttsd.desktop
# Install data.
kttsddatadir = $(kde_datadir)/kttsd/xslt/
kttsddata_DATA = SSMLtoPlainText.xsl
noinst_HEADERS = threadedplugin.h ssmlconvert.h