Makefile.in (scrot-1.6.tar.bz2) | : | Makefile.in (scrot-1.7.tar.bz2) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.16.3 from Makefile.am. | # Makefile.in generated by automake 1.16.5 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2020 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. | |||
@SET_MAKE@ | @SET_MAKE@ | |||
# Copyright 1999-2000 Tom Gilbert <tom@linuxbrit.co.uk, | # Copyright 1999-2000 Tom Gilbert <tom@linuxbrit.co.uk, | |||
# gilbertt@linuxbrit.co.uk, | # gilbertt@linuxbrit.co.uk, | |||
# scrot_sucks@linuxbrit.co.uk> | # scrot_sucks@linuxbrit.co.uk> | |||
# Copyright 2015-2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> | # Copyright 2015-2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> | |||
# Copyright 2019-2020 Daniel T. Borelli <daltomi@disroot.org> | # Copyright 2019-2021 Daniel T. Borelli <danieltborelli@gmail.com> | |||
# Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com> | ||||
# | # | |||
# Permission is hereby granted, free of charge, to any person obtaining a copy | # Permission is hereby granted, free of charge, to any person obtaining a copy | |||
# of this software and associated documentation files (the "Software"), to | # of this software and associated documentation files (the "Software"), to | |||
# deal in the Software without restriction, including without limitation the | # deal in the Software without restriction, including without limitation the | |||
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | |||
# sell copies of the Software, and to permit persons to whom the Software is | # sell copies of the Software, and to permit persons to whom the Software is | |||
# furnished to do so, subject to the following conditions: | # furnished to do so, subject to the following conditions: | |||
# | # | |||
# The above copyright notice and this permission notice shall be included in | # The above copyright notice and this permission notice shall be included in | |||
# all copies of the Software and its documentation and acknowledgment shall be | # all copies of the Software and its documentation and acknowledgment shall be | |||
skipping to change at line 116 | skipping to change at line 117 | |||
INSTALL_HEADER = $(INSTALL_DATA) | INSTALL_HEADER = $(INSTALL_DATA) | |||
transform = $(program_transform_name) | transform = $(program_transform_name) | |||
NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
subdir = . | subdir = . | |||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ | am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |||
$(top_srcdir)/configure.ac | ||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ | |||
$(am__configure_deps) $(am__DIST_COMMON) | $(am__configure_deps) $(am__DIST_COMMON) | |||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |||
configure.lineno config.status.lineno | configure.lineno config.status.lineno | |||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = $(top_builddir)/src/config.h | CONFIG_HEADER = $(top_builddir)/src/config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
skipping to change at line 212 | skipping to change at line 212 | |||
END { if (nonempty) { for (i in items) print i; }; } \ | END { if (nonempty) { for (i in items) print i; }; } \ | |||
' | ' | |||
# Make sure the list of sources is unique. This is necessary because, | # Make sure the list of sources is unique. This is necessary because, | |||
# e.g., the same source file might be shared among _SOURCES variables | # e.g., the same source file might be shared among _SOURCES variables | |||
# for different programs/libraries. | # for different programs/libraries. | |||
am__define_uniq_tagged_files = \ | am__define_uniq_tagged_files = \ | |||
list='$(am__tagged_files)'; \ | list='$(am__tagged_files)'; \ | |||
unique=`for i in $$list; do \ | unique=`for i in $$list; do \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |||
done | $(am__uniquify_input)` | done | $(am__uniquify_input)` | |||
ETAGS = etags | ||||
CTAGS = ctags | ||||
CSCOPE = cscope | ||||
DIST_SUBDIRS = $(SUBDIRS) | DIST_SUBDIRS = $(SUBDIRS) | |||
am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog TODO \ | am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \ | |||
compile install-sh missing | README.md compile install-sh missing | |||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
distdir = $(PACKAGE)-$(VERSION) | distdir = $(PACKAGE)-$(VERSION) | |||
top_distdir = $(distdir) | top_distdir = $(distdir) | |||
am__remove_distdir = \ | am__remove_distdir = \ | |||
if test -d "$(distdir)"; then \ | if test -d "$(distdir)"; then \ | |||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |||
&& rm -rf "$(distdir)" \ | && rm -rf "$(distdir)" \ | |||
|| { sleep 5 && rm -rf "$(distdir)"; }; \ | || { sleep 5 && rm -rf "$(distdir)"; }; \ | |||
else :; fi | else :; fi | |||
am__post_remove_distdir = $(am__remove_distdir) | am__post_remove_distdir = $(am__remove_distdir) | |||
skipping to change at line 272 | skipping to change at line 269 | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
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@ | ||||
CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ | |||
CSCOPE = @CSCOPE@ | ||||
CTAGS = @CTAGS@ | ||||
CYGPATH_W = @CYGPATH_W@ | CYGPATH_W = @CYGPATH_W@ | |||
DEFS = @DEFS@ | DEFS = @DEFS@ | |||
DEPDIR = @DEPDIR@ | DEPDIR = @DEPDIR@ | |||
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@ | ETAGS = @ETAGS@ | |||
EXEEXT = @EXEEXT@ | EXEEXT = @EXEEXT@ | |||
GREP = @GREP@ | ||||
IMLIB2_CFLAGS = @IMLIB2_CFLAGS@ | IMLIB2_CFLAGS = @IMLIB2_CFLAGS@ | |||
IMLIB2_LIBS = @IMLIB2_LIBS@ | IMLIB2_LIBS = @IMLIB2_LIBS@ | |||
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@ | |||
LIBBSD_CFLAGS = @LIBBSD_CFLAGS@ | ||||
LIBBSD_LIBS = @LIBBSD_LIBS@ | ||||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
LIBS = @LIBS@ | LIBS = @LIBS@ | |||
LTLIBOBJS = @LTLIBOBJS@ | LTLIBOBJS = @LTLIBOBJS@ | |||
MAINT = @MAINT@ | MAINT = @MAINT@ | |||
MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ | |||
MKDIR_P = @MKDIR_P@ | MKDIR_P = @MKDIR_P@ | |||
OBJEXT = @OBJEXT@ | OBJEXT = @OBJEXT@ | |||
PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ | |||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |||
PACKAGE_NAME = @PACKAGE_NAME@ | PACKAGE_NAME = @PACKAGE_NAME@ | |||
skipping to change at line 321 | skipping to change at line 320 | |||
STRIP = @STRIP@ | STRIP = @STRIP@ | |||
VERSION = @VERSION@ | VERSION = @VERSION@ | |||
X11_CFLAGS = @X11_CFLAGS@ | X11_CFLAGS = @X11_CFLAGS@ | |||
X11_LIBS = @X11_LIBS@ | X11_LIBS = @X11_LIBS@ | |||
XCOMPOSITE_CFLAGS = @XCOMPOSITE_CFLAGS@ | XCOMPOSITE_CFLAGS = @XCOMPOSITE_CFLAGS@ | |||
XCOMPOSITE_LIBS = @XCOMPOSITE_LIBS@ | XCOMPOSITE_LIBS = @XCOMPOSITE_LIBS@ | |||
XEXT_CFLAGS = @XEXT_CFLAGS@ | XEXT_CFLAGS = @XEXT_CFLAGS@ | |||
XEXT_LIBS = @XEXT_LIBS@ | XEXT_LIBS = @XEXT_LIBS@ | |||
XFIXES_CFLAGS = @XFIXES_CFLAGS@ | XFIXES_CFLAGS = @XFIXES_CFLAGS@ | |||
XFIXES_LIBS = @XFIXES_LIBS@ | XFIXES_LIBS = @XFIXES_LIBS@ | |||
XMKMF = @XMKMF@ | ||||
abs_builddir = @abs_builddir@ | abs_builddir = @abs_builddir@ | |||
abs_srcdir = @abs_srcdir@ | abs_srcdir = @abs_srcdir@ | |||
abs_top_builddir = @abs_top_builddir@ | abs_top_builddir = @abs_top_builddir@ | |||
abs_top_srcdir = @abs_top_srcdir@ | abs_top_srcdir = @abs_top_srcdir@ | |||
ac_ct_CC = @ac_ct_CC@ | ac_ct_CC = @ac_ct_CC@ | |||
am__include = @am__include@ | am__include = @am__include@ | |||
am__leading_dot = @am__leading_dot@ | am__leading_dot = @am__leading_dot@ | |||
am__quote = @am__quote@ | am__quote = @am__quote@ | |||
am__tar = @am__tar@ | am__tar = @am__tar@ | |||
am__untar = @am__untar@ | am__untar = @am__untar@ | |||
skipping to change at line 365 | skipping to change at line 363 | |||
psdir = @psdir@ | psdir = @psdir@ | |||
runstatedir = @runstatedir@ | runstatedir = @runstatedir@ | |||
sbindir = @sbindir@ | sbindir = @sbindir@ | |||
sharedstatedir = @sharedstatedir@ | sharedstatedir = @sharedstatedir@ | |||
srcdir = @srcdir@ | srcdir = @srcdir@ | |||
sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ | |||
target_alias = @target_alias@ | target_alias = @target_alias@ | |||
top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
top_builddir = @top_builddir@ | top_builddir = @top_builddir@ | |||
top_srcdir = @top_srcdir@ | top_srcdir = @top_srcdir@ | |||
AUTOMAKE_OPTIONS = 1.4 foreign | AUTOMAKE_OPTIONS = 1.10 foreign | |||
# A list of all the files in the current directory which can be regenerated | # A list of all the files in the current directory which can be regenerated | |||
MAINTAINERCLEANFILES = Makefile.in | MAINTAINERCLEANFILES = Makefile.in | |||
AM_LDFLAGS = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib | ||||
AM_CPPFLAGS = -I/usr/X11R6/include \ | ||||
$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. | ||||
man_MANS = man/scrot.1 | man_MANS = man/scrot.1 | |||
docs_DATA = README.md AUTHORS ChangeLog doc/scrot.png | docs_DATA = README.md AUTHORS ChangeLog doc/scrot.png | |||
docsdir = $(prefix)/share/doc/scrot | docsdir = $(prefix)/share/doc/scrot | |||
EXTRA_DIST = \ | EXTRA_DIST = man/scrot.1 $(docs_DATA) | |||
scrot.spec man/scrot.1 $(docs_DATA) | ||||
SUBDIRS = src | SUBDIRS = src | |||
all: all-recursive | all: all-recursive | |||
.SUFFIXES: | .SUFFIXES: | |||
am--refresh: Makefile | am--refresh: Makefile | |||
@: | @: | |||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps) | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps) | |||
@for dep in $?; do \ | @for dep in $?; do \ | |||
case '$(am__configure_deps)' in \ | case '$(am__configure_deps)' in \ | |||
*$$dep*) \ | *$$dep*) \ | |||
skipping to change at line 586 | skipping to change at line 578 | |||
if test -f "$$i"; then \ | if test -f "$$i"; then \ | |||
echo "$(subdir)/$$i"; \ | echo "$(subdir)/$$i"; \ | |||
else \ | else \ | |||
echo "$$sdir/$$i"; \ | echo "$$sdir/$$i"; \ | |||
fi; \ | fi; \ | |||
done >> $(top_builddir)/cscope.files | done >> $(top_builddir)/cscope.files | |||
distclean-tags: | distclean-tags: | |||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |||
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | |||
distdir: $(BUILT_SOURCES) | distdir: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |||
distdir-am: $(DISTFILES) | distdir-am: $(DISTFILES) | |||
$(am__remove_distdir) | $(am__remove_distdir) | |||
test -d "$(distdir)" || mkdir "$(distdir)" | test -d "$(distdir)" || mkdir "$(distdir)" | |||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
list='$(DISTFILES)'; \ | list='$(DISTFILES)'; \ | |||
dist_files=`for file in $$list; do echo $$file; done | \ | dist_files=`for file in $$list; do echo $$file; done | \ | |||
End of changes. 16 change blocks. | ||||
23 lines changed or deleted | 14 lines changed or added |