Makefile.in revision c6a6acfb
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# Copyright 2005 Red Hat, Inc. 18# 19# Permission to use, copy, modify, distribute, and sell this software 20# and its documentation for any purpose is hereby granted without 21# fee, provided that the above copyright notice appear in all copies 22# and that both that copyright notice and this permission notice 23# appear in supporting documentation, and that the name of Red Hat 24# not be used in advertising or publicity pertaining to distribution 25# of the software without specific, written prior permission. Red 26# Hat makes no representations about the suitability of this software 27# for any purpose. It is provided "as is" without express or implied 28# warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 32# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 34# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 35# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 36# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37 38 39VPATH = @srcdir@ 40am__is_gnu_make = { \ 41 if test -z '$(MAKELEVEL)'; then \ 42 false; \ 43 elif test -n '$(MAKE_HOST)'; then \ 44 true; \ 45 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 46 true; \ 47 else \ 48 false; \ 49 fi; \ 50} 51am__make_running_with_option = \ 52 case $${target_option-} in \ 53 ?) ;; \ 54 *) echo "am__make_running_with_option: internal error: invalid" \ 55 "target option '$${target_option-}' specified" >&2; \ 56 exit 1;; \ 57 esac; \ 58 has_opt=no; \ 59 sane_makeflags=$$MAKEFLAGS; \ 60 if $(am__is_gnu_make); then \ 61 sane_makeflags=$$MFLAGS; \ 62 else \ 63 case $$MAKEFLAGS in \ 64 *\\[\ \ ]*) \ 65 bs=\\; \ 66 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 67 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 68 esac; \ 69 fi; \ 70 skip_next=no; \ 71 strip_trailopt () \ 72 { \ 73 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 74 }; \ 75 for flg in $$sane_makeflags; do \ 76 test $$skip_next = yes && { skip_next=no; continue; }; \ 77 case $$flg in \ 78 *=*|--*) continue;; \ 79 -*I) strip_trailopt 'I'; skip_next=yes;; \ 80 -*I?*) strip_trailopt 'I';; \ 81 -*O) strip_trailopt 'O'; skip_next=yes;; \ 82 -*O?*) strip_trailopt 'O';; \ 83 -*l) strip_trailopt 'l'; skip_next=yes;; \ 84 -*l?*) strip_trailopt 'l';; \ 85 -[dEDm]) skip_next=yes;; \ 86 -[JT]) skip_next=yes;; \ 87 esac; \ 88 case $$flg in \ 89 *$$target_option*) has_opt=yes; break;; \ 90 esac; \ 91 done; \ 92 test $$has_opt = yes 93am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 94am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 95pkgdatadir = $(datadir)/@PACKAGE@ 96pkgincludedir = $(includedir)/@PACKAGE@ 97pkglibdir = $(libdir)/@PACKAGE@ 98pkglibexecdir = $(libexecdir)/@PACKAGE@ 99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 100install_sh_DATA = $(install_sh) -c -m 644 101install_sh_PROGRAM = $(install_sh) -c 102install_sh_SCRIPT = $(install_sh) -c 103INSTALL_HEADER = $(INSTALL_DATA) 104transform = $(program_transform_name) 105NORMAL_INSTALL = : 106PRE_INSTALL = : 107POST_INSTALL = : 108NORMAL_UNINSTALL = : 109PRE_UNINSTALL = : 110POST_UNINSTALL = : 111build_triplet = @build@ 112host_triplet = @host@ 113bin_PROGRAMS = bdftruncate$(EXEEXT) ucs2any$(EXEEXT) 114subdir = . 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 120 $(am__configure_deps) $(am__DIST_COMMON) 121am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 122 configure.lineno config.status.lineno 123mkinstalldirs = $(install_sh) -d 124CONFIG_HEADER = config.h 125CONFIG_CLEAN_FILES = fontutil.m4 fontutil.pc 126CONFIG_CLEAN_VPATH_FILES = 127am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(aclocaldir)" \ 128 "$(DESTDIR)$(mapfilesdir)" "$(DESTDIR)$(pkgconfigdir)" 129PROGRAMS = $(bin_PROGRAMS) 130am_bdftruncate_OBJECTS = bdftruncate.$(OBJEXT) 131bdftruncate_OBJECTS = $(am_bdftruncate_OBJECTS) 132bdftruncate_LDADD = $(LDADD) 133am_ucs2any_OBJECTS = ucs2any.$(OBJEXT) 134ucs2any_OBJECTS = $(am_ucs2any_OBJECTS) 135ucs2any_LDADD = $(LDADD) 136AM_V_P = $(am__v_P_@AM_V@) 137am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 138am__v_P_0 = false 139am__v_P_1 = : 140AM_V_GEN = $(am__v_GEN_@AM_V@) 141am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 142am__v_GEN_0 = @echo " GEN " $@; 143am__v_GEN_1 = 144AM_V_at = $(am__v_at_@AM_V@) 145am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 146am__v_at_0 = @ 147am__v_at_1 = 148DEFAULT_INCLUDES = -I.@am__isrc@ 149depcomp = $(SHELL) $(top_srcdir)/depcomp 150am__depfiles_maybe = depfiles 151am__mv = mv -f 152COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 153 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 154AM_V_CC = $(am__v_CC_@AM_V@) 155am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 156am__v_CC_0 = @echo " CC " $@; 157am__v_CC_1 = 158CCLD = $(CC) 159LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 160AM_V_CCLD = $(am__v_CCLD_@AM_V@) 161am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 162am__v_CCLD_0 = @echo " CCLD " $@; 163am__v_CCLD_1 = 164SOURCES = $(bdftruncate_SOURCES) $(ucs2any_SOURCES) 165DIST_SOURCES = $(bdftruncate_SOURCES) $(ucs2any_SOURCES) 166RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 167 ctags-recursive dvi-recursive html-recursive info-recursive \ 168 install-data-recursive install-dvi-recursive \ 169 install-exec-recursive install-html-recursive \ 170 install-info-recursive install-pdf-recursive \ 171 install-ps-recursive install-recursive installcheck-recursive \ 172 installdirs-recursive pdf-recursive ps-recursive \ 173 tags-recursive uninstall-recursive 174am__can_run_installinfo = \ 175 case $$AM_UPDATE_INFO_DIR in \ 176 n|no|NO) false;; \ 177 *) (install-info --version) >/dev/null 2>&1;; \ 178 esac 179am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 180am__vpath_adj = case $$p in \ 181 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 182 *) f=$$p;; \ 183 esac; 184am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 185am__install_max = 40 186am__nobase_strip_setup = \ 187 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 188am__nobase_strip = \ 189 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 190am__nobase_list = $(am__nobase_strip_setup); \ 191 for p in $$list; do echo "$$p $$p"; done | \ 192 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 193 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 194 if (++n[$$2] == $(am__install_max)) \ 195 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 196 END { for (dir in files) print dir, files[dir] }' 197am__base_list = \ 198 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 199 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 200am__uninstall_files_from_dir = { \ 201 test -z "$$files" \ 202 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 203 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 204 $(am__cd) "$$dir" && rm -f $$files; }; \ 205 } 206DATA = $(aclocal_DATA) $(mapfiles_DATA) $(pkgconfig_DATA) 207RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 208 distclean-recursive maintainer-clean-recursive 209am__recursive_targets = \ 210 $(RECURSIVE_TARGETS) \ 211 $(RECURSIVE_CLEAN_TARGETS) \ 212 $(am__extra_recursive_targets) 213AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 214 cscope distdir dist dist-all distcheck 215am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 216 $(LISP)config.h.in 217# Read a list of newline-separated strings from the standard input, 218# and print each of them once, without duplicates. Input order is 219# *not* preserved. 220am__uniquify_input = $(AWK) '\ 221 BEGIN { nonempty = 0; } \ 222 { items[$$0] = 1; nonempty = 1; } \ 223 END { if (nonempty) { for (i in items) print i; }; } \ 224' 225# Make sure the list of sources is unique. This is necessary because, 226# e.g., the same source file might be shared among _SOURCES variables 227# for different programs/libraries. 228am__define_uniq_tagged_files = \ 229 list='$(am__tagged_files)'; \ 230 unique=`for i in $$list; do \ 231 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 232 done | $(am__uniquify_input)` 233ETAGS = etags 234CTAGS = ctags 235CSCOPE = cscope 236DIST_SUBDIRS = $(SUBDIRS) 237am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 238 $(srcdir)/fontutil.m4.in $(srcdir)/fontutil.pc.in COPYING \ 239 ChangeLog INSTALL README compile config.guess config.sub \ 240 depcomp install-sh missing 241DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 242distdir = $(PACKAGE)-$(VERSION) 243top_distdir = $(distdir) 244am__remove_distdir = \ 245 if test -d "$(distdir)"; then \ 246 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 247 && rm -rf "$(distdir)" \ 248 || { sleep 5 && rm -rf "$(distdir)"; }; \ 249 else :; fi 250am__post_remove_distdir = $(am__remove_distdir) 251am__relativize = \ 252 dir0=`pwd`; \ 253 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 254 sed_rest='s,^[^/]*/*,,'; \ 255 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 256 sed_butlast='s,/*[^/]*$$,,'; \ 257 while test -n "$$dir1"; do \ 258 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 259 if test "$$first" != "."; then \ 260 if test "$$first" = ".."; then \ 261 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 262 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 263 else \ 264 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 265 if test "$$first2" = "$$first"; then \ 266 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 267 else \ 268 dir2="../$$dir2"; \ 269 fi; \ 270 dir0="$$dir0"/"$$first"; \ 271 fi; \ 272 fi; \ 273 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 274 done; \ 275 reldir="$$dir2" 276DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 277GZIP_ENV = --best 278DIST_TARGETS = dist-bzip2 dist-gzip 279distuninstallcheck_listfiles = find . -type f -print 280am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 281 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 282distcleancheck_listfiles = find . -type f -print 283ACLOCAL = @ACLOCAL@ 284ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 285ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 286AMTAR = @AMTAR@ 287AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 288APP_MAN_DIR = @APP_MAN_DIR@ 289APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 290AUTOCONF = @AUTOCONF@ 291AUTOHEADER = @AUTOHEADER@ 292AUTOMAKE = @AUTOMAKE@ 293AWK = @AWK@ 294BASE_CFLAGS = @BASE_CFLAGS@ 295CC = @CC@ 296CCDEPMODE = @CCDEPMODE@ 297CFLAGS = @CFLAGS@ 298CHANGELOG_CMD = @CHANGELOG_CMD@ 299CPP = @CPP@ 300CPPFLAGS = @CPPFLAGS@ 301CWARNFLAGS = @CWARNFLAGS@ 302CYGPATH_W = @CYGPATH_W@ 303DEFS = @DEFS@ 304DEPDIR = @DEPDIR@ 305DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 306DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 307ECHO_C = @ECHO_C@ 308ECHO_N = @ECHO_N@ 309ECHO_T = @ECHO_T@ 310EGREP = @EGREP@ 311EXEEXT = @EXEEXT@ 312FILE_MAN_DIR = @FILE_MAN_DIR@ 313FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 314GREP = @GREP@ 315INSTALL = @INSTALL@ 316INSTALL_CMD = @INSTALL_CMD@ 317INSTALL_DATA = @INSTALL_DATA@ 318INSTALL_PROGRAM = @INSTALL_PROGRAM@ 319INSTALL_SCRIPT = @INSTALL_SCRIPT@ 320INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 321LDFLAGS = @LDFLAGS@ 322LIBOBJS = @LIBOBJS@ 323LIBS = @LIBS@ 324LIB_MAN_DIR = @LIB_MAN_DIR@ 325LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 326LTLIBOBJS = @LTLIBOBJS@ 327MAKEINFO = @MAKEINFO@ 328MAN_SUBSTS = @MAN_SUBSTS@ 329MAPDIR = @MAPDIR@ 330MISC_MAN_DIR = @MISC_MAN_DIR@ 331MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 332MKDIR_P = @MKDIR_P@ 333OBJEXT = @OBJEXT@ 334PACKAGE = @PACKAGE@ 335PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 336PACKAGE_NAME = @PACKAGE_NAME@ 337PACKAGE_STRING = @PACKAGE_STRING@ 338PACKAGE_TARNAME = @PACKAGE_TARNAME@ 339PACKAGE_URL = @PACKAGE_URL@ 340PACKAGE_VERSION = @PACKAGE_VERSION@ 341PATH_SEPARATOR = @PATH_SEPARATOR@ 342PKG_CONFIG = @PKG_CONFIG@ 343SED = @SED@ 344SET_MAKE = @SET_MAKE@ 345SHELL = @SHELL@ 346STRICT_CFLAGS = @STRICT_CFLAGS@ 347STRIP = @STRIP@ 348VERSION = @VERSION@ 349XORG_MAN_PAGE = @XORG_MAN_PAGE@ 350abs_builddir = @abs_builddir@ 351abs_srcdir = @abs_srcdir@ 352abs_top_builddir = @abs_top_builddir@ 353abs_top_srcdir = @abs_top_srcdir@ 354ac_ct_CC = @ac_ct_CC@ 355am__include = @am__include@ 356am__leading_dot = @am__leading_dot@ 357am__quote = @am__quote@ 358am__tar = @am__tar@ 359am__untar = @am__untar@ 360bindir = @bindir@ 361build = @build@ 362build_alias = @build_alias@ 363build_cpu = @build_cpu@ 364build_os = @build_os@ 365build_vendor = @build_vendor@ 366builddir = @builddir@ 367datadir = @datadir@ 368datarootdir = @datarootdir@ 369docdir = @docdir@ 370dvidir = @dvidir@ 371exec_prefix = @exec_prefix@ 372fontrootdir = @fontrootdir@ 373host = @host@ 374host_alias = @host_alias@ 375host_cpu = @host_cpu@ 376host_os = @host_os@ 377host_vendor = @host_vendor@ 378htmldir = @htmldir@ 379includedir = @includedir@ 380infodir = @infodir@ 381install_sh = @install_sh@ 382libdir = @libdir@ 383libexecdir = @libexecdir@ 384localedir = @localedir@ 385localstatedir = @localstatedir@ 386mandir = @mandir@ 387mkdir_p = @mkdir_p@ 388oldincludedir = @oldincludedir@ 389pdfdir = @pdfdir@ 390prefix = @prefix@ 391program_transform_name = @program_transform_name@ 392psdir = @psdir@ 393sbindir = @sbindir@ 394sharedstatedir = @sharedstatedir@ 395srcdir = @srcdir@ 396sysconfdir = @sysconfdir@ 397target_alias = @target_alias@ 398top_build_prefix = @top_build_prefix@ 399top_builddir = @top_builddir@ 400top_srcdir = @top_srcdir@ 401SUBDIRS = man 402AM_CFLAGS = $(CWARNFLAGS) 403ucs2any_SOURCES = ucs2any.c 404bdftruncate_SOURCES = bdftruncate.c 405aclocaldir = $(datadir)/aclocal 406aclocal_DATA = fontutil.m4 407mapfilesdir = @MAPDIR@ 408mapfiles_DATA = \ 409 map-ISO8859-1 \ 410 map-ISO8859-2 \ 411 map-ISO8859-3 \ 412 map-ISO8859-4 \ 413 map-ISO8859-5 \ 414 map-ISO8859-6 \ 415 map-ISO8859-7 \ 416 map-ISO8859-8 \ 417 map-ISO8859-9 \ 418 map-ISO8859-10 \ 419 map-ISO8859-11 \ 420 map-ISO8859-13 \ 421 map-ISO8859-14 \ 422 map-ISO8859-15 \ 423 map-ISO8859-16 \ 424 map-JISX0201.1976-0 \ 425 map-KOI8-R 426 427pkgconfigdir = $(libdir)/pkgconfig 428pkgconfig_DATA = fontutil.pc 429CLEANFILES = bdftruncate 430EXTRA_DIST = $(mapfiles_DATA) 431MAINTAINERCLEANFILES = ChangeLog INSTALL 432all: config.h 433 $(MAKE) $(AM_MAKEFLAGS) all-recursive 434 435.SUFFIXES: 436.SUFFIXES: .c .o .obj 437am--refresh: Makefile 438 @: 439$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 440 @for dep in $?; do \ 441 case '$(am__configure_deps)' in \ 442 *$$dep*) \ 443 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 444 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 445 && exit 0; \ 446 exit 1;; \ 447 esac; \ 448 done; \ 449 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 450 $(am__cd) $(top_srcdir) && \ 451 $(AUTOMAKE) --foreign Makefile 452Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 453 @case '$?' in \ 454 *config.status*) \ 455 echo ' $(SHELL) ./config.status'; \ 456 $(SHELL) ./config.status;; \ 457 *) \ 458 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 459 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 460 esac; 461 462$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 463 $(SHELL) ./config.status --recheck 464 465$(top_srcdir)/configure: $(am__configure_deps) 466 $(am__cd) $(srcdir) && $(AUTOCONF) 467$(ACLOCAL_M4): $(am__aclocal_m4_deps) 468 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 469$(am__aclocal_m4_deps): 470 471config.h: stamp-h1 472 @test -f $@ || rm -f stamp-h1 473 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 474 475stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 476 @rm -f stamp-h1 477 cd $(top_builddir) && $(SHELL) ./config.status config.h 478$(srcdir)/config.h.in: $(am__configure_deps) 479 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 480 rm -f stamp-h1 481 touch $@ 482 483distclean-hdr: 484 -rm -f config.h stamp-h1 485fontutil.m4: $(top_builddir)/config.status $(srcdir)/fontutil.m4.in 486 cd $(top_builddir) && $(SHELL) ./config.status $@ 487fontutil.pc: $(top_builddir)/config.status $(srcdir)/fontutil.pc.in 488 cd $(top_builddir) && $(SHELL) ./config.status $@ 489install-binPROGRAMS: $(bin_PROGRAMS) 490 @$(NORMAL_INSTALL) 491 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 492 if test -n "$$list"; then \ 493 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 494 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 495 fi; \ 496 for p in $$list; do echo "$$p $$p"; done | \ 497 sed 's/$(EXEEXT)$$//' | \ 498 while read p p1; do if test -f $$p \ 499 ; then echo "$$p"; echo "$$p"; else :; fi; \ 500 done | \ 501 sed -e 'p;s,.*/,,;n;h' \ 502 -e 's|.*|.|' \ 503 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 504 sed 'N;N;N;s,\n, ,g' | \ 505 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 506 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 507 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 508 else { print "f", $$3 "/" $$4, $$1; } } \ 509 END { for (d in files) print "f", d, files[d] }' | \ 510 while read type dir files; do \ 511 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 512 test -z "$$files" || { \ 513 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 514 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 515 } \ 516 ; done 517 518uninstall-binPROGRAMS: 519 @$(NORMAL_UNINSTALL) 520 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 521 files=`for p in $$list; do echo "$$p"; done | \ 522 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 523 -e 's/$$/$(EXEEXT)/' \ 524 `; \ 525 test -n "$$list" || exit 0; \ 526 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 527 cd "$(DESTDIR)$(bindir)" && rm -f $$files 528 529clean-binPROGRAMS: 530 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 531 532bdftruncate$(EXEEXT): $(bdftruncate_OBJECTS) $(bdftruncate_DEPENDENCIES) $(EXTRA_bdftruncate_DEPENDENCIES) 533 @rm -f bdftruncate$(EXEEXT) 534 $(AM_V_CCLD)$(LINK) $(bdftruncate_OBJECTS) $(bdftruncate_LDADD) $(LIBS) 535 536ucs2any$(EXEEXT): $(ucs2any_OBJECTS) $(ucs2any_DEPENDENCIES) $(EXTRA_ucs2any_DEPENDENCIES) 537 @rm -f ucs2any$(EXEEXT) 538 $(AM_V_CCLD)$(LINK) $(ucs2any_OBJECTS) $(ucs2any_LDADD) $(LIBS) 539 540mostlyclean-compile: 541 -rm -f *.$(OBJEXT) 542 543distclean-compile: 544 -rm -f *.tab.c 545 546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bdftruncate.Po@am__quote@ 547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucs2any.Po@am__quote@ 548 549.c.o: 550@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 551@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 552@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 553@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 554@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 555 556.c.obj: 557@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 558@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 559@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 560@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 561@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 562install-aclocalDATA: $(aclocal_DATA) 563 @$(NORMAL_INSTALL) 564 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 565 if test -n "$$list"; then \ 566 echo " $(MKDIR_P) '$(DESTDIR)$(aclocaldir)'"; \ 567 $(MKDIR_P) "$(DESTDIR)$(aclocaldir)" || exit 1; \ 568 fi; \ 569 for p in $$list; do \ 570 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 571 echo "$$d$$p"; \ 572 done | $(am__base_list) | \ 573 while read files; do \ 574 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocaldir)'"; \ 575 $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocaldir)" || exit $$?; \ 576 done 577 578uninstall-aclocalDATA: 579 @$(NORMAL_UNINSTALL) 580 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 581 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 582 dir='$(DESTDIR)$(aclocaldir)'; $(am__uninstall_files_from_dir) 583install-mapfilesDATA: $(mapfiles_DATA) 584 @$(NORMAL_INSTALL) 585 @list='$(mapfiles_DATA)'; test -n "$(mapfilesdir)" || list=; \ 586 if test -n "$$list"; then \ 587 echo " $(MKDIR_P) '$(DESTDIR)$(mapfilesdir)'"; \ 588 $(MKDIR_P) "$(DESTDIR)$(mapfilesdir)" || exit 1; \ 589 fi; \ 590 for p in $$list; do \ 591 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 592 echo "$$d$$p"; \ 593 done | $(am__base_list) | \ 594 while read files; do \ 595 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mapfilesdir)'"; \ 596 $(INSTALL_DATA) $$files "$(DESTDIR)$(mapfilesdir)" || exit $$?; \ 597 done 598 599uninstall-mapfilesDATA: 600 @$(NORMAL_UNINSTALL) 601 @list='$(mapfiles_DATA)'; test -n "$(mapfilesdir)" || list=; \ 602 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 603 dir='$(DESTDIR)$(mapfilesdir)'; $(am__uninstall_files_from_dir) 604install-pkgconfigDATA: $(pkgconfig_DATA) 605 @$(NORMAL_INSTALL) 606 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 607 if test -n "$$list"; then \ 608 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 609 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 610 fi; \ 611 for p in $$list; do \ 612 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 613 echo "$$d$$p"; \ 614 done | $(am__base_list) | \ 615 while read files; do \ 616 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 617 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 618 done 619 620uninstall-pkgconfigDATA: 621 @$(NORMAL_UNINSTALL) 622 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 623 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 624 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 625 626# This directory's subdirectories are mostly independent; you can cd 627# into them and run 'make' without going through this Makefile. 628# To change the values of 'make' variables: instead of editing Makefiles, 629# (1) if the variable is set in 'config.status', edit 'config.status' 630# (which will cause the Makefiles to be regenerated when you run 'make'); 631# (2) otherwise, pass the desired values on the 'make' command line. 632$(am__recursive_targets): 633 @fail=; \ 634 if $(am__make_keepgoing); then \ 635 failcom='fail=yes'; \ 636 else \ 637 failcom='exit 1'; \ 638 fi; \ 639 dot_seen=no; \ 640 target=`echo $@ | sed s/-recursive//`; \ 641 case "$@" in \ 642 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 643 *) list='$(SUBDIRS)' ;; \ 644 esac; \ 645 for subdir in $$list; do \ 646 echo "Making $$target in $$subdir"; \ 647 if test "$$subdir" = "."; then \ 648 dot_seen=yes; \ 649 local_target="$$target-am"; \ 650 else \ 651 local_target="$$target"; \ 652 fi; \ 653 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 654 || eval $$failcom; \ 655 done; \ 656 if test "$$dot_seen" = "no"; then \ 657 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 658 fi; test -z "$$fail" 659 660ID: $(am__tagged_files) 661 $(am__define_uniq_tagged_files); mkid -fID $$unique 662tags: tags-recursive 663TAGS: tags 664 665tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 666 set x; \ 667 here=`pwd`; \ 668 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 669 include_option=--etags-include; \ 670 empty_fix=.; \ 671 else \ 672 include_option=--include; \ 673 empty_fix=; \ 674 fi; \ 675 list='$(SUBDIRS)'; for subdir in $$list; do \ 676 if test "$$subdir" = .; then :; else \ 677 test ! -f $$subdir/TAGS || \ 678 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 679 fi; \ 680 done; \ 681 $(am__define_uniq_tagged_files); \ 682 shift; \ 683 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 684 test -n "$$unique" || unique=$$empty_fix; \ 685 if test $$# -gt 0; then \ 686 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 687 "$$@" $$unique; \ 688 else \ 689 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 690 $$unique; \ 691 fi; \ 692 fi 693ctags: ctags-recursive 694 695CTAGS: ctags 696ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 697 $(am__define_uniq_tagged_files); \ 698 test -z "$(CTAGS_ARGS)$$unique" \ 699 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 700 $$unique 701 702GTAGS: 703 here=`$(am__cd) $(top_builddir) && pwd` \ 704 && $(am__cd) $(top_srcdir) \ 705 && gtags -i $(GTAGS_ARGS) "$$here" 706cscope: cscope.files 707 test ! -s cscope.files \ 708 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 709clean-cscope: 710 -rm -f cscope.files 711cscope.files: clean-cscope cscopelist 712cscopelist: cscopelist-recursive 713 714cscopelist-am: $(am__tagged_files) 715 list='$(am__tagged_files)'; \ 716 case "$(srcdir)" in \ 717 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 718 *) sdir=$(subdir)/$(srcdir) ;; \ 719 esac; \ 720 for i in $$list; do \ 721 if test -f "$$i"; then \ 722 echo "$(subdir)/$$i"; \ 723 else \ 724 echo "$$sdir/$$i"; \ 725 fi; \ 726 done >> $(top_builddir)/cscope.files 727 728distclean-tags: 729 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 730 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 731 732distdir: $(DISTFILES) 733 $(am__remove_distdir) 734 test -d "$(distdir)" || mkdir "$(distdir)" 735 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 736 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 737 list='$(DISTFILES)'; \ 738 dist_files=`for file in $$list; do echo $$file; done | \ 739 sed -e "s|^$$srcdirstrip/||;t" \ 740 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 741 case $$dist_files in \ 742 */*) $(MKDIR_P) `echo "$$dist_files" | \ 743 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 744 sort -u` ;; \ 745 esac; \ 746 for file in $$dist_files; do \ 747 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 748 if test -d $$d/$$file; then \ 749 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 750 if test -d "$(distdir)/$$file"; then \ 751 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 752 fi; \ 753 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 754 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 755 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 756 fi; \ 757 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 758 else \ 759 test -f "$(distdir)/$$file" \ 760 || cp -p $$d/$$file "$(distdir)/$$file" \ 761 || exit 1; \ 762 fi; \ 763 done 764 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 765 if test "$$subdir" = .; then :; else \ 766 $(am__make_dryrun) \ 767 || test -d "$(distdir)/$$subdir" \ 768 || $(MKDIR_P) "$(distdir)/$$subdir" \ 769 || exit 1; \ 770 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 771 $(am__relativize); \ 772 new_distdir=$$reldir; \ 773 dir1=$$subdir; dir2="$(top_distdir)"; \ 774 $(am__relativize); \ 775 new_top_distdir=$$reldir; \ 776 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 777 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 778 ($(am__cd) $$subdir && \ 779 $(MAKE) $(AM_MAKEFLAGS) \ 780 top_distdir="$$new_top_distdir" \ 781 distdir="$$new_distdir" \ 782 am__remove_distdir=: \ 783 am__skip_length_check=: \ 784 am__skip_mode_fix=: \ 785 distdir) \ 786 || exit 1; \ 787 fi; \ 788 done 789 $(MAKE) $(AM_MAKEFLAGS) \ 790 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 791 dist-hook 792 -test -n "$(am__skip_mode_fix)" \ 793 || find "$(distdir)" -type d ! -perm -755 \ 794 -exec chmod u+rwx,go+rx {} \; -o \ 795 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 796 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 797 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 798 || chmod -R a+r "$(distdir)" 799dist-gzip: distdir 800 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 801 $(am__post_remove_distdir) 802dist-bzip2: distdir 803 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 804 $(am__post_remove_distdir) 805 806dist-lzip: distdir 807 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 808 $(am__post_remove_distdir) 809 810dist-xz: distdir 811 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 812 $(am__post_remove_distdir) 813 814dist-tarZ: distdir 815 @echo WARNING: "Support for distribution archives compressed with" \ 816 "legacy program 'compress' is deprecated." >&2 817 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 818 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 819 $(am__post_remove_distdir) 820 821dist-shar: distdir 822 @echo WARNING: "Support for shar distribution archives is" \ 823 "deprecated." >&2 824 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 825 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 826 $(am__post_remove_distdir) 827 828dist-zip: distdir 829 -rm -f $(distdir).zip 830 zip -rq $(distdir).zip $(distdir) 831 $(am__post_remove_distdir) 832 833dist dist-all: 834 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 835 $(am__post_remove_distdir) 836 837# This target untars the dist file and tries a VPATH configuration. Then 838# it guarantees that the distribution is self-contained by making another 839# tarfile. 840distcheck: dist 841 case '$(DIST_ARCHIVES)' in \ 842 *.tar.gz*) \ 843 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 844 *.tar.bz2*) \ 845 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 846 *.tar.lz*) \ 847 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 848 *.tar.xz*) \ 849 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 850 *.tar.Z*) \ 851 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 852 *.shar.gz*) \ 853 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 854 *.zip*) \ 855 unzip $(distdir).zip ;;\ 856 esac 857 chmod -R a-w $(distdir) 858 chmod u+w $(distdir) 859 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 860 chmod a-w $(distdir) 861 test -d $(distdir)/_build || exit 0; \ 862 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 863 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 864 && am__cwd=`pwd` \ 865 && $(am__cd) $(distdir)/_build/sub \ 866 && ../../configure \ 867 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 868 $(DISTCHECK_CONFIGURE_FLAGS) \ 869 --srcdir=../.. --prefix="$$dc_install_base" \ 870 && $(MAKE) $(AM_MAKEFLAGS) \ 871 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 872 && $(MAKE) $(AM_MAKEFLAGS) check \ 873 && $(MAKE) $(AM_MAKEFLAGS) install \ 874 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 875 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 876 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 877 distuninstallcheck \ 878 && chmod -R a-w "$$dc_install_base" \ 879 && ({ \ 880 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 881 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 882 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 883 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 884 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 885 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 886 && rm -rf "$$dc_destdir" \ 887 && $(MAKE) $(AM_MAKEFLAGS) dist \ 888 && rm -rf $(DIST_ARCHIVES) \ 889 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 890 && cd "$$am__cwd" \ 891 || exit 1 892 $(am__post_remove_distdir) 893 @(echo "$(distdir) archives ready for distribution: "; \ 894 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 895 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 896distuninstallcheck: 897 @test -n '$(distuninstallcheck_dir)' || { \ 898 echo 'ERROR: trying to run $@ with an empty' \ 899 '$$(distuninstallcheck_dir)' >&2; \ 900 exit 1; \ 901 }; \ 902 $(am__cd) '$(distuninstallcheck_dir)' || { \ 903 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 904 exit 1; \ 905 }; \ 906 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 907 || { echo "ERROR: files left after uninstall:" ; \ 908 if test -n "$(DESTDIR)"; then \ 909 echo " (check DESTDIR support)"; \ 910 fi ; \ 911 $(distuninstallcheck_listfiles) ; \ 912 exit 1; } >&2 913distcleancheck: distclean 914 @if test '$(srcdir)' = . ; then \ 915 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 916 exit 1 ; \ 917 fi 918 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 919 || { echo "ERROR: files left in build directory after distclean:" ; \ 920 $(distcleancheck_listfiles) ; \ 921 exit 1; } >&2 922check-am: all-am 923check: check-recursive 924all-am: Makefile $(PROGRAMS) $(DATA) config.h 925installdirs: installdirs-recursive 926installdirs-am: 927 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(mapfilesdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 928 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 929 done 930install: install-recursive 931install-exec: install-exec-recursive 932install-data: install-data-recursive 933uninstall: uninstall-recursive 934 935install-am: all-am 936 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 937 938installcheck: installcheck-recursive 939install-strip: 940 if test -z '$(STRIP)'; then \ 941 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 942 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 943 install; \ 944 else \ 945 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 946 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 947 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 948 fi 949mostlyclean-generic: 950 951clean-generic: 952 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 953 954distclean-generic: 955 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 956 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 957 958maintainer-clean-generic: 959 @echo "This command is intended for maintainers to use" 960 @echo "it deletes files that may require special tools to rebuild." 961 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 962clean: clean-recursive 963 964clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 965 966distclean: distclean-recursive 967 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 968 -rm -rf ./$(DEPDIR) 969 -rm -f Makefile 970distclean-am: clean-am distclean-compile distclean-generic \ 971 distclean-hdr distclean-tags 972 973dvi: dvi-recursive 974 975dvi-am: 976 977html: html-recursive 978 979html-am: 980 981info: info-recursive 982 983info-am: 984 985install-data-am: install-aclocalDATA install-mapfilesDATA \ 986 install-pkgconfigDATA 987 988install-dvi: install-dvi-recursive 989 990install-dvi-am: 991 992install-exec-am: install-binPROGRAMS 993 994install-html: install-html-recursive 995 996install-html-am: 997 998install-info: install-info-recursive 999 1000install-info-am: 1001 1002install-man: 1003 1004install-pdf: install-pdf-recursive 1005 1006install-pdf-am: 1007 1008install-ps: install-ps-recursive 1009 1010install-ps-am: 1011 1012installcheck-am: 1013 1014maintainer-clean: maintainer-clean-recursive 1015 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1016 -rm -rf $(top_srcdir)/autom4te.cache 1017 -rm -rf ./$(DEPDIR) 1018 -rm -f Makefile 1019maintainer-clean-am: distclean-am maintainer-clean-generic 1020 1021mostlyclean: mostlyclean-recursive 1022 1023mostlyclean-am: mostlyclean-compile mostlyclean-generic 1024 1025pdf: pdf-recursive 1026 1027pdf-am: 1028 1029ps: ps-recursive 1030 1031ps-am: 1032 1033uninstall-am: uninstall-aclocalDATA uninstall-binPROGRAMS \ 1034 uninstall-mapfilesDATA uninstall-pkgconfigDATA 1035 1036.MAKE: $(am__recursive_targets) all install-am install-strip 1037 1038.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1039 am--refresh check check-am clean clean-binPROGRAMS \ 1040 clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \ 1041 dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \ 1042 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ 1043 distclean-compile distclean-generic distclean-hdr \ 1044 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 1045 dvi-am html html-am info info-am install install-aclocalDATA \ 1046 install-am install-binPROGRAMS install-data install-data-am \ 1047 install-dvi install-dvi-am install-exec install-exec-am \ 1048 install-html install-html-am install-info install-info-am \ 1049 install-man install-mapfilesDATA install-pdf install-pdf-am \ 1050 install-pkgconfigDATA install-ps install-ps-am install-strip \ 1051 installcheck installcheck-am installdirs installdirs-am \ 1052 maintainer-clean maintainer-clean-generic mostlyclean \ 1053 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 1054 tags tags-am uninstall uninstall-aclocalDATA uninstall-am \ 1055 uninstall-binPROGRAMS uninstall-mapfilesDATA \ 1056 uninstall-pkgconfigDATA 1057 1058.PRECIOUS: Makefile 1059 1060 1061.PHONY: ChangeLog INSTALL 1062 1063INSTALL: 1064 $(INSTALL_CMD) 1065 1066ChangeLog: 1067 $(CHANGELOG_CMD) 1068 1069dist-hook: ChangeLog INSTALL 1070 1071# Tell versions [3.59,3.63) of GNU make to not export all variables. 1072# Otherwise a system limit (for SysV at least) may be exceeded. 1073.NOEXPORT: 1074