Makefile.in revision eceda581
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# 18# fontconfig/conf.d/Makefile.am 19# 20# Copyright © 2005 Keith Packard 21# 22# Permission to use, copy, modify, distribute, and sell this software and its 23# documentation for any purpose is hereby granted without fee, provided that 24# the above copyright notice appear in all copies and that both that 25# copyright notice and this permission notice appear in supporting 26# documentation, and that the name of the author(s) not be used in 27# advertising or publicity pertaining to distribution of the software without 28# specific, written prior permission. The authors make no 29# representations about the suitability of this software for any purpose. It 30# is provided "as is" without express or implied warranty. 31# 32# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 34# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 35# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 36# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 37# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38# PERFORMANCE OF THIS SOFTWARE. 39 40VPATH = @srcdir@ 41am__is_gnu_make = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114subdir = conf.d 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_symbol.m4 \ 117 $(top_srcdir)/m4/ax_cc_for_build.m4 \ 118 $(top_srcdir)/m4/ax_create_stdint_h.m4 \ 119 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gettext.m4 \ 120 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 121 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 122 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 123 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 124 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 125 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ 126 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ 127 $(top_srcdir)/configure.ac 128am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 129 $(ACLOCAL_M4) 130DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 131mkinstalldirs = $(install_sh) -d 132CONFIG_HEADER = $(top_builddir)/config.h 133CONFIG_CLEAN_FILES = 134CONFIG_CLEAN_VPATH_FILES = 135AM_V_P = $(am__v_P_@AM_V@) 136am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 137am__v_P_0 = false 138am__v_P_1 = : 139AM_V_GEN = $(am__v_GEN_@AM_V@) 140am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 141am__v_GEN_0 = @echo " GEN " $@; 142am__v_GEN_1 = 143AM_V_at = $(am__v_at_@AM_V@) 144am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 145am__v_at_0 = @ 146am__v_at_1 = 147SOURCES = 148DIST_SOURCES = 149am__can_run_installinfo = \ 150 case $$AM_UPDATE_INFO_DIR in \ 151 n|no|NO) false;; \ 152 *) (install-info --version) >/dev/null 2>&1;; \ 153 esac 154am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 155am__vpath_adj = case $$p in \ 156 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 157 *) f=$$p;; \ 158 esac; 159am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 160am__install_max = 40 161am__nobase_strip_setup = \ 162 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 163am__nobase_strip = \ 164 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 165am__nobase_list = $(am__nobase_strip_setup); \ 166 for p in $$list; do echo "$$p $$p"; done | \ 167 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 168 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 169 if (++n[$$2] == $(am__install_max)) \ 170 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 171 END { for (dir in files) print dir, files[dir] }' 172am__base_list = \ 173 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 174 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 175am__uninstall_files_from_dir = { \ 176 test -z "$$files" \ 177 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 178 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 179 $(am__cd) "$$dir" && rm -f $$files; }; \ 180 } 181am__installdirs = "$(DESTDIR)$(configdir)" "$(DESTDIR)$(templatedir)" 182DATA = $(config_DATA) $(template_DATA) 183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 184am__DIST_COMMON = $(srcdir)/Makefile.in README 185DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 186ACLOCAL = @ACLOCAL@ 187AMTAR = @AMTAR@ 188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 189AR = @AR@ 190AS = @AS@ 191AUTOCONF = @AUTOCONF@ 192AUTOHEADER = @AUTOHEADER@ 193AUTOMAKE = @AUTOMAKE@ 194AWK = @AWK@ 195BASECONFIGDIR = @BASECONFIGDIR@ 196CC = @CC@ 197CCDEPMODE = @CCDEPMODE@ 198CC_FOR_BUILD = @CC_FOR_BUILD@ 199CFLAGS = @CFLAGS@ 200CONFIGDIR = @CONFIGDIR@ 201CPP = @CPP@ 202CPPFLAGS = @CPPFLAGS@ 203CSCOPE = @CSCOPE@ 204CTAGS = @CTAGS@ 205CYGPATH_W = @CYGPATH_W@ 206DEFS = @DEFS@ 207DEPDIR = @DEPDIR@ 208DLLTOOL = @DLLTOOL@ 209DOCMAN3 = @DOCMAN3@ 210DSYMUTIL = @DSYMUTIL@ 211DUMPBIN = @DUMPBIN@ 212ECHO_C = @ECHO_C@ 213ECHO_N = @ECHO_N@ 214ECHO_T = @ECHO_T@ 215EGREP = @EGREP@ 216ETAGS = @ETAGS@ 217EXEEXT = @EXEEXT@ 218EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 219EXPAT_CFLAGS = @EXPAT_CFLAGS@ 220EXPAT_LIBS = @EXPAT_LIBS@ 221FC_ADD_FONTS = @FC_ADD_FONTS@ 222FC_CACHEDIR = @FC_CACHEDIR@ 223FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@ 224FC_FONTDATE = @FC_FONTDATE@ 225FC_FONTPATH = @FC_FONTPATH@ 226FGREP = @FGREP@ 227FILECMD = @FILECMD@ 228FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 229FREETYPE_LIBS = @FREETYPE_LIBS@ 230GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 231GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 232GIT = @GIT@ 233GMSGFMT = @GMSGFMT@ 234GMSGFMT_015 = @GMSGFMT_015@ 235GPERF = @GPERF@ 236GREP = @GREP@ 237HASDOCBOOK = @HASDOCBOOK@ 238HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@ 239ICONV_CFLAGS = @ICONV_CFLAGS@ 240ICONV_LIBS = @ICONV_LIBS@ 241INSTALL = @INSTALL@ 242INSTALL_DATA = @INSTALL_DATA@ 243INSTALL_PROGRAM = @INSTALL_PROGRAM@ 244INSTALL_SCRIPT = @INSTALL_SCRIPT@ 245INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 246INTLLIBS = @INTLLIBS@ 247INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 248JSONC_CFLAGS = @JSONC_CFLAGS@ 249JSONC_LIBS = @JSONC_LIBS@ 250LD = @LD@ 251LDFLAGS = @LDFLAGS@ 252LIBICONV = @LIBICONV@ 253LIBINTL = @LIBINTL@ 254LIBOBJS = @LIBOBJS@ 255LIBS = @LIBS@ 256LIBTOOL = @LIBTOOL@ 257LIBT_CURRENT = @LIBT_CURRENT@ 258LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@ 259LIBT_REVISION = @LIBT_REVISION@ 260LIBT_VERSION_INFO = @LIBT_VERSION_INFO@ 261LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 262LIBXML2_LIBS = @LIBXML2_LIBS@ 263LIPO = @LIPO@ 264LN_S = @LN_S@ 265LTLIBICONV = @LTLIBICONV@ 266LTLIBINTL = @LTLIBINTL@ 267LTLIBOBJS = @LTLIBOBJS@ 268LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 269MAKEINFO = @MAKEINFO@ 270MANIFEST_TOOL = @MANIFEST_TOOL@ 271MKDIR_P = @MKDIR_P@ 272MSGFMT = @MSGFMT@ 273MSGFMT_015 = @MSGFMT_015@ 274MSGMERGE = @MSGMERGE@ 275NM = @NM@ 276NMEDIT = @NMEDIT@ 277OBJDUMP = @OBJDUMP@ 278OBJEXT = @OBJEXT@ 279OTOOL = @OTOOL@ 280OTOOL64 = @OTOOL64@ 281PACKAGE = @PACKAGE@ 282PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 283PACKAGE_NAME = @PACKAGE_NAME@ 284PACKAGE_STRING = @PACKAGE_STRING@ 285PACKAGE_TARNAME = @PACKAGE_TARNAME@ 286PACKAGE_URL = @PACKAGE_URL@ 287PACKAGE_VERSION = @PACKAGE_VERSION@ 288PATH_SEPARATOR = @PATH_SEPARATOR@ 289PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@ 290PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@ 291PKG_CONFIG = @PKG_CONFIG@ 292PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 293PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 294PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@ 295PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@ 296POSUB = @POSUB@ 297PREFERRED_HINTING = @PREFERRED_HINTING@ 298PTHREAD_CC = @PTHREAD_CC@ 299PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 300PTHREAD_LIBS = @PTHREAD_LIBS@ 301PYTHON = @PYTHON@ 302PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 303PYTHON_PLATFORM = @PYTHON_PLATFORM@ 304PYTHON_PREFIX = @PYTHON_PREFIX@ 305PYTHON_VERSION = @PYTHON_VERSION@ 306RANLIB = @RANLIB@ 307RM = @RM@ 308SED = @SED@ 309SET_MAKE = @SET_MAKE@ 310SHELL = @SHELL@ 311STRIP = @STRIP@ 312TEMPLATEDIR = @TEMPLATEDIR@ 313USE_NLS = @USE_NLS@ 314VERSION = @VERSION@ 315WARN_CFLAGS = @WARN_CFLAGS@ 316XGETTEXT = @XGETTEXT@ 317XGETTEXT_015 = @XGETTEXT_015@ 318XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 319XMLDIR = @XMLDIR@ 320abs_builddir = @abs_builddir@ 321abs_srcdir = @abs_srcdir@ 322abs_top_builddir = @abs_top_builddir@ 323abs_top_srcdir = @abs_top_srcdir@ 324ac_ct_AR = @ac_ct_AR@ 325ac_ct_CC = @ac_ct_CC@ 326ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 327am__include = @am__include@ 328am__leading_dot = @am__leading_dot@ 329am__quote = @am__quote@ 330am__tar = @am__tar@ 331am__untar = @am__untar@ 332ax_pthread_config = @ax_pthread_config@ 333bindir = @bindir@ 334build = @build@ 335build_alias = @build_alias@ 336build_cpu = @build_cpu@ 337build_os = @build_os@ 338build_vendor = @build_vendor@ 339builddir = @builddir@ 340datadir = @datadir@ 341datarootdir = @datarootdir@ 342docdir = @docdir@ 343dvidir = @dvidir@ 344exec_prefix = @exec_prefix@ 345fc_cachedir = @fc_cachedir@ 346host = @host@ 347host_alias = @host_alias@ 348host_cpu = @host_cpu@ 349host_os = @host_os@ 350host_vendor = @host_vendor@ 351htmldir = @htmldir@ 352includedir = @includedir@ 353infodir = @infodir@ 354install_sh = @install_sh@ 355libdir = @libdir@ 356libexecdir = @libexecdir@ 357localedir = @localedir@ 358localstatedir = @localstatedir@ 359mandir = @mandir@ 360mkdir_p = @mkdir_p@ 361ms_librarian = @ms_librarian@ 362oldincludedir = @oldincludedir@ 363pdfdir = @pdfdir@ 364pkgconfigdir = @pkgconfigdir@ 365pkgpyexecdir = @pkgpyexecdir@ 366pkgpythondir = @pkgpythondir@ 367prefix = @prefix@ 368program_transform_name = @program_transform_name@ 369psdir = @psdir@ 370pyexecdir = @pyexecdir@ 371pythondir = @pythondir@ 372runstatedir = @runstatedir@ 373sbindir = @sbindir@ 374sharedstatedir = @sharedstatedir@ 375srcdir = @srcdir@ 376sysconfdir = @sysconfdir@ 377target_alias = @target_alias@ 378top_build_prefix = @top_build_prefix@ 379top_builddir = @top_builddir@ 380top_srcdir = @top_srcdir@ 381NULL = 382BUILT_SOURCES = \ 383 README \ 384 35-lang-normalize.conf \ 385 $(NULL) 386 387DOC_SOURCES = README.in 388DOC_FILES = $(DOC_SOURCES:.in=) 389CONF_LINKS = \ 390 10-hinting-$(PREFERRED_HINTING).conf \ 391 10-scale-bitmap-fonts.conf \ 392 10-yes-antialias.conf \ 393 10-sub-pixel-rgb.conf \ 394 11-lcdfilter-default.conf \ 395 20-unhint-small-vera.conf \ 396 30-metric-aliases.conf \ 397 40-nonlatin.conf \ 398 45-generic.conf \ 399 45-latin.conf \ 400 48-spacing.conf \ 401 49-sansserif.conf \ 402 50-user.conf \ 403 51-local.conf \ 404 60-generic.conf \ 405 60-latin.conf \ 406 65-fonts-persian.conf \ 407 65-nonlatin.conf \ 408 69-unifont.conf \ 409 80-delicious.conf \ 410 90-synthetic.conf 411 412EXTRA_DIST = $(template_DATA) $(DOC_SOURCES) 413CLEANFILES = $(DOC_FILES) 414configdir = $(CONFIGDIR) 415config_DATA = $(DOC_FILES) 416templatedir = $(TEMPLATEDIR) 417template_DATA = \ 418 05-reset-dirs-sample.conf \ 419 09-autohint-if-no-hinting.conf \ 420 10-autohint.conf \ 421 10-hinting-full.conf \ 422 10-hinting-medium.conf \ 423 10-hinting-none.conf \ 424 10-hinting-slight.conf \ 425 10-no-antialias.conf \ 426 10-no-sub-pixel.conf \ 427 10-scale-bitmap-fonts.conf \ 428 10-sub-pixel-bgr.conf \ 429 10-sub-pixel-rgb.conf \ 430 10-sub-pixel-vbgr.conf \ 431 10-sub-pixel-vrgb.conf \ 432 10-unhinted.conf \ 433 10-yes-antialias.conf \ 434 11-lcdfilter-default.conf \ 435 11-lcdfilter-legacy.conf \ 436 11-lcdfilter-light.conf \ 437 20-unhint-small-vera.conf \ 438 25-unhint-nonlatin.conf \ 439 30-metric-aliases.conf \ 440 35-lang-normalize.conf \ 441 40-nonlatin.conf \ 442 45-generic.conf \ 443 45-latin.conf \ 444 48-spacing.conf \ 445 49-sansserif.conf \ 446 50-user.conf \ 447 51-local.conf \ 448 60-generic.conf \ 449 60-latin.conf \ 450 65-fonts-persian.conf \ 451 65-khmer.conf \ 452 65-nonlatin.conf \ 453 69-unifont.conf \ 454 70-no-bitmaps.conf \ 455 70-yes-bitmaps.conf \ 456 80-delicious.conf \ 457 90-synthetic.conf 458 459all: $(BUILT_SOURCES) 460 $(MAKE) $(AM_MAKEFLAGS) all-am 461 462.SUFFIXES: 463$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 464 @for dep in $?; do \ 465 case '$(am__configure_deps)' in \ 466 *$$dep*) \ 467 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 468 && { if test -f $@; then exit 0; else break; fi; }; \ 469 exit 1;; \ 470 esac; \ 471 done; \ 472 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu conf.d/Makefile'; \ 473 $(am__cd) $(top_srcdir) && \ 474 $(AUTOMAKE) --gnu conf.d/Makefile 475Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 476 @case '$?' in \ 477 *config.status*) \ 478 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 479 *) \ 480 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 481 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 482 esac; 483 484$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 485 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 486 487$(top_srcdir)/configure: $(am__configure_deps) 488 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 489$(ACLOCAL_M4): $(am__aclocal_m4_deps) 490 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 491$(am__aclocal_m4_deps): 492 493mostlyclean-libtool: 494 -rm -f *.lo 495 496clean-libtool: 497 -rm -rf .libs _libs 498install-configDATA: $(config_DATA) 499 @$(NORMAL_INSTALL) 500 @list='$(config_DATA)'; test -n "$(configdir)" || list=; \ 501 if test -n "$$list"; then \ 502 echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \ 503 $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \ 504 fi; \ 505 for p in $$list; do \ 506 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 507 echo "$$d$$p"; \ 508 done | $(am__base_list) | \ 509 while read files; do \ 510 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \ 511 $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \ 512 done 513 514uninstall-configDATA: 515 @$(NORMAL_UNINSTALL) 516 @list='$(config_DATA)'; test -n "$(configdir)" || list=; \ 517 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 518 dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir) 519install-templateDATA: $(template_DATA) 520 @$(NORMAL_INSTALL) 521 @list='$(template_DATA)'; test -n "$(templatedir)" || list=; \ 522 if test -n "$$list"; then \ 523 echo " $(MKDIR_P) '$(DESTDIR)$(templatedir)'"; \ 524 $(MKDIR_P) "$(DESTDIR)$(templatedir)" || exit 1; \ 525 fi; \ 526 for p in $$list; do \ 527 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 528 echo "$$d$$p"; \ 529 done | $(am__base_list) | \ 530 while read files; do \ 531 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatedir)'"; \ 532 $(INSTALL_DATA) $$files "$(DESTDIR)$(templatedir)" || exit $$?; \ 533 done 534 535uninstall-templateDATA: 536 @$(NORMAL_UNINSTALL) 537 @list='$(template_DATA)'; test -n "$(templatedir)" || list=; \ 538 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 539 dir='$(DESTDIR)$(templatedir)'; $(am__uninstall_files_from_dir) 540tags TAGS: 541 542ctags CTAGS: 543 544cscope cscopelist: 545 546distdir: $(BUILT_SOURCES) 547 $(MAKE) $(AM_MAKEFLAGS) distdir-am 548 549distdir-am: $(DISTFILES) 550 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 551 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 552 list='$(DISTFILES)'; \ 553 dist_files=`for file in $$list; do echo $$file; done | \ 554 sed -e "s|^$$srcdirstrip/||;t" \ 555 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 556 case $$dist_files in \ 557 */*) $(MKDIR_P) `echo "$$dist_files" | \ 558 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 559 sort -u` ;; \ 560 esac; \ 561 for file in $$dist_files; do \ 562 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 563 if test -d $$d/$$file; then \ 564 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 565 if test -d "$(distdir)/$$file"; then \ 566 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 567 fi; \ 568 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 569 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 571 fi; \ 572 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 573 else \ 574 test -f "$(distdir)/$$file" \ 575 || cp -p $$d/$$file "$(distdir)/$$file" \ 576 || exit 1; \ 577 fi; \ 578 done 579check-am: all-am 580check: $(BUILT_SOURCES) 581 $(MAKE) $(AM_MAKEFLAGS) check-am 582all-am: Makefile $(DATA) 583installdirs: 584 for dir in "$(DESTDIR)$(configdir)" "$(DESTDIR)$(templatedir)"; do \ 585 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 586 done 587install: $(BUILT_SOURCES) 588 $(MAKE) $(AM_MAKEFLAGS) install-am 589install-exec: $(BUILT_SOURCES) 590 $(MAKE) $(AM_MAKEFLAGS) install-exec-am 591install-data: install-data-am 592uninstall: uninstall-am 593 594install-am: all-am 595 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 596 597installcheck: installcheck-am 598install-strip: 599 if test -z '$(STRIP)'; then \ 600 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 601 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 602 install; \ 603 else \ 604 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 605 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 606 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 607 fi 608mostlyclean-generic: 609 610clean-generic: 611 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 612 613distclean-generic: 614 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 615 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 616 617maintainer-clean-generic: 618 @echo "This command is intended for maintainers to use" 619 @echo "it deletes files that may require special tools to rebuild." 620 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 621clean: clean-am 622 623clean-am: clean-generic clean-libtool mostlyclean-am 624 625distclean: distclean-am 626 -rm -f Makefile 627distclean-am: clean-am distclean-generic 628 629dvi: dvi-am 630 631dvi-am: 632 633html: html-am 634 635html-am: 636 637info: info-am 638 639info-am: 640 641install-data-am: install-configDATA install-templateDATA 642 @$(NORMAL_INSTALL) 643 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 644install-dvi: install-dvi-am 645 646install-dvi-am: 647 648install-exec-am: 649 650install-html: install-html-am 651 652install-html-am: 653 654install-info: install-info-am 655 656install-info-am: 657 658install-man: 659 660install-pdf: install-pdf-am 661 662install-pdf-am: 663 664install-ps: install-ps-am 665 666install-ps-am: 667 668installcheck-am: 669 670maintainer-clean: maintainer-clean-am 671 -rm -f Makefile 672maintainer-clean-am: distclean-am maintainer-clean-generic 673 674mostlyclean: mostlyclean-am 675 676mostlyclean-am: mostlyclean-generic mostlyclean-libtool 677 678pdf: pdf-am 679 680pdf-am: 681 682ps: ps-am 683 684ps-am: 685 686uninstall-am: uninstall-configDATA uninstall-local \ 687 uninstall-templateDATA 688 689.MAKE: all check install install-am install-data-am install-exec \ 690 install-strip 691 692.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 693 cscopelist-am ctags-am distclean distclean-generic \ 694 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 695 install install-am install-configDATA install-data \ 696 install-data-am install-data-hook install-dvi install-dvi-am \ 697 install-exec install-exec-am install-html install-html-am \ 698 install-info install-info-am install-man install-pdf \ 699 install-pdf-am install-ps install-ps-am install-strip \ 700 install-templateDATA installcheck installcheck-am installdirs \ 701 maintainer-clean maintainer-clean-generic mostlyclean \ 702 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 703 tags-am uninstall uninstall-am uninstall-configDATA \ 704 uninstall-local uninstall-templateDATA 705 706.PRECIOUS: Makefile 707 708 709README: $(srcdir)/README.in 710 sed "s|\@TEMPLATEDIR\@|$(templatedir)|" $< > $@ 711 71235-lang-normalize.conf: ../fc-lang/Makefile.am 713 cd ../fc-lang && $(MAKE) $(AM_MAKEFLAGS) $(top_builddir)/conf.d/35-lang-normalize.conf 714 715install-data-hook: 716 mkdir -p $(DESTDIR)$(configdir) 717 @(echo cd $(DESTDIR)$(configdir); \ 718 cd $(DESTDIR)$(configdir); \ 719 for i in $(CONF_LINKS); do \ 720 echo $(RM) $$i";" ln -s $(templatedir)/$$i .; \ 721 $(RM) $$i; \ 722 ln -s $(templatedir)/$$i .; \ 723 done) 724uninstall-local: 725 @(echo cd $(DESTDIR)$(configdir); \ 726 cd $(DESTDIR)$(configdir); \ 727 for i in $(CONF_LINKS); do \ 728 echo $(RM) $$i; \ 729 $(RM) $$i; \ 730 done) 731 732-include $(top_srcdir)/git.mk 733 734# Tell versions [3.59,3.63) of GNU make to not export all variables. 735# Otherwise a system limit (for SysV at least) may be exceeded. 736.NOEXPORT: 737