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