Makefile.in revision b020570b
1# Makefile.in generated by automake 1.14 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 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 17VPATH = @srcdir@ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__make_running_with_option = \ 20 case $${target_option-} in \ 21 ?) ;; \ 22 *) echo "am__make_running_with_option: internal error: invalid" \ 23 "target option '$${target_option-}' specified" >&2; \ 24 exit 1;; \ 25 esac; \ 26 has_opt=no; \ 27 sane_makeflags=$$MAKEFLAGS; \ 28 if $(am__is_gnu_make); then \ 29 sane_makeflags=$$MFLAGS; \ 30 else \ 31 case $$MAKEFLAGS in \ 32 *\\[\ \ ]*) \ 33 bs=\\; \ 34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 36 esac; \ 37 fi; \ 38 skip_next=no; \ 39 strip_trailopt () \ 40 { \ 41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 42 }; \ 43 for flg in $$sane_makeflags; do \ 44 test $$skip_next = yes && { skip_next=no; continue; }; \ 45 case $$flg in \ 46 *=*|--*) continue;; \ 47 -*I) strip_trailopt 'I'; skip_next=yes;; \ 48 -*I?*) strip_trailopt 'I';; \ 49 -*O) strip_trailopt 'O'; skip_next=yes;; \ 50 -*O?*) strip_trailopt 'O';; \ 51 -*l) strip_trailopt 'l'; skip_next=yes;; \ 52 -*l?*) strip_trailopt 'l';; \ 53 -[dEDm]) skip_next=yes;; \ 54 -[JT]) skip_next=yes;; \ 55 esac; \ 56 case $$flg in \ 57 *$$target_option*) has_opt=yes; break;; \ 58 esac; \ 59 done; \ 60 test $$has_opt = yes 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/@PACKAGE@ 64pkgincludedir = $(includedir)/@PACKAGE@ 65pkglibdir = $(libdir)/@PACKAGE@ 66pkglibexecdir = $(libexecdir)/@PACKAGE@ 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = @build@ 80host_triplet = @host@ 81@X_BZIP2_FONT_COMPRESSION_TRUE@am__append_1 = bunzip2.c 82subdir = src/fontfile 83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 84 $(top_srcdir)/depcomp 85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 86am__aclocal_m4_deps = $(top_srcdir)/configure.ac 87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 88 $(ACLOCAL_M4) 89mkinstalldirs = $(install_sh) -d 90CONFIG_HEADER = $(top_builddir)/config.h \ 91 $(top_builddir)/include/X11/fonts/fontconf.h 92CONFIG_CLEAN_FILES = 93CONFIG_CLEAN_VPATH_FILES = 94LTLIBRARIES = $(noinst_LTLIBRARIES) 95am__DEPENDENCIES_1 = 96libfontfile_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 97am__libfontfile_la_SOURCES_DIST = bitsource.c bufio.c decompress.c \ 98 defaults.c dirfile.c fileio.c filewr.c fontdir.c fontencc.c \ 99 fontfile.c fontscale.c gunzip.c register.c renderers.c \ 100 catalogue.c bunzip2.c 101@X_BZIP2_FONT_COMPRESSION_TRUE@am__objects_1 = bunzip2.lo 102am_libfontfile_la_OBJECTS = bitsource.lo bufio.lo decompress.lo \ 103 defaults.lo dirfile.lo fileio.lo filewr.lo fontdir.lo \ 104 fontencc.lo fontfile.lo fontscale.lo gunzip.lo register.lo \ 105 renderers.lo catalogue.lo $(am__objects_1) 106libfontfile_la_OBJECTS = $(am_libfontfile_la_OBJECTS) 107AM_V_lt = $(am__v_lt_@AM_V@) 108am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 109am__v_lt_0 = --silent 110am__v_lt_1 = 111AM_V_P = $(am__v_P_@AM_V@) 112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 113am__v_P_0 = false 114am__v_P_1 = : 115AM_V_GEN = $(am__v_GEN_@AM_V@) 116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 117am__v_GEN_0 = @echo " GEN " $@; 118am__v_GEN_1 = 119AM_V_at = $(am__v_at_@AM_V@) 120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 121am__v_at_0 = @ 122am__v_at_1 = 123DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/fonts 124depcomp = $(SHELL) $(top_srcdir)/depcomp 125am__depfiles_maybe = depfiles 126am__mv = mv -f 127COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 128 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 129LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 130 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 131 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 132 $(AM_CFLAGS) $(CFLAGS) 133AM_V_CC = $(am__v_CC_@AM_V@) 134am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 135am__v_CC_0 = @echo " CC " $@; 136am__v_CC_1 = 137CCLD = $(CC) 138LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 139 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 140 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 141AM_V_CCLD = $(am__v_CCLD_@AM_V@) 142am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 143am__v_CCLD_0 = @echo " CCLD " $@; 144am__v_CCLD_1 = 145SOURCES = $(libfontfile_la_SOURCES) 146DIST_SOURCES = $(am__libfontfile_la_SOURCES_DIST) 147am__can_run_installinfo = \ 148 case $$AM_UPDATE_INFO_DIR in \ 149 n|no|NO) false;; \ 150 *) (install-info --version) >/dev/null 2>&1;; \ 151 esac 152am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 153# Read a list of newline-separated strings from the standard input, 154# and print each of them once, without duplicates. Input order is 155# *not* preserved. 156am__uniquify_input = $(AWK) '\ 157 BEGIN { nonempty = 0; } \ 158 { items[$$0] = 1; nonempty = 1; } \ 159 END { if (nonempty) { for (i in items) print i; }; } \ 160' 161# Make sure the list of sources is unique. This is necessary because, 162# e.g., the same source file might be shared among _SOURCES variables 163# for different programs/libraries. 164am__define_uniq_tagged_files = \ 165 list='$(am__tagged_files)'; \ 166 unique=`for i in $$list; do \ 167 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 168 done | $(am__uniquify_input)` 169ETAGS = etags 170CTAGS = ctags 171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 172ACLOCAL = @ACLOCAL@ 173ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 174ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 175AMTAR = @AMTAR@ 176AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 177APP_MAN_DIR = @APP_MAN_DIR@ 178APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 179AR = @AR@ 180AUTOCONF = @AUTOCONF@ 181AUTOHEADER = @AUTOHEADER@ 182AUTOMAKE = @AUTOMAKE@ 183AWK = @AWK@ 184BASE_CFLAGS = @BASE_CFLAGS@ 185CC = @CC@ 186CCDEPMODE = @CCDEPMODE@ 187CFLAGS = @CFLAGS@ 188CHANGELOG_CMD = @CHANGELOG_CMD@ 189CPP = @CPP@ 190CPPFLAGS = @CPPFLAGS@ 191CWARNFLAGS = @CWARNFLAGS@ 192CYGPATH_W = @CYGPATH_W@ 193DEFS = @DEFS@ 194DEPDIR = @DEPDIR@ 195DLLTOOL = @DLLTOOL@ 196DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 197DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 198DSYMUTIL = @DSYMUTIL@ 199DUMPBIN = @DUMPBIN@ 200ECHO_C = @ECHO_C@ 201ECHO_N = @ECHO_N@ 202ECHO_T = @ECHO_T@ 203EGREP = @EGREP@ 204EXEEXT = @EXEEXT@ 205FGREP = @FGREP@ 206FILE_MAN_DIR = @FILE_MAN_DIR@ 207FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 208FOP = @FOP@ 209FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 210FREETYPE_LIBS = @FREETYPE_LIBS@ 211FREETYPE_REQUIRES = @FREETYPE_REQUIRES@ 212GREP = @GREP@ 213INSTALL = @INSTALL@ 214INSTALL_CMD = @INSTALL_CMD@ 215INSTALL_DATA = @INSTALL_DATA@ 216INSTALL_PROGRAM = @INSTALL_PROGRAM@ 217INSTALL_SCRIPT = @INSTALL_SCRIPT@ 218INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 219LD = @LD@ 220LDFLAGS = @LDFLAGS@ 221LIBOBJS = @LIBOBJS@ 222LIBS = @LIBS@ 223LIBTOOL = @LIBTOOL@ 224LIB_MAN_DIR = @LIB_MAN_DIR@ 225LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 226LIPO = @LIPO@ 227LN_S = @LN_S@ 228LTLIBOBJS = @LTLIBOBJS@ 229MAKEINFO = @MAKEINFO@ 230MANIFEST_TOOL = @MANIFEST_TOOL@ 231MAN_SUBSTS = @MAN_SUBSTS@ 232MATH_LIBS = @MATH_LIBS@ 233MISC_MAN_DIR = @MISC_MAN_DIR@ 234MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 235MKDIR_P = @MKDIR_P@ 236NM = @NM@ 237NMEDIT = @NMEDIT@ 238OBJDUMP = @OBJDUMP@ 239OBJEXT = @OBJEXT@ 240OS_CFLAGS = @OS_CFLAGS@ 241OTOOL = @OTOOL@ 242OTOOL64 = @OTOOL64@ 243PACKAGE = @PACKAGE@ 244PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 245PACKAGE_NAME = @PACKAGE_NAME@ 246PACKAGE_STRING = @PACKAGE_STRING@ 247PACKAGE_TARNAME = @PACKAGE_TARNAME@ 248PACKAGE_URL = @PACKAGE_URL@ 249PACKAGE_VERSION = @PACKAGE_VERSION@ 250PATH_SEPARATOR = @PATH_SEPARATOR@ 251PKG_CONFIG = @PKG_CONFIG@ 252RANLIB = @RANLIB@ 253SED = @SED@ 254SET_MAKE = @SET_MAKE@ 255SHELL = @SHELL@ 256STRICT_CFLAGS = @STRICT_CFLAGS@ 257STRIP = @STRIP@ 258STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 259VERSION = @VERSION@ 260XFONT_CFLAGS = @XFONT_CFLAGS@ 261XFONT_LIBS = @XFONT_LIBS@ 262XMLTO = @XMLTO@ 263XORG_MAN_PAGE = @XORG_MAN_PAGE@ 264XORG_SGML_PATH = @XORG_SGML_PATH@ 265XSL_STYLESHEET = @XSL_STYLESHEET@ 266X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@ 267Z_LIBS = @Z_LIBS@ 268abs_builddir = @abs_builddir@ 269abs_srcdir = @abs_srcdir@ 270abs_top_builddir = @abs_top_builddir@ 271abs_top_srcdir = @abs_top_srcdir@ 272ac_ct_AR = @ac_ct_AR@ 273ac_ct_CC = @ac_ct_CC@ 274ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 275am__include = @am__include@ 276am__leading_dot = @am__leading_dot@ 277am__quote = @am__quote@ 278am__tar = @am__tar@ 279am__untar = @am__untar@ 280bindir = @bindir@ 281build = @build@ 282build_alias = @build_alias@ 283build_cpu = @build_cpu@ 284build_os = @build_os@ 285build_vendor = @build_vendor@ 286builddir = @builddir@ 287datadir = @datadir@ 288datarootdir = @datarootdir@ 289docdir = @docdir@ 290dvidir = @dvidir@ 291exec_prefix = @exec_prefix@ 292ft_config = @ft_config@ 293host = @host@ 294host_alias = @host_alias@ 295host_cpu = @host_cpu@ 296host_os = @host_os@ 297host_vendor = @host_vendor@ 298htmldir = @htmldir@ 299includedir = @includedir@ 300infodir = @infodir@ 301install_sh = @install_sh@ 302libdir = @libdir@ 303libexecdir = @libexecdir@ 304localedir = @localedir@ 305localstatedir = @localstatedir@ 306mandir = @mandir@ 307mkdir_p = @mkdir_p@ 308oldincludedir = @oldincludedir@ 309pdfdir = @pdfdir@ 310prefix = @prefix@ 311program_transform_name = @program_transform_name@ 312psdir = @psdir@ 313sbindir = @sbindir@ 314sharedstatedir = @sharedstatedir@ 315srcdir = @srcdir@ 316sysconfdir = @sysconfdir@ 317target_alias = @target_alias@ 318top_build_prefix = @top_build_prefix@ 319top_builddir = @top_builddir@ 320top_srcdir = @top_srcdir@ 321AM_CPPFLAGS = -I${top_srcdir}/include 322AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS) 323noinst_LTLIBRARIES = libfontfile.la 324libfontfile_la_LIBADD = \ 325 $(Z_LIBS) 326 327libfontfile_la_SOURCES = bitsource.c bufio.c decompress.c defaults.c \ 328 dirfile.c fileio.c filewr.c fontdir.c fontencc.c fontfile.c \ 329 fontscale.c gunzip.c register.c renderers.c catalogue.c \ 330 $(am__append_1) 331all: all-am 332 333.SUFFIXES: 334.SUFFIXES: .c .lo .o .obj 335$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 336 @for dep in $?; do \ 337 case '$(am__configure_deps)' in \ 338 *$$dep*) \ 339 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 340 && { if test -f $@; then exit 0; else break; fi; }; \ 341 exit 1;; \ 342 esac; \ 343 done; \ 344 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/fontfile/Makefile'; \ 345 $(am__cd) $(top_srcdir) && \ 346 $(AUTOMAKE) --foreign src/fontfile/Makefile 347.PRECIOUS: Makefile 348Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 349 @case '$?' in \ 350 *config.status*) \ 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 352 *) \ 353 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 354 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 355 esac; 356 357$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 359 360$(top_srcdir)/configure: $(am__configure_deps) 361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 362$(ACLOCAL_M4): $(am__aclocal_m4_deps) 363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 364$(am__aclocal_m4_deps): 365 366clean-noinstLTLIBRARIES: 367 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 368 @list='$(noinst_LTLIBRARIES)'; \ 369 locs=`for p in $$list; do echo $$p; done | \ 370 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 371 sort -u`; \ 372 test -z "$$locs" || { \ 373 echo rm -f $${locs}; \ 374 rm -f $${locs}; \ 375 } 376 377libfontfile.la: $(libfontfile_la_OBJECTS) $(libfontfile_la_DEPENDENCIES) $(EXTRA_libfontfile_la_DEPENDENCIES) 378 $(AM_V_CCLD)$(LINK) $(libfontfile_la_OBJECTS) $(libfontfile_la_LIBADD) $(LIBS) 379 380mostlyclean-compile: 381 -rm -f *.$(OBJEXT) 382 383distclean-compile: 384 -rm -f *.tab.c 385 386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitsource.Plo@am__quote@ 387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufio.Plo@am__quote@ 388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bunzip2.Plo@am__quote@ 389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catalogue.Plo@am__quote@ 390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decompress.Plo@am__quote@ 391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaults.Plo@am__quote@ 392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirfile.Plo@am__quote@ 393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Plo@am__quote@ 394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filewr.Plo@am__quote@ 395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontdir.Plo@am__quote@ 396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontencc.Plo@am__quote@ 397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontfile.Plo@am__quote@ 398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontscale.Plo@am__quote@ 399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gunzip.Plo@am__quote@ 400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Plo@am__quote@ 401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renderers.Plo@am__quote@ 402 403.c.o: 404@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 405@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 406@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 407@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 408@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 409 410.c.obj: 411@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 412@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 413@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 414@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 415@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 416 417.c.lo: 418@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 419@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 420@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 421@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 422@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 423 424mostlyclean-libtool: 425 -rm -f *.lo 426 427clean-libtool: 428 -rm -rf .libs _libs 429 430ID: $(am__tagged_files) 431 $(am__define_uniq_tagged_files); mkid -fID $$unique 432tags: tags-am 433TAGS: tags 434 435tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 436 set x; \ 437 here=`pwd`; \ 438 $(am__define_uniq_tagged_files); \ 439 shift; \ 440 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 441 test -n "$$unique" || unique=$$empty_fix; \ 442 if test $$# -gt 0; then \ 443 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 444 "$$@" $$unique; \ 445 else \ 446 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 447 $$unique; \ 448 fi; \ 449 fi 450ctags: ctags-am 451 452CTAGS: ctags 453ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 454 $(am__define_uniq_tagged_files); \ 455 test -z "$(CTAGS_ARGS)$$unique" \ 456 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 457 $$unique 458 459GTAGS: 460 here=`$(am__cd) $(top_builddir) && pwd` \ 461 && $(am__cd) $(top_srcdir) \ 462 && gtags -i $(GTAGS_ARGS) "$$here" 463cscopelist: cscopelist-am 464 465cscopelist-am: $(am__tagged_files) 466 list='$(am__tagged_files)'; \ 467 case "$(srcdir)" in \ 468 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 469 *) sdir=$(subdir)/$(srcdir) ;; \ 470 esac; \ 471 for i in $$list; do \ 472 if test -f "$$i"; then \ 473 echo "$(subdir)/$$i"; \ 474 else \ 475 echo "$$sdir/$$i"; \ 476 fi; \ 477 done >> $(top_builddir)/cscope.files 478 479distclean-tags: 480 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 481 482distdir: $(DISTFILES) 483 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 484 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 485 list='$(DISTFILES)'; \ 486 dist_files=`for file in $$list; do echo $$file; done | \ 487 sed -e "s|^$$srcdirstrip/||;t" \ 488 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 489 case $$dist_files in \ 490 */*) $(MKDIR_P) `echo "$$dist_files" | \ 491 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 492 sort -u` ;; \ 493 esac; \ 494 for file in $$dist_files; do \ 495 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 496 if test -d $$d/$$file; then \ 497 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 498 if test -d "$(distdir)/$$file"; then \ 499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 500 fi; \ 501 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 502 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 503 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 504 fi; \ 505 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 506 else \ 507 test -f "$(distdir)/$$file" \ 508 || cp -p $$d/$$file "$(distdir)/$$file" \ 509 || exit 1; \ 510 fi; \ 511 done 512check-am: all-am 513check: check-am 514all-am: Makefile $(LTLIBRARIES) 515installdirs: 516install: install-am 517install-exec: install-exec-am 518install-data: install-data-am 519uninstall: uninstall-am 520 521install-am: all-am 522 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 523 524installcheck: installcheck-am 525install-strip: 526 if test -z '$(STRIP)'; then \ 527 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 528 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 529 install; \ 530 else \ 531 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 532 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 533 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 534 fi 535mostlyclean-generic: 536 537clean-generic: 538 539distclean-generic: 540 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 541 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 542 543maintainer-clean-generic: 544 @echo "This command is intended for maintainers to use" 545 @echo "it deletes files that may require special tools to rebuild." 546clean: clean-am 547 548clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 549 mostlyclean-am 550 551distclean: distclean-am 552 -rm -rf ./$(DEPDIR) 553 -rm -f Makefile 554distclean-am: clean-am distclean-compile distclean-generic \ 555 distclean-tags 556 557dvi: dvi-am 558 559dvi-am: 560 561html: html-am 562 563html-am: 564 565info: info-am 566 567info-am: 568 569install-data-am: 570 571install-dvi: install-dvi-am 572 573install-dvi-am: 574 575install-exec-am: 576 577install-html: install-html-am 578 579install-html-am: 580 581install-info: install-info-am 582 583install-info-am: 584 585install-man: 586 587install-pdf: install-pdf-am 588 589install-pdf-am: 590 591install-ps: install-ps-am 592 593install-ps-am: 594 595installcheck-am: 596 597maintainer-clean: maintainer-clean-am 598 -rm -rf ./$(DEPDIR) 599 -rm -f Makefile 600maintainer-clean-am: distclean-am maintainer-clean-generic 601 602mostlyclean: mostlyclean-am 603 604mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 605 mostlyclean-libtool 606 607pdf: pdf-am 608 609pdf-am: 610 611ps: ps-am 612 613ps-am: 614 615uninstall-am: 616 617.MAKE: install-am install-strip 618 619.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 620 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 621 ctags-am distclean distclean-compile distclean-generic \ 622 distclean-libtool distclean-tags distdir dvi dvi-am html \ 623 html-am info info-am install install-am install-data \ 624 install-data-am install-dvi install-dvi-am install-exec \ 625 install-exec-am install-html install-html-am install-info \ 626 install-info-am install-man install-pdf install-pdf-am \ 627 install-ps install-ps-am install-strip installcheck \ 628 installcheck-am installdirs maintainer-clean \ 629 maintainer-clean-generic mostlyclean mostlyclean-compile \ 630 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 631 tags tags-am uninstall uninstall-am 632 633 634# Tell versions [3.59,3.63) of GNU make to not export all variables. 635# Otherwise a system limit (for SysV at least) may be exceeded. 636.NOEXPORT: 637