# mclu (mini cluster) # Copyright (C) 2014 Red Hat Inc. # # 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. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ACLOCAL_AMFLAGS = -I m4 # Why doesn't automake include _SCRIPTS and _DATA ...? EXTRA_DIST = CONFIGURATION mclu.spec $(pkgdata_SCRIPTS) $(conf_DATA) # This rule just ensures that the wrapper binary and Python files get # installed when we do 'make install'. bin_SCRIPTS = mclu pkgdata_SCRIPTS = \ config.py \ lib.py \ libvirt_xml.py \ mclu.py \ mclu_build.py \ mclu_console.py \ mclu_info.py \ mclu_list.py \ mclu_migrate.py \ mclu_shutdown.py \ mclu_start.py \ mclu_status.py \ mclu_stop.py \ mclu_viewer.py \ mclu_wake.py \ node.py # Configuration file. confdir = $(sysconfdir)/$(PACKAGE_NAME) conf_DATA = mclu.conf install-data-hook: mkdir -p $(DESTDIR)/$(sysconfdir)/$(PACKAGE_NAME)/xmls CLEANFILES = \ *~ \ *.pyc \ config.py \ mclu \ mclu.spec