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 2016 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> | ||||
# Copyright 2020-2021 Daniel T. Borelli <daltomi@disroot.org> | ||||
# Copyright 2020 Jeroen Roovers <jer@gentoo.org> | ||||
# Copyright 2021 Christopher R. Nelson <christopher.nelson@languidnights.co | ||||
m> | ||||
# Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com> | ||||
# | ||||
# 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. | ||||
# 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 | |||
LDFLAGS = -L/usr/X11R6/lib | # Substitution variables | |||
INCLUDES = -g -O3 -Wall -I/usr/X11R6/include \ | ||||
$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. \ | bin_PROGRAMS = scrot | |||
-DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@ | ||||
LIBOBJS = @LIBOBJS@ | scrot_CPPFLAGS = @X11_CFLAGS@ @IMLIB2_CFLAGS@ @XCOMPOSITE_CFLAGS@ \ | |||
@XEXT_CFLAGS@ @X | ||||
FIXES_CFLAGS@ | ||||
scrot_LDADD = @X11_LIBS@ @IMLIB2_LIBS@ @XCOMPOSITE_LIBS@ \ | ||||
@XEXT_LIBS@ @XFIXES_LIBS@ | ||||
bin_PROGRAMS = scrot | scrot_SOURCES = main.c scrot.h \ | |||
scrot_SOURCES = main.c getopt.c getopt1.c getopt.h scrot.h \ | options.c options.h imlib.c structs.h note.c note.h \ | |||
options.c options.h debug.h imlib.c structs.h | scrot_selection.c scrot_selection.h \ | |||
scrot_LDADD = -lX11 @GIBLIB_LIBS@ | selection_classic.c selection_classic.h \ | |||
selection_edge.c selection_edge.h \ | ||||
slist.c slist.h | ||||
End of changes. 4 change blocks. | ||||
5 lines changed or deleted | 38 lines changed or added |