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 17# 18# Copyright © 2003 Keith Packard, Noah Levitt 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Keith Packard not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Keith Packard makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 38VPATH = @srcdir@ 39am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 40am__make_running_with_option = \ 41 case $${target_option-} in \ 42 ?) ;; \ 43 *) echo "am__make_running_with_option: internal error: invalid" \ 44 "target option '$${target_option-}' specified" >&2; \ 45 exit 1;; \ 46 esac; \ 47 has_opt=no; \ 48 sane_makeflags=$$MAKEFLAGS; \ 49 if $(am__is_gnu_make); then \ 50 sane_makeflags=$$MFLAGS; \ 51 else \ 52 case $$MAKEFLAGS in \ 53 *\\[\ \ ]*) \ 54 bs=\\; \ 55 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 56 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 57 esac; \ 58 fi; \ 59 skip_next=no; \ 60 strip_trailopt () \ 61 { \ 62 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 63 }; \ 64 for flg in $$sane_makeflags; do \ 65 test $$skip_next = yes && { skip_next=no; continue; }; \ 66 case $$flg in \ 67 *=*|--*) continue;; \ 68 -*I) strip_trailopt 'I'; skip_next=yes;; \ 69 -*I?*) strip_trailopt 'I';; \ 70 -*O) strip_trailopt 'O'; skip_next=yes;; \ 71 -*O?*) strip_trailopt 'O';; \ 72 -*l) strip_trailopt 'l'; skip_next=yes;; \ 73 -*l?*) strip_trailopt 'l';; \ 74 -[dEDm]) skip_next=yes;; \ 75 -[JT]) skip_next=yes;; \ 76 esac; \ 77 case $$flg in \ 78 *$$target_option*) has_opt=yes; break;; \ 79 esac; \ 80 done; \ 81 test $$has_opt = yes 82am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 83am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 84pkgdatadir = $(datadir)/@PACKAGE@ 85pkgincludedir = $(includedir)/@PACKAGE@ 86pkglibdir = $(libdir)/@PACKAGE@ 87pkglibexecdir = $(libexecdir)/@PACKAGE@ 88am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 89install_sh_DATA = $(install_sh) -c -m 644 90install_sh_PROGRAM = $(install_sh) -c 91install_sh_SCRIPT = $(install_sh) -c 92INSTALL_HEADER = $(INSTALL_DATA) 93transform = $(program_transform_name) 94NORMAL_INSTALL = : 95PRE_INSTALL = : 96POST_INSTALL = : 97NORMAL_UNINSTALL = : 98PRE_UNINSTALL = : 99POST_UNINSTALL = : 100build_triplet = @build@ 101host_triplet = @host@ 102subdir = src 103DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 104 $(top_srcdir)/depcomp 105ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 106am__aclocal_m4_deps = $(top_srcdir)/configure.ac 107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 108 $(ACLOCAL_M4) 109mkinstalldirs = $(install_sh) -d 110CONFIG_HEADER = $(top_builddir)/config.h \ 111 $(top_builddir)/include/X11/fonts/fontconf.h 112CONFIG_CLEAN_FILES = 113CONFIG_CLEAN_VPATH_FILES = 114am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 115am__vpath_adj = case $$p in \ 116 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 117 *) f=$$p;; \ 118 esac; 119am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 120am__install_max = 40 121am__nobase_strip_setup = \ 122 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 123am__nobase_strip = \ 124 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 125am__nobase_list = $(am__nobase_strip_setup); \ 126 for p in $$list; do echo "$$p $$p"; done | \ 127 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 128 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 129 if (++n[$$2] == $(am__install_max)) \ 130 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 131 END { for (dir in files) print dir, files[dir] }' 132am__base_list = \ 133 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 134 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 135am__uninstall_files_from_dir = { \ 136 test -z "$$files" \ 137 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 138 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 139 $(am__cd) "$$dir" && rm -f $$files; }; \ 140 } 141am__installdirs = "$(DESTDIR)$(libdir)" 142LTLIBRARIES = $(lib_LTLIBRARIES) 143am__DEPENDENCIES_1 = 144libXfont_la_DEPENDENCIES = $(FONTFILE_LIB) $(FREETYPE_LIB) \ 145 $(BITMAP_LIB) $(BUILTINS_LIB) $(FC_LIB) $(UTIL_LIB) \ 146 $(STUBS_LIB) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 147 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 148am_libXfont_la_OBJECTS = dummy.lo 149libXfont_la_OBJECTS = $(am_libXfont_la_OBJECTS) 150AM_V_lt = $(am__v_lt_@AM_V@) 151am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 152am__v_lt_0 = --silent 153am__v_lt_1 = 154libXfont_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 155 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 156 $(libXfont_la_LDFLAGS) $(LDFLAGS) -o $@ 157AM_V_P = $(am__v_P_@AM_V@) 158am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 159am__v_P_0 = false 160am__v_P_1 = : 161AM_V_GEN = $(am__v_GEN_@AM_V@) 162am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 163am__v_GEN_0 = @echo " GEN " $@; 164am__v_GEN_1 = 165AM_V_at = $(am__v_at_@AM_V@) 166am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 167am__v_at_0 = @ 168am__v_at_1 = 169DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/fonts 170depcomp = $(SHELL) $(top_srcdir)/depcomp 171am__depfiles_maybe = depfiles 172am__mv = mv -f 173COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 174 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 175LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 176 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 177 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 178 $(AM_CFLAGS) $(CFLAGS) 179AM_V_CC = $(am__v_CC_@AM_V@) 180am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 181am__v_CC_0 = @echo " CC " $@; 182am__v_CC_1 = 183CCLD = $(CC) 184LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 185 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 186 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 187AM_V_CCLD = $(am__v_CCLD_@AM_V@) 188am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 189am__v_CCLD_0 = @echo " CCLD " $@; 190am__v_CCLD_1 = 191SOURCES = $(libXfont_la_SOURCES) 192DIST_SOURCES = $(libXfont_la_SOURCES) 193RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 194 ctags-recursive dvi-recursive html-recursive info-recursive \ 195 install-data-recursive install-dvi-recursive \ 196 install-exec-recursive install-html-recursive \ 197 install-info-recursive install-pdf-recursive \ 198 install-ps-recursive install-recursive installcheck-recursive \ 199 installdirs-recursive pdf-recursive ps-recursive \ 200 tags-recursive uninstall-recursive 201am__can_run_installinfo = \ 202 case $$AM_UPDATE_INFO_DIR in \ 203 n|no|NO) false;; \ 204 *) (install-info --version) >/dev/null 2>&1;; \ 205 esac 206RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 207 distclean-recursive maintainer-clean-recursive 208am__recursive_targets = \ 209 $(RECURSIVE_TARGETS) \ 210 $(RECURSIVE_CLEAN_TARGETS) \ 211 $(am__extra_recursive_targets) 212AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 213 distdir 214am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 215# Read a list of newline-separated strings from the standard input, 216# and print each of them once, without duplicates. Input order is 217# *not* preserved. 218am__uniquify_input = $(AWK) '\ 219 BEGIN { nonempty = 0; } \ 220 { items[$$0] = 1; nonempty = 1; } \ 221 END { if (nonempty) { for (i in items) print i; }; } \ 222' 223# Make sure the list of sources is unique. This is necessary because, 224# e.g., the same source file might be shared among _SOURCES variables 225# for different programs/libraries. 226am__define_uniq_tagged_files = \ 227 list='$(am__tagged_files)'; \ 228 unique=`for i in $$list; do \ 229 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 230 done | $(am__uniquify_input)` 231ETAGS = etags 232CTAGS = ctags 233DIST_SUBDIRS = fontfile FreeType bitmap builtins fc util stubs 234DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 235am__relativize = \ 236 dir0=`pwd`; \ 237 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 238 sed_rest='s,^[^/]*/*,,'; \ 239 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 240 sed_butlast='s,/*[^/]*$$,,'; \ 241 while test -n "$$dir1"; do \ 242 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 243 if test "$$first" != "."; then \ 244 if test "$$first" = ".."; then \ 245 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 246 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 247 else \ 248 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 249 if test "$$first2" = "$$first"; then \ 250 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 251 else \ 252 dir2="../$$dir2"; \ 253 fi; \ 254 dir0="$$dir0"/"$$first"; \ 255 fi; \ 256 fi; \ 257 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 258 done; \ 259 reldir="$$dir2" 260ACLOCAL = @ACLOCAL@ 261ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 262ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 263AMTAR = @AMTAR@ 264AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 265APP_MAN_DIR = @APP_MAN_DIR@ 266APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 267AR = @AR@ 268AUTOCONF = @AUTOCONF@ 269AUTOHEADER = @AUTOHEADER@ 270AUTOMAKE = @AUTOMAKE@ 271AWK = @AWK@ 272BASE_CFLAGS = @BASE_CFLAGS@ 273CC = @CC@ 274CCDEPMODE = @CCDEPMODE@ 275CFLAGS = @CFLAGS@ 276CHANGELOG_CMD = @CHANGELOG_CMD@ 277CPP = @CPP@ 278CPPFLAGS = @CPPFLAGS@ 279CWARNFLAGS = @CWARNFLAGS@ 280CYGPATH_W = @CYGPATH_W@ 281DEFS = @DEFS@ 282DEPDIR = @DEPDIR@ 283DLLTOOL = @DLLTOOL@ 284DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 285DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 286DSYMUTIL = @DSYMUTIL@ 287DUMPBIN = @DUMPBIN@ 288ECHO_C = @ECHO_C@ 289ECHO_N = @ECHO_N@ 290ECHO_T = @ECHO_T@ 291EGREP = @EGREP@ 292EXEEXT = @EXEEXT@ 293FGREP = @FGREP@ 294FILE_MAN_DIR = @FILE_MAN_DIR@ 295FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 296FOP = @FOP@ 297FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 298FREETYPE_LIBS = @FREETYPE_LIBS@ 299FREETYPE_REQUIRES = @FREETYPE_REQUIRES@ 300GREP = @GREP@ 301INSTALL = @INSTALL@ 302INSTALL_CMD = @INSTALL_CMD@ 303INSTALL_DATA = @INSTALL_DATA@ 304INSTALL_PROGRAM = @INSTALL_PROGRAM@ 305INSTALL_SCRIPT = @INSTALL_SCRIPT@ 306INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 307LD = @LD@ 308LDFLAGS = @LDFLAGS@ 309LIBOBJS = @LIBOBJS@ 310LIBS = @LIBS@ 311LIBTOOL = @LIBTOOL@ 312LIB_MAN_DIR = @LIB_MAN_DIR@ 313LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 314LIPO = @LIPO@ 315LN_S = @LN_S@ 316LTLIBOBJS = @LTLIBOBJS@ 317MAKEINFO = @MAKEINFO@ 318MANIFEST_TOOL = @MANIFEST_TOOL@ 319MAN_SUBSTS = @MAN_SUBSTS@ 320MATH_LIBS = @MATH_LIBS@ 321MISC_MAN_DIR = @MISC_MAN_DIR@ 322MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 323MKDIR_P = @MKDIR_P@ 324NM = @NM@ 325NMEDIT = @NMEDIT@ 326OBJDUMP = @OBJDUMP@ 327OBJEXT = @OBJEXT@ 328OS_CFLAGS = @OS_CFLAGS@ 329OTOOL = @OTOOL@ 330OTOOL64 = @OTOOL64@ 331PACKAGE = @PACKAGE@ 332PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 333PACKAGE_NAME = @PACKAGE_NAME@ 334PACKAGE_STRING = @PACKAGE_STRING@ 335PACKAGE_TARNAME = @PACKAGE_TARNAME@ 336PACKAGE_URL = @PACKAGE_URL@ 337PACKAGE_VERSION = @PACKAGE_VERSION@ 338PATH_SEPARATOR = @PATH_SEPARATOR@ 339PKG_CONFIG = @PKG_CONFIG@ 340RANLIB = @RANLIB@ 341SED = @SED@ 342SET_MAKE = @SET_MAKE@ 343SHELL = @SHELL@ 344STRICT_CFLAGS = @STRICT_CFLAGS@ 345STRIP = @STRIP@ 346STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 347VERSION = @VERSION@ 348XFONT_CFLAGS = @XFONT_CFLAGS@ 349XFONT_LIBS = @XFONT_LIBS@ 350XMLTO = @XMLTO@ 351XORG_MAN_PAGE = @XORG_MAN_PAGE@ 352XORG_SGML_PATH = @XORG_SGML_PATH@ 353XSL_STYLESHEET = @XSL_STYLESHEET@ 354X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@ 355Z_LIBS = @Z_LIBS@ 356abs_builddir = @abs_builddir@ 357abs_srcdir = @abs_srcdir@ 358abs_top_builddir = @abs_top_builddir@ 359abs_top_srcdir = @abs_top_srcdir@ 360ac_ct_AR = @ac_ct_AR@ 361ac_ct_CC = @ac_ct_CC@ 362ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 363am__include = @am__include@ 364am__leading_dot = @am__leading_dot@ 365am__quote = @am__quote@ 366am__tar = @am__tar@ 367am__untar = @am__untar@ 368bindir = @bindir@ 369build = @build@ 370build_alias = @build_alias@ 371build_cpu = @build_cpu@ 372build_os = @build_os@ 373build_vendor = @build_vendor@ 374builddir = @builddir@ 375datadir = @datadir@ 376datarootdir = @datarootdir@ 377docdir = @docdir@ 378dvidir = @dvidir@ 379exec_prefix = @exec_prefix@ 380ft_config = @ft_config@ 381host = @host@ 382host_alias = @host_alias@ 383host_cpu = @host_cpu@ 384host_os = @host_os@ 385host_vendor = @host_vendor@ 386htmldir = @htmldir@ 387includedir = @includedir@ 388infodir = @infodir@ 389install_sh = @install_sh@ 390libdir = @libdir@ 391libexecdir = @libexecdir@ 392localedir = @localedir@ 393localstatedir = @localstatedir@ 394mandir = @mandir@ 395mkdir_p = @mkdir_p@ 396oldincludedir = @oldincludedir@ 397pdfdir = @pdfdir@ 398prefix = @prefix@ 399program_transform_name = @program_transform_name@ 400psdir = @psdir@ 401sbindir = @sbindir@ 402sharedstatedir = @sharedstatedir@ 403srcdir = @srcdir@ 404sysconfdir = @sysconfdir@ 405target_alias = @target_alias@ 406top_build_prefix = @top_build_prefix@ 407top_builddir = @top_builddir@ 408top_srcdir = @top_srcdir@ 409lib_LTLIBRARIES = libXfont.la 410AM_CFLAGS = $(OS_CFLAGS) $(CWARNFLAGS) 411@XFONT_FONTFILE_TRUE@FONTFILE_DIR = fontfile 412@XFONT_FONTFILE_TRUE@FONTFILE_LIB = fontfile/libfontfile.la 413@XFONT_FREETYPE_TRUE@FREETYPE_DIR = FreeType 414@XFONT_FREETYPE_TRUE@FREETYPE_LIB = FreeType/libft.la 415@XFONT_BITMAP_TRUE@BITMAP_DIR = bitmap 416@XFONT_BITMAP_TRUE@BITMAP_LIB = bitmap/libbitmap.la 417@XFONT_BUILTINS_TRUE@BUILTINS_DIR = builtins 418@XFONT_BUILTINS_TRUE@BUILTINS_LIB = builtins/libbuiltins.la 419@XFONT_FC_TRUE@FC_DIR = fc 420@XFONT_FC_TRUE@FC_LIB = fc/libfc.la 421UTIL_DIR = util 422UTIL_LIB = util/libutil.la 423STUBS_LIB = stubs/libstubs.la 424STUBS_DIR = stubs 425SUBDIRS = \ 426 $(FONTFILE_DIR) $(FREETYPE_DIR) $(BITMAP_DIR) \ 427 $(BUILTINS_DIR) $(FC_DIR) $(UTIL_DIR) $(STUBS_DIR) 428 429libXfont_la_LIBADD = \ 430 $(FONTFILE_LIB) $(FREETYPE_LIB) $(BITMAP_LIB) \ 431 $(BUILTINS_LIB) $(FC_LIB) $(UTIL_LIB) $(STUBS_LIB) \ 432 $(FREETYPE_LIBS) $(Z_LIBS) $(MATH_LIBS) $(XFONT_LIBS) 433 434libXfont_la_SOURCES = dummy.c 435libXfont_la_LDFLAGS = -version-number 1:4:1 436all: all-recursive 437 438.SUFFIXES: 439.SUFFIXES: .c .lo .o .obj 440$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 441 @for dep in $?; do \ 442 case '$(am__configure_deps)' in \ 443 *$$dep*) \ 444 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 445 && { if test -f $@; then exit 0; else break; fi; }; \ 446 exit 1;; \ 447 esac; \ 448 done; \ 449 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 450 $(am__cd) $(top_srcdir) && \ 451 $(AUTOMAKE) --foreign src/Makefile 452.PRECIOUS: Makefile 453Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 454 @case '$?' in \ 455 *config.status*) \ 456 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 457 *) \ 458 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 459 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 460 esac; 461 462$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 464 465$(top_srcdir)/configure: $(am__configure_deps) 466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 467$(ACLOCAL_M4): $(am__aclocal_m4_deps) 468 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 469$(am__aclocal_m4_deps): 470 471install-libLTLIBRARIES: $(lib_LTLIBRARIES) 472 @$(NORMAL_INSTALL) 473 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 474 list2=; for p in $$list; do \ 475 if test -f $$p; then \ 476 list2="$$list2 $$p"; \ 477 else :; fi; \ 478 done; \ 479 test -z "$$list2" || { \ 480 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 481 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 482 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 483 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 484 } 485 486uninstall-libLTLIBRARIES: 487 @$(NORMAL_UNINSTALL) 488 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 489 for p in $$list; do \ 490 $(am__strip_dir) \ 491 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 492 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 493 done 494 495clean-libLTLIBRARIES: 496 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 497 @list='$(lib_LTLIBRARIES)'; \ 498 locs=`for p in $$list; do echo $$p; done | \ 499 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 500 sort -u`; \ 501 test -z "$$locs" || { \ 502 echo rm -f $${locs}; \ 503 rm -f $${locs}; \ 504 } 505 506libXfont.la: $(libXfont_la_OBJECTS) $(libXfont_la_DEPENDENCIES) $(EXTRA_libXfont_la_DEPENDENCIES) 507 $(AM_V_CCLD)$(libXfont_la_LINK) -rpath $(libdir) $(libXfont_la_OBJECTS) $(libXfont_la_LIBADD) $(LIBS) 508 509mostlyclean-compile: 510 -rm -f *.$(OBJEXT) 511 512distclean-compile: 513 -rm -f *.tab.c 514 515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@ 516 517.c.o: 518@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 519@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 520@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 521@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 522@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 523 524.c.obj: 525@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 526@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 527@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 528@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 529@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 530 531.c.lo: 532@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 533@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 534@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 535@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 536@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 537 538mostlyclean-libtool: 539 -rm -f *.lo 540 541clean-libtool: 542 -rm -rf .libs _libs 543 544# This directory's subdirectories are mostly independent; you can cd 545# into them and run 'make' without going through this Makefile. 546# To change the values of 'make' variables: instead of editing Makefiles, 547# (1) if the variable is set in 'config.status', edit 'config.status' 548# (which will cause the Makefiles to be regenerated when you run 'make'); 549# (2) otherwise, pass the desired values on the 'make' command line. 550$(am__recursive_targets): 551 @fail=; \ 552 if $(am__make_keepgoing); then \ 553 failcom='fail=yes'; \ 554 else \ 555 failcom='exit 1'; \ 556 fi; \ 557 dot_seen=no; \ 558 target=`echo $@ | sed s/-recursive//`; \ 559 case "$@" in \ 560 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 561 *) list='$(SUBDIRS)' ;; \ 562 esac; \ 563 for subdir in $$list; do \ 564 echo "Making $$target in $$subdir"; \ 565 if test "$$subdir" = "."; then \ 566 dot_seen=yes; \ 567 local_target="$$target-am"; \ 568 else \ 569 local_target="$$target"; \ 570 fi; \ 571 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 572 || eval $$failcom; \ 573 done; \ 574 if test "$$dot_seen" = "no"; then \ 575 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 576 fi; test -z "$$fail" 577 578ID: $(am__tagged_files) 579 $(am__define_uniq_tagged_files); mkid -fID $$unique 580tags: tags-recursive 581TAGS: tags 582 583tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 584 set x; \ 585 here=`pwd`; \ 586 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 587 include_option=--etags-include; \ 588 empty_fix=.; \ 589 else \ 590 include_option=--include; \ 591 empty_fix=; \ 592 fi; \ 593 list='$(SUBDIRS)'; for subdir in $$list; do \ 594 if test "$$subdir" = .; then :; else \ 595 test ! -f $$subdir/TAGS || \ 596 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 597 fi; \ 598 done; \ 599 $(am__define_uniq_tagged_files); \ 600 shift; \ 601 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 602 test -n "$$unique" || unique=$$empty_fix; \ 603 if test $$# -gt 0; then \ 604 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 605 "$$@" $$unique; \ 606 else \ 607 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 608 $$unique; \ 609 fi; \ 610 fi 611ctags: ctags-recursive 612 613CTAGS: ctags 614ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 615 $(am__define_uniq_tagged_files); \ 616 test -z "$(CTAGS_ARGS)$$unique" \ 617 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 618 $$unique 619 620GTAGS: 621 here=`$(am__cd) $(top_builddir) && pwd` \ 622 && $(am__cd) $(top_srcdir) \ 623 && gtags -i $(GTAGS_ARGS) "$$here" 624cscopelist: cscopelist-recursive 625 626cscopelist-am: $(am__tagged_files) 627 list='$(am__tagged_files)'; \ 628 case "$(srcdir)" in \ 629 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 630 *) sdir=$(subdir)/$(srcdir) ;; \ 631 esac; \ 632 for i in $$list; do \ 633 if test -f "$$i"; then \ 634 echo "$(subdir)/$$i"; \ 635 else \ 636 echo "$$sdir/$$i"; \ 637 fi; \ 638 done >> $(top_builddir)/cscope.files 639 640distclean-tags: 641 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 642 643distdir: $(DISTFILES) 644 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 645 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 646 list='$(DISTFILES)'; \ 647 dist_files=`for file in $$list; do echo $$file; done | \ 648 sed -e "s|^$$srcdirstrip/||;t" \ 649 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 650 case $$dist_files in \ 651 */*) $(MKDIR_P) `echo "$$dist_files" | \ 652 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 653 sort -u` ;; \ 654 esac; \ 655 for file in $$dist_files; do \ 656 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 657 if test -d $$d/$$file; then \ 658 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 659 if test -d "$(distdir)/$$file"; then \ 660 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 661 fi; \ 662 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 663 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 664 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 665 fi; \ 666 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 667 else \ 668 test -f "$(distdir)/$$file" \ 669 || cp -p $$d/$$file "$(distdir)/$$file" \ 670 || exit 1; \ 671 fi; \ 672 done 673 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 674 if test "$$subdir" = .; then :; else \ 675 $(am__make_dryrun) \ 676 || test -d "$(distdir)/$$subdir" \ 677 || $(MKDIR_P) "$(distdir)/$$subdir" \ 678 || exit 1; \ 679 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 680 $(am__relativize); \ 681 new_distdir=$$reldir; \ 682 dir1=$$subdir; dir2="$(top_distdir)"; \ 683 $(am__relativize); \ 684 new_top_distdir=$$reldir; \ 685 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 686 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 687 ($(am__cd) $$subdir && \ 688 $(MAKE) $(AM_MAKEFLAGS) \ 689 top_distdir="$$new_top_distdir" \ 690 distdir="$$new_distdir" \ 691 am__remove_distdir=: \ 692 am__skip_length_check=: \ 693 am__skip_mode_fix=: \ 694 distdir) \ 695 || exit 1; \ 696 fi; \ 697 done 698check-am: all-am 699check: check-recursive 700all-am: Makefile $(LTLIBRARIES) 701installdirs: installdirs-recursive 702installdirs-am: 703 for dir in "$(DESTDIR)$(libdir)"; do \ 704 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 705 done 706install: install-recursive 707install-exec: install-exec-recursive 708install-data: install-data-recursive 709uninstall: uninstall-recursive 710 711install-am: all-am 712 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 713 714installcheck: installcheck-recursive 715install-strip: 716 if test -z '$(STRIP)'; then \ 717 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 718 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 719 install; \ 720 else \ 721 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 722 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 723 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 724 fi 725mostlyclean-generic: 726 727clean-generic: 728 729distclean-generic: 730 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 731 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 732 733maintainer-clean-generic: 734 @echo "This command is intended for maintainers to use" 735 @echo "it deletes files that may require special tools to rebuild." 736clean: clean-recursive 737 738clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 739 mostlyclean-am 740 741distclean: distclean-recursive 742 -rm -rf ./$(DEPDIR) 743 -rm -f Makefile 744distclean-am: clean-am distclean-compile distclean-generic \ 745 distclean-tags 746 747dvi: dvi-recursive 748 749dvi-am: 750 751html: html-recursive 752 753html-am: 754 755info: info-recursive 756 757info-am: 758 759install-data-am: 760 761install-dvi: install-dvi-recursive 762 763install-dvi-am: 764 765install-exec-am: install-libLTLIBRARIES 766 767install-html: install-html-recursive 768 769install-html-am: 770 771install-info: install-info-recursive 772 773install-info-am: 774 775install-man: 776 777install-pdf: install-pdf-recursive 778 779install-pdf-am: 780 781install-ps: install-ps-recursive 782 783install-ps-am: 784 785installcheck-am: 786 787maintainer-clean: maintainer-clean-recursive 788 -rm -rf ./$(DEPDIR) 789 -rm -f Makefile 790maintainer-clean-am: distclean-am maintainer-clean-generic 791 792mostlyclean: mostlyclean-recursive 793 794mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 795 mostlyclean-libtool 796 797pdf: pdf-recursive 798 799pdf-am: 800 801ps: ps-recursive 802 803ps-am: 804 805uninstall-am: uninstall-libLTLIBRARIES 806 807.MAKE: $(am__recursive_targets) install-am install-strip 808 809.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 810 check-am clean clean-generic clean-libLTLIBRARIES \ 811 clean-libtool cscopelist-am ctags ctags-am distclean \ 812 distclean-compile distclean-generic distclean-libtool \ 813 distclean-tags distdir dvi dvi-am html html-am info info-am \ 814 install install-am install-data install-data-am install-dvi \ 815 install-dvi-am install-exec install-exec-am install-html \ 816 install-html-am install-info install-info-am \ 817 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 818 install-ps install-ps-am install-strip installcheck \ 819 installcheck-am installdirs installdirs-am maintainer-clean \ 820 maintainer-clean-generic mostlyclean mostlyclean-compile \ 821 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 822 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES 823 824 825# Tell versions [3.59,3.63) of GNU make to not export all variables. 826# Otherwise a system limit (for SysV at least) may be exceeded. 827.NOEXPORT: 828