Makefile.am (scrot-0.8) | : | Makefile.am (scrot-1.6.tar.bz2) | ||
---|---|---|---|---|
# Copyright 1999-2000 Tom Gilbert <tom@linuxbrit.co.uk, | ||||
# gilbertt@linuxbrit.co.uk, | ||||
# scrot_sucks@linuxbrit.co.uk> | ||||
# Copyright 2015-2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> | ||||
# Copyright 2019-2020 Daniel T. Borelli <daltomi@disroot.org> | ||||
# | ||||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
# of this software and associated documentation files (the "Software"), to | ||||
# deal in the Software without restriction, including without limitation the | ||||
# 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 | ||||
# furnished to do so, subject to the following conditions: | ||||
# | ||||
# The above copyright notice and this permission notice shall be included in | ||||
# all copies of the Software and its documentation and acknowledgment shall be | ||||
# given in the documentation and software packages that this Software was | ||||
# used. | ||||
# | ||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||||
# 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 | ||||
# 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.4 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 scrot.spec | MAINTAINERCLEANFILES = Makefile.in | |||
LDFLAGS = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib | AM_LDFLAGS = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib | |||
INCLUDES = -I/usr/X11R6/include \ | AM_CPPFLAGS = -I/usr/X11R6/include \ | |||
$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. | $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. | |||
man_MANS = scrot.1 | man_MANS = man/scrot.1 | |||
docs_DATA = README AUTHORS ChangeLog TODO | docs_DATA = README.md AUTHORS ChangeLog doc/scrot.png | |||
docsdir = $(prefix)/doc/scrot | docsdir = $(prefix)/share/doc/scrot | |||
EXTRA_DIST = \ | EXTRA_DIST = \ | |||
scrot.spec scrot.1 $(docs_DATA) | scrot.spec man/scrot.1 $(docs_DATA) | |||
SUBDIRS = src | SUBDIRS = src | |||
distclean-local: | ||||
-rm -rf autom4te.cache/ | ||||
-rm -f *~ \ | ||||
src/*~ \ | ||||
aclocal.m4 \ | ||||
compile \ | ||||
configure \ | ||||
depcomp \ | ||||
install-sh \ | ||||
Makefile.in \ | ||||
missing \ | ||||
src/config.h.in \ | ||||
src/Makefile.in \ | ||||
src/scrot_config.h | ||||
End of changes. 7 change blocks. | ||||
7 lines changed or deleted | 32 lines changed or added |