don't install deplist and alias file
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1133 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
This commit is contained in:
parent
226c140975
commit
5cb67bafff
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
4
aclocal.m4
vendored
4
aclocal.m4
vendored
@ -1,4 +1,4 @@
|
||||
# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
|
||||
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
# 2005 Free Software Foundation, Inc.
|
||||
@ -28,7 +28,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
|
||||
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
||||
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||
[AM_AUTOMAKE_VERSION([1.9.5])])
|
||||
[AM_AUTOMAKE_VERSION([1.9.6])])
|
||||
|
||||
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
||||
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1614,7 +1614,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=prt-get
|
||||
VERSION=0.5.11
|
||||
VERSION=0.5.12pre
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([src/prtget.cpp])
|
||||
AM_INIT_AUTOMAKE(prt-get,0.5.11)
|
||||
AM_INIT_AUTOMAKE(prt-get,0.5.12pre)
|
||||
|
||||
|
||||
dnl Determine default prefix
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
|
@ -2,15 +2,3 @@ EXTRA_DIST = prt-get_complete prt-get.aliases prt-get.deplist prt-get.conf
|
||||
|
||||
sysconf_DATA = prt-get.conf
|
||||
|
||||
install-data-local:
|
||||
$(INSTALL) -D -m 644 $(srcdir)/prt-get.deplist \
|
||||
$(DESTDIR)$(localstatedir)/lib/pkg/prt-get.deplist
|
||||
$(INSTALL) -D -m 644 $(srcdir)/prt-get.aliases \
|
||||
$(DESTDIR)$(localstatedir)/lib/pkg/prt-get.aliases
|
||||
# $(INSTALL) -D -m 644 $(srcdir)/prt-get.conf \
|
||||
# $(DESTDIR)$(sysconfdir)/prt-get.conf
|
||||
|
||||
uninstall-local:
|
||||
rm $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.deplist
|
||||
rm $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.aliases
|
||||
# rm $(DESTDIR)$(sysconfigdir)/etc/prt-get.conf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
@ -267,7 +267,7 @@ info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local
|
||||
install-data-am:
|
||||
|
||||
install-exec-am: install-sysconfDATA
|
||||
|
||||
@ -293,31 +293,17 @@ ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am uninstall-local uninstall-sysconfDATA
|
||||
uninstall-am: uninstall-info-am uninstall-sysconfDATA
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic distclean \
|
||||
distclean-generic distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am \
|
||||
install-data-local install-exec install-exec-am install-info \
|
||||
install-info-am install-man install-strip install-sysconfDATA \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
||||
pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
|
||||
uninstall-local uninstall-sysconfDATA
|
||||
install install-am install-data install-data-am install-exec \
|
||||
install-exec-am install-info install-info-am install-man \
|
||||
install-strip install-sysconfDATA installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
|
||||
uninstall-am uninstall-info-am uninstall-sysconfDATA
|
||||
|
||||
|
||||
install-data-local:
|
||||
$(INSTALL) -D -m 644 $(srcdir)/prt-get.deplist \
|
||||
$(DESTDIR)$(localstatedir)/lib/pkg/prt-get.deplist
|
||||
$(INSTALL) -D -m 644 $(srcdir)/prt-get.aliases \
|
||||
$(DESTDIR)$(localstatedir)/lib/pkg/prt-get.aliases
|
||||
# $(INSTALL) -D -m 644 $(srcdir)/prt-get.conf \
|
||||
# $(DESTDIR)$(sysconfdir)/prt-get.conf
|
||||
|
||||
uninstall-local:
|
||||
rm $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.deplist
|
||||
rm $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.aliases
|
||||
# rm $(DESTDIR)$(sysconfigdir)/etc/prt-get.conf
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
@ -16,8 +16,6 @@
|
||||
|
||||
# Makefile.am for prt-get by Johannes Winkelmann
|
||||
|
||||
SOURCES = $(prt_get_SOURCES)
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
Loading…
Reference in New Issue
Block a user