Makefile.in revision 82e12b1b
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 = fstobdf$(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_fstobdf_OBJECTS = chars.$(OBJEXT) fstobdf.$(OBJEXT) \ 77 header.$(OBJEXT) props.$(OBJEXT) 78fstobdf_OBJECTS = $(am_fstobdf_OBJECTS) 79am__DEPENDENCIES_1 = 80fstobdf_DEPENDENCIES = $(am__DEPENDENCIES_1) 81DEFAULT_INCLUDES = -I.@am__isrc@ 82depcomp = $(SHELL) $(top_srcdir)/depcomp 83am__depfiles_maybe = depfiles 84am__mv = mv -f 85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 86 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 87AM_V_CC = $(am__v_CC_$(V)) 88am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 89am__v_CC_0 = @echo " CC " $@; 90AM_V_at = $(am__v_at_$(V)) 91am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 92am__v_at_0 = @ 93CCLD = $(CC) 94LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 95AM_V_CCLD = $(am__v_CCLD_$(V)) 96am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 97am__v_CCLD_0 = @echo " CCLD " $@; 98AM_V_GEN = $(am__v_GEN_$(V)) 99am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 100am__v_GEN_0 = @echo " GEN " $@; 101SOURCES = $(fstobdf_SOURCES) 102DIST_SOURCES = $(fstobdf_SOURCES) 103RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 104 html-recursive info-recursive install-data-recursive \ 105 install-dvi-recursive install-exec-recursive \ 106 install-html-recursive install-info-recursive \ 107 install-pdf-recursive install-ps-recursive install-recursive \ 108 installcheck-recursive installdirs-recursive pdf-recursive \ 109 ps-recursive uninstall-recursive 110RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 111 distclean-recursive maintainer-clean-recursive 112AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 113 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 114 distdir dist dist-all distcheck 115ETAGS = etags 116CTAGS = ctags 117DIST_SUBDIRS = $(SUBDIRS) 118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 119distdir = $(PACKAGE)-$(VERSION) 120top_distdir = $(distdir) 121am__remove_distdir = \ 122 { test ! -d "$(distdir)" \ 123 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 124 && rm -fr "$(distdir)"; }; } 125am__relativize = \ 126 dir0=`pwd`; \ 127 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 128 sed_rest='s,^[^/]*/*,,'; \ 129 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 130 sed_butlast='s,/*[^/]*$$,,'; \ 131 while test -n "$$dir1"; do \ 132 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 133 if test "$$first" != "."; then \ 134 if test "$$first" = ".."; then \ 135 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 136 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 137 else \ 138 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 139 if test "$$first2" = "$$first"; then \ 140 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 141 else \ 142 dir2="../$$dir2"; \ 143 fi; \ 144 dir0="$$dir0"/"$$first"; \ 145 fi; \ 146 fi; \ 147 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 148 done; \ 149 reldir="$$dir2" 150DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 151GZIP_ENV = --best 152distuninstallcheck_listfiles = find . -type f -print 153am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 154 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 155distcleancheck_listfiles = find . -type f -print 156ACLOCAL = @ACLOCAL@ 157ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 158ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 159AMTAR = @AMTAR@ 160AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 161APP_MAN_DIR = @APP_MAN_DIR@ 162APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 163AUTOCONF = @AUTOCONF@ 164AUTOHEADER = @AUTOHEADER@ 165AUTOMAKE = @AUTOMAKE@ 166AWK = @AWK@ 167BASE_CFLAGS = @BASE_CFLAGS@ 168CC = @CC@ 169CCDEPMODE = @CCDEPMODE@ 170CFLAGS = @CFLAGS@ 171CHANGELOG_CMD = @CHANGELOG_CMD@ 172CPP = @CPP@ 173CPPFLAGS = @CPPFLAGS@ 174CWARNFLAGS = @CWARNFLAGS@ 175CYGPATH_W = @CYGPATH_W@ 176DEFS = @DEFS@ 177DEPDIR = @DEPDIR@ 178DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 179DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 180ECHO_C = @ECHO_C@ 181ECHO_N = @ECHO_N@ 182ECHO_T = @ECHO_T@ 183EGREP = @EGREP@ 184EXEEXT = @EXEEXT@ 185FILE_MAN_DIR = @FILE_MAN_DIR@ 186FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 187FSTOBDF_CFLAGS = @FSTOBDF_CFLAGS@ 188FSTOBDF_LIBS = @FSTOBDF_LIBS@ 189GREP = @GREP@ 190INSTALL = @INSTALL@ 191INSTALL_CMD = @INSTALL_CMD@ 192INSTALL_DATA = @INSTALL_DATA@ 193INSTALL_PROGRAM = @INSTALL_PROGRAM@ 194INSTALL_SCRIPT = @INSTALL_SCRIPT@ 195INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 196LDFLAGS = @LDFLAGS@ 197LIBOBJS = @LIBOBJS@ 198LIBS = @LIBS@ 199LIB_MAN_DIR = @LIB_MAN_DIR@ 200LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 201LTLIBOBJS = @LTLIBOBJS@ 202MAINT = @MAINT@ 203MAKEINFO = @MAKEINFO@ 204MAN_SUBSTS = @MAN_SUBSTS@ 205MISC_MAN_DIR = @MISC_MAN_DIR@ 206MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 207MKDIR_P = @MKDIR_P@ 208OBJEXT = @OBJEXT@ 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@ 221STRICT_CFLAGS = @STRICT_CFLAGS@ 222STRIP = @STRIP@ 223VERSION = @VERSION@ 224XORG_MAN_PAGE = @XORG_MAN_PAGE@ 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 = $(FSTOBDF_CFLAGS) $(CWARNFLAGS) 277fstobdf_LDADD = $(FSTOBDF_LIBS) 278fstobdf_SOURCES = \ 279 chars.c \ 280 fstobdf.c \ 281 fstobdf.h \ 282 header.c \ 283 props.c 284 285MAINTAINERCLEANFILES = ChangeLog INSTALL 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) 377fstobdf$(EXEEXT): $(fstobdf_OBJECTS) $(fstobdf_DEPENDENCIES) 378 @rm -f fstobdf$(EXEEXT) 379 $(AM_V_CCLD)$(LINK) $(fstobdf_OBJECTS) $(fstobdf_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)/chars.Po@am__quote@ 388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstobdf.Po@am__quote@ 389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@ 390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/props.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 a+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