summaryrefslogtreecommitdiffstats
path: root/Makefile.am.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-15 18:16:33 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-15 18:16:33 +0000
commitec0343ea3ec3c0eb444db2ba98f3c8dbe4cf156b (patch)
tree0f5c292df974170aaa5b91d8b09e3fa58a0b7c61 /Makefile.am.in
downloadkcpuload-ec0343ea3ec3c0eb444db2ba98f3c8dbe4cf156b.tar.gz
kcpuload-ec0343ea3ec3c0eb444db2ba98f3c8dbe4cf156b.zip
Added KDE3 version of kcpuload
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1090658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'Makefile.am.in')
-rw-r--r--Makefile.am.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/Makefile.am.in b/Makefile.am.in
new file mode 100644
index 0000000..85ff111
--- /dev/null
+++ b/Makefile.am.in
@@ -0,0 +1,28 @@
+AUTOMAKE_OPTIONS = foreign 1.5
+
+install-data-local:
+ @echo ""
+ @echo ""
+ @echo ""
+ @echo "*************** Important *************************"
+ @echo ""
+ @echo " Add "$(bindir)" to your PATH"
+ @echo ""
+ @echo " Please report bugs with our web form at"
+ @echo " http://bugs.kde.org."
+ @echo ""
+ @echo " Stephan Kulow <coolo@kde.org> and all the KDE"
+ @echo " developers wish you fun with the KDE."
+ @echo "****************************************************"
+ @echo ""
+
+$(top_srcdir)/acinclude.m4: $(shell find . -name acinclude.m4.in) $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
+ @cd $(top_srcdir) && cat $^ > acinclude.m4;
+
+$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && sed -e "s%^%\$(top_srcdir)/%" $(top_srcdir)/configure.files) $(top_srcdir)/subdirs
+ cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
+$(top_srcdir)/subdirs:
+ cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
+$(top_srcdir)/configure.files:
+ cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
+