Makefile.in revision ca08ab68
1# Makefile.in generated by automake 1.11.6 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# fontconfig/fc-scan/Makefile.am 20# 21# Copyright © 2003 Keith Packard 22# 23# Permission to use, copy, modify, distribute, and sell this software and its 24# documentation for any purpose is hereby granted without fee, provided that 25# the above copyright notice appear in all copies and that both that 26# copyright notice and this permission notice appear in supporting 27# documentation, and that the name of the author(s) not be used in 28# advertising or publicity pertaining to distribution of the software without 29# specific, written prior permission. The authors make no 30# representations about the suitability of this software for any purpose. It 31# is provided "as is" without express or implied warranty. 32# 33# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 34# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 35# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 36# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 37# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39# PERFORMANCE OF THIS SOFTWARE. 40 41VPATH = @srcdir@ 42am__make_dryrun = \ 43 { \ 44 am__dry=no; \ 45 case $$MAKEFLAGS in \ 46 *\\[\ \ ]*) \ 47 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 48 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 49 *) \ 50 for am__flg in $$MAKEFLAGS; do \ 51 case $$am__flg in \ 52 *=*|--*) ;; \ 53 *n*) am__dry=yes; break;; \ 54 esac; \ 55 done;; \ 56 esac; \ 57 test $$am__dry = yes; \ 58 } 59pkgdatadir = $(datadir)/@PACKAGE@ 60pkgincludedir = $(includedir)/@PACKAGE@ 61pkglibdir = $(libdir)/@PACKAGE@ 62pkglibexecdir = $(libexecdir)/@PACKAGE@ 63am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 64install_sh_DATA = $(install_sh) -c -m 644 65install_sh_PROGRAM = $(install_sh) -c 66install_sh_SCRIPT = $(install_sh) -c 67INSTALL_HEADER = $(INSTALL_DATA) 68transform = $(program_transform_name) 69NORMAL_INSTALL = : 70PRE_INSTALL = : 71POST_INSTALL = : 72NORMAL_UNINSTALL = : 73PRE_UNINSTALL = : 74POST_UNINSTALL = : 75build_triplet = @build@ 76host_triplet = @host@ 77bin_PROGRAMS = fc-scan$(EXEEXT) 78@USEDOCBOOK_TRUE@am__append_1 = ${man_MANS} 79subdir = fc-scan 80DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 81ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 82am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 83 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 84 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 85 $(top_srcdir)/configure.ac 86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 87 $(ACLOCAL_M4) 88mkinstalldirs = $(install_sh) -d 89CONFIG_HEADER = $(top_builddir)/config.h 90CONFIG_CLEAN_FILES = 91CONFIG_CLEAN_VPATH_FILES = 92am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" 93PROGRAMS = $(bin_PROGRAMS) 94fc_scan_SOURCES = fc-scan.c 95fc_scan_OBJECTS = fc-scan.$(OBJEXT) 96fc_scan_DEPENDENCIES = ${top_builddir}/src/libfontconfig.la 97AM_V_lt = $(am__v_lt_@AM_V@) 98am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 99am__v_lt_0 = --silent 100DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 101depcomp = $(SHELL) $(top_srcdir)/depcomp 102am__depfiles_maybe = depfiles 103am__mv = mv -f 104COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 105 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 106LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 107 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 108 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 109 $(AM_CFLAGS) $(CFLAGS) 110AM_V_CC = $(am__v_CC_@AM_V@) 111am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 112am__v_CC_0 = @echo " CC " $@; 113AM_V_at = $(am__v_at_@AM_V@) 114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 115am__v_at_0 = @ 116CCLD = $(CC) 117LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 118 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 119 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 120AM_V_CCLD = $(am__v_CCLD_@AM_V@) 121am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 122am__v_CCLD_0 = @echo " CCLD " $@; 123AM_V_GEN = $(am__v_GEN_@AM_V@) 124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 125am__v_GEN_0 = @echo " GEN " $@; 126SOURCES = fc-scan.c 127DIST_SOURCES = fc-scan.c 128am__can_run_installinfo = \ 129 case $$AM_UPDATE_INFO_DIR in \ 130 n|no|NO) false;; \ 131 *) (install-info --version) >/dev/null 2>&1;; \ 132 esac 133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 134am__vpath_adj = case $$p in \ 135 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 136 *) f=$$p;; \ 137 esac; 138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 139am__install_max = 40 140am__nobase_strip_setup = \ 141 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 142am__nobase_strip = \ 143 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 144am__nobase_list = $(am__nobase_strip_setup); \ 145 for p in $$list; do echo "$$p $$p"; done | \ 146 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 147 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 148 if (++n[$$2] == $(am__install_max)) \ 149 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 150 END { for (dir in files) print dir, files[dir] }' 151am__base_list = \ 152 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 153 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 154am__uninstall_files_from_dir = { \ 155 test -z "$$files" \ 156 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 157 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 158 $(am__cd) "$$dir" && rm -f $$files; }; \ 159 } 160man1dir = $(mandir)/man1 161NROFF = nroff 162MANS = $(man_MANS) 163ETAGS = etags 164CTAGS = ctags 165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 166ACLOCAL = @ACLOCAL@ 167AMTAR = @AMTAR@ 168AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 169AR = @AR@ 170AS = @AS@ 171AUTOCONF = @AUTOCONF@ 172AUTOHEADER = @AUTOHEADER@ 173AUTOMAKE = @AUTOMAKE@ 174AWK = @AWK@ 175BASECONFIGDIR = @BASECONFIGDIR@ 176CC = @CC@ 177CCDEPMODE = @CCDEPMODE@ 178CFLAGS = @CFLAGS@ 179CONFIGDIR = @CONFIGDIR@ 180CPP = @CPP@ 181CPPFLAGS = @CPPFLAGS@ 182CYGPATH_W = @CYGPATH_W@ 183DEFS = @DEFS@ 184DEPDIR = @DEPDIR@ 185DLLTOOL = @DLLTOOL@ 186DOCMAN3 = @DOCMAN3@ 187DOCSRC = @DOCSRC@ 188DSYMUTIL = @DSYMUTIL@ 189DUMPBIN = @DUMPBIN@ 190ECHO_C = @ECHO_C@ 191ECHO_N = @ECHO_N@ 192ECHO_T = @ECHO_T@ 193EGREP = @EGREP@ 194EXEEXT = @EXEEXT@ 195EXPAT_CFLAGS = @EXPAT_CFLAGS@ 196EXPAT_LIBS = @EXPAT_LIBS@ 197FC_ADD_FONTS = @FC_ADD_FONTS@ 198FC_CACHEDIR = @FC_CACHEDIR@ 199FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@ 200FC_FONTDATE = @FC_FONTDATE@ 201FC_FONTPATH = @FC_FONTPATH@ 202FGREP = @FGREP@ 203FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 204FREETYPE_LIBS = @FREETYPE_LIBS@ 205GREP = @GREP@ 206HASDOCBOOK = @HASDOCBOOK@ 207HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@ 208ICONV_CFLAGS = @ICONV_CFLAGS@ 209ICONV_LIBS = @ICONV_LIBS@ 210INSTALL = @INSTALL@ 211INSTALL_DATA = @INSTALL_DATA@ 212INSTALL_PROGRAM = @INSTALL_PROGRAM@ 213INSTALL_SCRIPT = @INSTALL_SCRIPT@ 214INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 215LD = @LD@ 216LDFLAGS = @LDFLAGS@ 217LIBOBJS = @LIBOBJS@ 218LIBS = @LIBS@ 219LIBTOOL = @LIBTOOL@ 220LIBT_CURRENT = @LIBT_CURRENT@ 221LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@ 222LIBT_REVISION = @LIBT_REVISION@ 223LIBT_VERSION_INFO = @LIBT_VERSION_INFO@ 224LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 225LIBXML2_LIBS = @LIBXML2_LIBS@ 226LIPO = @LIPO@ 227LN_S = @LN_S@ 228LTLIBOBJS = @LTLIBOBJS@ 229MAKEINFO = @MAKEINFO@ 230MANIFEST_TOOL = @MANIFEST_TOOL@ 231MKDIR_P = @MKDIR_P@ 232NM = @NM@ 233NMEDIT = @NMEDIT@ 234OBJDUMP = @OBJDUMP@ 235OBJEXT = @OBJEXT@ 236OTOOL = @OTOOL@ 237OTOOL64 = @OTOOL64@ 238PACKAGE = @PACKAGE@ 239PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 240PACKAGE_NAME = @PACKAGE_NAME@ 241PACKAGE_STRING = @PACKAGE_STRING@ 242PACKAGE_TARNAME = @PACKAGE_TARNAME@ 243PACKAGE_URL = @PACKAGE_URL@ 244PACKAGE_VERSION = @PACKAGE_VERSION@ 245PATH_SEPARATOR = @PATH_SEPARATOR@ 246PKG_CONFIG = @PKG_CONFIG@ 247PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 248PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 249RANLIB = @RANLIB@ 250RM = @RM@ 251SED = @SED@ 252SET_MAKE = @SET_MAKE@ 253SHELL = @SHELL@ 254STRIP = @STRIP@ 255TEMPLATEDIR = @TEMPLATEDIR@ 256VERSION = @VERSION@ 257WARN_CFLAGS = @WARN_CFLAGS@ 258XMLDIR = @XMLDIR@ 259abs_builddir = @abs_builddir@ 260abs_srcdir = @abs_srcdir@ 261abs_top_builddir = @abs_top_builddir@ 262abs_top_srcdir = @abs_top_srcdir@ 263ac_ct_AR = @ac_ct_AR@ 264ac_ct_CC = @ac_ct_CC@ 265ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 266am__include = @am__include@ 267am__leading_dot = @am__leading_dot@ 268am__quote = @am__quote@ 269am__tar = @am__tar@ 270am__untar = @am__untar@ 271baseconfigdir = @baseconfigdir@ 272bindir = @bindir@ 273build = @build@ 274build_alias = @build_alias@ 275build_cpu = @build_cpu@ 276build_os = @build_os@ 277build_vendor = @build_vendor@ 278builddir = @builddir@ 279configdir = @configdir@ 280datadir = @datadir@ 281datarootdir = @datarootdir@ 282docdir = @docdir@ 283dvidir = @dvidir@ 284exec_prefix = @exec_prefix@ 285fc_cachedir = @fc_cachedir@ 286host = @host@ 287host_alias = @host_alias@ 288host_cpu = @host_cpu@ 289host_os = @host_os@ 290host_vendor = @host_vendor@ 291htmldir = @htmldir@ 292includedir = @includedir@ 293infodir = @infodir@ 294install_sh = @install_sh@ 295libdir = @libdir@ 296libexecdir = @libexecdir@ 297localedir = @localedir@ 298localstatedir = @localstatedir@ 299mandir = @mandir@ 300mkdir_p = @mkdir_p@ 301ms_librarian = @ms_librarian@ 302oldincludedir = @oldincludedir@ 303pdfdir = @pdfdir@ 304prefix = @prefix@ 305program_transform_name = @program_transform_name@ 306psdir = @psdir@ 307sbindir = @sbindir@ 308sharedstatedir = @sharedstatedir@ 309srcdir = @srcdir@ 310sysconfdir = @sysconfdir@ 311target_alias = @target_alias@ 312templatedir = @templatedir@ 313top_build_prefix = @top_build_prefix@ 314top_builddir = @top_builddir@ 315top_srcdir = @top_srcdir@ 316xmldir = @xmldir@ 317DOC2MAN = docbook2man 318FC_SCAN_SRC = ${top_srcdir}/fc-scan 319SGML = ${FC_SCAN_SRC}/fc-scan.sgml 320INCLUDES = -I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS) 321BUILT_MANS = fc-scan.1 322@ENABLE_DOCS_TRUE@man_MANS = ${BUILT_MANS} 323EXTRA_DIST = fc-scan.sgml $(BUILT_MANS) 324CLEANFILES = $(am__append_1) 325fc_scan_LDADD = ${top_builddir}/src/libfontconfig.la 326all: all-am 327 328.SUFFIXES: 329.SUFFIXES: .c .lo .o .obj 330$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 331 @for dep in $?; do \ 332 case '$(am__configure_deps)' in \ 333 *$$dep*) \ 334 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 335 && { if test -f $@; then exit 0; else break; fi; }; \ 336 exit 1;; \ 337 esac; \ 338 done; \ 339 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-scan/Makefile'; \ 340 $(am__cd) $(top_srcdir) && \ 341 $(AUTOMAKE) --gnu fc-scan/Makefile 342.PRECIOUS: Makefile 343Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 344 @case '$?' in \ 345 *config.status*) \ 346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 347 *) \ 348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 349 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 350 esac; 351 352$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 354 355$(top_srcdir)/configure: $(am__configure_deps) 356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 357$(ACLOCAL_M4): $(am__aclocal_m4_deps) 358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 359$(am__aclocal_m4_deps): 360install-binPROGRAMS: $(bin_PROGRAMS) 361 @$(NORMAL_INSTALL) 362 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 363 if test -n "$$list"; then \ 364 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 365 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 366 fi; \ 367 for p in $$list; do echo "$$p $$p"; done | \ 368 sed 's/$(EXEEXT)$$//' | \ 369 while read p p1; do if test -f $$p || test -f $$p1; \ 370 then echo "$$p"; echo "$$p"; else :; fi; \ 371 done | \ 372 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 373 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 374 sed 'N;N;N;s,\n, ,g' | \ 375 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 376 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 377 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 378 else { print "f", $$3 "/" $$4, $$1; } } \ 379 END { for (d in files) print "f", d, files[d] }' | \ 380 while read type dir files; do \ 381 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 382 test -z "$$files" || { \ 383 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 384 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 385 } \ 386 ; done 387 388uninstall-binPROGRAMS: 389 @$(NORMAL_UNINSTALL) 390 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 391 files=`for p in $$list; do echo "$$p"; done | \ 392 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 393 -e 's/$$/$(EXEEXT)/' `; \ 394 test -n "$$list" || exit 0; \ 395 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 396 cd "$(DESTDIR)$(bindir)" && rm -f $$files 397 398clean-binPROGRAMS: 399 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 400 echo " rm -f" $$list; \ 401 rm -f $$list || exit $$?; \ 402 test -n "$(EXEEXT)" || exit 0; \ 403 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 404 echo " rm -f" $$list; \ 405 rm -f $$list 406fc-scan$(EXEEXT): $(fc_scan_OBJECTS) $(fc_scan_DEPENDENCIES) $(EXTRA_fc_scan_DEPENDENCIES) 407 @rm -f fc-scan$(EXEEXT) 408 $(AM_V_CCLD)$(LINK) $(fc_scan_OBJECTS) $(fc_scan_LDADD) $(LIBS) 409 410mostlyclean-compile: 411 -rm -f *.$(OBJEXT) 412 413distclean-compile: 414 -rm -f *.tab.c 415 416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fc-scan.Po@am__quote@ 417 418.c.o: 419@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 420@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 421@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 422@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 423@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 424 425.c.obj: 426@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 427@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 428@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 429@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 430@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 431 432.c.lo: 433@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 434@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 435@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 436@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 437@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 438 439mostlyclean-libtool: 440 -rm -f *.lo 441 442clean-libtool: 443 -rm -rf .libs _libs 444install-man1: $(man_MANS) 445 @$(NORMAL_INSTALL) 446 @list1=''; \ 447 list2='$(man_MANS)'; \ 448 test -n "$(man1dir)" \ 449 && test -n "`echo $$list1$$list2`" \ 450 || exit 0; \ 451 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 452 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 453 { for i in $$list1; do echo "$$i"; done; \ 454 if test -n "$$list2"; then \ 455 for i in $$list2; do echo "$$i"; done \ 456 | sed -n '/\.1[a-z]*$$/p'; \ 457 fi; \ 458 } | while read p; do \ 459 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 460 echo "$$d$$p"; echo "$$p"; \ 461 done | \ 462 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 463 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 464 sed 'N;N;s,\n, ,g' | { \ 465 list=; while read file base inst; do \ 466 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 467 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 468 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 469 fi; \ 470 done; \ 471 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 472 while read files; do \ 473 test -z "$$files" || { \ 474 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 475 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 476 done; } 477 478uninstall-man1: 479 @$(NORMAL_UNINSTALL) 480 @list=''; test -n "$(man1dir)" || exit 0; \ 481 files=`{ for i in $$list; do echo "$$i"; done; \ 482 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 483 sed -n '/\.1[a-z]*$$/p'; \ 484 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 485 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 486 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 487 488ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 489 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 490 unique=`for i in $$list; do \ 491 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 492 done | \ 493 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 494 END { if (nonempty) { for (i in files) print i; }; }'`; \ 495 mkid -fID $$unique 496tags: TAGS 497 498TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 499 $(TAGS_FILES) $(LISP) 500 set x; \ 501 here=`pwd`; \ 502 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 503 unique=`for i in $$list; do \ 504 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 505 done | \ 506 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 507 END { if (nonempty) { for (i in files) print i; }; }'`; \ 508 shift; \ 509 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 510 test -n "$$unique" || unique=$$empty_fix; \ 511 if test $$# -gt 0; then \ 512 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 513 "$$@" $$unique; \ 514 else \ 515 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 516 $$unique; \ 517 fi; \ 518 fi 519ctags: CTAGS 520CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 521 $(TAGS_FILES) $(LISP) 522 list='$(SOURCES) $(HEADERS) $(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 test -z "$(CTAGS_ARGS)$$unique" \ 529 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 530 $$unique 531 532GTAGS: 533 here=`$(am__cd) $(top_builddir) && pwd` \ 534 && $(am__cd) $(top_srcdir) \ 535 && gtags -i $(GTAGS_ARGS) "$$here" 536 537distclean-tags: 538 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 539 540distdir: $(DISTFILES) 541 @list='$(MANS)'; if test -n "$$list"; then \ 542 list=`for p in $$list; do \ 543 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 544 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ 545 if test -n "$$list" && \ 546 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ 547 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ 548 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ 549 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ 550 echo " typically \`make maintainer-clean' will remove them" >&2; \ 551 exit 1; \ 552 else :; fi; \ 553 else :; fi 554 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 555 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 556 list='$(DISTFILES)'; \ 557 dist_files=`for file in $$list; do echo $$file; done | \ 558 sed -e "s|^$$srcdirstrip/||;t" \ 559 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 560 case $$dist_files in \ 561 */*) $(MKDIR_P) `echo "$$dist_files" | \ 562 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 563 sort -u` ;; \ 564 esac; \ 565 for file in $$dist_files; do \ 566 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 567 if test -d $$d/$$file; then \ 568 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 569 if test -d "$(distdir)/$$file"; then \ 570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 571 fi; \ 572 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 573 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 575 fi; \ 576 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 577 else \ 578 test -f "$(distdir)/$$file" \ 579 || cp -p $$d/$$file "$(distdir)/$$file" \ 580 || exit 1; \ 581 fi; \ 582 done 583check-am: all-am 584check: check-am 585all-am: Makefile $(PROGRAMS) $(MANS) all-local 586installdirs: 587 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ 588 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 589 done 590install: install-am 591install-exec: install-exec-am 592install-data: install-data-am 593uninstall: uninstall-am 594 595install-am: all-am 596 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 597 598installcheck: installcheck-am 599install-strip: 600 if test -z '$(STRIP)'; then \ 601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 603 install; \ 604 else \ 605 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 606 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 607 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 608 fi 609mostlyclean-generic: 610 611clean-generic: 612 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 613 614distclean-generic: 615 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 616 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 617 618maintainer-clean-generic: 619 @echo "This command is intended for maintainers to use" 620 @echo "it deletes files that may require special tools to rebuild." 621clean: clean-am 622 623clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 624 625distclean: distclean-am 626 -rm -rf ./$(DEPDIR) 627 -rm -f Makefile 628distclean-am: clean-am distclean-compile distclean-generic \ 629 distclean-tags 630 631dvi: dvi-am 632 633dvi-am: 634 635html: html-am 636 637html-am: 638 639info: info-am 640 641info-am: 642 643install-data-am: install-man 644 645install-dvi: install-dvi-am 646 647install-dvi-am: 648 649install-exec-am: install-binPROGRAMS 650 651install-html: install-html-am 652 653install-html-am: 654 655install-info: install-info-am 656 657install-info-am: 658 659install-man: install-man1 660 661install-pdf: install-pdf-am 662 663install-pdf-am: 664 665install-ps: install-ps-am 666 667install-ps-am: 668 669installcheck-am: 670 671maintainer-clean: maintainer-clean-am 672 -rm -rf ./$(DEPDIR) 673 -rm -f Makefile 674maintainer-clean-am: distclean-am maintainer-clean-generic 675 676mostlyclean: mostlyclean-am 677 678mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 679 mostlyclean-libtool 680 681pdf: pdf-am 682 683pdf-am: 684 685ps: ps-am 686 687ps-am: 688 689uninstall-am: uninstall-binPROGRAMS uninstall-man 690 691uninstall-man: uninstall-man1 692 693.MAKE: install-am install-strip 694 695.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \ 696 clean-binPROGRAMS clean-generic clean-libtool ctags distclean \ 697 distclean-compile distclean-generic distclean-libtool \ 698 distclean-tags distdir dvi dvi-am html html-am info info-am \ 699 install install-am install-binPROGRAMS install-data \ 700 install-data-am install-dvi install-dvi-am install-exec \ 701 install-exec-am install-html install-html-am install-info \ 702 install-info-am install-man install-man1 install-pdf \ 703 install-pdf-am install-ps install-ps-am install-strip \ 704 installcheck installcheck-am installdirs maintainer-clean \ 705 maintainer-clean-generic mostlyclean mostlyclean-compile \ 706 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 707 tags uninstall uninstall-am uninstall-binPROGRAMS \ 708 uninstall-man uninstall-man1 709 710 711@USEDOCBOOK_TRUE@${man_MANS}: ${SGML} 712@USEDOCBOOK_TRUE@ $(AM_V_GEN) $(RM) $@; \ 713@USEDOCBOOK_TRUE@ $(DOC2MAN) ${SGML}; \ 714@USEDOCBOOK_TRUE@ $(RM) manpage.* 715 716@USEDOCBOOK_TRUE@all-local: $(man_MANS) 717@USEDOCBOOK_FALSE@all-local: 718 719# Tell versions [3.59,3.63) of GNU make to not export all variables. 720# Otherwise a system limit (for SysV at least) may be exceeded. 721.NOEXPORT: 722