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