Makefile.in (scrot-0.8) | : | Makefile.in (scrot-1.6.tar.bz2) | ||
---|---|---|---|---|
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am | # Makefile.in generated by automake 1.16.3 from Makefile.am. | |||
# @configure_input@ | ||||
# Copyright (C) 1994-2020 Free Software Foundation, Inc. | ||||
# Copyright (C) 1994, 1995-8, 1999, 2001 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. | |||
# A list of all the files in the current directory which can be regenerated | @SET_MAKE@ | |||
SHELL = @SHELL@ | # 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 | ||||
srcdir = @srcdir@ | ||||
top_srcdir = @top_srcdir@ | ||||
VPATH = @srcdir@ | VPATH = @srcdir@ | |||
prefix = @prefix@ | am__is_gnu_make = { \ | |||
exec_prefix = @exec_prefix@ | if test -z '$(MAKELEVEL)'; then \ | |||
false; \ | ||||
bindir = @bindir@ | elif test -n '$(MAKE_HOST)'; then \ | |||
sbindir = @sbindir@ | true; \ | |||
libexecdir = @libexecdir@ | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | |||
datadir = @datadir@ | true; \ | |||
sysconfdir = @sysconfdir@ | else \ | |||
sharedstatedir = @sharedstatedir@ | false; \ | |||
localstatedir = @localstatedir@ | fi; \ | |||
libdir = @libdir@ | } | |||
infodir = @infodir@ | am__make_running_with_option = \ | |||
mandir = @mandir@ | case $${target_option-} in \ | |||
includedir = @includedir@ | ?) ;; \ | |||
oldincludedir = /usr/include | *) echo "am__make_running_with_option: internal error: invalid" \ | |||
"target option '$${target_option-}' specified" >&2; \ | ||||
DESTDIR = | exit 1;; \ | |||
esac; \ | ||||
has_opt=no; \ | ||||
sane_makeflags=$$MAKEFLAGS; \ | ||||
if $(am__is_gnu_make); then \ | ||||
sane_makeflags=$$MFLAGS; \ | ||||
else \ | ||||
case $$MAKEFLAGS in \ | ||||
*\\[\ \ ]*) \ | ||||
bs=\\; \ | ||||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | ||||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | ||||
esac; \ | ||||
fi; \ | ||||
skip_next=no; \ | ||||
strip_trailopt () \ | ||||
{ \ | ||||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||||
}; \ | ||||
for flg in $$sane_makeflags; do \ | ||||
test $$skip_next = yes && { skip_next=no; continue; }; \ | ||||
case $$flg in \ | ||||
*=*|--*) continue;; \ | ||||
-*I) strip_trailopt 'I'; skip_next=yes;; \ | ||||
-*I?*) strip_trailopt 'I';; \ | ||||
-*O) strip_trailopt 'O'; skip_next=yes;; \ | ||||
-*O?*) strip_trailopt 'O';; \ | ||||
-*l) strip_trailopt 'l'; skip_next=yes;; \ | ||||
-*l?*) strip_trailopt 'l';; \ | ||||
-[dEDm]) skip_next=yes;; \ | ||||
-[JT]) skip_next=yes;; \ | ||||
esac; \ | ||||
case $$flg in \ | ||||
*$$target_option*) has_opt=yes; break;; \ | ||||
esac; \ | ||||
done; \ | ||||
test $$has_opt = yes | ||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||||
pkgdatadir = $(datadir)/@PACKAGE@ | pkgdatadir = $(datadir)/@PACKAGE@ | |||
pkglibdir = $(libdir)/@PACKAGE@ | ||||
pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ | |||
pkglibdir = $(libdir)/@PACKAGE@ | ||||
top_builddir = .. | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||||
ACLOCAL = @ACLOCAL@ | install_sh_DATA = $(install_sh) -c -m 644 | |||
AUTOCONF = @AUTOCONF@ | install_sh_PROGRAM = $(install_sh) -c | |||
AUTOMAKE = @AUTOMAKE@ | install_sh_SCRIPT = $(install_sh) -c | |||
AUTOHEADER = @AUTOHEADER@ | INSTALL_HEADER = $(INSTALL_DATA) | |||
transform = $(program_transform_name) | ||||
INSTALL = @INSTALL@ | ||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | ||||
INSTALL_DATA = @INSTALL_DATA@ | ||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||||
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 = : | |||
bin_PROGRAMS = scrot$(EXEEXT) | ||||
subdir = src | ||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ | ||||
$(top_srcdir)/configure.ac | ||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||||
$(ACLOCAL_M4) | ||||
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) | ||||
mkinstalldirs = $(install_sh) -d | ||||
CONFIG_HEADER = config.h | ||||
CONFIG_CLEAN_FILES = | ||||
CONFIG_CLEAN_VPATH_FILES = | ||||
am__installdirs = "$(DESTDIR)$(bindir)" | ||||
PROGRAMS = $(bin_PROGRAMS) | ||||
am_scrot_OBJECTS = scrot-main.$(OBJEXT) scrot-options.$(OBJEXT) \ | ||||
scrot-imlib.$(OBJEXT) scrot-note.$(OBJEXT) \ | ||||
scrot-scrot_selection.$(OBJEXT) \ | ||||
scrot-selection_classic.$(OBJEXT) \ | ||||
scrot-selection_edge.$(OBJEXT) scrot-slist.$(OBJEXT) | ||||
scrot_OBJECTS = $(am_scrot_OBJECTS) | ||||
scrot_DEPENDENCIES = | ||||
AM_V_P = $(am__v_P_@AM_V@) | ||||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||||
am__v_P_0 = false | ||||
am__v_P_1 = : | ||||
AM_V_GEN = $(am__v_GEN_@AM_V@) | ||||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||||
am__v_GEN_0 = @echo " GEN " $@; | ||||
am__v_GEN_1 = | ||||
AM_V_at = $(am__v_at_@AM_V@) | ||||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||||
am__v_at_0 = @ | ||||
am__v_at_1 = | ||||
DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
depcomp = $(SHELL) $(top_srcdir)/depcomp | ||||
am__maybe_remake_depfiles = depfiles | ||||
am__depfiles_remade = ./$(DEPDIR)/scrot-imlib.Po \ | ||||
./$(DEPDIR)/scrot-main.Po ./$(DEPDIR)/scrot-note.Po \ | ||||
./$(DEPDIR)/scrot-options.Po \ | ||||
./$(DEPDIR)/scrot-scrot_selection.Po \ | ||||
./$(DEPDIR)/scrot-selection_classic.Po \ | ||||
./$(DEPDIR)/scrot-selection_edge.Po ./$(DEPDIR)/scrot-slist.Po | ||||
am__mv = mv -f | ||||
AM_V_lt = $(am__v_lt_@AM_V@) | ||||
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
am__v_lt_0 = --silent | ||||
am__v_lt_1 = | ||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||||
AM_V_CC = $(am__v_CC_@AM_V@) | ||||
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | ||||
am__v_CC_0 = @echo " CC " $@; | ||||
am__v_CC_1 = | ||||
CCLD = $(CC) | ||||
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||||
AM_V_CCLD = $(am__v_CCLD_@AM_V@) | ||||
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | ||||
am__v_CCLD_0 = @echo " CCLD " $@; | ||||
am__v_CCLD_1 = | ||||
SOURCES = $(scrot_SOURCES) | ||||
DIST_SOURCES = $(scrot_SOURCES) | ||||
am__can_run_installinfo = \ | ||||
case $$AM_UPDATE_INFO_DIR in \ | ||||
n|no|NO) false;; \ | ||||
*) (install-info --version) >/dev/null 2>&1;; \ | ||||
esac | ||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ | ||||
config.h.in | ||||
# Read a list of newline-separated strings from the standard input, | ||||
# and print each of them once, without duplicates. Input order is | ||||
# *not* preserved. | ||||
am__uniquify_input = $(AWK) '\ | ||||
BEGIN { nonempty = 0; } \ | ||||
{ items[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in items) print i; }; } \ | ||||
' | ||||
# Make sure the list of sources is unique. This is necessary because, | ||||
# e.g., the same source file might be shared among _SOURCES variables | ||||
# for different programs/libraries. | ||||
am__define_uniq_tagged_files = \ | ||||
list='$(am__tagged_files)'; \ | ||||
unique=`for i in $$list; do \ | ||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||||
done | $(am__uniquify_input)` | ||||
ETAGS = etags | ||||
CTAGS = ctags | ||||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | ||||
$(top_srcdir)/depcomp | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||||
ACLOCAL = @ACLOCAL@ | ||||
AMTAR = @AMTAR@ | ||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||||
AUTOCONF = @AUTOCONF@ | ||||
AUTOHEADER = @AUTOHEADER@ | ||||
AUTOMAKE = @AUTOMAKE@ | ||||
AWK = @AWK@ | ||||
CC = @CC@ | CC = @CC@ | |||
GIBLIB_CFLAGS = @GIBLIB_CFLAGS@ | CCDEPMODE = @CCDEPMODE@ | |||
GIBLIB_LIBS = @GIBLIB_LIBS@ | CFLAGS = @CFLAGS@ | |||
GTK_CFLAGS = @GTK_CFLAGS@ | CPP = @CPP@ | |||
GTK_CONFIG = @GTK_CONFIG@ | CPPFLAGS = @CPPFLAGS@ | |||
GTK_LIBS = @GTK_LIBS@ | CYGPATH_W = @CYGPATH_W@ | |||
DEFS = @DEFS@ | ||||
DEPDIR = @DEPDIR@ | ||||
ECHO_C = @ECHO_C@ | ||||
ECHO_N = @ECHO_N@ | ||||
ECHO_T = @ECHO_T@ | ||||
EGREP = @EGREP@ | ||||
EXEEXT = @EXEEXT@ | ||||
GREP = @GREP@ | ||||
IMLIB2_CFLAGS = @IMLIB2_CFLAGS@ | ||||
IMLIB2_LIBS = @IMLIB2_LIBS@ | ||||
INSTALL = @INSTALL@ | ||||
INSTALL_DATA = @INSTALL_DATA@ | ||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||||
LDFLAGS = @LDFLAGS@ | ||||
LIBOBJS = @LIBOBJS@ | ||||
LIBS = @LIBS@ | ||||
LTLIBOBJS = @LTLIBOBJS@ | ||||
MAINT = @MAINT@ | MAINT = @MAINT@ | |||
MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ | |||
MKDIR_P = @MKDIR_P@ | ||||
OBJEXT = @OBJEXT@ | ||||
PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ | |||
UP = @UP@ | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |||
PACKAGE_NAME = @PACKAGE_NAME@ | ||||
PACKAGE_STRING = @PACKAGE_STRING@ | ||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||||
PACKAGE_URL = @PACKAGE_URL@ | ||||
PACKAGE_VERSION = @PACKAGE_VERSION@ | ||||
PATH_SEPARATOR = @PATH_SEPARATOR@ | ||||
PKG_CONFIG = @PKG_CONFIG@ | ||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||||
SET_MAKE = @SET_MAKE@ | ||||
SHELL = @SHELL@ | ||||
STRIP = @STRIP@ | ||||
VERSION = @VERSION@ | VERSION = @VERSION@ | |||
X11_CFLAGS = @X11_CFLAGS@ | ||||
X11_LIBS = @X11_LIBS@ | ||||
XCOMPOSITE_CFLAGS = @XCOMPOSITE_CFLAGS@ | ||||
XCOMPOSITE_LIBS = @XCOMPOSITE_LIBS@ | ||||
XEXT_CFLAGS = @XEXT_CFLAGS@ | ||||
XEXT_LIBS = @XEXT_LIBS@ | ||||
XFIXES_CFLAGS = @XFIXES_CFLAGS@ | ||||
XFIXES_LIBS = @XFIXES_LIBS@ | ||||
XMKMF = @XMKMF@ | ||||
abs_builddir = @abs_builddir@ | ||||
abs_srcdir = @abs_srcdir@ | ||||
abs_top_builddir = @abs_top_builddir@ | ||||
abs_top_srcdir = @abs_top_srcdir@ | ||||
ac_ct_CC = @ac_ct_CC@ | ||||
am__include = @am__include@ | ||||
am__leading_dot = @am__leading_dot@ | ||||
am__quote = @am__quote@ | ||||
am__tar = @am__tar@ | ||||
am__untar = @am__untar@ | ||||
bindir = @bindir@ | ||||
build_alias = @build_alias@ | ||||
builddir = @builddir@ | ||||
datadir = @datadir@ | ||||
datarootdir = @datarootdir@ | ||||
docdir = @docdir@ | ||||
dvidir = @dvidir@ | ||||
exec_prefix = @exec_prefix@ | ||||
host_alias = @host_alias@ | ||||
htmldir = @htmldir@ | ||||
includedir = @includedir@ | ||||
infodir = @infodir@ | ||||
install_sh = @install_sh@ | ||||
libdir = @libdir@ | ||||
libexecdir = @libexecdir@ | ||||
localedir = @localedir@ | ||||
localstatedir = @localstatedir@ | ||||
mandir = @mandir@ | ||||
mkdir_p = @mkdir_p@ | ||||
oldincludedir = @oldincludedir@ | ||||
pdfdir = @pdfdir@ | ||||
prefix = @prefix@ | ||||
program_transform_name = @program_transform_name@ | ||||
psdir = @psdir@ | ||||
runstatedir = @runstatedir@ | ||||
sbindir = @sbindir@ | ||||
sharedstatedir = @sharedstatedir@ | ||||
srcdir = @srcdir@ | ||||
sysconfdir = @sysconfdir@ | ||||
target_alias = @target_alias@ | ||||
top_build_prefix = @top_build_prefix@ | ||||
top_builddir = @top_builddir@ | ||||
top_srcdir = @top_srcdir@ | ||||
MAINTAINERCLEANFILES = Makefile.in | MAINTAINERCLEANFILES = Makefile.in | |||
scrot_CPPFLAGS = @X11_CFLAGS@ @IMLIB2_CFLAGS@ @XCOMPOSITE_CFLAGS@ \ | ||||
@XEXT_CFLAGS@ @X | ||||
FIXES_CFLAGS@ | ||||
LDFLAGS = -L/usr/X11R6/lib | scrot_LDADD = @X11_LIBS@ @IMLIB2_LIBS@ @XCOMPOSITE_LIBS@ \ | |||
INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$ | @XEXT_LIBS@ @XFIXES_LIBS@ | |||
(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@ | ||||
LIBOBJS = @LIBOBJS@ | scrot_SOURCES = main.c scrot.h \ | |||
options.c options.h imlib.c structs.h note.c note.h \ | ||||
scrot_selection.c scrot_selection.h \ | ||||
selection_classic.c selection_classic.h \ | ||||
selection_edge.c selection_edge.h \ | ||||
slist.c slist.h | ||||
bin_PROGRAMS = scrot | all: config.h | |||
scrot_SOURCES = main.c getopt.c getopt1.c getopt.h scrot.h options.c options.h d | $(MAKE) $(AM_MAKEFLAGS) all-am | |||
ebug.h imlib.c structs.h | ||||
scrot_LDADD = -lX11 @GIBLIB_LIBS@ | ||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||||
CONFIG_HEADER = config.h | ||||
CONFIG_CLEAN_FILES = | ||||
PROGRAMS = $(bin_PROGRAMS) | ||||
DEFS = @DEFS@ -I. -I$(srcdir) -I. | ||||
CPPFLAGS = @CPPFLAGS@ | ||||
LIBS = @LIBS@ | ||||
scrot_OBJECTS = main.o getopt.o getopt1.o options.o imlib.o | ||||
scrot_DEPENDENCIES = | ||||
scrot_LDFLAGS = | ||||
CFLAGS = @CFLAGS@ | ||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CF | ||||
LAGS) | ||||
CCLD = $(CC) | ||||
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ | ||||
DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in config.h.in | ||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||||
TAR = tar | ||||
GZIP_ENV = --best | ||||
SOURCES = $(scrot_SOURCES) | ||||
OBJECTS = $(scrot_OBJECTS) | ||||
all: all-redirect | ||||
.SUFFIXES: | .SUFFIXES: | |||
.SUFFIXES: .S .c .o .s | .SUFFIXES: .c .o .obj | |||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configur | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi | |||
e.ac $(ACLOCAL_M4) | gure_deps) | |||
cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile | @for dep in $?; do \ | |||
case '$(am__configure_deps)' in \ | ||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | *$$dep*) \ | |||
cd $(top_builddir) \ | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | && { if test -f $@; then exit 0; else break; fi; }; \ | |||
exit 1;; \ | ||||
config.h: stamp-h | esac; \ | |||
@if test ! -f $@; then \ | done; \ | |||
rm -f stamp-h; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ | |||
$(MAKE) stamp-h; \ | $(am__cd) $(top_srcdir) && \ | |||
else :; fi | $(AUTOMAKE) --gnu src/Makefile | |||
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |||
cd $(top_builddir) \ | @case '$?' in \ | |||
&& CONFIG_FILES= CONFIG_HEADERS=src/config.h \ | *config.status*) \ | |||
$(SHELL) ./config.status | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |||
@echo timestamp > stamp-h 2> /dev/null | *) \ | |||
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $( | |||
@if test ! -f $@; then \ | am__maybe_remake_depfiles)'; \ | |||
rm -f $(srcdir)/stamp-h.in; \ | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__may | |||
$(MAKE) $(srcdir)/stamp-h.in; \ | be_remake_depfiles);; \ | |||
else :; fi | esac; | |||
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) | ||||
cd $(top_srcdir) && $(AUTOHEADER) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC | |||
@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null | IES) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||||
mostlyclean-hdr: | ||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||||
clean-hdr: | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||||
$(am__aclocal_m4_deps): | ||||
config.h: stamp-h1 | ||||
@test -f $@ || rm -f stamp-h1 | ||||
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 | ||||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | ||||
@rm -f stamp-h1 | ||||
cd $(top_builddir) && $(SHELL) ./config.status src/config.h | ||||
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||||
($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | ||||
rm -f stamp-h1 | ||||
touch $@ | ||||
distclean-hdr: | distclean-hdr: | |||
-rm -f config.h | -rm -f config.h stamp-h1 | |||
maintainer-clean-hdr: | ||||
mostlyclean-binPROGRAMS: | ||||
clean-binPROGRAMS: | ||||
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | ||||
distclean-binPROGRAMS: | ||||
maintainer-clean-binPROGRAMS: | ||||
install-binPROGRAMS: $(bin_PROGRAMS) | install-binPROGRAMS: $(bin_PROGRAMS) | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
$(mkinstalldirs) $(DESTDIR)$(bindir) | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | |||
@list='$(bin_PROGRAMS)'; for p in $$list; do \ | if test -n "$$list"; then \ | |||
if test -f $$p; then \ | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ | |||
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$ | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ | |||
(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ | fi; \ | |||
$(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT | for p in $$list; do echo "$$p $$p"; done | \ | |||
)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | sed 's/$(EXEEXT)$$//' | \ | |||
else :; fi; \ | while read p p1; do if test -f $$p \ | |||
done | ; then echo "$$p"; echo "$$p"; else :; fi; \ | |||
done | \ | ||||
sed -e 'p;s,.*/,,;n;h' \ | ||||
-e 's|.*|.|' \ | ||||
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ | ||||
sed 'N;N;N;s,\n, ,g' | \ | ||||
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | ||||
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | ||||
if ($$2 == $$4) files[d] = files[d] " " $$1; \ | ||||
else { print "f", $$3 "/" $$4, $$1; } } \ | ||||
END { for (d in files) print "f", d, files[d] }' | \ | ||||
while read type dir files; do \ | ||||
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | ||||
test -z "$$files" || { \ | ||||
echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR | ||||
)$(bindir)$$dir'"; \ | ||||
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bind | ||||
ir)$$dir" || exit $$?; \ | ||||
} \ | ||||
; done | ||||
uninstall-binPROGRAMS: | uninstall-binPROGRAMS: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
list='$(bin_PROGRAMS)'; for p in $$list; do \ | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | |||
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transf | files=`for p in $$list; do echo "$$p"; done | \ | |||
orm)'|sed 's/$$/$(EXEEXT)/'`; \ | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ | |||
done | -e 's/$$/$(EXEEXT)/' \ | |||
`; \ | ||||
.c.o: | test -n "$$list" || exit 0; \ | |||
$(COMPILE) -c $< | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ | |||
cd "$(DESTDIR)$(bindir)" && rm -f $$files | ||||
.s.o: | clean-binPROGRAMS: | |||
$(COMPILE) -c $< | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | |||
.S.o: | scrot$(EXEEXT): $(scrot_OBJECTS) $(scrot_DEPENDENCIES) $(EXTRA_scrot_DEPENDENCIE | |||
$(COMPILE) -c $< | S) | |||
@rm -f scrot$(EXEEXT) | ||||
$(AM_V_CCLD)$(LINK) $(scrot_OBJECTS) $(scrot_LDADD) $(LIBS) | ||||
mostlyclean-compile: | mostlyclean-compile: | |||
-rm -f *.o core *.core | -rm -f *.$(OBJEXT) | |||
clean-compile: | ||||
distclean-compile: | distclean-compile: | |||
-rm -f *.tab.c | -rm -f *.tab.c | |||
maintainer-clean-compile: | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrot-imlib.Po@am__quote@ # am- | |||
-include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrot-main.Po@am__quote@ # am-- | ||||
include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrot-note.Po@am__quote@ # am-- | ||||
include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrot-options.Po@am__quote@ # a | ||||
m--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrot-scrot_selection.Po@am__qu | ||||
ote@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrot-selection_classic.Po@am__ | ||||
quote@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrot-selection_edge.Po@am__quo | ||||
te@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrot-slist.Po@am__quote@ # am- | ||||
-include-marker | ||||
$(am__depfiles_remade): | ||||
@$(MKDIR_P) $(@D) | ||||
@echo '# dummy' >$@-t && $(am__mv) $@-t $@ | ||||
scrot: $(scrot_OBJECTS) $(scrot_DEPENDENCIES) | am--depfiles: $(am__depfiles_remade) | |||
@rm -f scrot | ||||
$(LINK) $(scrot_LDFLAGS) $(scrot_OBJECTS) $(scrot_LDADD) $(LIBS) | ||||
tags: TAGS | ||||
ID: $(HEADERS) $(SOURCES) $(LISP) | ||||
list='$(SOURCES) $(HEADERS)'; \ | ||||
unique=`for i in $$list; do echo $$i; done | \ | ||||
awk ' { files[$$0] = 1; } \ | ||||
END { for (i in files) print i; }'`; \ | ||||
here=`pwd` && cd $(srcdir) \ | ||||
&& mkid -f$$here/ID $$unique $(LISP) | ||||
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) | .c.o: | |||
tags=; \ | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo | |||
here=`pwd`; \ | -c -o $@ $< | |||
list='$(SOURCES) $(HEADERS)'; \ | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |||
unique=`for i in $$list; do echo $$i; done | \ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool | |||
awk ' { files[$$0] = 1; } \ | =no @AMDEPBACKSLASH@ | |||
END { for (i in files) print i; }'`; \ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | |||
test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ | @AMDEPBACKSLASH@ | |||
|| (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h. | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | |||
in $$unique $(LISP)) | ||||
.c.obj: | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo | ||||
-c -o $@ `$(CYGPATH_W) '$<'` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool | ||||
=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$ | ||||
<'` | ||||
scrot-main.o: main.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-main.o -MD -MP -MF | ||||
$(DEPDIR)/scrot-main.Tpo -c -o scrot-main.o `test -f 'main.c' || echo '$(srcdir | ||||
)/'`main.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-main.Tpo $(DEPDIR)/sc | ||||
rot-main.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='scrot-m | ||||
ain.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-main. | ||||
o `test -f 'main.c' || echo '$(srcdir)/'`main.c | ||||
scrot-main.obj: main.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-main.obj -MD -MP - | ||||
MF $(DEPDIR)/scrot-main.Tpo -c -o scrot-main.obj `if test -f 'main.c'; then $(CY | ||||
GPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-main.Tpo $(DEPDIR)/sc | ||||
rot-main.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='scrot-m | ||||
ain.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-main. | ||||
obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdi | ||||
r)/main.c'; fi` | ||||
scrot-options.o: options.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-options.o -MD -MP | ||||
-MF $(DEPDIR)/scrot-options.Tpo -c -o scrot-options.o `test -f 'options.c' || ec | ||||
ho '$(srcdir)/'`options.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-options.Tpo $(DEPDIR) | ||||
/scrot-options.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='options.c' object='scro | ||||
t-options.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-optio | ||||
ns.o `test -f 'options.c' || echo '$(srcdir)/'`options.c | ||||
scrot-options.obj: options.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-options.obj -MD -M | ||||
P -MF $(DEPDIR)/scrot-options.Tpo -c -o scrot-options.obj `if test -f 'options.c | ||||
'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-options.Tpo $(DEPDIR) | ||||
/scrot-options.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='options.c' object='scro | ||||
t-options.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-optio | ||||
ns.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) | ||||
'$(srcdir)/options.c'; fi` | ||||
scrot-imlib.o: imlib.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-imlib.o -MD -MP -M | ||||
F $(DEPDIR)/scrot-imlib.Tpo -c -o scrot-imlib.o `test -f 'imlib.c' || echo '$(sr | ||||
cdir)/'`imlib.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-imlib.Tpo $(DEPDIR)/s | ||||
crot-imlib.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='imlib.c' object='scrot- | ||||
imlib.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-imlib | ||||
.o `test -f 'imlib.c' || echo '$(srcdir)/'`imlib.c | ||||
scrot-imlib.obj: imlib.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-imlib.obj -MD -MP | ||||
-MF $(DEPDIR)/scrot-imlib.Tpo -c -o scrot-imlib.obj `if test -f 'imlib.c'; then | ||||
$(CYGPATH_W) 'imlib.c'; else $(CYGPATH_W) '$(srcdir)/imlib.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-imlib.Tpo $(DEPDIR)/s | ||||
crot-imlib.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='imlib.c' object='scrot- | ||||
imlib.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-imlib | ||||
.obj `if test -f 'imlib.c'; then $(CYGPATH_W) 'imlib.c'; else $(CYGPATH_W) '$(sr | ||||
cdir)/imlib.c'; fi` | ||||
scrot-note.o: note.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-note.o -MD -MP -MF | ||||
$(DEPDIR)/scrot-note.Tpo -c -o scrot-note.o `test -f 'note.c' || echo '$(srcdir | ||||
)/'`note.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-note.Tpo $(DEPDIR)/sc | ||||
rot-note.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='note.c' object='scrot-n | ||||
ote.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-note. | ||||
o `test -f 'note.c' || echo '$(srcdir)/'`note.c | ||||
scrot-note.obj: note.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-note.obj -MD -MP - | ||||
MF $(DEPDIR)/scrot-note.Tpo -c -o scrot-note.obj `if test -f 'note.c'; then $(CY | ||||
GPATH_W) 'note.c'; else $(CYGPATH_W) '$(srcdir)/note.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-note.Tpo $(DEPDIR)/sc | ||||
rot-note.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='note.c' object='scrot-n | ||||
ote.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-note. | ||||
obj `if test -f 'note.c'; then $(CYGPATH_W) 'note.c'; else $(CYGPATH_W) '$(srcdi | ||||
r)/note.c'; fi` | ||||
scrot-scrot_selection.o: scrot_selection.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-scrot_selection.o | ||||
-MD -MP -MF $(DEPDIR)/scrot-scrot_selection.Tpo -c -o scrot-scrot_selection.o `t | ||||
est -f 'scrot_selection.c' || echo '$(srcdir)/'`scrot_selection.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-scrot_selection.Tpo $ | ||||
(DEPDIR)/scrot-scrot_selection.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scrot_selection.c' obje | ||||
ct='scrot-scrot_selection.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-scrot | ||||
_selection.o `test -f 'scrot_selection.c' || echo '$(srcdir)/'`scrot_selection.c | ||||
scrot-scrot_selection.obj: scrot_selection.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-scrot_selection.ob | ||||
j -MD -MP -MF $(DEPDIR)/scrot-scrot_selection.Tpo -c -o scrot-scrot_selection.ob | ||||
j `if test -f 'scrot_selection.c'; then $(CYGPATH_W) 'scrot_selection.c'; else $ | ||||
(CYGPATH_W) '$(srcdir)/scrot_selection.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-scrot_selection.Tpo $ | ||||
(DEPDIR)/scrot-scrot_selection.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scrot_selection.c' obje | ||||
ct='scrot-scrot_selection.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-scrot | ||||
_selection.obj `if test -f 'scrot_selection.c'; then $(CYGPATH_W) 'scrot_selecti | ||||
on.c'; else $(CYGPATH_W) '$(srcdir)/scrot_selection.c'; fi` | ||||
scrot-selection_classic.o: selection_classic.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-selection_classic. | ||||
o -MD -MP -MF $(DEPDIR)/scrot-selection_classic.Tpo -c -o scrot-selection_classi | ||||
c.o `test -f 'selection_classic.c' || echo '$(srcdir)/'`selection_classic.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-selection_classic.Tpo | ||||
$(DEPDIR)/scrot-selection_classic.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='selection_classic.c' ob | ||||
ject='scrot-selection_classic.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-selec | ||||
tion_classic.o `test -f 'selection_classic.c' || echo '$(srcdir)/'`selection_cla | ||||
ssic.c | ||||
scrot-selection_classic.obj: selection_classic.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-selection_classic. | ||||
obj -MD -MP -MF $(DEPDIR)/scrot-selection_classic.Tpo -c -o scrot-selection_clas | ||||
sic.obj `if test -f 'selection_classic.c'; then $(CYGPATH_W) 'selection_classic. | ||||
c'; else $(CYGPATH_W) '$(srcdir)/selection_classic.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-selection_classic.Tpo | ||||
$(DEPDIR)/scrot-selection_classic.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='selection_classic.c' ob | ||||
ject='scrot-selection_classic.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-selec | ||||
tion_classic.obj `if test -f 'selection_classic.c'; then $(CYGPATH_W) 'selection | ||||
_classic.c'; else $(CYGPATH_W) '$(srcdir)/selection_classic.c'; fi` | ||||
scrot-selection_edge.o: selection_edge.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-selection_edge.o - | ||||
MD -MP -MF $(DEPDIR)/scrot-selection_edge.Tpo -c -o scrot-selection_edge.o `test | ||||
-f 'selection_edge.c' || echo '$(srcdir)/'`selection_edge.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-selection_edge.Tpo $( | ||||
DEPDIR)/scrot-selection_edge.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='selection_edge.c' objec | ||||
t='scrot-selection_edge.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-selec | ||||
tion_edge.o `test -f 'selection_edge.c' || echo '$(srcdir)/'`selection_edge.c | ||||
scrot-selection_edge.obj: selection_edge.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-selection_edge.obj | ||||
-MD -MP -MF $(DEPDIR)/scrot-selection_edge.Tpo -c -o scrot-selection_edge.obj ` | ||||
if test -f 'selection_edge.c'; then $(CYGPATH_W) 'selection_edge.c'; else $(CYGP | ||||
ATH_W) '$(srcdir)/selection_edge.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-selection_edge.Tpo $( | ||||
DEPDIR)/scrot-selection_edge.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='selection_edge.c' objec | ||||
t='scrot-selection_edge.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-selec | ||||
tion_edge.obj `if test -f 'selection_edge.c'; then $(CYGPATH_W) 'selection_edge. | ||||
c'; else $(CYGPATH_W) '$(srcdir)/selection_edge.c'; fi` | ||||
scrot-slist.o: slist.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-slist.o -MD -MP -M | ||||
F $(DEPDIR)/scrot-slist.Tpo -c -o scrot-slist.o `test -f 'slist.c' || echo '$(sr | ||||
cdir)/'`slist.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-slist.Tpo $(DEPDIR)/s | ||||
crot-slist.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='slist.c' object='scrot- | ||||
slist.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-slist | ||||
.o `test -f 'slist.c' || echo '$(srcdir)/'`slist.c | ||||
scrot-slist.obj: slist.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ | ||||
(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scrot-slist.obj -MD -MP | ||||
-MF $(DEPDIR)/scrot-slist.Tpo -c -o scrot-slist.obj `if test -f 'slist.c'; then | ||||
$(CYGPATH_W) 'slist.c'; else $(CYGPATH_W) '$(srcdir)/slist.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scrot-slist.Tpo $(DEPDIR)/s | ||||
crot-slist.Po | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='slist.c' object='scrot- | ||||
slist.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
INCLUDES) $(scrot_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scrot-slist | ||||
.obj `if test -f 'slist.c'; then $(CYGPATH_W) 'slist.c'; else $(CYGPATH_W) '$(sr | ||||
cdir)/slist.c'; fi` | ||||
ID: $(am__tagged_files) | ||||
$(am__define_uniq_tagged_files); mkid -fID $$unique | ||||
tags: tags-am | ||||
TAGS: tags | ||||
mostlyclean-tags: | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
set x; \ | ||||
here=`pwd`; \ | ||||
$(am__define_uniq_tagged_files); \ | ||||
shift; \ | ||||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | ||||
test -n "$$unique" || unique=$$empty_fix; \ | ||||
if test $$# -gt 0; then \ | ||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||||
"$$@" $$unique; \ | ||||
else \ | ||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||||
$$unique; \ | ||||
fi; \ | ||||
fi | ||||
ctags: ctags-am | ||||
clean-tags: | CTAGS: ctags | |||
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | ||||
$(am__define_uniq_tagged_files); \ | ||||
test -z "$(CTAGS_ARGS)$$unique" \ | ||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||||
$$unique | ||||
GTAGS: | ||||
here=`$(am__cd) $(top_builddir) && pwd` \ | ||||
&& $(am__cd) $(top_srcdir) \ | ||||
&& gtags -i $(GTAGS_ARGS) "$$here" | ||||
cscopelist: cscopelist-am | ||||
cscopelist-am: $(am__tagged_files) | ||||
list='$(am__tagged_files)'; \ | ||||
case "$(srcdir)" in \ | ||||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | ||||
*) sdir=$(subdir)/$(srcdir) ;; \ | ||||
esac; \ | ||||
for i in $$list; do \ | ||||
if test -f "$$i"; then \ | ||||
echo "$(subdir)/$$i"; \ | ||||
else \ | ||||
echo "$$sdir/$$i"; \ | ||||
fi; \ | ||||
done >> $(top_builddir)/cscope.files | ||||
distclean-tags: | distclean-tags: | |||
-rm -f TAGS ID | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |||
maintainer-clean-tags: | ||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | distdir: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | ||||
subdir = src | ||||
distdir: $(DISTFILES) | distdir-am: $(DISTFILES) | |||
@for file in $(DISTFILES); do \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
d=$(srcdir); \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
list='$(DISTFILES)'; \ | ||||
dist_files=`for file in $$list; do echo $$file; done | \ | ||||
sed -e "s|^$$srcdirstrip/||;t" \ | ||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||||
case $$dist_files in \ | ||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \ | ||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||||
sort -u` ;; \ | ||||
esac; \ | ||||
for file in $$dist_files; do \ | ||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||||
if test -d $$d/$$file; then \ | if test -d $$d/$$file; then \ | |||
cp -pr $$d/$$file $(distdir)/$$file; \ | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |||
if test -d "$(distdir)/$$file"; then \ | ||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} | ||||
\;; \ | ||||
fi; \ | ||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} | ||||
\;; \ | ||||
fi; \ | ||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||||
else \ | else \ | |||
test -f $(distdir)/$$file \ | test -f "$(distdir)/$$file" \ | |||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | || cp -p $$d/$$file "$(distdir)/$$file" \ | |||
|| cp -p $$d/$$file $(distdir)/$$file || :; \ | || exit 1; \ | |||
fi; \ | fi; \ | |||
done | done | |||
getopt.o: getopt.c config.h | ||||
getopt1.o: getopt1.c config.h getopt.h | ||||
imlib.o: imlib.c scrot.h getopt.h config.h structs.h debug.h options.h | ||||
main.o: main.c scrot.h getopt.h config.h structs.h debug.h options.h | ||||
options.o: options.c scrot.h getopt.h config.h structs.h debug.h \ | ||||
options.h | ||||
info-am: | ||||
info: info-am | ||||
dvi-am: | ||||
dvi: dvi-am | ||||
check-am: all-am | check-am: all-am | |||
check: check-am | check: check-am | |||
installcheck-am: | all-am: Makefile $(PROGRAMS) config.h | |||
installcheck: installcheck-am | installdirs: | |||
all-recursive-am: config.h | for dir in "$(DESTDIR)$(bindir)"; do \ | |||
$(MAKE) $(AM_MAKEFLAGS) all-recursive | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |||
done | ||||
install-exec-am: install-binPROGRAMS | install: install-am | |||
install-exec: install-exec-am | install-exec: install-exec-am | |||
install-data-am: | ||||
install-data: install-data-am | install-data: install-data-am | |||
uninstall: uninstall-am | ||||
install-am: all-am | install-am: all-am | |||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |||
install: install-am | ||||
uninstall-am: uninstall-binPROGRAMS | ||||
uninstall: uninstall-am | ||||
all-am: Makefile $(PROGRAMS) config.h | ||||
all-redirect: all-am | ||||
install-strip: | ||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||||
installdirs: | ||||
$(mkinstalldirs) $(DESTDIR)$(bindir) | ||||
installcheck: installcheck-am | ||||
install-strip: | ||||
if test -z '$(STRIP)'; then \ | ||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||||
install; \ | ||||
else \ | ||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||||
fi | ||||
mostlyclean-generic: | mostlyclean-generic: | |||
clean-generic: | clean-generic: | |||
distclean-generic: | distclean-generic: | |||
-rm -f Makefile $(CONFIG_CLEAN_FILES) | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |||
-rm -f config.cache config.log stamp-h stamp-h[0-9]* | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $ | |||
(CONFIG_CLEAN_VPATH_FILES) | ||||
maintainer-clean-generic: | maintainer-clean-generic: | |||
@echo "This command is intended for maintainers to use" | ||||
@echo "it deletes files that may require special tools to rebuild." | ||||
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | |||
mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \ | clean: clean-am | |||
mostlyclean-compile mostlyclean-tags \ | ||||
mostlyclean-generic | ||||
mostlyclean: mostlyclean-am | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am | |||
clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \ | distclean: distclean-am | |||
clean-generic mostlyclean-am | -rm -f ./$(DEPDIR)/scrot-imlib.Po | |||
-rm -f ./$(DEPDIR)/scrot-main.Po | ||||
-rm -f ./$(DEPDIR)/scrot-note.Po | ||||
-rm -f ./$(DEPDIR)/scrot-options.Po | ||||
-rm -f ./$(DEPDIR)/scrot-scrot_selection.Po | ||||
-rm -f ./$(DEPDIR)/scrot-selection_classic.Po | ||||
-rm -f ./$(DEPDIR)/scrot-selection_edge.Po | ||||
-rm -f ./$(DEPDIR)/scrot-slist.Po | ||||
-rm -f Makefile | ||||
distclean-am: clean-am distclean-compile distclean-generic \ | ||||
distclean-hdr distclean-tags | ||||
clean: clean-am | dvi: dvi-am | |||
distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \ | dvi-am: | |||
distclean-tags distclean-generic clean-am | ||||
distclean: distclean-am | html: html-am | |||
maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \ | html-am: | |||
maintainer-clean-compile maintainer-clean-tags \ | ||||
maintainer-clean-generic distclean-am | info: info-am | |||
@echo "This command is intended for maintainers to use;" | ||||
@echo "it deletes files that may require special tools to rebuild." | info-am: | |||
install-data-am: | ||||
install-dvi: install-dvi-am | ||||
install-dvi-am: | ||||
install-exec-am: install-binPROGRAMS | ||||
install-html: install-html-am | ||||
install-html-am: | ||||
install-info: install-info-am | ||||
install-info-am: | ||||
install-man: | ||||
install-pdf: install-pdf-am | ||||
install-pdf-am: | ||||
install-ps: install-ps-am | ||||
install-ps-am: | ||||
installcheck-am: | ||||
maintainer-clean: maintainer-clean-am | maintainer-clean: maintainer-clean-am | |||
-rm -f ./$(DEPDIR)/scrot-imlib.Po | ||||
-rm -f ./$(DEPDIR)/scrot-main.Po | ||||
-rm -f ./$(DEPDIR)/scrot-note.Po | ||||
-rm -f ./$(DEPDIR)/scrot-options.Po | ||||
-rm -f ./$(DEPDIR)/scrot-scrot_selection.Po | ||||
-rm -f ./$(DEPDIR)/scrot-selection_classic.Po | ||||
-rm -f ./$(DEPDIR)/scrot-selection_edge.Po | ||||
-rm -f ./$(DEPDIR)/scrot-slist.Po | ||||
-rm -f Makefile | ||||
maintainer-clean-am: distclean-am maintainer-clean-generic | ||||
mostlyclean: mostlyclean-am | ||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic | ||||
pdf: pdf-am | ||||
pdf-am: | ||||
ps: ps-am | ||||
ps-am: | ||||
uninstall-am: uninstall-binPROGRAMS | ||||
.MAKE: all install-am install-strip | ||||
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ | ||||
clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ | ||||
distclean distclean-compile distclean-generic distclean-hdr \ | ||||
distclean-tags distdir dvi dvi-am html html-am info info-am \ | ||||
install install-am install-binPROGRAMS install-data \ | ||||
install-data-am install-dvi install-dvi-am install-exec \ | ||||
install-exec-am install-html install-html-am install-info \ | ||||
install-info-am install-man install-pdf install-pdf-am \ | ||||
install-ps install-ps-am install-strip installcheck \ | ||||
installcheck-am installdirs maintainer-clean \ | ||||
maintainer-clean-generic mostlyclean mostlyclean-compile \ | ||||
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ | ||||
uninstall-am uninstall-binPROGRAMS | ||||
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ | .PRECIOUS: Makefile | |||
mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ | ||||
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ | ||||
mostlyclean-compile distclean-compile clean-compile \ | ||||
maintainer-clean-compile tags mostlyclean-tags distclean-tags \ | ||||
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ | ||||
check-am installcheck-am installcheck all-recursive-am install-exec-am \ | ||||
install-exec install-data-am install-data install-am install \ | ||||
uninstall-am uninstall all-redirect all-am all installdirs \ | ||||
mostlyclean-generic distclean-generic clean-generic \ | ||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean | ||||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 52 change blocks. | ||||
242 lines changed or deleted | 872 lines changed or added |