From b8ad5a83c90d9d51f04ac3fa0a1232e6abb561bc Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 9 Jun 2009 11:24:12 -1000 Subject: Convert scripts/ to Makefile.am --- scripts/Makefile | 37 ------------------------------------- scripts/Makefile.am | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 37 deletions(-) delete mode 100644 scripts/Makefile create mode 100644 scripts/Makefile.am (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile deleted file mode 100644 index 6e0e23bbe..000000000 --- a/scripts/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# -# Makefile -# -# Copyright (C) 2007 Red Hat, Inc. All rights reserved. -# -# 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, see . -# - -include ../Makefile.inc - -all: - -install: - install -p -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 755 mk-images $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 644 mk-images.* $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 755 buildinstall.functions $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 755 makestamp.py $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 755 maketreeinfo.py $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 644 pyrc.py $(DESTDIR)/$(RUNTIMEDIR) - install -p -m 755 upd-updates $(DESTDIR)/$(RUNTIMEDIR) - -depend: diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 000000000..1f2352abe --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,27 @@ +# scripts/Makefile.am for anaconda +# +# Copyright (C) 2009 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see . +# +# Author: David Cantrell + +scriptsdir = $(libdir)/$(PACKAGE_NAME)-runtime +dist_scripts_SCRIPTS = upd-instroot mk-images buildinstall \ + buildinstall.functions scrubtree getkeymaps \ + makestamp.py maketreeinfo.py upd-updates +dist_scripts_DATA = mk-images.* pyrc.py +dist_noinst_SCRIPTS = getlangnames.py upd-bootimage upd-initrd upd-kernel + +MAINTAINERCLEANFILES = Makefile.in -- cgit