"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "pynslcd/Makefile.in" between
nss-pam-ldapd-0.9.11.tar.gz and nss-pam-ldapd-0.9.12.tar.gz

About: nss-pam-ldapd is a Name Service Switch (NSS) module and Pluggable Authentication Module (PAM) that allows your LDAP server to provide user account, group, host name, alias, netgroup, and basically any other information that you would normally get from /etc flat files or NIS. It also allows you to do authentication to an LDAP server.

Makefile.in  (nss-pam-ldapd-0.9.11):Makefile.in  (nss-pam-ldapd-0.9.12)
# Makefile.in generated by automake 1.16.1 from Makefile.am. # Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc. # Copyright (C) 1994-2021 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful, # This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. # PARTICULAR PURPOSE.
skipping to change at line 172 skipping to change at line 172
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \ am__uninstall_files_from_dir = { \
test -z "$$files" \ test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \ $(am__cd) "$$dir" && rm -f $$files; }; \
} }
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile) am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
am__installdirs = "$(DESTDIR)$(pynslcddir)" "$(DESTDIR)$(pynslcddir)" am__installdirs = "$(DESTDIR)$(pynslcddir)" "$(DESTDIR)$(pynslcddir)"
am__pep3147_tweak = \ am__pep3147_tweak = \
sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|' sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.pyc __pycache__/&.*.pyo|'
py_compile = $(top_srcdir)/py-compile py_compile = $(top_srcdir)/py-compile
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/constants.py.in \ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/constants.py.in \
$(top_srcdir)/mkinstalldirs $(top_srcdir)/py-compile $(top_srcdir)/mkinstalldirs $(top_srcdir)/py-compile
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@ ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@ AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@ AR = @AR@
AUTOCONF = @AUTOCONF@ AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@ AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@ AUTOMAKE = @AUTOMAKE@
AWK = @AWK@ AWK = @AWK@
CC = @CC@ CC = @CC@
CCDEPMODE = @CCDEPMODE@ CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@ CFLAGS = @CFLAGS@
CPP = @CPP@ CPP = @CPP@
CPPFLAGS = @CPPFLAGS@ CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@ DEFS = @DEFS@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
DOCBOOK2X_MAN = @DOCBOOK2X_MAN@ DOCBOOK2X_MAN = @DOCBOOK2X_MAN@
ECHO_C = @ECHO_C@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@ ECHO_T = @ECHO_T@
EGREP = @EGREP@ EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
GREP = @GREP@ GREP = @GREP@
INSTALL = @INSTALL@ INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@ LIBS = @LIBS@
skipping to change at line 394 skipping to change at line 397
@list='$(nodist_pynslcd_PYTHON)'; test -n "$(pynslcddir)" || list=; \ @list='$(nodist_pynslcd_PYTHON)'; test -n "$(pynslcddir)" || list=; \
py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
test -n "$$py_files" || exit 0; \ test -n "$$py_files" || exit 0; \
dir='$(DESTDIR)$(pynslcddir)'; \ dir='$(DESTDIR)$(pynslcddir)'; \
pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \ pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \ pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
st=0; \ st=0; \
for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \ for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
$(am__uninstall_files_from_dir) || st=$$?; \ $(am__uninstall_files_from_dir) || st=$$?; \
done; \ done; \
dir='$(DESTDIR)$(pynslcddir)/__pycache__'; \ dir='$(DESTDIR)$(pynslcddir)'; \
echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \ echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
while read files; do \ while read files; do \
$(am__uninstall_files_from_dir) || st=$$?; \ $(am__uninstall_files_from_dir) || st=$$?; \
done || exit $$?; \ done || exit $$?; \
exit $$st exit $$st
install-pynslcdPYTHON: $(pynslcd_PYTHON) install-pynslcdPYTHON: $(pynslcd_PYTHON)
@$(NORMAL_INSTALL) @$(NORMAL_INSTALL)
@list='$(pynslcd_PYTHON)'; dlist=; list2=; test -n "$(pynslcddir)" || lis t=; \ @list='$(pynslcd_PYTHON)'; dlist=; list2=; test -n "$(pynslcddir)" || lis t=; \
if test -n "$$list"; then \ if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(pynslcddir)'"; \ echo " $(MKDIR_P) '$(DESTDIR)$(pynslcddir)'"; \
skipping to change at line 437 skipping to change at line 440
@list='$(pynslcd_PYTHON)'; test -n "$(pynslcddir)" || list=; \ @list='$(pynslcd_PYTHON)'; test -n "$(pynslcddir)" || list=; \
py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
test -n "$$py_files" || exit 0; \ test -n "$$py_files" || exit 0; \
dir='$(DESTDIR)$(pynslcddir)'; \ dir='$(DESTDIR)$(pynslcddir)'; \
pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \ pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \ pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
st=0; \ st=0; \
for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \ for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
$(am__uninstall_files_from_dir) || st=$$?; \ $(am__uninstall_files_from_dir) || st=$$?; \
done; \ done; \
dir='$(DESTDIR)$(pynslcddir)/__pycache__'; \ dir='$(DESTDIR)$(pynslcddir)'; \
echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \ echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
while read files; do \ while read files; do \
$(am__uninstall_files_from_dir) || st=$$?; \ $(am__uninstall_files_from_dir) || st=$$?; \
done || exit $$?; \ done || exit $$?; \
exit $$st exit $$st
tags TAGS: tags TAGS:
ctags CTAGS: ctags CTAGS:
cscope cscopelist: cscope cscopelist:
 End of changes. 7 change blocks. 
5 lines changed or deleted 8 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)