From bd9e6617827818fd043452c08c606f07b78014a0 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/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kspy/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 kspy/Makefile.am (limited to 'kspy/Makefile.am') diff --git a/kspy/Makefile.am b/kspy/Makefile.am new file mode 100644 index 00000000..37af3c20 --- /dev/null +++ b/kspy/Makefile.am @@ -0,0 +1,30 @@ + +lib_LTLIBRARIES = libkspy.la +libkspy_la_SOURCES = navviewitem.cpp propsview.cpp navview.cpp spy.cpp sigslotview.cpp \ + receiversview.cpp classinfoview.cpp + +include_HEADERS = kspy.h + +noinst_HEADERS = spy.h navview.h propsview.h navviewitem.h receiversview.h classinfoview.h + +libkspy_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIBSOCKET) + +# set the include path for X, qt and KDE +INCLUDES= $(all_includes) + +libkspy_la_LDFLAGS = $(all_libraries) -version-info 3:0:2 -no-undefined $(USER_LDFLAGS) + +EXTRA_DIST = main.cpp spy.cpp spy.h navview.cpp navview.h propsview.cpp \ + propsview.h navviewitem.cpp navviewitem.h sigslotview.h receiversview.h classinfoview.h + +METASOURCES = AUTO + +messages: + 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)/spy.pot; \ + fi + +check_PROGRAMS = testkspy +testkspy_SOURCES = main.cpp +testkspy_LDADD = libkspy.la -- cgit v1.2.3