Makefile.in revision 1d05b0c9
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 = ico$(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_ico_OBJECTS = ico.$(OBJEXT) 77ico_OBJECTS = $(am_ico_OBJECTS) 78am__DEPENDENCIES_1 = 79ico_DEPENDENCIES = $(am__DEPENDENCIES_1) $(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 = $(ico_SOURCES) 101DIST_SOURCES = $(ico_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@ 187ICO_CFLAGS = @ICO_CFLAGS@ 188ICO_LIBS = @ICO_LIBS@ 189INSTALL = @INSTALL@ 190INSTALL_CMD = @INSTALL_CMD@ 191INSTALL_DATA = @INSTALL_DATA@ 192INSTALL_PROGRAM = @INSTALL_PROGRAM@ 193INSTALL_SCRIPT = @INSTALL_SCRIPT@ 194INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 195LDFLAGS = @LDFLAGS@ 196LIBOBJS = @LIBOBJS@ 197LIBS = @LIBS@ 198LIB_MAN_DIR = @LIB_MAN_DIR@ 199LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 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@ 224XTHREADLIB = @XTHREADLIB@ 225abs_builddir = @abs_builddir@ 226abs_srcdir = @abs_srcdir@ 227abs_top_builddir = @abs_top_builddir@ 228abs_top_srcdir = @abs_top_srcdir@ 229ac_ct_CC = @ac_ct_CC@ 230am__include = @am__include@ 231am__leading_dot = @am__leading_dot@ 232am__quote = @am__quote@ 233am__tar = @am__tar@ 234am__untar = @am__untar@ 235bindir = @bindir@ 236build = @build@ 237build_alias = @build_alias@ 238build_cpu = @build_cpu@ 239build_os = @build_os@ 240build_vendor = @build_vendor@ 241builddir = @builddir@ 242datadir = @datadir@ 243datarootdir = @datarootdir@ 244docdir = @docdir@ 245dvidir = @dvidir@ 246exec_prefix = @exec_prefix@ 247host = @host@ 248host_alias = @host_alias@ 249host_cpu = @host_cpu@ 250host_os = @host_os@ 251host_vendor = @host_vendor@ 252htmldir = @htmldir@ 253includedir = @includedir@ 254infodir = @infodir@ 255install_sh = @install_sh@ 256libdir = @libdir@ 257libexecdir = @libexecdir@ 258localedir = @localedir@ 259localstatedir = @localstatedir@ 260mandir = @mandir@ 261mkdir_p = @mkdir_p@ 262oldincludedir = @oldincludedir@ 263pdfdir = @pdfdir@ 264prefix = @prefix@ 265program_transform_name = @program_transform_name@ 266psdir = @psdir@ 267sbindir = @sbindir@ 268sharedstatedir = @sharedstatedir@ 269srcdir = @srcdir@ 270sysconfdir = @sysconfdir@ 271target_alias = @target_alias@ 272top_build_prefix = @top_build_prefix@ 273top_builddir = @top_builddir@ 274top_srcdir = @top_srcdir@ 275SUBDIRS = man 276AM_CFLAGS = $(ICO_CFLAGS) $(CWARNFLAGS) 277ico_LDADD = $(ICO_LIBS) $(XTHREADLIB) -lm 278ico_SOURCES = \ 279 allobjs.h \ 280 ico.c \ 281 objcube.h \ 282 objico.h \ 283 objocta.h \ 284 objplane.h \ 285 objpyr.h \ 286 polyinfo.h 287 288MAINTAINERCLEANFILES = ChangeLog INSTALL 289all: config.h 290 $(MAKE) $(AM_MAKEFLAGS) all-recursive 291 292.SUFFIXES: 293.SUFFIXES: .c .o .obj 294am--refresh: Makefile 295 @: 296$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 297 @for dep in $?; do \ 298 case '$(am__configure_deps)' in \ 299 *$$dep*) \ 300 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 301 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 302 && exit 0; \ 303 exit 1;; \ 304 esac; \ 305 done; \ 306 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 307 $(am__cd) $(top_srcdir) && \ 308 $(AUTOMAKE) --foreign Makefile 309.PRECIOUS: Makefile 310Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 311 @case '$?' in \ 312 *config.status*) \ 313 echo ' $(SHELL) ./config.status'; \ 314 $(SHELL) ./config.status;; \ 315 *) \ 316 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 317 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 318 esac; 319 320$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 321 $(SHELL) ./config.status --recheck 322 323$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 324 $(am__cd) $(srcdir) && $(AUTOCONF) 325$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 326 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 327$(am__aclocal_m4_deps): 328 329config.h: stamp-h1 330 @if test ! -f $@; then rm -f stamp-h1; else :; fi 331 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 332 333stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 334 @rm -f stamp-h1 335 cd $(top_builddir) && $(SHELL) ./config.status config.h 336$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 337 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 338 rm -f stamp-h1 339 touch $@ 340 341distclean-hdr: 342 -rm -f config.h stamp-h1 343install-binPROGRAMS: $(bin_PROGRAMS) 344 @$(NORMAL_INSTALL) 345 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 346 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 347 for p in $$list; do echo "$$p $$p"; done | \ 348 sed 's/$(EXEEXT)$$//' | \ 349 while read p p1; do if test -f $$p; \ 350 then echo "$$p"; echo "$$p"; else :; fi; \ 351 done | \ 352 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 353 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 354 sed 'N;N;N;s,\n, ,g' | \ 355 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 356 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 357 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 358 else { print "f", $$3 "/" $$4, $$1; } } \ 359 END { for (d in files) print "f", d, files[d] }' | \ 360 while read type dir files; do \ 361 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 362 test -z "$$files" || { \ 363 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 364 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 365 } \ 366 ; done 367 368uninstall-binPROGRAMS: 369 @$(NORMAL_UNINSTALL) 370 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 371 files=`for p in $$list; do echo "$$p"; done | \ 372 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 373 -e 's/$$/$(EXEEXT)/' `; \ 374 test -n "$$list" || exit 0; \ 375 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 376 cd "$(DESTDIR)$(bindir)" && rm -f $$files 377 378clean-binPROGRAMS: 379 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 380ico$(EXEEXT): $(ico_OBJECTS) $(ico_DEPENDENCIES) 381 @rm -f ico$(EXEEXT) 382 $(AM_V_CCLD)$(LINK) $(ico_OBJECTS) $(ico_LDADD) $(LIBS) 383 384mostlyclean-compile: 385 -rm -f *.$(OBJEXT) 386 387distclean-compile: 388 -rm -f *.tab.c 389 390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ico.Po@am__quote@ 391 392.c.o: 393@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 394@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 395@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 396@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 397@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 398 399.c.obj: 400@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 401@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 402@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 403@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 404@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 405 406# This directory's subdirectories are mostly independent; you can cd 407# into them and run `make' without going through this Makefile. 408# To change the values of `make' variables: instead of editing Makefiles, 409# (1) if the variable is set in `config.status', edit `config.status' 410# (which will cause the Makefiles to be regenerated when you run `make'); 411# (2) otherwise, pass the desired values on the `make' command line. 412$(RECURSIVE_TARGETS): 413 @fail= failcom='exit 1'; \ 414 for f in x $$MAKEFLAGS; do \ 415 case $$f in \ 416 *=* | --[!k]*);; \ 417 *k*) failcom='fail=yes';; \ 418 esac; \ 419 done; \ 420 dot_seen=no; \ 421 target=`echo $@ | sed s/-recursive//`; \ 422 list='$(SUBDIRS)'; for subdir in $$list; do \ 423 echo "Making $$target in $$subdir"; \ 424 if test "$$subdir" = "."; then \ 425 dot_seen=yes; \ 426 local_target="$$target-am"; \ 427 else \ 428 local_target="$$target"; \ 429 fi; \ 430 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 431 || eval $$failcom; \ 432 done; \ 433 if test "$$dot_seen" = "no"; then \ 434 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 435 fi; test -z "$$fail" 436 437$(RECURSIVE_CLEAN_TARGETS): 438 @fail= failcom='exit 1'; \ 439 for f in x $$MAKEFLAGS; do \ 440 case $$f in \ 441 *=* | --[!k]*);; \ 442 *k*) failcom='fail=yes';; \ 443 esac; \ 444 done; \ 445 dot_seen=no; \ 446 case "$@" in \ 447 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 448 *) list='$(SUBDIRS)' ;; \ 449 esac; \ 450 rev=''; for subdir in $$list; do \ 451 if test "$$subdir" = "."; then :; else \ 452 rev="$$subdir $$rev"; \ 453 fi; \ 454 done; \ 455 rev="$$rev ."; \ 456 target=`echo $@ | sed s/-recursive//`; \ 457 for subdir in $$rev; do \ 458 echo "Making $$target in $$subdir"; \ 459 if test "$$subdir" = "."; then \ 460 local_target="$$target-am"; \ 461 else \ 462 local_target="$$target"; \ 463 fi; \ 464 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 465 || eval $$failcom; \ 466 done && test -z "$$fail" 467tags-recursive: 468 list='$(SUBDIRS)'; for subdir in $$list; do \ 469 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 470 done 471ctags-recursive: 472 list='$(SUBDIRS)'; for subdir in $$list; do \ 473 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 474 done 475 476ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 477 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 478 unique=`for i in $$list; do \ 479 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 480 done | \ 481 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 482 END { if (nonempty) { for (i in files) print i; }; }'`; \ 483 mkid -fID $$unique 484tags: TAGS 485 486TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 487 $(TAGS_FILES) $(LISP) 488 set x; \ 489 here=`pwd`; \ 490 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 491 include_option=--etags-include; \ 492 empty_fix=.; \ 493 else \ 494 include_option=--include; \ 495 empty_fix=; \ 496 fi; \ 497 list='$(SUBDIRS)'; for subdir in $$list; do \ 498 if test "$$subdir" = .; then :; else \ 499 test ! -f $$subdir/TAGS || \ 500 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 501 fi; \ 502 done; \ 503 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 504 unique=`for i in $$list; do \ 505 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 506 done | \ 507 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 508 END { if (nonempty) { for (i in files) print i; }; }'`; \ 509 shift; \ 510 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 511 test -n "$$unique" || unique=$$empty_fix; \ 512 if test $$# -gt 0; then \ 513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 514 "$$@" $$unique; \ 515 else \ 516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 517 $$unique; \ 518 fi; \ 519 fi 520ctags: CTAGS 521CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 522 $(TAGS_FILES) $(LISP) 523 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 524 unique=`for i in $$list; do \ 525 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 526 done | \ 527 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 528 END { if (nonempty) { for (i in files) print i; }; }'`; \ 529 test -z "$(CTAGS_ARGS)$$unique" \ 530 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 531 $$unique 532 533GTAGS: 534 here=`$(am__cd) $(top_builddir) && pwd` \ 535 && $(am__cd) $(top_srcdir) \ 536 && gtags -i $(GTAGS_ARGS) "$$here" 537 538distclean-tags: 539 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 540 541distdir: $(DISTFILES) 542 $(am__remove_distdir) 543 test -d "$(distdir)" || mkdir "$(distdir)" 544 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 545 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 546 list='$(DISTFILES)'; \ 547 dist_files=`for file in $$list; do echo $$file; done | \ 548 sed -e "s|^$$srcdirstrip/||;t" \ 549 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 550 case $$dist_files in \ 551 */*) $(MKDIR_P) `echo "$$dist_files" | \ 552 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 553 sort -u` ;; \ 554 esac; \ 555 for file in $$dist_files; do \ 556 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 557 if test -d $$d/$$file; then \ 558 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 559 if test -d "$(distdir)/$$file"; then \ 560 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 561 fi; \ 562 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 563 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 564 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 565 fi; \ 566 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 567 else \ 568 test -f "$(distdir)/$$file" \ 569 || cp -p $$d/$$file "$(distdir)/$$file" \ 570 || exit 1; \ 571 fi; \ 572 done 573 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 574 if test "$$subdir" = .; then :; else \ 575 test -d "$(distdir)/$$subdir" \ 576 || $(MKDIR_P) "$(distdir)/$$subdir" \ 577 || exit 1; \ 578 fi; \ 579 done 580 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 581 if test "$$subdir" = .; then :; else \ 582 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 583 $(am__relativize); \ 584 new_distdir=$$reldir; \ 585 dir1=$$subdir; dir2="$(top_distdir)"; \ 586 $(am__relativize); \ 587 new_top_distdir=$$reldir; \ 588 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 589 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 590 ($(am__cd) $$subdir && \ 591 $(MAKE) $(AM_MAKEFLAGS) \ 592 top_distdir="$$new_top_distdir" \ 593 distdir="$$new_distdir" \ 594 am__remove_distdir=: \ 595 am__skip_length_check=: \ 596 am__skip_mode_fix=: \ 597 distdir) \ 598 || exit 1; \ 599 fi; \ 600 done 601 $(MAKE) $(AM_MAKEFLAGS) \ 602 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 603 dist-hook 604 -test -n "$(am__skip_mode_fix)" \ 605 || find "$(distdir)" -type d ! -perm -755 \ 606 -exec chmod u+rwx,go+rx {} \; -o \ 607 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 608 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 609 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 610 || chmod -R a+r "$(distdir)" 611dist-gzip: distdir 612 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 613 $(am__remove_distdir) 614dist-bzip2: distdir 615 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 616 $(am__remove_distdir) 617 618dist-lzma: distdir 619 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 620 $(am__remove_distdir) 621 622dist-xz: distdir 623 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 624 $(am__remove_distdir) 625 626dist-tarZ: distdir 627 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 628 $(am__remove_distdir) 629 630dist-shar: distdir 631 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 632 $(am__remove_distdir) 633 634dist-zip: distdir 635 -rm -f $(distdir).zip 636 zip -rq $(distdir).zip $(distdir) 637 $(am__remove_distdir) 638 639dist dist-all: distdir 640 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 641 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 642 $(am__remove_distdir) 643 644# This target untars the dist file and tries a VPATH configuration. Then 645# it guarantees that the distribution is self-contained by making another 646# tarfile. 647distcheck: dist 648 case '$(DIST_ARCHIVES)' in \ 649 *.tar.gz*) \ 650 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 651 *.tar.bz2*) \ 652 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 653 *.tar.lzma*) \ 654 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 655 *.tar.xz*) \ 656 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 657 *.tar.Z*) \ 658 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 659 *.shar.gz*) \ 660 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 661 *.zip*) \ 662 unzip $(distdir).zip ;;\ 663 esac 664 chmod -R a-w $(distdir); chmod u+w $(distdir) 665 mkdir $(distdir)/_build 666 mkdir $(distdir)/_inst 667 chmod a-w $(distdir) 668 test -d $(distdir)/_build || exit 0; \ 669 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 670 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 671 && am__cwd=`pwd` \ 672 && $(am__cd) $(distdir)/_build \ 673 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 674 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 675 $(DISTCHECK_CONFIGURE_FLAGS) \ 676 && $(MAKE) $(AM_MAKEFLAGS) \ 677 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 678 && $(MAKE) $(AM_MAKEFLAGS) check \ 679 && $(MAKE) $(AM_MAKEFLAGS) install \ 680 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 681 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 682 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 683 distuninstallcheck \ 684 && chmod -R a-w "$$dc_install_base" \ 685 && ({ \ 686 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 687 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 688 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 689 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 690 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 691 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 692 && rm -rf "$$dc_destdir" \ 693 && $(MAKE) $(AM_MAKEFLAGS) dist \ 694 && rm -rf $(DIST_ARCHIVES) \ 695 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 696 && cd "$$am__cwd" \ 697 || exit 1 698 $(am__remove_distdir) 699 @(echo "$(distdir) archives ready for distribution: "; \ 700 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 701 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 702distuninstallcheck: 703 @test -n '$(distuninstallcheck_dir)' || { \ 704 echo 'ERROR: trying to run $@ with an empty' \ 705 '$$(distuninstallcheck_dir)' >&2; \ 706 exit 1; \ 707 }; \ 708 $(am__cd) '$(distuninstallcheck_dir)' || { \ 709 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 710 exit 1; \ 711 }; \ 712 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 713 || { echo "ERROR: files left after uninstall:" ; \ 714 if test -n "$(DESTDIR)"; then \ 715 echo " (check DESTDIR support)"; \ 716 fi ; \ 717 $(distuninstallcheck_listfiles) ; \ 718 exit 1; } >&2 719distcleancheck: distclean 720 @if test '$(srcdir)' = . ; then \ 721 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 722 exit 1 ; \ 723 fi 724 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 725 || { echo "ERROR: files left in build directory after distclean:" ; \ 726 $(distcleancheck_listfiles) ; \ 727 exit 1; } >&2 728check-am: all-am 729check: check-recursive 730all-am: Makefile $(PROGRAMS) config.h 731installdirs: installdirs-recursive 732installdirs-am: 733 for dir in "$(DESTDIR)$(bindir)"; do \ 734 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 735 done 736install: install-recursive 737install-exec: install-exec-recursive 738install-data: install-data-recursive 739uninstall: uninstall-recursive 740 741install-am: all-am 742 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 743 744installcheck: installcheck-recursive 745install-strip: 746 if test -z '$(STRIP)'; then \ 747 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 748 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 749 install; \ 750 else \ 751 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 752 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 753 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 754 fi 755mostlyclean-generic: 756 757clean-generic: 758 759distclean-generic: 760 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 761 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 762 763maintainer-clean-generic: 764 @echo "This command is intended for maintainers to use" 765 @echo "it deletes files that may require special tools to rebuild." 766 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 767clean: clean-recursive 768 769clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 770 771distclean: distclean-recursive 772 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 773 -rm -rf ./$(DEPDIR) 774 -rm -f Makefile 775distclean-am: clean-am distclean-compile distclean-generic \ 776 distclean-hdr distclean-tags 777 778dvi: dvi-recursive 779 780dvi-am: 781 782html: html-recursive 783 784html-am: 785 786info: info-recursive 787 788info-am: 789 790install-data-am: 791 792install-dvi: install-dvi-recursive 793 794install-dvi-am: 795 796install-exec-am: install-binPROGRAMS 797 798install-html: install-html-recursive 799 800install-html-am: 801 802install-info: install-info-recursive 803 804install-info-am: 805 806install-man: 807 808install-pdf: install-pdf-recursive 809 810install-pdf-am: 811 812install-ps: install-ps-recursive 813 814install-ps-am: 815 816installcheck-am: 817 818maintainer-clean: maintainer-clean-recursive 819 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 820 -rm -rf $(top_srcdir)/autom4te.cache 821 -rm -rf ./$(DEPDIR) 822 -rm -f Makefile 823maintainer-clean-am: distclean-am maintainer-clean-generic 824 825mostlyclean: mostlyclean-recursive 826 827mostlyclean-am: mostlyclean-compile mostlyclean-generic 828 829pdf: pdf-recursive 830 831pdf-am: 832 833ps: ps-recursive 834 835ps-am: 836 837uninstall-am: uninstall-binPROGRAMS 838 839.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 840 ctags-recursive install-am install-strip tags-recursive 841 842.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 843 all all-am am--refresh check check-am clean clean-binPROGRAMS \ 844 clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ 845 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 846 dist-zip distcheck distclean distclean-compile \ 847 distclean-generic distclean-hdr distclean-tags distcleancheck \ 848 distdir distuninstallcheck dvi dvi-am html html-am info \ 849 info-am install install-am install-binPROGRAMS install-data \ 850 install-data-am install-dvi install-dvi-am install-exec \ 851 install-exec-am install-html install-html-am install-info \ 852 install-info-am install-man install-pdf install-pdf-am \ 853 install-ps install-ps-am install-strip installcheck \ 854 installcheck-am installdirs installdirs-am maintainer-clean \ 855 maintainer-clean-generic mostlyclean mostlyclean-compile \ 856 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 857 uninstall uninstall-am uninstall-binPROGRAMS 858 859 860.PHONY: ChangeLog INSTALL 861 862INSTALL: 863 $(INSTALL_CMD) 864 865ChangeLog: 866 $(CHANGELOG_CMD) 867 868dist-hook: ChangeLog INSTALL 869 870# Tell versions [3.59,3.63) of GNU make to not export all variables. 871# Otherwise a system limit (for SysV at least) may be exceeded. 872.NOEXPORT: 873