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