mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-02 16:41:09 -04:00
160 lines
6.0 KiB
Plaintext
160 lines
6.0 KiB
Plaintext
$NetBSD: patch-Makefile.in,v 1.2 2015/08/18 07:47:46 he Exp $
|
|
|
|
Regenerate.
|
|
|
|
--- Makefile.in.orig 2014-01-26 08:09:57.577219038 +0000
|
|
+++ Makefile.in
|
|
@@ -1,7 +1,7 @@
|
|
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
|
+# Makefile.in generated by automake 1.15 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -14,7 +14,17 @@
|
|
|
|
@SET_MAKE@
|
|
VPATH = @srcdir@
|
|
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
+am__is_gnu_make = { \
|
|
+ if test -z '$(MAKELEVEL)'; then \
|
|
+ false; \
|
|
+ elif test -n '$(MAKE_HOST)'; then \
|
|
+ true; \
|
|
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
|
+ true; \
|
|
+ else \
|
|
+ false; \
|
|
+ fi; \
|
|
+}
|
|
am__make_running_with_option = \
|
|
case $${target_option-} in \
|
|
?) ;; \
|
|
@@ -78,25 +88,12 @@ POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
subdir = .
|
|
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
- $(top_srcdir)/configure $(am__configure_deps) \
|
|
- $(top_srcdir)/src/libcollectdclient/collectd/lcc_features.h.in \
|
|
- AUTHORS COPYING ChangeLog INSTALL NEWS README TODO compile \
|
|
- libltdl/config/compile config.guess \
|
|
- libltdl/config/config.guess config.sub \
|
|
- libltdl/config/config.sub depcomp libltdl/config/depcomp \
|
|
- install-sh libltdl/config/install-sh missing \
|
|
- libltdl/config/missing ylwrap libltdl/config/ylwrap ltmain.sh \
|
|
- libltdl/config/ltmain.sh $(top_srcdir)/libltdl/config/compile \
|
|
- $(top_srcdir)/libltdl/config/config.guess \
|
|
- $(top_srcdir)/libltdl/config/config.sub \
|
|
- $(top_srcdir)/libltdl/config/install-sh \
|
|
- $(top_srcdir)/libltdl/config/ltmain.sh \
|
|
- $(top_srcdir)/libltdl/config/missing
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
|
+ $(am__configure_deps) $(am__DIST_COMMON)
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
configure.lineno config.status.lineno
|
|
mkinstalldirs = $(install_sh) -d
|
|
@@ -159,6 +156,21 @@ ETAGS = etags
|
|
CTAGS = ctags
|
|
CSCOPE = cscope
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
+am__DIST_COMMON = $(srcdir)/Makefile.in \
|
|
+ $(top_srcdir)/libltdl/config/compile \
|
|
+ $(top_srcdir)/libltdl/config/config.guess \
|
|
+ $(top_srcdir)/libltdl/config/config.sub \
|
|
+ $(top_srcdir)/libltdl/config/install-sh \
|
|
+ $(top_srcdir)/libltdl/config/ltmain.sh \
|
|
+ $(top_srcdir)/libltdl/config/missing \
|
|
+ $(top_srcdir)/src/libcollectdclient/collectd/lcc_features.h.in \
|
|
+ AUTHORS COPYING ChangeLog INSTALL NEWS README TODO compile \
|
|
+ config.guess config.sub depcomp install-sh \
|
|
+ libltdl/config/compile libltdl/config/config.guess \
|
|
+ libltdl/config/config.sub libltdl/config/depcomp \
|
|
+ libltdl/config/install-sh libltdl/config/ltmain.sh \
|
|
+ libltdl/config/missing libltdl/config/ylwrap ltmain.sh missing \
|
|
+ ylwrap
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
@@ -353,9 +365,6 @@ LIBADD_DL = @LIBADD_DL@
|
|
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
|
|
LIBADD_DLOPEN = @LIBADD_DLOPEN@
|
|
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
|
|
-LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
|
|
-LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
|
|
-LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
|
|
LIBLTDL = @LIBLTDL@
|
|
LIBNETAPP_CPPFLAGS = @LIBNETAPP_CPPFLAGS@
|
|
LIBNETAPP_LDFLAGS = @LIBNETAPP_LDFLAGS@
|
|
@@ -493,7 +502,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefi
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
|
$(am__cd) $(top_srcdir) && \
|
|
$(AUTOMAKE) --foreign Makefile
|
|
-.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
@@ -710,15 +718,15 @@ dist-xz: distdir
|
|
$(am__post_remove_distdir)
|
|
|
|
dist-tarZ: distdir
|
|
- @echo WARNING: "Support for shar distribution archives is" \
|
|
- "deprecated." >&2
|
|
+ @echo WARNING: "Support for distribution archives compressed with" \
|
|
+ "legacy program 'compress' is deprecated." >&2
|
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
$(am__post_remove_distdir)
|
|
|
|
dist-shar: distdir
|
|
- @echo WARNING: "Support for distribution archives compressed with" \
|
|
- "legacy program 'compress' is deprecated." >&2
|
|
+ @echo WARNING: "Support for shar distribution archives is" \
|
|
+ "deprecated." >&2
|
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
$(am__post_remove_distdir)
|
|
@@ -754,17 +762,17 @@ distcheck: dist
|
|
esac
|
|
chmod -R a-w $(distdir)
|
|
chmod u+w $(distdir)
|
|
- mkdir $(distdir)/_build $(distdir)/_inst
|
|
+ mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
|
|
chmod a-w $(distdir)
|
|
test -d $(distdir)/_build || exit 0; \
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
&& am__cwd=`pwd` \
|
|
- && $(am__cd) $(distdir)/_build \
|
|
- && ../configure \
|
|
+ && $(am__cd) $(distdir)/_build/sub \
|
|
+ && ../../configure \
|
|
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
- --srcdir=.. --prefix="$$dc_install_base" \
|
|
+ --srcdir=../.. --prefix="$$dc_install_base" \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
@@ -944,10 +952,12 @@ uninstall-am:
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
tags tags-am uninstall uninstall-am
|
|
|
|
+.PRECIOUS: Makefile
|
|
+
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run
|
|
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME)
|
|
+ $(mkinstalldirs) $(DESTDIR)$(localstatedir)/db/$(PACKAGE_NAME)
|
|
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
|
|
|
|
maintainer-clean-local:
|