Makefile.in revision 62aeb71d
1# Makefile.in generated by automake 1.11.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# 19# Copyright 2005 Red Hat, Inc. 20# 21# Permission to use, copy, modify, distribute, and sell this software and its 22# documentation for any purpose is hereby granted without fee, provided that 23# the above copyright notice appear in all copies and that both that 24# copyright notice and this permission notice appear in supporting 25# documentation, and that the name of Red Hat not be used in 26# advertising or publicity pertaining to distribution of the software without 27# specific, written prior permission. Red Hat makes no 28# representations about the suitability of this software for any purpose. It 29# is provided "as is" without express or implied warranty. 30# 31# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 35# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 36# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 37# PERFORMANCE OF THIS SOFTWARE. 38 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkglibexecdir = $(libexecdir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58bin_PROGRAMS = xsetroot$(EXEEXT) 59subdir = . 60DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 61 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 62 $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \ 63 config.sub depcomp install-sh missing 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/configure.ac 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 69 configure.lineno config.status.lineno 70mkinstalldirs = $(install_sh) -d 71CONFIG_HEADER = config.h 72CONFIG_CLEAN_FILES = 73CONFIG_CLEAN_VPATH_FILES = 74am__installdirs = "$(DESTDIR)$(bindir)" 75PROGRAMS = $(bin_PROGRAMS) 76am_xsetroot_OBJECTS = xsetroot.$(OBJEXT) 77xsetroot_OBJECTS = $(am_xsetroot_OBJECTS) 78am__DEPENDENCIES_1 = 79xsetroot_DEPENDENCIES = $(am__DEPENDENCIES_1) 80DEFAULT_INCLUDES = -I.@am__isrc@ 81depcomp = $(SHELL) $(top_srcdir)/depcomp 82am__depfiles_maybe = depfiles 83am__mv = mv -f 84COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 85 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 86AM_V_CC = $(am__v_CC_$(V)) 87am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 88am__v_CC_0 = @echo " CC " $@; 89AM_V_at = $(am__v_at_$(V)) 90am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 91am__v_at_0 = @ 92CCLD = $(CC) 93LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 94AM_V_CCLD = $(am__v_CCLD_$(V)) 95am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 96am__v_CCLD_0 = @echo " CCLD " $@; 97AM_V_GEN = $(am__v_GEN_$(V)) 98am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 99am__v_GEN_0 = @echo " GEN " $@; 100SOURCES = $(xsetroot_SOURCES) 101DIST_SOURCES = $(xsetroot_SOURCES) 102RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 103 html-recursive info-recursive install-data-recursive \ 104 install-dvi-recursive install-exec-recursive \ 105 install-html-recursive install-info-recursive \ 106 install-pdf-recursive install-ps-recursive install-recursive \ 107 installcheck-recursive installdirs-recursive pdf-recursive \ 108 ps-recursive uninstall-recursive 109RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 110 distclean-recursive maintainer-clean-recursive 111AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 112 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 113 distdir dist dist-all distcheck 114ETAGS = etags 115CTAGS = ctags 116DIST_SUBDIRS = $(SUBDIRS) 117DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 118distdir = $(PACKAGE)-$(VERSION) 119top_distdir = $(distdir) 120am__remove_distdir = \ 121 { test ! -d "$(distdir)" \ 122 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 123 && rm -fr "$(distdir)"; }; } 124am__relativize = \ 125 dir0=`pwd`; \ 126 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 127 sed_rest='s,^[^/]*/*,,'; \ 128 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 129 sed_butlast='s,/*[^/]*$$,,'; \ 130 while test -n "$$dir1"; do \ 131 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 132 if test "$$first" != "."; then \ 133 if test "$$first" = ".."; then \ 134 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 135 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 136 else \ 137 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 138 if test "$$first2" = "$$first"; then \ 139 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 140 else \ 141 dir2="../$$dir2"; \ 142 fi; \ 143 dir0="$$dir0"/"$$first"; \ 144 fi; \ 145 fi; \ 146 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 147 done; \ 148 reldir="$$dir2" 149DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 150GZIP_ENV = --best 151distuninstallcheck_listfiles = find . -type f -print 152am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 153 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 154distcleancheck_listfiles = find . -type f -print 155ACLOCAL = @ACLOCAL@ 156ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 157ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 158AMTAR = @AMTAR@ 159AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 160APP_MAN_DIR = @APP_MAN_DIR@ 161APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 162AUTOCONF = @AUTOCONF@ 163AUTOHEADER = @AUTOHEADER@ 164AUTOMAKE = @AUTOMAKE@ 165AWK = @AWK@ 166BASE_CFLAGS = @BASE_CFLAGS@ 167CC = @CC@ 168CCDEPMODE = @CCDEPMODE@ 169CFLAGS = @CFLAGS@ 170CHANGELOG_CMD = @CHANGELOG_CMD@ 171CPP = @CPP@ 172CPPFLAGS = @CPPFLAGS@ 173CWARNFLAGS = @CWARNFLAGS@ 174CYGPATH_W = @CYGPATH_W@ 175DEFS = @DEFS@ 176DEPDIR = @DEPDIR@ 177DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 178DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 179ECHO_C = @ECHO_C@ 180ECHO_N = @ECHO_N@ 181ECHO_T = @ECHO_T@ 182EGREP = @EGREP@ 183EXEEXT = @EXEEXT@ 184FILE_MAN_DIR = @FILE_MAN_DIR@ 185FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 186GREP = @GREP@ 187INSTALL = @INSTALL@ 188INSTALL_CMD = @INSTALL_CMD@ 189INSTALL_DATA = @INSTALL_DATA@ 190INSTALL_PROGRAM = @INSTALL_PROGRAM@ 191INSTALL_SCRIPT = @INSTALL_SCRIPT@ 192INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 193LDFLAGS = @LDFLAGS@ 194LIBOBJS = @LIBOBJS@ 195LIBS = @LIBS@ 196LIB_MAN_DIR = @LIB_MAN_DIR@ 197LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 198LINT = @LINT@ 199LINT_FLAGS = @LINT_FLAGS@ 200LTLIBOBJS = @LTLIBOBJS@ 201MAINT = @MAINT@ 202MAKEINFO = @MAKEINFO@ 203MAN_SUBSTS = @MAN_SUBSTS@ 204MISC_MAN_DIR = @MISC_MAN_DIR@ 205MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 206MKDIR_P = @MKDIR_P@ 207OBJEXT = @OBJEXT@ 208PACKAGE = @PACKAGE@ 209PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 210PACKAGE_NAME = @PACKAGE_NAME@ 211PACKAGE_STRING = @PACKAGE_STRING@ 212PACKAGE_TARNAME = @PACKAGE_TARNAME@ 213PACKAGE_URL = @PACKAGE_URL@ 214PACKAGE_VERSION = @PACKAGE_VERSION@ 215PATH_SEPARATOR = @PATH_SEPARATOR@ 216PKG_CONFIG = @PKG_CONFIG@ 217SED = @SED@ 218SET_MAKE = @SET_MAKE@ 219SHELL = @SHELL@ 220STRICT_CFLAGS = @STRICT_CFLAGS@ 221STRIP = @STRIP@ 222VERSION = @VERSION@ 223XORG_MAN_PAGE = @XORG_MAN_PAGE@ 224XSETROOT_CFLAGS = @XSETROOT_CFLAGS@ 225XSETROOT_LIBS = @XSETROOT_LIBS@ 226abs_builddir = @abs_builddir@ 227abs_srcdir = @abs_srcdir@ 228abs_top_builddir = @abs_top_builddir@ 229abs_top_srcdir = @abs_top_srcdir@ 230ac_ct_CC = @ac_ct_CC@ 231am__include = @am__include@ 232am__leading_dot = @am__leading_dot@ 233am__quote = @am__quote@ 234am__tar = @am__tar@ 235am__untar = @am__untar@ 236bindir = @bindir@ 237build = @build@ 238build_alias = @build_alias@ 239build_cpu = @build_cpu@ 240build_os = @build_os@ 241build_vendor = @build_vendor@ 242builddir = @builddir@ 243datadir = @datadir@ 244datarootdir = @datarootdir@ 245docdir = @docdir@ 246dvidir = @dvidir@ 247exec_prefix = @exec_prefix@ 248host = @host@ 249host_alias = @host_alias@ 250host_cpu = @host_cpu@ 251host_os = @host_os@ 252host_vendor = @host_vendor@ 253htmldir = @htmldir@ 254includedir = @includedir@ 255infodir = @infodir@ 256install_sh = @install_sh@ 257libdir = @libdir@ 258libexecdir = @libexecdir@ 259localedir = @localedir@ 260localstatedir = @localstatedir@ 261mandir = @mandir@ 262mkdir_p = @mkdir_p@ 263oldincludedir = @oldincludedir@ 264pdfdir = @pdfdir@ 265prefix = @prefix@ 266program_transform_name = @program_transform_name@ 267psdir = @psdir@ 268sbindir = @sbindir@ 269sharedstatedir = @sharedstatedir@ 270srcdir = @srcdir@ 271sysconfdir = @sysconfdir@ 272target_alias = @target_alias@ 273top_build_prefix = @top_build_prefix@ 274top_builddir = @top_builddir@ 275top_srcdir = @top_srcdir@ 276SUBDIRS = man 277AM_CFLAGS = $(CWARNFLAGS) $(XSETROOT_CFLAGS) 278xsetroot_LDADD = $(XSETROOT_LIBS) 279xsetroot_SOURCES = \ 280 xsetroot.c 281 282MAINTAINERCLEANFILES = ChangeLog INSTALL 283@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 284@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 285 286all: config.h 287 $(MAKE) $(AM_MAKEFLAGS) all-recursive 288 289.SUFFIXES: 290.SUFFIXES: .c .o .obj 291am--refresh: Makefile 292 @: 293$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 294 @for dep in $?; do \ 295 case '$(am__configure_deps)' in \ 296 *$$dep*) \ 297 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 298 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 299 && exit 0; \ 300 exit 1;; \ 301 esac; \ 302 done; \ 303 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 304 $(am__cd) $(top_srcdir) && \ 305 $(AUTOMAKE) --foreign Makefile 306.PRECIOUS: Makefile 307Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 308 @case '$?' in \ 309 *config.status*) \ 310 echo ' $(SHELL) ./config.status'; \ 311 $(SHELL) ./config.status;; \ 312 *) \ 313 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 314 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 315 esac; 316 317$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 318 $(SHELL) ./config.status --recheck 319 320$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 321 $(am__cd) $(srcdir) && $(AUTOCONF) 322$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 323 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 324$(am__aclocal_m4_deps): 325 326config.h: stamp-h1 327 @if test ! -f $@; then rm -f stamp-h1; else :; fi 328 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 329 330stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 331 @rm -f stamp-h1 332 cd $(top_builddir) && $(SHELL) ./config.status config.h 333$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 334 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 335 rm -f stamp-h1 336 touch $@ 337 338distclean-hdr: 339 -rm -f config.h stamp-h1 340install-binPROGRAMS: $(bin_PROGRAMS) 341 @$(NORMAL_INSTALL) 342 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 343 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 344 for p in $$list; do echo "$$p $$p"; done | \ 345 sed 's/$(EXEEXT)$$//' | \ 346 while read p p1; do if test -f $$p; \ 347 then echo "$$p"; echo "$$p"; else :; fi; \ 348 done | \ 349 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 350 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 351 sed 'N;N;N;s,\n, ,g' | \ 352 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 353 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 354 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 355 else { print "f", $$3 "/" $$4, $$1; } } \ 356 END { for (d in files) print "f", d, files[d] }' | \ 357 while read type dir files; do \ 358 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 359 test -z "$$files" || { \ 360 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 361 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 362 } \ 363 ; done 364 365uninstall-binPROGRAMS: 366 @$(NORMAL_UNINSTALL) 367 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 368 files=`for p in $$list; do echo "$$p"; done | \ 369 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 370 -e 's/$$/$(EXEEXT)/' `; \ 371 test -n "$$list" || exit 0; \ 372 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 373 cd "$(DESTDIR)$(bindir)" && rm -f $$files 374 375clean-binPROGRAMS: 376 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 377xsetroot$(EXEEXT): $(xsetroot_OBJECTS) $(xsetroot_DEPENDENCIES) 378 @rm -f xsetroot$(EXEEXT) 379 $(AM_V_CCLD)$(LINK) $(xsetroot_OBJECTS) $(xsetroot_LDADD) $(LIBS) 380 381mostlyclean-compile: 382 -rm -f *.$(OBJEXT) 383 384distclean-compile: 385 -rm -f *.tab.c 386 387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsetroot.Po@am__quote@ 388 389.c.o: 390@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 391@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 392@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 393@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 394@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 395 396.c.obj: 397@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 398@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 399@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 400@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 401@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 402 403# This directory's subdirectories are mostly independent; you can cd 404# into them and run `make' without going through this Makefile. 405# To change the values of `make' variables: instead of editing Makefiles, 406# (1) if the variable is set in `config.status', edit `config.status' 407# (which will cause the Makefiles to be regenerated when you run `make'); 408# (2) otherwise, pass the desired values on the `make' command line. 409$(RECURSIVE_TARGETS): 410 @fail= failcom='exit 1'; \ 411 for f in x $$MAKEFLAGS; do \ 412 case $$f in \ 413 *=* | --[!k]*);; \ 414 *k*) failcom='fail=yes';; \ 415 esac; \ 416 done; \ 417 dot_seen=no; \ 418 target=`echo $@ | sed s/-recursive//`; \ 419 list='$(SUBDIRS)'; for subdir in $$list; do \ 420 echo "Making $$target in $$subdir"; \ 421 if test "$$subdir" = "."; then \ 422 dot_seen=yes; \ 423 local_target="$$target-am"; \ 424 else \ 425 local_target="$$target"; \ 426 fi; \ 427 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 428 || eval $$failcom; \ 429 done; \ 430 if test "$$dot_seen" = "no"; then \ 431 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 432 fi; test -z "$$fail" 433 434$(RECURSIVE_CLEAN_TARGETS): 435 @fail= failcom='exit 1'; \ 436 for f in x $$MAKEFLAGS; do \ 437 case $$f in \ 438 *=* | --[!k]*);; \ 439 *k*) failcom='fail=yes';; \ 440 esac; \ 441 done; \ 442 dot_seen=no; \ 443 case "$@" in \ 444 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 445 *) list='$(SUBDIRS)' ;; \ 446 esac; \ 447 rev=''; for subdir in $$list; do \ 448 if test "$$subdir" = "."; then :; else \ 449 rev="$$subdir $$rev"; \ 450 fi; \ 451 done; \ 452 rev="$$rev ."; \ 453 target=`echo $@ | sed s/-recursive//`; \ 454 for subdir in $$rev; do \ 455 echo "Making $$target in $$subdir"; \ 456 if test "$$subdir" = "."; then \ 457 local_target="$$target-am"; \ 458 else \ 459 local_target="$$target"; \ 460 fi; \ 461 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 462 || eval $$failcom; \ 463 done && test -z "$$fail" 464tags-recursive: 465 list='$(SUBDIRS)'; for subdir in $$list; do \ 466 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 467 done 468ctags-recursive: 469 list='$(SUBDIRS)'; for subdir in $$list; do \ 470 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 471 done 472 473ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 474 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 475 unique=`for i in $$list; do \ 476 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 477 done | \ 478 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 479 END { if (nonempty) { for (i in files) print i; }; }'`; \ 480 mkid -fID $$unique 481tags: TAGS 482 483TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 484 $(TAGS_FILES) $(LISP) 485 set x; \ 486 here=`pwd`; \ 487 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 488 include_option=--etags-include; \ 489 empty_fix=.; \ 490 else \ 491 include_option=--include; \ 492 empty_fix=; \ 493 fi; \ 494 list='$(SUBDIRS)'; for subdir in $$list; do \ 495 if test "$$subdir" = .; then :; else \ 496 test ! -f $$subdir/TAGS || \ 497 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 498 fi; \ 499 done; \ 500 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 501 unique=`for i in $$list; do \ 502 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 503 done | \ 504 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 505 END { if (nonempty) { for (i in files) print i; }; }'`; \ 506 shift; \ 507 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 508 test -n "$$unique" || unique=$$empty_fix; \ 509 if test $$# -gt 0; then \ 510 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 511 "$$@" $$unique; \ 512 else \ 513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 514 $$unique; \ 515 fi; \ 516 fi 517ctags: CTAGS 518CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 519 $(TAGS_FILES) $(LISP) 520 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 521 unique=`for i in $$list; do \ 522 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 523 done | \ 524 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 525 END { if (nonempty) { for (i in files) print i; }; }'`; \ 526 test -z "$(CTAGS_ARGS)$$unique" \ 527 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 528 $$unique 529 530GTAGS: 531 here=`$(am__cd) $(top_builddir) && pwd` \ 532 && $(am__cd) $(top_srcdir) \ 533 && gtags -i $(GTAGS_ARGS) "$$here" 534 535distclean-tags: 536 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 537 538distdir: $(DISTFILES) 539 $(am__remove_distdir) 540 test -d "$(distdir)" || mkdir "$(distdir)" 541 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 542 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 543 list='$(DISTFILES)'; \ 544 dist_files=`for file in $$list; do echo $$file; done | \ 545 sed -e "s|^$$srcdirstrip/||;t" \ 546 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 547 case $$dist_files in \ 548 */*) $(MKDIR_P) `echo "$$dist_files" | \ 549 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 550 sort -u` ;; \ 551 esac; \ 552 for file in $$dist_files; do \ 553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 554 if test -d $$d/$$file; then \ 555 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 556 if test -d "$(distdir)/$$file"; then \ 557 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 558 fi; \ 559 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 560 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 562 fi; \ 563 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 564 else \ 565 test -f "$(distdir)/$$file" \ 566 || cp -p $$d/$$file "$(distdir)/$$file" \ 567 || exit 1; \ 568 fi; \ 569 done 570 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 571 if test "$$subdir" = .; then :; else \ 572 test -d "$(distdir)/$$subdir" \ 573 || $(MKDIR_P) "$(distdir)/$$subdir" \ 574 || exit 1; \ 575 fi; \ 576 done 577 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 578 if test "$$subdir" = .; then :; else \ 579 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 580 $(am__relativize); \ 581 new_distdir=$$reldir; \ 582 dir1=$$subdir; dir2="$(top_distdir)"; \ 583 $(am__relativize); \ 584 new_top_distdir=$$reldir; \ 585 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 586 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 587 ($(am__cd) $$subdir && \ 588 $(MAKE) $(AM_MAKEFLAGS) \ 589 top_distdir="$$new_top_distdir" \ 590 distdir="$$new_distdir" \ 591 am__remove_distdir=: \ 592 am__skip_length_check=: \ 593 am__skip_mode_fix=: \ 594 distdir) \ 595 || exit 1; \ 596 fi; \ 597 done 598 $(MAKE) $(AM_MAKEFLAGS) \ 599 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 600 dist-hook 601 -test -n "$(am__skip_mode_fix)" \ 602 || find "$(distdir)" -type d ! -perm -755 \ 603 -exec chmod u+rwx,go+rx {} \; -o \ 604 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 605 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 606 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 607 || chmod -R a+r "$(distdir)" 608dist-gzip: distdir 609 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 610 $(am__remove_distdir) 611dist-bzip2: distdir 612 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 613 $(am__remove_distdir) 614 615dist-lzma: distdir 616 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 617 $(am__remove_distdir) 618 619dist-xz: distdir 620 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 621 $(am__remove_distdir) 622 623dist-tarZ: distdir 624 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 625 $(am__remove_distdir) 626 627dist-shar: distdir 628 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 629 $(am__remove_distdir) 630 631dist-zip: distdir 632 -rm -f $(distdir).zip 633 zip -rq $(distdir).zip $(distdir) 634 $(am__remove_distdir) 635 636dist dist-all: distdir 637 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 638 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 639 $(am__remove_distdir) 640 641# This target untars the dist file and tries a VPATH configuration. Then 642# it guarantees that the distribution is self-contained by making another 643# tarfile. 644distcheck: dist 645 case '$(DIST_ARCHIVES)' in \ 646 *.tar.gz*) \ 647 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 648 *.tar.bz2*) \ 649 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 650 *.tar.lzma*) \ 651 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 652 *.tar.xz*) \ 653 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 654 *.tar.Z*) \ 655 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 656 *.shar.gz*) \ 657 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 658 *.zip*) \ 659 unzip $(distdir).zip ;;\ 660 esac 661 chmod -R a-w $(distdir); chmod u+w $(distdir) 662 mkdir $(distdir)/_build 663 mkdir $(distdir)/_inst 664 chmod a-w $(distdir) 665 test -d $(distdir)/_build || exit 0; \ 666 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 667 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 668 && am__cwd=`pwd` \ 669 && $(am__cd) $(distdir)/_build \ 670 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 671 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 672 $(DISTCHECK_CONFIGURE_FLAGS) \ 673 && $(MAKE) $(AM_MAKEFLAGS) \ 674 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 675 && $(MAKE) $(AM_MAKEFLAGS) check \ 676 && $(MAKE) $(AM_MAKEFLAGS) install \ 677 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 678 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 679 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 680 distuninstallcheck \ 681 && chmod -R a-w "$$dc_install_base" \ 682 && ({ \ 683 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 684 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 685 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 686 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 687 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 688 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 689 && rm -rf "$$dc_destdir" \ 690 && $(MAKE) $(AM_MAKEFLAGS) dist \ 691 && rm -rf $(DIST_ARCHIVES) \ 692 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 693 && cd "$$am__cwd" \ 694 || exit 1 695 $(am__remove_distdir) 696 @(echo "$(distdir) archives ready for distribution: "; \ 697 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 698 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 699distuninstallcheck: 700 @test -n '$(distuninstallcheck_dir)' || { \ 701 echo 'ERROR: trying to run $@ with an empty' \ 702 '$$(distuninstallcheck_dir)' >&2; \ 703 exit 1; \ 704 }; \ 705 $(am__cd) '$(distuninstallcheck_dir)' || { \ 706 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 707 exit 1; \ 708 }; \ 709 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 710 || { echo "ERROR: files left after uninstall:" ; \ 711 if test -n "$(DESTDIR)"; then \ 712 echo " (check DESTDIR support)"; \ 713 fi ; \ 714 $(distuninstallcheck_listfiles) ; \ 715 exit 1; } >&2 716distcleancheck: distclean 717 @if test '$(srcdir)' = . ; then \ 718 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 719 exit 1 ; \ 720 fi 721 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 722 || { echo "ERROR: files left in build directory after distclean:" ; \ 723 $(distcleancheck_listfiles) ; \ 724 exit 1; } >&2 725check-am: all-am 726check: check-recursive 727all-am: Makefile $(PROGRAMS) config.h 728installdirs: installdirs-recursive 729installdirs-am: 730 for dir in "$(DESTDIR)$(bindir)"; do \ 731 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 732 done 733install: install-recursive 734install-exec: install-exec-recursive 735install-data: install-data-recursive 736uninstall: uninstall-recursive 737 738install-am: all-am 739 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 740 741installcheck: installcheck-recursive 742install-strip: 743 if test -z '$(STRIP)'; then \ 744 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 745 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 746 install; \ 747 else \ 748 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 749 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 750 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 751 fi 752mostlyclean-generic: 753 754clean-generic: 755 756distclean-generic: 757 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 758 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 759 760maintainer-clean-generic: 761 @echo "This command is intended for maintainers to use" 762 @echo "it deletes files that may require special tools to rebuild." 763 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 764clean: clean-recursive 765 766clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 767 768distclean: distclean-recursive 769 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 770 -rm -rf ./$(DEPDIR) 771 -rm -f Makefile 772distclean-am: clean-am distclean-compile distclean-generic \ 773 distclean-hdr distclean-tags 774 775dvi: dvi-recursive 776 777dvi-am: 778 779html: html-recursive 780 781html-am: 782 783info: info-recursive 784 785info-am: 786 787install-data-am: 788 789install-dvi: install-dvi-recursive 790 791install-dvi-am: 792 793install-exec-am: install-binPROGRAMS 794 795install-html: install-html-recursive 796 797install-html-am: 798 799install-info: install-info-recursive 800 801install-info-am: 802 803install-man: 804 805install-pdf: install-pdf-recursive 806 807install-pdf-am: 808 809install-ps: install-ps-recursive 810 811install-ps-am: 812 813installcheck-am: 814 815maintainer-clean: maintainer-clean-recursive 816 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 817 -rm -rf $(top_srcdir)/autom4te.cache 818 -rm -rf ./$(DEPDIR) 819 -rm -f Makefile 820maintainer-clean-am: distclean-am maintainer-clean-generic 821 822mostlyclean: mostlyclean-recursive 823 824mostlyclean-am: mostlyclean-compile mostlyclean-generic 825 826pdf: pdf-recursive 827 828pdf-am: 829 830ps: ps-recursive 831 832ps-am: 833 834uninstall-am: uninstall-binPROGRAMS 835 836.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 837 ctags-recursive install-am install-strip tags-recursive 838 839.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 840 all all-am am--refresh check check-am clean clean-binPROGRAMS \ 841 clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ 842 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 843 dist-zip distcheck distclean distclean-compile \ 844 distclean-generic distclean-hdr distclean-tags distcleancheck \ 845 distdir distuninstallcheck dvi dvi-am html html-am info \ 846 info-am install install-am install-binPROGRAMS install-data \ 847 install-data-am install-dvi install-dvi-am install-exec \ 848 install-exec-am install-html install-html-am install-info \ 849 install-info-am install-man install-pdf install-pdf-am \ 850 install-ps install-ps-am install-strip installcheck \ 851 installcheck-am installdirs installdirs-am maintainer-clean \ 852 maintainer-clean-generic mostlyclean mostlyclean-compile \ 853 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 854 uninstall uninstall-am uninstall-binPROGRAMS 855 856 857.PHONY: ChangeLog INSTALL 858 859INSTALL: 860 $(INSTALL_CMD) 861 862ChangeLog: 863 $(CHANGELOG_CMD) 864 865dist-hook: ChangeLog INSTALL 866@LINT_TRUE@lint: 867@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(xsetroot_SOURCES) 868 869# Tell versions [3.59,3.63) of GNU make to not export all variables. 870# Otherwise a system limit (for SysV at least) may be exceeded. 871.NOEXPORT: 872