Makefile.in revision 38c51623
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 compile config.guess config.sub depcomp \ 240 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@ 343PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 344PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 345SED = @SED@ 346SET_MAKE = @SET_MAKE@ 347SHELL = @SHELL@ 348STRICT_CFLAGS = @STRICT_CFLAGS@ 349STRIP = @STRIP@ 350VERSION = @VERSION@ 351XORG_MAN_PAGE = @XORG_MAN_PAGE@ 352abs_builddir = @abs_builddir@ 353abs_srcdir = @abs_srcdir@ 354abs_top_builddir = @abs_top_builddir@ 355abs_top_srcdir = @abs_top_srcdir@ 356ac_ct_CC = @ac_ct_CC@ 357am__include = @am__include@ 358am__leading_dot = @am__leading_dot@ 359am__quote = @am__quote@ 360am__tar = @am__tar@ 361am__untar = @am__untar@ 362bindir = @bindir@ 363build = @build@ 364build_alias = @build_alias@ 365build_cpu = @build_cpu@ 366build_os = @build_os@ 367build_vendor = @build_vendor@ 368builddir = @builddir@ 369datadir = @datadir@ 370datarootdir = @datarootdir@ 371docdir = @docdir@ 372dvidir = @dvidir@ 373exec_prefix = @exec_prefix@ 374fontrootdir = @fontrootdir@ 375host = @host@ 376host_alias = @host_alias@ 377host_cpu = @host_cpu@ 378host_os = @host_os@ 379host_vendor = @host_vendor@ 380htmldir = @htmldir@ 381includedir = @includedir@ 382infodir = @infodir@ 383install_sh = @install_sh@ 384libdir = @libdir@ 385libexecdir = @libexecdir@ 386localedir = @localedir@ 387localstatedir = @localstatedir@ 388mandir = @mandir@ 389mkdir_p = @mkdir_p@ 390oldincludedir = @oldincludedir@ 391pdfdir = @pdfdir@ 392prefix = @prefix@ 393program_transform_name = @program_transform_name@ 394psdir = @psdir@ 395sbindir = @sbindir@ 396sharedstatedir = @sharedstatedir@ 397srcdir = @srcdir@ 398sysconfdir = @sysconfdir@ 399target_alias = @target_alias@ 400top_build_prefix = @top_build_prefix@ 401top_builddir = @top_builddir@ 402top_srcdir = @top_srcdir@ 403SUBDIRS = man 404AM_CFLAGS = $(CWARNFLAGS) 405ucs2any_SOURCES = ucs2any.c 406bdftruncate_SOURCES = bdftruncate.c 407aclocaldir = $(datadir)/aclocal 408aclocal_DATA = fontutil.m4 409mapfilesdir = @MAPDIR@ 410mapfiles_DATA = \ 411 map-ISO8859-1 \ 412 map-ISO8859-2 \ 413 map-ISO8859-3 \ 414 map-ISO8859-4 \ 415 map-ISO8859-5 \ 416 map-ISO8859-6 \ 417 map-ISO8859-7 \ 418 map-ISO8859-8 \ 419 map-ISO8859-9 \ 420 map-ISO8859-10 \ 421 map-ISO8859-11 \ 422 map-ISO8859-13 \ 423 map-ISO8859-14 \ 424 map-ISO8859-15 \ 425 map-ISO8859-16 \ 426 map-JISX0201.1976-0 \ 427 map-KOI8-R 428 429pkgconfigdir = $(libdir)/pkgconfig 430pkgconfig_DATA = fontutil.pc 431CLEANFILES = bdftruncate 432EXTRA_DIST = $(mapfiles_DATA) README.md 433MAINTAINERCLEANFILES = ChangeLog INSTALL 434all: config.h 435 $(MAKE) $(AM_MAKEFLAGS) all-recursive 436 437.SUFFIXES: 438.SUFFIXES: .c .o .obj 439am--refresh: Makefile 440 @: 441$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 442 @for dep in $?; do \ 443 case '$(am__configure_deps)' in \ 444 *$$dep*) \ 445 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 446 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 447 && exit 0; \ 448 exit 1;; \ 449 esac; \ 450 done; \ 451 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 452 $(am__cd) $(top_srcdir) && \ 453 $(AUTOMAKE) --foreign Makefile 454Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 455 @case '$?' in \ 456 *config.status*) \ 457 echo ' $(SHELL) ./config.status'; \ 458 $(SHELL) ./config.status;; \ 459 *) \ 460 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 461 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 462 esac; 463 464$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 465 $(SHELL) ./config.status --recheck 466 467$(top_srcdir)/configure: $(am__configure_deps) 468 $(am__cd) $(srcdir) && $(AUTOCONF) 469$(ACLOCAL_M4): $(am__aclocal_m4_deps) 470 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 471$(am__aclocal_m4_deps): 472 473config.h: stamp-h1 474 @test -f $@ || rm -f stamp-h1 475 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 476 477stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 478 @rm -f stamp-h1 479 cd $(top_builddir) && $(SHELL) ./config.status config.h 480$(srcdir)/config.h.in: $(am__configure_deps) 481 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 482 rm -f stamp-h1 483 touch $@ 484 485distclean-hdr: 486 -rm -f config.h stamp-h1 487fontutil.m4: $(top_builddir)/config.status $(srcdir)/fontutil.m4.in 488 cd $(top_builddir) && $(SHELL) ./config.status $@ 489fontutil.pc: $(top_builddir)/config.status $(srcdir)/fontutil.pc.in 490 cd $(top_builddir) && $(SHELL) ./config.status $@ 491install-binPROGRAMS: $(bin_PROGRAMS) 492 @$(NORMAL_INSTALL) 493 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 494 if test -n "$$list"; then \ 495 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 496 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 497 fi; \ 498 for p in $$list; do echo "$$p $$p"; done | \ 499 sed 's/$(EXEEXT)$$//' | \ 500 while read p p1; do if test -f $$p \ 501 ; then echo "$$p"; echo "$$p"; else :; fi; \ 502 done | \ 503 sed -e 'p;s,.*/,,;n;h' \ 504 -e 's|.*|.|' \ 505 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 506 sed 'N;N;N;s,\n, ,g' | \ 507 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 508 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 509 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 510 else { print "f", $$3 "/" $$4, $$1; } } \ 511 END { for (d in files) print "f", d, files[d] }' | \ 512 while read type dir files; do \ 513 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 514 test -z "$$files" || { \ 515 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 516 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 517 } \ 518 ; done 519 520uninstall-binPROGRAMS: 521 @$(NORMAL_UNINSTALL) 522 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 523 files=`for p in $$list; do echo "$$p"; done | \ 524 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 525 -e 's/$$/$(EXEEXT)/' \ 526 `; \ 527 test -n "$$list" || exit 0; \ 528 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 529 cd "$(DESTDIR)$(bindir)" && rm -f $$files 530 531clean-binPROGRAMS: 532 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 533 534bdftruncate$(EXEEXT): $(bdftruncate_OBJECTS) $(bdftruncate_DEPENDENCIES) $(EXTRA_bdftruncate_DEPENDENCIES) 535 @rm -f bdftruncate$(EXEEXT) 536 $(AM_V_CCLD)$(LINK) $(bdftruncate_OBJECTS) $(bdftruncate_LDADD) $(LIBS) 537 538ucs2any$(EXEEXT): $(ucs2any_OBJECTS) $(ucs2any_DEPENDENCIES) $(EXTRA_ucs2any_DEPENDENCIES) 539 @rm -f ucs2any$(EXEEXT) 540 $(AM_V_CCLD)$(LINK) $(ucs2any_OBJECTS) $(ucs2any_LDADD) $(LIBS) 541 542mostlyclean-compile: 543 -rm -f *.$(OBJEXT) 544 545distclean-compile: 546 -rm -f *.tab.c 547 548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bdftruncate.Po@am__quote@ 549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucs2any.Po@am__quote@ 550 551.c.o: 552@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 553@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 554@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 555@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 556@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 557 558.c.obj: 559@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 560@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 561@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 562@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 563@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 564install-aclocalDATA: $(aclocal_DATA) 565 @$(NORMAL_INSTALL) 566 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 567 if test -n "$$list"; then \ 568 echo " $(MKDIR_P) '$(DESTDIR)$(aclocaldir)'"; \ 569 $(MKDIR_P) "$(DESTDIR)$(aclocaldir)" || exit 1; \ 570 fi; \ 571 for p in $$list; do \ 572 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 573 echo "$$d$$p"; \ 574 done | $(am__base_list) | \ 575 while read files; do \ 576 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocaldir)'"; \ 577 $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocaldir)" || exit $$?; \ 578 done 579 580uninstall-aclocalDATA: 581 @$(NORMAL_UNINSTALL) 582 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 583 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 584 dir='$(DESTDIR)$(aclocaldir)'; $(am__uninstall_files_from_dir) 585install-mapfilesDATA: $(mapfiles_DATA) 586 @$(NORMAL_INSTALL) 587 @list='$(mapfiles_DATA)'; test -n "$(mapfilesdir)" || list=; \ 588 if test -n "$$list"; then \ 589 echo " $(MKDIR_P) '$(DESTDIR)$(mapfilesdir)'"; \ 590 $(MKDIR_P) "$(DESTDIR)$(mapfilesdir)" || exit 1; \ 591 fi; \ 592 for p in $$list; do \ 593 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 594 echo "$$d$$p"; \ 595 done | $(am__base_list) | \ 596 while read files; do \ 597 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mapfilesdir)'"; \ 598 $(INSTALL_DATA) $$files "$(DESTDIR)$(mapfilesdir)" || exit $$?; \ 599 done 600 601uninstall-mapfilesDATA: 602 @$(NORMAL_UNINSTALL) 603 @list='$(mapfiles_DATA)'; test -n "$(mapfilesdir)" || list=; \ 604 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 605 dir='$(DESTDIR)$(mapfilesdir)'; $(am__uninstall_files_from_dir) 606install-pkgconfigDATA: $(pkgconfig_DATA) 607 @$(NORMAL_INSTALL) 608 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 609 if test -n "$$list"; then \ 610 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 611 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 612 fi; \ 613 for p in $$list; do \ 614 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 615 echo "$$d$$p"; \ 616 done | $(am__base_list) | \ 617 while read files; do \ 618 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 619 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 620 done 621 622uninstall-pkgconfigDATA: 623 @$(NORMAL_UNINSTALL) 624 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 625 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 626 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 627 628# This directory's subdirectories are mostly independent; you can cd 629# into them and run 'make' without going through this Makefile. 630# To change the values of 'make' variables: instead of editing Makefiles, 631# (1) if the variable is set in 'config.status', edit 'config.status' 632# (which will cause the Makefiles to be regenerated when you run 'make'); 633# (2) otherwise, pass the desired values on the 'make' command line. 634$(am__recursive_targets): 635 @fail=; \ 636 if $(am__make_keepgoing); then \ 637 failcom='fail=yes'; \ 638 else \ 639 failcom='exit 1'; \ 640 fi; \ 641 dot_seen=no; \ 642 target=`echo $@ | sed s/-recursive//`; \ 643 case "$@" in \ 644 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 645 *) list='$(SUBDIRS)' ;; \ 646 esac; \ 647 for subdir in $$list; do \ 648 echo "Making $$target in $$subdir"; \ 649 if test "$$subdir" = "."; then \ 650 dot_seen=yes; \ 651 local_target="$$target-am"; \ 652 else \ 653 local_target="$$target"; \ 654 fi; \ 655 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 656 || eval $$failcom; \ 657 done; \ 658 if test "$$dot_seen" = "no"; then \ 659 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 660 fi; test -z "$$fail" 661 662ID: $(am__tagged_files) 663 $(am__define_uniq_tagged_files); mkid -fID $$unique 664tags: tags-recursive 665TAGS: tags 666 667tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 668 set x; \ 669 here=`pwd`; \ 670 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 671 include_option=--etags-include; \ 672 empty_fix=.; \ 673 else \ 674 include_option=--include; \ 675 empty_fix=; \ 676 fi; \ 677 list='$(SUBDIRS)'; for subdir in $$list; do \ 678 if test "$$subdir" = .; then :; else \ 679 test ! -f $$subdir/TAGS || \ 680 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 681 fi; \ 682 done; \ 683 $(am__define_uniq_tagged_files); \ 684 shift; \ 685 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 686 test -n "$$unique" || unique=$$empty_fix; \ 687 if test $$# -gt 0; then \ 688 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 689 "$$@" $$unique; \ 690 else \ 691 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 692 $$unique; \ 693 fi; \ 694 fi 695ctags: ctags-recursive 696 697CTAGS: ctags 698ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 699 $(am__define_uniq_tagged_files); \ 700 test -z "$(CTAGS_ARGS)$$unique" \ 701 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 702 $$unique 703 704GTAGS: 705 here=`$(am__cd) $(top_builddir) && pwd` \ 706 && $(am__cd) $(top_srcdir) \ 707 && gtags -i $(GTAGS_ARGS) "$$here" 708cscope: cscope.files 709 test ! -s cscope.files \ 710 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 711clean-cscope: 712 -rm -f cscope.files 713cscope.files: clean-cscope cscopelist 714cscopelist: cscopelist-recursive 715 716cscopelist-am: $(am__tagged_files) 717 list='$(am__tagged_files)'; \ 718 case "$(srcdir)" in \ 719 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 720 *) sdir=$(subdir)/$(srcdir) ;; \ 721 esac; \ 722 for i in $$list; do \ 723 if test -f "$$i"; then \ 724 echo "$(subdir)/$$i"; \ 725 else \ 726 echo "$$sdir/$$i"; \ 727 fi; \ 728 done >> $(top_builddir)/cscope.files 729 730distclean-tags: 731 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 732 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 733 734distdir: $(DISTFILES) 735 $(am__remove_distdir) 736 test -d "$(distdir)" || mkdir "$(distdir)" 737 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 738 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 739 list='$(DISTFILES)'; \ 740 dist_files=`for file in $$list; do echo $$file; done | \ 741 sed -e "s|^$$srcdirstrip/||;t" \ 742 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 743 case $$dist_files in \ 744 */*) $(MKDIR_P) `echo "$$dist_files" | \ 745 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 746 sort -u` ;; \ 747 esac; \ 748 for file in $$dist_files; do \ 749 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 750 if test -d $$d/$$file; then \ 751 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 752 if test -d "$(distdir)/$$file"; then \ 753 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 754 fi; \ 755 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 756 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 757 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 758 fi; \ 759 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 760 else \ 761 test -f "$(distdir)/$$file" \ 762 || cp -p $$d/$$file "$(distdir)/$$file" \ 763 || exit 1; \ 764 fi; \ 765 done 766 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 767 if test "$$subdir" = .; then :; else \ 768 $(am__make_dryrun) \ 769 || test -d "$(distdir)/$$subdir" \ 770 || $(MKDIR_P) "$(distdir)/$$subdir" \ 771 || exit 1; \ 772 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 773 $(am__relativize); \ 774 new_distdir=$$reldir; \ 775 dir1=$$subdir; dir2="$(top_distdir)"; \ 776 $(am__relativize); \ 777 new_top_distdir=$$reldir; \ 778 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 779 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 780 ($(am__cd) $$subdir && \ 781 $(MAKE) $(AM_MAKEFLAGS) \ 782 top_distdir="$$new_top_distdir" \ 783 distdir="$$new_distdir" \ 784 am__remove_distdir=: \ 785 am__skip_length_check=: \ 786 am__skip_mode_fix=: \ 787 distdir) \ 788 || exit 1; \ 789 fi; \ 790 done 791 $(MAKE) $(AM_MAKEFLAGS) \ 792 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 793 dist-hook 794 -test -n "$(am__skip_mode_fix)" \ 795 || find "$(distdir)" -type d ! -perm -755 \ 796 -exec chmod u+rwx,go+rx {} \; -o \ 797 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 798 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 799 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 800 || chmod -R a+r "$(distdir)" 801dist-gzip: distdir 802 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 803 $(am__post_remove_distdir) 804dist-bzip2: distdir 805 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 806 $(am__post_remove_distdir) 807 808dist-lzip: distdir 809 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 810 $(am__post_remove_distdir) 811 812dist-xz: distdir 813 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 814 $(am__post_remove_distdir) 815 816dist-tarZ: distdir 817 @echo WARNING: "Support for distribution archives compressed with" \ 818 "legacy program 'compress' is deprecated." >&2 819 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 820 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 821 $(am__post_remove_distdir) 822 823dist-shar: distdir 824 @echo WARNING: "Support for shar distribution archives is" \ 825 "deprecated." >&2 826 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 827 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 828 $(am__post_remove_distdir) 829 830dist-zip: distdir 831 -rm -f $(distdir).zip 832 zip -rq $(distdir).zip $(distdir) 833 $(am__post_remove_distdir) 834 835dist dist-all: 836 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 837 $(am__post_remove_distdir) 838 839# This target untars the dist file and tries a VPATH configuration. Then 840# it guarantees that the distribution is self-contained by making another 841# tarfile. 842distcheck: dist 843 case '$(DIST_ARCHIVES)' in \ 844 *.tar.gz*) \ 845 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 846 *.tar.bz2*) \ 847 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 848 *.tar.lz*) \ 849 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 850 *.tar.xz*) \ 851 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 852 *.tar.Z*) \ 853 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 854 *.shar.gz*) \ 855 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 856 *.zip*) \ 857 unzip $(distdir).zip ;;\ 858 esac 859 chmod -R a-w $(distdir) 860 chmod u+w $(distdir) 861 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 862 chmod a-w $(distdir) 863 test -d $(distdir)/_build || exit 0; \ 864 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 865 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 866 && am__cwd=`pwd` \ 867 && $(am__cd) $(distdir)/_build/sub \ 868 && ../../configure \ 869 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 870 $(DISTCHECK_CONFIGURE_FLAGS) \ 871 --srcdir=../.. --prefix="$$dc_install_base" \ 872 && $(MAKE) $(AM_MAKEFLAGS) \ 873 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 874 && $(MAKE) $(AM_MAKEFLAGS) check \ 875 && $(MAKE) $(AM_MAKEFLAGS) install \ 876 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 877 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 878 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 879 distuninstallcheck \ 880 && chmod -R a-w "$$dc_install_base" \ 881 && ({ \ 882 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 883 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 884 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 885 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 886 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 887 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 888 && rm -rf "$$dc_destdir" \ 889 && $(MAKE) $(AM_MAKEFLAGS) dist \ 890 && rm -rf $(DIST_ARCHIVES) \ 891 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 892 && cd "$$am__cwd" \ 893 || exit 1 894 $(am__post_remove_distdir) 895 @(echo "$(distdir) archives ready for distribution: "; \ 896 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 897 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 898distuninstallcheck: 899 @test -n '$(distuninstallcheck_dir)' || { \ 900 echo 'ERROR: trying to run $@ with an empty' \ 901 '$$(distuninstallcheck_dir)' >&2; \ 902 exit 1; \ 903 }; \ 904 $(am__cd) '$(distuninstallcheck_dir)' || { \ 905 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 906 exit 1; \ 907 }; \ 908 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 909 || { echo "ERROR: files left after uninstall:" ; \ 910 if test -n "$(DESTDIR)"; then \ 911 echo " (check DESTDIR support)"; \ 912 fi ; \ 913 $(distuninstallcheck_listfiles) ; \ 914 exit 1; } >&2 915distcleancheck: distclean 916 @if test '$(srcdir)' = . ; then \ 917 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 918 exit 1 ; \ 919 fi 920 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 921 || { echo "ERROR: files left in build directory after distclean:" ; \ 922 $(distcleancheck_listfiles) ; \ 923 exit 1; } >&2 924check-am: all-am 925check: check-recursive 926all-am: Makefile $(PROGRAMS) $(DATA) config.h 927installdirs: installdirs-recursive 928installdirs-am: 929 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(mapfilesdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 930 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 931 done 932install: install-recursive 933install-exec: install-exec-recursive 934install-data: install-data-recursive 935uninstall: uninstall-recursive 936 937install-am: all-am 938 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 939 940installcheck: installcheck-recursive 941install-strip: 942 if test -z '$(STRIP)'; then \ 943 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 944 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 945 install; \ 946 else \ 947 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 948 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 949 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 950 fi 951mostlyclean-generic: 952 953clean-generic: 954 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 955 956distclean-generic: 957 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 958 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 959 960maintainer-clean-generic: 961 @echo "This command is intended for maintainers to use" 962 @echo "it deletes files that may require special tools to rebuild." 963 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 964clean: clean-recursive 965 966clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 967 968distclean: distclean-recursive 969 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 970 -rm -rf ./$(DEPDIR) 971 -rm -f Makefile 972distclean-am: clean-am distclean-compile distclean-generic \ 973 distclean-hdr distclean-tags 974 975dvi: dvi-recursive 976 977dvi-am: 978 979html: html-recursive 980 981html-am: 982 983info: info-recursive 984 985info-am: 986 987install-data-am: install-aclocalDATA install-mapfilesDATA \ 988 install-pkgconfigDATA 989 990install-dvi: install-dvi-recursive 991 992install-dvi-am: 993 994install-exec-am: install-binPROGRAMS 995 996install-html: install-html-recursive 997 998install-html-am: 999 1000install-info: install-info-recursive 1001 1002install-info-am: 1003 1004install-man: 1005 1006install-pdf: install-pdf-recursive 1007 1008install-pdf-am: 1009 1010install-ps: install-ps-recursive 1011 1012install-ps-am: 1013 1014installcheck-am: 1015 1016maintainer-clean: maintainer-clean-recursive 1017 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1018 -rm -rf $(top_srcdir)/autom4te.cache 1019 -rm -rf ./$(DEPDIR) 1020 -rm -f Makefile 1021maintainer-clean-am: distclean-am maintainer-clean-generic 1022 1023mostlyclean: mostlyclean-recursive 1024 1025mostlyclean-am: mostlyclean-compile mostlyclean-generic 1026 1027pdf: pdf-recursive 1028 1029pdf-am: 1030 1031ps: ps-recursive 1032 1033ps-am: 1034 1035uninstall-am: uninstall-aclocalDATA uninstall-binPROGRAMS \ 1036 uninstall-mapfilesDATA uninstall-pkgconfigDATA 1037 1038.MAKE: $(am__recursive_targets) all install-am install-strip 1039 1040.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1041 am--refresh check check-am clean clean-binPROGRAMS \ 1042 clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \ 1043 dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \ 1044 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ 1045 distclean-compile distclean-generic distclean-hdr \ 1046 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 1047 dvi-am html html-am info info-am install install-aclocalDATA \ 1048 install-am install-binPROGRAMS install-data install-data-am \ 1049 install-dvi install-dvi-am install-exec install-exec-am \ 1050 install-html install-html-am install-info install-info-am \ 1051 install-man install-mapfilesDATA install-pdf install-pdf-am \ 1052 install-pkgconfigDATA install-ps install-ps-am install-strip \ 1053 installcheck installcheck-am installdirs installdirs-am \ 1054 maintainer-clean maintainer-clean-generic mostlyclean \ 1055 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 1056 tags tags-am uninstall uninstall-aclocalDATA uninstall-am \ 1057 uninstall-binPROGRAMS uninstall-mapfilesDATA \ 1058 uninstall-pkgconfigDATA 1059 1060.PRECIOUS: Makefile 1061 1062 1063.PHONY: ChangeLog INSTALL 1064 1065INSTALL: 1066 $(INSTALL_CMD) 1067 1068ChangeLog: 1069 $(CHANGELOG_CMD) 1070 1071dist-hook: ChangeLog INSTALL 1072 1073# Tell versions [3.59,3.63) of GNU make to not export all variables. 1074# Otherwise a system limit (for SysV at least) may be exceeded. 1075.NOEXPORT: 1076