From 00bb99ac80741fc50ef8a289719373032f2391eb Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/Makefile.am | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 kmouth/Makefile.am (limited to 'kmouth/Makefile.am') diff --git a/kmouth/Makefile.am b/kmouth/Makefile.am new file mode 100644 index 0000000..a5314bf --- /dev/null +++ b/kmouth/Makefile.am @@ -0,0 +1,32 @@ +bin_PROGRAMS = kmouth + +kmouth_SOURCES = preferencesui.ui texttospeechconfigurationui.ui texttospeechconfigurationwidget.cpp optionsdialog.cpp configwizard.cpp phraseedit.cpp phraselist.cpp speech.cpp texttospeechsystem.cpp phraselistitem.cpp kmouth.cpp main.cpp +kmouth_LDADD = ./phrasebook/libphrasebook.a ./wordcompletion/libwordcompletion.a -lkdeprint $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET) + +SUBDIRS = icons phrasebook wordcompletion books . + +EXTRA_DIST = main.cpp version.h kmouth.cpp kmouth.h kmouthui.rc kmouth.desktop phraselistitem.cpp phraselistitem.h texttospeechsystem.cpp texttospeechsystem.h speech.cpp speech.h phraselist.cpp phraselist.h phraseedit.cpp phraseedit.h kmouthrc configwizard.cpp configwizard.h optionsdialog.cpp optionsdialog.h texttospeechconfigurationwidget.h texttospeechconfigurationwidget.cpp texttospeechconfigurationui.ui preferencesui.ui + +kde_conf_DATA = kmouthrc + +apps_DATA = kmouth.desktop +appsdir = $(kde_appsdir)/Applications + +# set the include path for X, qt and KDE +INCLUDES= -Iphrasebook -Iwordcompletion $(all_includes) + +METASOURCES = AUTO + +# the library search path. +kmouth_LDFLAGS = $(all_libraries) -lkspell $(KDE_RPATH) + +rcdir = $(kde_datadir)/kmouth +rc_DATA = kmouthui.rc + +messages: rc.cpp + $(EXTRACTRC) *.rc *.ui */*.ui >> ./rc.cpp + LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ + if test -n "$$LIST"; then \ + $(XGETTEXT) $$LIST -o $(podir)/kmouth.pot; \ + fi + -- cgit v1.2.3