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