A few new icons...
[kdeaccessibility.git] / kmouth / Makefile.am
bloba5314bff7fd403ca77f0b5bdd9561917ff98cc5b
1 bin_PROGRAMS = kmouth
3 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 
4 kmouth_LDADD   = ./phrasebook/libphrasebook.a ./wordcompletion/libwordcompletion.a -lkdeprint $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET)
6 SUBDIRS = icons phrasebook wordcompletion books . 
8 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 
10 kde_conf_DATA = kmouthrc
12 apps_DATA = kmouth.desktop
13 appsdir = $(kde_appsdir)/Applications
15 # set the include path for X, qt and KDE
16 INCLUDES= -Iphrasebook -Iwordcompletion $(all_includes)
18 METASOURCES = AUTO
20 # the library search path. 
21 kmouth_LDFLAGS = $(all_libraries) -lkspell $(KDE_RPATH)
23 rcdir = $(kde_datadir)/kmouth
24 rc_DATA = kmouthui.rc
26 messages: rc.cpp
27         $(EXTRACTRC) *.rc *.ui */*.ui >> ./rc.cpp
28         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`; \
29         if test -n "$$LIST"; then \
30          $(XGETTEXT) $$LIST -o $(podir)/kmouth.pot; \
31         fi