Makefile.in revision 7f7f5e4e
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@ 113AMTAR = @AMTAR@ 114AR = @AR@ 115AUTOCONF = @AUTOCONF@ 116AUTOHEADER = @AUTOHEADER@ 117AUTOMAKE = @AUTOMAKE@ 118AWK = @AWK@ 119CC = @CC@ 120CCDEPMODE = @CCDEPMODE@ 121CFLAGS = @CFLAGS@ 122CHANGELOG_CMD = @CHANGELOG_CMD@ 123CPP = @CPP@ 124CPPFLAGS = @CPPFLAGS@ 125CWARNFLAGS = @CWARNFLAGS@ 126CYGPATH_W = @CYGPATH_W@ 127DEFS = @DEFS@ 128DEPDIR = @DEPDIR@ 129DSYMUTIL = @DSYMUTIL@ 130DUMPBIN = @DUMPBIN@ 131ECHO_C = @ECHO_C@ 132ECHO_N = @ECHO_N@ 133ECHO_T = @ECHO_T@ 134EGREP = @EGREP@ 135ENCODINGSDIR = @ENCODINGSDIR@ 136EXEEXT = @EXEEXT@ 137FGREP = @FGREP@ 138FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 139FREETYPE_LIBS = @FREETYPE_LIBS@ 140FREETYPE_REQUIRES = @FREETYPE_REQUIRES@ 141GREP = @GREP@ 142INSTALL = @INSTALL@ 143INSTALL_DATA = @INSTALL_DATA@ 144INSTALL_PROGRAM = @INSTALL_PROGRAM@ 145INSTALL_SCRIPT = @INSTALL_SCRIPT@ 146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 147LD = @LD@ 148LDFLAGS = @LDFLAGS@ 149LIBOBJS = @LIBOBJS@ 150LIBS = @LIBS@ 151LIBTOOL = @LIBTOOL@ 152LIPO = @LIPO@ 153LN_S = @LN_S@ 154LTLIBOBJS = @LTLIBOBJS@ 155MAKEINFO = @MAKEINFO@ 156MATH_LIBS = @MATH_LIBS@ 157MKDIR_P = @MKDIR_P@ 158NM = @NM@ 159NMEDIT = @NMEDIT@ 160OBJDUMP = @OBJDUMP@ 161OBJEXT = @OBJEXT@ 162OS_CFLAGS = @OS_CFLAGS@ 163OTOOL = @OTOOL@ 164OTOOL64 = @OTOOL64@ 165PACKAGE = @PACKAGE@ 166PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 167PACKAGE_NAME = @PACKAGE_NAME@ 168PACKAGE_STRING = @PACKAGE_STRING@ 169PACKAGE_TARNAME = @PACKAGE_TARNAME@ 170PACKAGE_VERSION = @PACKAGE_VERSION@ 171PATH_SEPARATOR = @PATH_SEPARATOR@ 172PKG_CONFIG = @PKG_CONFIG@ 173RANLIB = @RANLIB@ 174SED = @SED@ 175SET_MAKE = @SET_MAKE@ 176SHELL = @SHELL@ 177STRIP = @STRIP@ 178VERSION = @VERSION@ 179XFONT_CFLAGS = @XFONT_CFLAGS@ 180XFONT_LIBS = @XFONT_LIBS@ 181X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@ 182Z_LIBS = @Z_LIBS@ 183abs_builddir = @abs_builddir@ 184abs_srcdir = @abs_srcdir@ 185abs_top_builddir = @abs_top_builddir@ 186abs_top_srcdir = @abs_top_srcdir@ 187ac_ct_CC = @ac_ct_CC@ 188ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 189am__include = @am__include@ 190am__leading_dot = @am__leading_dot@ 191am__quote = @am__quote@ 192am__tar = @am__tar@ 193am__untar = @am__untar@ 194bindir = @bindir@ 195build = @build@ 196build_alias = @build_alias@ 197build_cpu = @build_cpu@ 198build_os = @build_os@ 199build_vendor = @build_vendor@ 200builddir = @builddir@ 201datadir = @datadir@ 202datarootdir = @datarootdir@ 203distcleancheck_listfiles = @distcleancheck_listfiles@ 204docdir = @docdir@ 205dvidir = @dvidir@ 206exec_prefix = @exec_prefix@ 207ft_config = @ft_config@ 208host = @host@ 209host_alias = @host_alias@ 210host_cpu = @host_cpu@ 211host_os = @host_os@ 212host_vendor = @host_vendor@ 213htmldir = @htmldir@ 214includedir = @includedir@ 215infodir = @infodir@ 216install_sh = @install_sh@ 217libdir = @libdir@ 218libexecdir = @libexecdir@ 219localedir = @localedir@ 220localstatedir = @localstatedir@ 221lt_ECHO = @lt_ECHO@ 222mandir = @mandir@ 223mkdir_p = @mkdir_p@ 224oldincludedir = @oldincludedir@ 225pdfdir = @pdfdir@ 226prefix = @prefix@ 227program_transform_name = @program_transform_name@ 228psdir = @psdir@ 229sbindir = @sbindir@ 230sharedstatedir = @sharedstatedir@ 231srcdir = @srcdir@ 232sysconfdir = @sysconfdir@ 233target_alias = @target_alias@ 234top_build_prefix = @top_build_prefix@ 235top_builddir = @top_builddir@ 236top_srcdir = @top_srcdir@ 237lib_LTLIBRARIES = libXfont.la 238AM_CFLAGS = $(OS_CFLAGS) 239@XFONT_FONTFILE_TRUE@FONTFILE_DIR = fontfile 240@XFONT_FONTFILE_TRUE@FONTFILE_LIB = fontfile/libfontfile.la 241@XFONT_FREETYPE_TRUE@FREETYPE_DIR = FreeType 242@XFONT_FREETYPE_TRUE@FREETYPE_LIB = FreeType/libft.la 243@XFONT_BITMAP_TRUE@BITMAP_DIR = bitmap 244@XFONT_BITMAP_TRUE@BITMAP_LIB = bitmap/libbitmap.la 245@XFONT_BUILTINS_TRUE@BUILTINS_DIR = builtins 246@XFONT_BUILTINS_TRUE@BUILTINS_LIB = builtins/libbuiltins.la 247@XFONT_FC_TRUE@FC_DIR = fc 248@XFONT_FC_TRUE@FC_LIB = fc/libfc.la 249UTIL_DIR = util 250UTIL_LIB = util/libutil.la 251STUBS_LIB = stubs/libstubs.la 252STUBS_DIR = stubs 253SUBDIRS = \ 254 $(FONTFILE_DIR) $(FREETYPE_DIR) $(BITMAP_DIR) \ 255 $(BUILTINS_DIR) $(FC_DIR) $(UTIL_DIR) $(STUBS_DIR) 256 257libXfont_la_LIBADD = \ 258 $(FONTFILE_LIB) $(FREETYPE_LIB) $(BITMAP_LIB) \ 259 $(BUILTINS_LIB) $(FC_LIB) $(UTIL_LIB) $(STUBS_LIB) \ 260 $(FREETYPE_LIBS) $(Z_LIBS) $(MATH_LIBS) $(XFONT_LIBS) 261 262libXfont_la_SOURCES = dummy.c 263libXfont_la_LDFLAGS = -version-number 1:4:1 -no-undefined 264all: all-recursive 265 266.SUFFIXES: 267.SUFFIXES: .c .lo .o .obj 268$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 269 @for dep in $?; do \ 270 case '$(am__configure_deps)' in \ 271 *$$dep*) \ 272 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 273 && { if test -f $@; then exit 0; else break; fi; }; \ 274 exit 1;; \ 275 esac; \ 276 done; \ 277 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 278 cd $(top_srcdir) && \ 279 $(AUTOMAKE) --foreign src/Makefile 280.PRECIOUS: Makefile 281Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 282 @case '$?' in \ 283 *config.status*) \ 284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 285 *) \ 286 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 287 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 288 esac; 289 290$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 291 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 292 293$(top_srcdir)/configure: $(am__configure_deps) 294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 295$(ACLOCAL_M4): $(am__aclocal_m4_deps) 296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 297install-libLTLIBRARIES: $(lib_LTLIBRARIES) 298 @$(NORMAL_INSTALL) 299 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 300 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 301 if test -f $$p; then \ 302 f=$(am__strip_dir) \ 303 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 304 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 305 else :; fi; \ 306 done 307 308uninstall-libLTLIBRARIES: 309 @$(NORMAL_UNINSTALL) 310 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 311 p=$(am__strip_dir) \ 312 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 313 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 314 done 315 316clean-libLTLIBRARIES: 317 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 318 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 319 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 320 test "$$dir" != "$$p" || dir=.; \ 321 echo "rm -f \"$${dir}/so_locations\""; \ 322 rm -f "$${dir}/so_locations"; \ 323 done 324libXfont.la: $(libXfont_la_OBJECTS) $(libXfont_la_DEPENDENCIES) 325 $(libXfont_la_LINK) -rpath $(libdir) $(libXfont_la_OBJECTS) $(libXfont_la_LIBADD) $(LIBS) 326 327mostlyclean-compile: 328 -rm -f *.$(OBJEXT) 329 330distclean-compile: 331 -rm -f *.tab.c 332 333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@ 334 335.c.o: 336@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 337@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 338@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 339@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 340@am__fastdepCC_FALSE@ $(COMPILE) -c $< 341 342.c.obj: 343@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 344@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 345@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 346@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 347@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 348 349.c.lo: 350@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 351@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 352@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 353@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 354@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 355 356mostlyclean-libtool: 357 -rm -f *.lo 358 359clean-libtool: 360 -rm -rf .libs _libs 361 362# This directory's subdirectories are mostly independent; you can cd 363# into them and run `make' without going through this Makefile. 364# To change the values of `make' variables: instead of editing Makefiles, 365# (1) if the variable is set in `config.status', edit `config.status' 366# (which will cause the Makefiles to be regenerated when you run `make'); 367# (2) otherwise, pass the desired values on the `make' command line. 368$(RECURSIVE_TARGETS): 369 @failcom='exit 1'; \ 370 for f in x $$MAKEFLAGS; do \ 371 case $$f in \ 372 *=* | --[!k]*);; \ 373 *k*) failcom='fail=yes';; \ 374 esac; \ 375 done; \ 376 dot_seen=no; \ 377 target=`echo $@ | sed s/-recursive//`; \ 378 list='$(SUBDIRS)'; for subdir in $$list; do \ 379 echo "Making $$target in $$subdir"; \ 380 if test "$$subdir" = "."; then \ 381 dot_seen=yes; \ 382 local_target="$$target-am"; \ 383 else \ 384 local_target="$$target"; \ 385 fi; \ 386 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 387 || eval $$failcom; \ 388 done; \ 389 if test "$$dot_seen" = "no"; then \ 390 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 391 fi; test -z "$$fail" 392 393$(RECURSIVE_CLEAN_TARGETS): 394 @failcom='exit 1'; \ 395 for f in x $$MAKEFLAGS; do \ 396 case $$f in \ 397 *=* | --[!k]*);; \ 398 *k*) failcom='fail=yes';; \ 399 esac; \ 400 done; \ 401 dot_seen=no; \ 402 case "$@" in \ 403 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 404 *) list='$(SUBDIRS)' ;; \ 405 esac; \ 406 rev=''; for subdir in $$list; do \ 407 if test "$$subdir" = "."; then :; else \ 408 rev="$$subdir $$rev"; \ 409 fi; \ 410 done; \ 411 rev="$$rev ."; \ 412 target=`echo $@ | sed s/-recursive//`; \ 413 for subdir in $$rev; do \ 414 echo "Making $$target in $$subdir"; \ 415 if test "$$subdir" = "."; then \ 416 local_target="$$target-am"; \ 417 else \ 418 local_target="$$target"; \ 419 fi; \ 420 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 421 || eval $$failcom; \ 422 done && test -z "$$fail" 423tags-recursive: 424 list='$(SUBDIRS)'; for subdir in $$list; do \ 425 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 426 done 427ctags-recursive: 428 list='$(SUBDIRS)'; for subdir in $$list; do \ 429 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 430 done 431 432ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 433 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 434 unique=`for i in $$list; do \ 435 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 436 done | \ 437 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 438 END { if (nonempty) { for (i in files) print i; }; }'`; \ 439 mkid -fID $$unique 440tags: TAGS 441 442TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 443 $(TAGS_FILES) $(LISP) 444 tags=; \ 445 here=`pwd`; \ 446 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 447 include_option=--etags-include; \ 448 empty_fix=.; \ 449 else \ 450 include_option=--include; \ 451 empty_fix=; \ 452 fi; \ 453 list='$(SUBDIRS)'; for subdir in $$list; do \ 454 if test "$$subdir" = .; then :; else \ 455 test ! -f $$subdir/TAGS || \ 456 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 457 fi; \ 458 done; \ 459 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 460 unique=`for i in $$list; do \ 461 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 462 done | \ 463 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 464 END { if (nonempty) { for (i in files) print i; }; }'`; \ 465 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 466 test -n "$$unique" || unique=$$empty_fix; \ 467 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 468 $$tags $$unique; \ 469 fi 470ctags: CTAGS 471CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 472 $(TAGS_FILES) $(LISP) 473 tags=; \ 474 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 475 unique=`for i in $$list; do \ 476 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 477 done | \ 478 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 479 END { if (nonempty) { for (i in files) print i; }; }'`; \ 480 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 481 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 482 $$tags $$unique 483 484GTAGS: 485 here=`$(am__cd) $(top_builddir) && pwd` \ 486 && cd $(top_srcdir) \ 487 && gtags -i $(GTAGS_ARGS) $$here 488 489distclean-tags: 490 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 491 492distdir: $(DISTFILES) 493 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 494 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 495 list='$(DISTFILES)'; \ 496 dist_files=`for file in $$list; do echo $$file; done | \ 497 sed -e "s|^$$srcdirstrip/||;t" \ 498 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 499 case $$dist_files in \ 500 */*) $(MKDIR_P) `echo "$$dist_files" | \ 501 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 502 sort -u` ;; \ 503 esac; \ 504 for file in $$dist_files; do \ 505 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 506 if test -d $$d/$$file; then \ 507 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 508 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 509 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 510 fi; \ 511 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 512 else \ 513 test -f $(distdir)/$$file \ 514 || cp -p $$d/$$file $(distdir)/$$file \ 515 || exit 1; \ 516 fi; \ 517 done 518 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 519 if test "$$subdir" = .; then :; else \ 520 test -d "$(distdir)/$$subdir" \ 521 || $(MKDIR_P) "$(distdir)/$$subdir" \ 522 || exit 1; \ 523 distdir=`$(am__cd) $(distdir) && pwd`; \ 524 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 525 (cd $$subdir && \ 526 $(MAKE) $(AM_MAKEFLAGS) \ 527 top_distdir="$$top_distdir" \ 528 distdir="$$distdir/$$subdir" \ 529 am__remove_distdir=: \ 530 am__skip_length_check=: \ 531 distdir) \ 532 || exit 1; \ 533 fi; \ 534 done 535check-am: all-am 536check: check-recursive 537all-am: Makefile $(LTLIBRARIES) 538installdirs: installdirs-recursive 539installdirs-am: 540 for dir in "$(DESTDIR)$(libdir)"; do \ 541 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 542 done 543install: install-recursive 544install-exec: install-exec-recursive 545install-data: install-data-recursive 546uninstall: uninstall-recursive 547 548install-am: all-am 549 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 550 551installcheck: installcheck-recursive 552install-strip: 553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 555 `test -z '$(STRIP)' || \ 556 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 557mostlyclean-generic: 558 559clean-generic: 560 561distclean-generic: 562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 563 564maintainer-clean-generic: 565 @echo "This command is intended for maintainers to use" 566 @echo "it deletes files that may require special tools to rebuild." 567clean: clean-recursive 568 569clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 570 mostlyclean-am 571 572distclean: distclean-recursive 573 -rm -rf ./$(DEPDIR) 574 -rm -f Makefile 575distclean-am: clean-am distclean-compile distclean-generic \ 576 distclean-tags 577 578dvi: dvi-recursive 579 580dvi-am: 581 582html: html-recursive 583 584info: info-recursive 585 586info-am: 587 588install-data-am: 589 590install-dvi: install-dvi-recursive 591 592install-exec-am: install-libLTLIBRARIES 593 594install-html: install-html-recursive 595 596install-info: install-info-recursive 597 598install-man: 599 600install-pdf: install-pdf-recursive 601 602install-ps: install-ps-recursive 603 604installcheck-am: 605 606maintainer-clean: maintainer-clean-recursive 607 -rm -rf ./$(DEPDIR) 608 -rm -f Makefile 609maintainer-clean-am: distclean-am maintainer-clean-generic 610 611mostlyclean: mostlyclean-recursive 612 613mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 614 mostlyclean-libtool 615 616pdf: pdf-recursive 617 618pdf-am: 619 620ps: ps-recursive 621 622ps-am: 623 624uninstall-am: uninstall-libLTLIBRARIES 625 626.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 627 install-strip 628 629.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 630 all all-am check check-am clean clean-generic \ 631 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \ 632 distclean distclean-compile distclean-generic \ 633 distclean-libtool distclean-tags distdir dvi dvi-am html \ 634 html-am info info-am install install-am install-data \ 635 install-data-am install-dvi install-dvi-am install-exec \ 636 install-exec-am install-html install-html-am install-info \ 637 install-info-am install-libLTLIBRARIES install-man install-pdf \ 638 install-pdf-am install-ps install-ps-am install-strip \ 639 installcheck installcheck-am installdirs installdirs-am \ 640 maintainer-clean maintainer-clean-generic mostlyclean \ 641 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 642 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 643 uninstall-libLTLIBRARIES 644 645# Tell versions [3.59,3.63) of GNU make to not export all variables. 646# Otherwise a system limit (for SysV at least) may be exceeded. 647.NOEXPORT: 648