Makefile.am (scrot-1.6.tar.bz2) | : | Makefile.am (scrot-1.7.tar.bz2) | ||
---|---|---|---|---|
# 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 28 | skipping to change at line 29 | |||
# | # | |||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | |||
# THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | # THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | |||
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | |||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
## Process this file with automake to produce Makefile.in | ## Process this file with automake to produce Makefile.in | |||
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 | |||
distclean-local: | distclean-local: | |||
-rm -rf autom4te.cache/ | -rm -rf autom4te.cache/ | |||
-rm -f *~ \ | -rm -f *~ \ | |||
src/*~ \ | src/*~ \ | |||
aclocal.m4 \ | aclocal.m4 \ | |||
compile \ | compile \ | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 4 lines changed or added |