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