From 37333bf25ad9a4c538250f5af2f9f1d666362883 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/kdeadmin@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksysv/Makefile.am | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 ksysv/Makefile.am (limited to 'ksysv/Makefile.am') diff --git a/ksysv/Makefile.am b/ksysv/Makefile.am new file mode 100644 index 0000000..5e8ff78 --- /dev/null +++ b/ksysv/Makefile.am @@ -0,0 +1,84 @@ +INCLUDES= $(all_includes) +SUBDIRS = pics toolbar +KDE_ICON=AUTO +xdg_apps_DATA = ksysv.desktop + +bin_PROGRAMS = ksysv +# Which sources should be compiled for ksysv. +ksysv_SOURCES = main.cpp \ + ActionList.cpp \ + IOCore.cpp \ + ksvdraglist.cpp \ + RunlevelAuthIcon.cpp \ + OldView.cpp \ + Properties.cpp \ + SpinBox.cpp \ + ServiceDlg.cpp \ + TopWidget.cpp \ + Data.cpp \ + ksv_conf.cpp \ + ksvapplication.cpp \ + kdltooltip.cpp \ + ksv_core.cpp \ + ksvdrag.cpp \ + kscroller.cpp \ + ksv_service.cpp \ + leveldb.c \ + PreferencesDialog.cpp \ + trash.cpp \ + pathconfig.ui \ + ksvpathconfig.cpp \ + miscconfig.ui \ + ksvmiscconfig.cpp \ + lookandfeelconfig.ui \ + ksvlookandfeel.cpp \ + configwizard.ui \ + ksvconfigwizard.cpp \ + kbusymanager.cpp + +# the library search path +ksysv_METASOURCES = AUTO +ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) +ksysv_LDADD = $(LIB_KFILE) -lkdeprint + +# this option you can leave out. Just, if you use "make dist", you need it +noinst_HEADERS = ActionList.h \ + IOCore.h \ + OldView.h \ + Properties.h \ + SpinBox.h \ + Data.h \ + ksvapplication.h \ + ServiceDlg.h \ + TopWidget.h \ + kdltooltip.h \ + ksvdrag.h \ + ksv_service.h \ + ksv_conf.h \ + RunlevelAuthIcon.h \ + ksv_core.h \ + kscroller.h \ + ksvdraglist.h \ + leveldb.h \ + PreferencesDialog.h \ + trash.h \ + ksvpathconfig.h \ + ksvmiscconfig.h \ + ksvlookandfeel.h \ + ksvconfigwizard.h \ + kbusymanager.h \ + version.h + +# just to make sure, automake makes them + +messages: rc.cpp + $(XGETTEXT) -C *.cpp -o $(podir)/ksysv.pot + +rcdir = $(kde_datadir)/ksysv +rc_DATA = ksysvui.rc + +kdemime_DATA = x-ksysv.desktop +kdemimedir = $(kde_mimedir)/application + +textmime_DATA = x-ksysv-log.desktop +textmimedir= $(kde_mimedir)/text -- cgit v1.2.1