summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-06-09 11:24:12 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-06-09 12:26:53 -1000
commitb8ad5a83c90d9d51f04ac3fa0a1232e6abb561bc (patch)
treeca93808ae47f7dceb944f279f104107803f661bc /scripts
parent9d3b284faddbb1e4f2ba9bb3367bd37c12ac6899 (diff)
downloadanaconda-b8ad5a83c90d9d51f04ac3fa0a1232e6abb561bc.tar.gz
anaconda-b8ad5a83c90d9d51f04ac3fa0a1232e6abb561bc.tar.xz
anaconda-b8ad5a83c90d9d51f04ac3fa0a1232e6abb561bc.zip
Convert scripts/ to Makefile.am
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile37
-rw-r--r--scripts/Makefile.am27
2 files changed, 27 insertions, 37 deletions
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 <http://www.gnu.org/licenses/>.
-#
-
-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 <http://www.gnu.org/licenses/>.
+#
+# Author: David Cantrell <dcantrell@redhat.com>
+
+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