From e2de64d6f1beb9e492daf5b886e19933c1fa41dd 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/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun/Makefile.am | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 noatun/Makefile.am (limited to 'noatun/Makefile.am') diff --git a/noatun/Makefile.am b/noatun/Makefile.am new file mode 100644 index 00000000..bb024d36 --- /dev/null +++ b/noatun/Makefile.am @@ -0,0 +1,29 @@ +INCLUDES = -I$(kde_includes)/kio -I$(top_srcdir)/noatun/library -I$(kde_includes)/arts $(all_includes) + +SUBDIRS = pics library app . modules + +KDE_ICON = AUTO + +xdg_apps_DATA = noatun.desktop + +presetsdir = $(kde_datadir)/noatun/eq.preset +presets_DATA = preset.dance preset.jazz preset.metal preset.trance preset.zero + +updatedir = $(kde_datadir)/kconf_update +update_DATA = noatun.upd +update_PROGRAMS = noatun20update + +noatun20update_SOURCES = noatun20update.cpp +noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) +noatun20update_LDADD = $(LIB_QT) + +messages: + $(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp + $(XGETTEXT) rc.cpp `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $(podir)/noatun.pot + +api: + $(mkinstalldirs) $(top_builddir)/noatun/apidocs/libnoatun + if test ! -x $(top_builddir)/noatun/apidocs/common; then \ + $(LN_S) $(kde_libs_htmldir)/en/common $(top_builddir)/noatun/apidocs/common; \ + fi + doxygen noatun.api -- cgit v1.2.1