Makefile.in revision 5a3d36df
1# Makefile.in generated by automake 1.10.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# 18# Copyright © 2003 Keith Packard, Noah Levitt 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Keith Packard not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Keith Packard makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkglibdir = $(libdir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 43install_sh_DATA = $(install_sh) -c -m 644 44install_sh_PROGRAM = $(install_sh) -c 45install_sh_SCRIPT = $(install_sh) -c 46INSTALL_HEADER = $(INSTALL_DATA) 47transform = $(program_transform_name) 48NORMAL_INSTALL = : 49PRE_INSTALL = : 50POST_INSTALL = : 51NORMAL_UNINSTALL = : 52PRE_UNINSTALL = : 53POST_UNINSTALL = : 54build_triplet = @build@ 55host_triplet = @host@ 56subdir = src 57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 59am__aclocal_m4_deps = $(top_srcdir)/configure.ac 60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 61 $(ACLOCAL_M4) 62mkinstalldirs = $(install_sh) -d 63CONFIG_HEADER = $(top_builddir)/config.h \ 64 $(top_builddir)/include/X11/fonts/fontconf.h 65CONFIG_CLEAN_FILES = 66am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 67am__vpath_adj = case $$p in \ 68 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 69 *) f=$$p;; \ 70 esac; 71am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 72am__installdirs = "$(DESTDIR)$(libdir)" 73libLTLIBRARIES_INSTALL = $(INSTALL) 74LTLIBRARIES = $(lib_LTLIBRARIES) 75am__DEPENDENCIES_1 = 76libXfont_la_DEPENDENCIES = $(FONTFILE_LIB) $(FREETYPE_LIB) \ 77 $(BITMAP_LIB) $(BUILTINS_LIB) $(FC_LIB) $(UTIL_LIB) \ 78 $(STUBS_LIB) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 79 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 80am_libXfont_la_OBJECTS = dummy.lo 81libXfont_la_OBJECTS = $(am_libXfont_la_OBJECTS) 82libXfont_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 83 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 84 $(libXfont_la_LDFLAGS) $(LDFLAGS) -o $@ 85DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/fonts 86depcomp = $(SHELL) $(top_srcdir)/depcomp 87am__depfiles_maybe = depfiles 88COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 89 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 90LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 91 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 92 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 93CCLD = $(CC) 94LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 95 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 96 $(LDFLAGS) -o $@ 97SOURCES = $(libXfont_la_SOURCES) 98DIST_SOURCES = $(libXfont_la_SOURCES) 99RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 100 html-recursive info-recursive install-data-recursive \ 101 install-dvi-recursive install-exec-recursive \ 102 install-html-recursive install-info-recursive \ 103 install-pdf-recursive install-ps-recursive install-recursive \ 104 installcheck-recursive installdirs-recursive pdf-recursive \ 105 ps-recursive uninstall-recursive 106RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 107 distclean-recursive maintainer-clean-recursive 108ETAGS = etags 109CTAGS = ctags 110DIST_SUBDIRS = fontfile FreeType bitmap builtins fc util stubs 111DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 112ACLOCAL = @ACLOCAL@ 113ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 114ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 115AMTAR = @AMTAR@ 116AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 117APP_MAN_DIR = @APP_MAN_DIR@ 118APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 119AR = @AR@ 120AUTOCONF = @AUTOCONF@ 121AUTOHEADER = @AUTOHEADER@ 122AUTOMAKE = @AUTOMAKE@ 123AWK = @AWK@ 124CC = @CC@ 125CCDEPMODE = @CCDEPMODE@ 126CFLAGS = @CFLAGS@ 127CHANGELOG_CMD = @CHANGELOG_CMD@ 128CPP = @CPP@ 129CPPFLAGS = @CPPFLAGS@ 130CWARNFLAGS = @CWARNFLAGS@ 131CYGPATH_W = @CYGPATH_W@ 132DEFS = @DEFS@ 133DEPDIR = @DEPDIR@ 134DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 135DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 136DSYMUTIL = @DSYMUTIL@ 137DUMPBIN = @DUMPBIN@ 138ECHO_C = @ECHO_C@ 139ECHO_N = @ECHO_N@ 140ECHO_T = @ECHO_T@ 141EGREP = @EGREP@ 142EXEEXT = @EXEEXT@ 143FGREP = @FGREP@ 144FILE_MAN_DIR = @FILE_MAN_DIR@ 145FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 146FOP = @FOP@ 147FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 148FREETYPE_LIBS = @FREETYPE_LIBS@ 149FREETYPE_REQUIRES = @FREETYPE_REQUIRES@ 150GREP = @GREP@ 151INSTALL = @INSTALL@ 152INSTALL_CMD = @INSTALL_CMD@ 153INSTALL_DATA = @INSTALL_DATA@ 154INSTALL_PROGRAM = @INSTALL_PROGRAM@ 155INSTALL_SCRIPT = @INSTALL_SCRIPT@ 156INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 157LD = @LD@ 158LDFLAGS = @LDFLAGS@ 159LIBOBJS = @LIBOBJS@ 160LIBS = @LIBS@ 161LIBTOOL = @LIBTOOL@ 162LIB_MAN_DIR = @LIB_MAN_DIR@ 163LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 164LIPO = @LIPO@ 165LN_S = @LN_S@ 166LTLIBOBJS = @LTLIBOBJS@ 167MAINT = @MAINT@ 168MAKEINFO = @MAKEINFO@ 169MAN_SUBSTS = @MAN_SUBSTS@ 170MATH_LIBS = @MATH_LIBS@ 171MISC_MAN_DIR = @MISC_MAN_DIR@ 172MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 173MKDIR_P = @MKDIR_P@ 174NM = @NM@ 175NMEDIT = @NMEDIT@ 176OBJDUMP = @OBJDUMP@ 177OBJEXT = @OBJEXT@ 178OS_CFLAGS = @OS_CFLAGS@ 179OTOOL = @OTOOL@ 180OTOOL64 = @OTOOL64@ 181PACKAGE = @PACKAGE@ 182PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 183PACKAGE_NAME = @PACKAGE_NAME@ 184PACKAGE_STRING = @PACKAGE_STRING@ 185PACKAGE_TARNAME = @PACKAGE_TARNAME@ 186PACKAGE_VERSION = @PACKAGE_VERSION@ 187PATH_SEPARATOR = @PATH_SEPARATOR@ 188PKG_CONFIG = @PKG_CONFIG@ 189RANLIB = @RANLIB@ 190SED = @SED@ 191SET_MAKE = @SET_MAKE@ 192SHELL = @SHELL@ 193STRIP = @STRIP@ 194VERSION = @VERSION@ 195XFONT_CFLAGS = @XFONT_CFLAGS@ 196XFONT_LIBS = @XFONT_LIBS@ 197XMLTO = @XMLTO@ 198XORG_MAN_PAGE = @XORG_MAN_PAGE@ 199X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@ 200Z_LIBS = @Z_LIBS@ 201abs_builddir = @abs_builddir@ 202abs_srcdir = @abs_srcdir@ 203abs_top_builddir = @abs_top_builddir@ 204abs_top_srcdir = @abs_top_srcdir@ 205ac_ct_CC = @ac_ct_CC@ 206ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 207am__include = @am__include@ 208am__leading_dot = @am__leading_dot@ 209am__quote = @am__quote@ 210am__tar = @am__tar@ 211am__untar = @am__untar@ 212bindir = @bindir@ 213build = @build@ 214build_alias = @build_alias@ 215build_cpu = @build_cpu@ 216build_os = @build_os@ 217build_vendor = @build_vendor@ 218builddir = @builddir@ 219datadir = @datadir@ 220datarootdir = @datarootdir@ 221docdir = @docdir@ 222dvidir = @dvidir@ 223exec_prefix = @exec_prefix@ 224ft_config = @ft_config@ 225host = @host@ 226host_alias = @host_alias@ 227host_cpu = @host_cpu@ 228host_os = @host_os@ 229host_vendor = @host_vendor@ 230htmldir = @htmldir@ 231includedir = @includedir@ 232infodir = @infodir@ 233install_sh = @install_sh@ 234libdir = @libdir@ 235libexecdir = @libexecdir@ 236localedir = @localedir@ 237localstatedir = @localstatedir@ 238lt_ECHO = @lt_ECHO@ 239mandir = @mandir@ 240mkdir_p = @mkdir_p@ 241oldincludedir = @oldincludedir@ 242pdfdir = @pdfdir@ 243prefix = @prefix@ 244program_transform_name = @program_transform_name@ 245psdir = @psdir@ 246sbindir = @sbindir@ 247sharedstatedir = @sharedstatedir@ 248srcdir = @srcdir@ 249sysconfdir = @sysconfdir@ 250target_alias = @target_alias@ 251top_build_prefix = @top_build_prefix@ 252top_builddir = @top_builddir@ 253top_srcdir = @top_srcdir@ 254lib_LTLIBRARIES = libXfont.la 255AM_CFLAGS = $(OS_CFLAGS) $(CWARNFLAGS) 256@XFONT_FONTFILE_TRUE@FONTFILE_DIR = fontfile 257@XFONT_FONTFILE_TRUE@FONTFILE_LIB = fontfile/libfontfile.la 258@XFONT_FREETYPE_TRUE@FREETYPE_DIR = FreeType 259@XFONT_FREETYPE_TRUE@FREETYPE_LIB = FreeType/libft.la 260@XFONT_BITMAP_TRUE@BITMAP_DIR = bitmap 261@XFONT_BITMAP_TRUE@BITMAP_LIB = bitmap/libbitmap.la 262@XFONT_BUILTINS_TRUE@BUILTINS_DIR = builtins 263@XFONT_BUILTINS_TRUE@BUILTINS_LIB = builtins/libbuiltins.la 264@XFONT_FC_TRUE@FC_DIR = fc 265@XFONT_FC_TRUE@FC_LIB = fc/libfc.la 266UTIL_DIR = util 267UTIL_LIB = util/libutil.la 268STUBS_LIB = stubs/libstubs.la 269STUBS_DIR = stubs 270SUBDIRS = \ 271 $(FONTFILE_DIR) $(FREETYPE_DIR) $(BITMAP_DIR) \ 272 $(BUILTINS_DIR) $(FC_DIR) $(UTIL_DIR) $(STUBS_DIR) 273 274libXfont_la_LIBADD = \ 275 $(FONTFILE_LIB) $(FREETYPE_LIB) $(BITMAP_LIB) \ 276 $(BUILTINS_LIB) $(FC_LIB) $(UTIL_LIB) $(STUBS_LIB) \ 277 $(FREETYPE_LIBS) $(Z_LIBS) $(MATH_LIBS) $(XFONT_LIBS) 278 279libXfont_la_SOURCES = dummy.c 280libXfont_la_LDFLAGS = -version-number 1:4:1 -no-undefined 281all: all-recursive 282 283.SUFFIXES: 284.SUFFIXES: .c .lo .o .obj 285$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 286 @for dep in $?; do \ 287 case '$(am__configure_deps)' in \ 288 *$$dep*) \ 289 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 290 && { if test -f $@; then exit 0; else break; fi; }; \ 291 exit 1;; \ 292 esac; \ 293 done; \ 294 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 295 cd $(top_srcdir) && \ 296 $(AUTOMAKE) --foreign src/Makefile 297.PRECIOUS: Makefile 298Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 @case '$?' in \ 300 *config.status*) \ 301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 302 *) \ 303 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 304 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 305 esac; 306 307$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 309 310$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 312$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 314install-libLTLIBRARIES: $(lib_LTLIBRARIES) 315 @$(NORMAL_INSTALL) 316 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 317 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 318 if test -f $$p; then \ 319 f=$(am__strip_dir) \ 320 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 321 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 322 else :; fi; \ 323 done 324 325uninstall-libLTLIBRARIES: 326 @$(NORMAL_UNINSTALL) 327 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 328 p=$(am__strip_dir) \ 329 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 330 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 331 done 332 333clean-libLTLIBRARIES: 334 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 335 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 336 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 337 test "$$dir" != "$$p" || dir=.; \ 338 echo "rm -f \"$${dir}/so_locations\""; \ 339 rm -f "$${dir}/so_locations"; \ 340 done 341libXfont.la: $(libXfont_la_OBJECTS) $(libXfont_la_DEPENDENCIES) 342 $(libXfont_la_LINK) -rpath $(libdir) $(libXfont_la_OBJECTS) $(libXfont_la_LIBADD) $(LIBS) 343 344mostlyclean-compile: 345 -rm -f *.$(OBJEXT) 346 347distclean-compile: 348 -rm -f *.tab.c 349 350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@ 351 352.c.o: 353@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 354@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 355@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 356@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 357@am__fastdepCC_FALSE@ $(COMPILE) -c $< 358 359.c.obj: 360@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 361@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 362@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 363@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 364@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 365 366.c.lo: 367@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 368@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 369@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 370@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 371@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 372 373mostlyclean-libtool: 374 -rm -f *.lo 375 376clean-libtool: 377 -rm -rf .libs _libs 378 379# This directory's subdirectories are mostly independent; you can cd 380# into them and run `make' without going through this Makefile. 381# To change the values of `make' variables: instead of editing Makefiles, 382# (1) if the variable is set in `config.status', edit `config.status' 383# (which will cause the Makefiles to be regenerated when you run `make'); 384# (2) otherwise, pass the desired values on the `make' command line. 385$(RECURSIVE_TARGETS): 386 @failcom='exit 1'; \ 387 for f in x $$MAKEFLAGS; do \ 388 case $$f in \ 389 *=* | --[!k]*);; \ 390 *k*) failcom='fail=yes';; \ 391 esac; \ 392 done; \ 393 dot_seen=no; \ 394 target=`echo $@ | sed s/-recursive//`; \ 395 list='$(SUBDIRS)'; for subdir in $$list; do \ 396 echo "Making $$target in $$subdir"; \ 397 if test "$$subdir" = "."; then \ 398 dot_seen=yes; \ 399 local_target="$$target-am"; \ 400 else \ 401 local_target="$$target"; \ 402 fi; \ 403 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 404 || eval $$failcom; \ 405 done; \ 406 if test "$$dot_seen" = "no"; then \ 407 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 408 fi; test -z "$$fail" 409 410$(RECURSIVE_CLEAN_TARGETS): 411 @failcom='exit 1'; \ 412 for f in x $$MAKEFLAGS; do \ 413 case $$f in \ 414 *=* | --[!k]*);; \ 415 *k*) failcom='fail=yes';; \ 416 esac; \ 417 done; \ 418 dot_seen=no; \ 419 case "$@" in \ 420 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 421 *) list='$(SUBDIRS)' ;; \ 422 esac; \ 423 rev=''; for subdir in $$list; do \ 424 if test "$$subdir" = "."; then :; else \ 425 rev="$$subdir $$rev"; \ 426 fi; \ 427 done; \ 428 rev="$$rev ."; \ 429 target=`echo $@ | sed s/-recursive//`; \ 430 for subdir in $$rev; do \ 431 echo "Making $$target in $$subdir"; \ 432 if test "$$subdir" = "."; then \ 433 local_target="$$target-am"; \ 434 else \ 435 local_target="$$target"; \ 436 fi; \ 437 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 438 || eval $$failcom; \ 439 done && test -z "$$fail" 440tags-recursive: 441 list='$(SUBDIRS)'; for subdir in $$list; do \ 442 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 443 done 444ctags-recursive: 445 list='$(SUBDIRS)'; for subdir in $$list; do \ 446 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 447 done 448 449ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 450 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 451 unique=`for i in $$list; do \ 452 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 453 done | \ 454 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 455 END { if (nonempty) { for (i in files) print i; }; }'`; \ 456 mkid -fID $$unique 457tags: TAGS 458 459TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 460 $(TAGS_FILES) $(LISP) 461 tags=; \ 462 here=`pwd`; \ 463 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 464 include_option=--etags-include; \ 465 empty_fix=.; \ 466 else \ 467 include_option=--include; \ 468 empty_fix=; \ 469 fi; \ 470 list='$(SUBDIRS)'; for subdir in $$list; do \ 471 if test "$$subdir" = .; then :; else \ 472 test ! -f $$subdir/TAGS || \ 473 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 474 fi; \ 475 done; \ 476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 477 unique=`for i in $$list; do \ 478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 479 done | \ 480 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 481 END { if (nonempty) { for (i in files) print i; }; }'`; \ 482 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 483 test -n "$$unique" || unique=$$empty_fix; \ 484 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 485 $$tags $$unique; \ 486 fi 487ctags: CTAGS 488CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 489 $(TAGS_FILES) $(LISP) 490 tags=; \ 491 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 492 unique=`for i in $$list; do \ 493 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 494 done | \ 495 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 496 END { if (nonempty) { for (i in files) print i; }; }'`; \ 497 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 498 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 499 $$tags $$unique 500 501GTAGS: 502 here=`$(am__cd) $(top_builddir) && pwd` \ 503 && cd $(top_srcdir) \ 504 && gtags -i $(GTAGS_ARGS) $$here 505 506distclean-tags: 507 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 508 509distdir: $(DISTFILES) 510 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 511 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 512 list='$(DISTFILES)'; \ 513 dist_files=`for file in $$list; do echo $$file; done | \ 514 sed -e "s|^$$srcdirstrip/||;t" \ 515 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 516 case $$dist_files in \ 517 */*) $(MKDIR_P) `echo "$$dist_files" | \ 518 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 519 sort -u` ;; \ 520 esac; \ 521 for file in $$dist_files; do \ 522 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 523 if test -d $$d/$$file; then \ 524 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 525 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 526 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 527 fi; \ 528 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 529 else \ 530 test -f $(distdir)/$$file \ 531 || cp -p $$d/$$file $(distdir)/$$file \ 532 || exit 1; \ 533 fi; \ 534 done 535 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 536 if test "$$subdir" = .; then :; else \ 537 test -d "$(distdir)/$$subdir" \ 538 || $(MKDIR_P) "$(distdir)/$$subdir" \ 539 || exit 1; \ 540 distdir=`$(am__cd) $(distdir) && pwd`; \ 541 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 542 (cd $$subdir && \ 543 $(MAKE) $(AM_MAKEFLAGS) \ 544 top_distdir="$$top_distdir" \ 545 distdir="$$distdir/$$subdir" \ 546 am__remove_distdir=: \ 547 am__skip_length_check=: \ 548 distdir) \ 549 || exit 1; \ 550 fi; \ 551 done 552check-am: all-am 553check: check-recursive 554all-am: Makefile $(LTLIBRARIES) 555installdirs: installdirs-recursive 556installdirs-am: 557 for dir in "$(DESTDIR)$(libdir)"; do \ 558 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 559 done 560install: install-recursive 561install-exec: install-exec-recursive 562install-data: install-data-recursive 563uninstall: uninstall-recursive 564 565install-am: all-am 566 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 567 568installcheck: installcheck-recursive 569install-strip: 570 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 571 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 572 `test -z '$(STRIP)' || \ 573 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 574mostlyclean-generic: 575 576clean-generic: 577 578distclean-generic: 579 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 580 581maintainer-clean-generic: 582 @echo "This command is intended for maintainers to use" 583 @echo "it deletes files that may require special tools to rebuild." 584clean: clean-recursive 585 586clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 587 mostlyclean-am 588 589distclean: distclean-recursive 590 -rm -rf ./$(DEPDIR) 591 -rm -f Makefile 592distclean-am: clean-am distclean-compile distclean-generic \ 593 distclean-tags 594 595dvi: dvi-recursive 596 597dvi-am: 598 599html: html-recursive 600 601info: info-recursive 602 603info-am: 604 605install-data-am: 606 607install-dvi: install-dvi-recursive 608 609install-exec-am: install-libLTLIBRARIES 610 611install-html: install-html-recursive 612 613install-info: install-info-recursive 614 615install-man: 616 617install-pdf: install-pdf-recursive 618 619install-ps: install-ps-recursive 620 621installcheck-am: 622 623maintainer-clean: maintainer-clean-recursive 624 -rm -rf ./$(DEPDIR) 625 -rm -f Makefile 626maintainer-clean-am: distclean-am maintainer-clean-generic 627 628mostlyclean: mostlyclean-recursive 629 630mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 631 mostlyclean-libtool 632 633pdf: pdf-recursive 634 635pdf-am: 636 637ps: ps-recursive 638 639ps-am: 640 641uninstall-am: uninstall-libLTLIBRARIES 642 643.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 644 install-strip 645 646.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 647 all all-am check check-am clean clean-generic \ 648 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \ 649 distclean distclean-compile distclean-generic \ 650 distclean-libtool distclean-tags distdir dvi dvi-am html \ 651 html-am info info-am install install-am install-data \ 652 install-data-am install-dvi install-dvi-am install-exec \ 653 install-exec-am install-html install-html-am install-info \ 654 install-info-am install-libLTLIBRARIES install-man install-pdf \ 655 install-pdf-am install-ps install-ps-am install-strip \ 656 installcheck installcheck-am installdirs installdirs-am \ 657 maintainer-clean maintainer-clean-generic mostlyclean \ 658 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 659 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 660 uninstall-libLTLIBRARIES 661 662# Tell versions [3.59,3.63) of GNU make to not export all variables. 663# Otherwise a system limit (for SysV at least) may be exceeded. 664.NOEXPORT: 665