summaryrefslogtreecommitdiffstats
path: root/booty
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-06-09 11:18:03 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-06-09 12:26:50 -1000
commit1fdf6ccaf98b178880e3b657a92e1579a001361e (patch)
treed8ca4597f888a16bcf6837125cdb056d96ea76c4 /booty
parent801759103c4174434d2694ef2c5adae74b4a360e (diff)
downloadanaconda-1fdf6ccaf98b178880e3b657a92e1579a001361e.tar.gz
anaconda-1fdf6ccaf98b178880e3b657a92e1579a001361e.tar.xz
anaconda-1fdf6ccaf98b178880e3b657a92e1579a001361e.zip
Convert booty/ to Makefile.am
Diffstat (limited to 'booty')
-rw-r--r--booty/Makefile33
-rw-r--r--booty/Makefile.am23
2 files changed, 23 insertions, 33 deletions
diff --git a/booty/Makefile b/booty/Makefile
deleted file mode 100644
index 1730985e2..000000000
--- a/booty/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Makefile
-#
-# Copyright (C) 2009 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:
- echo "nothing to make"
-
-install:
- mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)/booty
- install -p -m 644 *.py $(DESTDIR)/$(PYTHONLIBDIR)/booty
- ../py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR)/booty $(DESTDIR)/$(PYTHONLIBDIR)/booty/*.py
-
-clean:
- rm -f *.o *.so *.pyc
-
-depend:
diff --git a/booty/Makefile.am b/booty/Makefile.am
new file mode 100644
index 000000000..7cfc29fd5
--- /dev/null
+++ b/booty/Makefile.am
@@ -0,0 +1,23 @@
+# booty/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>
+
+bootydir = $(libdir)/$(PACKAGE_NAME)/booty
+booty_PYTHON = *.py
+
+MAINTAINERCLEANFILES = Makefile.in