############################################################################
# #
# Main KCPULoad sources. #
# #
# KCPULoad is copyright (c) 1999-2000, Markus Gustavsson #
# (c) 2002, Ben Burton #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
############################################################################
## kqwsm/Makefile.am
## (C) 1997 Stephan Kulow
## (C) 2000 Markus Gustavsson
AUTOMAKE_OPTIONS = foreign
SUBDIRS = kcpuload icons doc
EXTRA_DIST = admin
dist-hook:
cd $(top_distdir) && perl admin/am_edit -padmin
$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && cat $(top_srcdir)/configure.files)
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
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
noinst_DATA = AUTHORS COPYING ChangeLog INSTALL README TODO
syntax highlighted by Code2HTML, v. 0.9.1