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 --- ksayit/src/Makefile.am | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ksayit/src/Makefile.am (limited to 'ksayit/src/Makefile.am') diff --git a/ksayit/src/Makefile.am b/ksayit/src/Makefile.am new file mode 100644 index 0000000..9fb2b84 --- /dev/null +++ b/ksayit/src/Makefile.am @@ -0,0 +1,45 @@ +# set the include path for X, qt and KDE +INCLUDES = -I$(top_srcdir)/ksayit/KTTSD_Lib $(all_includes) + +# these are the headers for your project +noinst_HEADERS = doctreeviewimpl.h effectstack.h fxpluginhandler.h \ + fxsetupimpl.h ksayit_fxplugin.h ksayitsystemtray.h ksayit_ttsplugin.h \ + ksayitviewimpl.h Types.h version.h voicesetupdlg.h ksayit.h parasaxparser.h saxhandler.h \ + ksayitbookmarkhandler.h contextmenuhandler.h docbookclasses.h docbookgenerator.h \ + docbookparser.h + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +messages: rc.cpp + $(XGETTEXT) *.cpp -o $(podir)/ksayit.pot + +KDE_ICON = 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 = ksayit + +# the application source, library search path, and link libraries +ksayit_SOURCES = doctreeviewimpl.cpp effectstack.cpp fxpluginhandler.cpp \ + fxsetupimpl.cpp ksayit.skel ksayitsystemtray.cpp ksayitviewimpl.cpp \ + main.cpp voicesetupdlg.cpp ksayit.cpp DocTreeView.ui fx_setup.ui KSayItView.ui \ + parasaxparser.cpp saxhandler.cpp ksayitbookmarkhandler.cpp contextmenuhandler.cpp docbookclasses.cpp \ + docbookgenerator.cpp docbookparser.cpp + +ksayit_LDFLAGS = $(KDE_RPATH) $(all_libraries) +ksayit_LDADD = $(top_builddir)/ksayit/KTTSD_Lib/libKTTSD_Lib.la $(LIB_KIO) \ + -lartskde -lsoundserver_idl -lartsflow + + +# this is where the shell's XML-GUI resource file goes +shellrcdir = $(kde_datadir)/ksayit + + +shellrc_DATA = ksayitui.rc ContextMenus.xml +xdg_apps_DATA = ksayit.desktop +include_HEADERS = ksayit_fxplugin.h -- cgit v1.2.3