Makefile.in revision 11245024
1# Makefile.in generated by automake 1.11 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, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18VPATH = @srcdir@ 19pkgdatadir = $(datadir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@ 22pkglibexecdir = $(libexecdir)/@PACKAGE@ 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24install_sh_DATA = $(install_sh) -c -m 644 25install_sh_PROGRAM = $(install_sh) -c 26install_sh_SCRIPT = $(install_sh) -c 27INSTALL_HEADER = $(INSTALL_DATA) 28transform = $(program_transform_name) 29NORMAL_INSTALL = : 30PRE_INSTALL = : 31POST_INSTALL = : 32NORMAL_UNINSTALL = : 33PRE_UNINSTALL = : 34POST_UNINSTALL = : 35build_triplet = @build@ 36host_triplet = @host@ 37subdir = src 38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 39 $(srcdir)/config.h.in 40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 41am__aclocal_m4_deps = $(top_srcdir)/configure.ac 42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 43 $(ACLOCAL_M4) 44mkinstalldirs = $(install_sh) -d 45CONFIG_HEADER = config.h 46CONFIG_CLEAN_FILES = 47CONFIG_CLEAN_VPATH_FILES = 48am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 49am__vpath_adj = case $$p in \ 50 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 51 *) f=$$p;; \ 52 esac; 53am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 54am__install_max = 40 55am__nobase_strip_setup = \ 56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 57am__nobase_strip = \ 58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 59am__nobase_list = $(am__nobase_strip_setup); \ 60 for p in $$list; do echo "$$p $$p"; done | \ 61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 63 if (++n[$$2] == $(am__install_max)) \ 64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 65 END { for (dir in files) print dir, files[dir] }' 66am__base_list = \ 67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 69am__installdirs = "$(DESTDIR)$(libdir)" 70LTLIBRARIES = $(lib_LTLIBRARIES) 71am__DEPENDENCIES_1 = 72libXxf86misc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 73am_libXxf86misc_la_OBJECTS = XF86Misc.lo 74libXxf86misc_la_OBJECTS = $(am_libXxf86misc_la_OBJECTS) 75AM_V_lt = $(am__v_lt_$(V)) 76am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 77am__v_lt_0 = --silent 78libXxf86misc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 79 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 80 $(AM_CFLAGS) $(CFLAGS) $(libXxf86misc_la_LDFLAGS) $(LDFLAGS) \ 81 -o $@ 82DEFAULT_INCLUDES = -I.@am__isrc@ 83depcomp = $(SHELL) $(top_srcdir)/depcomp 84am__depfiles_maybe = depfiles 85am__mv = mv -f 86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 87 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 88LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 89 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 90 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 91 $(AM_CFLAGS) $(CFLAGS) 92AM_V_CC = $(am__v_CC_$(V)) 93am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 94am__v_CC_0 = @echo " CC " $@; 95AM_V_at = $(am__v_at_$(V)) 96am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 97am__v_at_0 = @ 98CCLD = $(CC) 99LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 100 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 101 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 102AM_V_CCLD = $(am__v_CCLD_$(V)) 103am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 104am__v_CCLD_0 = @echo " CCLD " $@; 105AM_V_GEN = $(am__v_GEN_$(V)) 106am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 107am__v_GEN_0 = @echo " GEN " $@; 108SOURCES = $(libXxf86misc_la_SOURCES) 109DIST_SOURCES = $(libXxf86misc_la_SOURCES) 110ETAGS = etags 111CTAGS = ctags 112DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 113ACLOCAL = @ACLOCAL@ 114ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 115ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 116AMTAR = @AMTAR@ 117AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 118APP_MAN_DIR = @APP_MAN_DIR@ 119APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 120AR = @AR@ 121AUTOCONF = @AUTOCONF@ 122AUTOHEADER = @AUTOHEADER@ 123AUTOMAKE = @AUTOMAKE@ 124AWK = @AWK@ 125CC = @CC@ 126CCDEPMODE = @CCDEPMODE@ 127CFLAGS = @CFLAGS@ 128CHANGELOG_CMD = @CHANGELOG_CMD@ 129CPP = @CPP@ 130CPPFLAGS = @CPPFLAGS@ 131CWARNFLAGS = @CWARNFLAGS@ 132CXX = @CXX@ 133CXXCPP = @CXXCPP@ 134CXXDEPMODE = @CXXDEPMODE@ 135CXXFLAGS = @CXXFLAGS@ 136CYGPATH_W = @CYGPATH_W@ 137DEFS = @DEFS@ 138DEPDIR = @DEPDIR@ 139DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 140DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 141DSYMUTIL = @DSYMUTIL@ 142ECHO = @ECHO@ 143ECHO_C = @ECHO_C@ 144ECHO_N = @ECHO_N@ 145ECHO_T = @ECHO_T@ 146EGREP = @EGREP@ 147EXEEXT = @EXEEXT@ 148F77 = @F77@ 149FFLAGS = @FFLAGS@ 150FILE_MAN_DIR = @FILE_MAN_DIR@ 151FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 152GREP = @GREP@ 153INSTALL = @INSTALL@ 154INSTALL_DATA = @INSTALL_DATA@ 155INSTALL_PROGRAM = @INSTALL_PROGRAM@ 156INSTALL_SCRIPT = @INSTALL_SCRIPT@ 157INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 158LDFLAGS = @LDFLAGS@ 159LIBOBJS = @LIBOBJS@ 160LIBS = @LIBS@ 161LIBTOOL = @LIBTOOL@ 162LIB_MAN_DIR = @LIB_MAN_DIR@ 163LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 164LN_S = @LN_S@ 165LTLIBOBJS = @LTLIBOBJS@ 166MAINT = @MAINT@ 167MAKEINFO = @MAKEINFO@ 168MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 169MISC_MAN_DIR = @MISC_MAN_DIR@ 170MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 171MKDIR_P = @MKDIR_P@ 172NMEDIT = @NMEDIT@ 173OBJEXT = @OBJEXT@ 174PACKAGE = @PACKAGE@ 175PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 176PACKAGE_NAME = @PACKAGE_NAME@ 177PACKAGE_STRING = @PACKAGE_STRING@ 178PACKAGE_TARNAME = @PACKAGE_TARNAME@ 179PACKAGE_VERSION = @PACKAGE_VERSION@ 180PATH_SEPARATOR = @PATH_SEPARATOR@ 181PKG_CONFIG = @PKG_CONFIG@ 182RANLIB = @RANLIB@ 183SED = @SED@ 184SET_MAKE = @SET_MAKE@ 185SHELL = @SHELL@ 186STRIP = @STRIP@ 187VERSION = @VERSION@ 188XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 189XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 190XXF86MISC_CFLAGS = @XXF86MISC_CFLAGS@ 191XXF86MISC_LIBS = @XXF86MISC_LIBS@ 192abs_builddir = @abs_builddir@ 193abs_srcdir = @abs_srcdir@ 194abs_top_builddir = @abs_top_builddir@ 195abs_top_srcdir = @abs_top_srcdir@ 196ac_ct_CC = @ac_ct_CC@ 197ac_ct_CXX = @ac_ct_CXX@ 198ac_ct_F77 = @ac_ct_F77@ 199am__include = @am__include@ 200am__leading_dot = @am__leading_dot@ 201am__quote = @am__quote@ 202am__tar = @am__tar@ 203am__untar = @am__untar@ 204bindir = @bindir@ 205build = @build@ 206build_alias = @build_alias@ 207build_cpu = @build_cpu@ 208build_os = @build_os@ 209build_vendor = @build_vendor@ 210builddir = @builddir@ 211datadir = @datadir@ 212datarootdir = @datarootdir@ 213distcleancheck_listfiles = @distcleancheck_listfiles@ 214docdir = @docdir@ 215dvidir = @dvidir@ 216exec_prefix = @exec_prefix@ 217host = @host@ 218host_alias = @host_alias@ 219host_cpu = @host_cpu@ 220host_os = @host_os@ 221host_vendor = @host_vendor@ 222htmldir = @htmldir@ 223includedir = @includedir@ 224infodir = @infodir@ 225install_sh = @install_sh@ 226libdir = @libdir@ 227libexecdir = @libexecdir@ 228localedir = @localedir@ 229localstatedir = @localstatedir@ 230mandir = @mandir@ 231mkdir_p = @mkdir_p@ 232oldincludedir = @oldincludedir@ 233pdfdir = @pdfdir@ 234prefix = @prefix@ 235program_transform_name = @program_transform_name@ 236psdir = @psdir@ 237sbindir = @sbindir@ 238sharedstatedir = @sharedstatedir@ 239srcdir = @srcdir@ 240sysconfdir = @sysconfdir@ 241target_alias = @target_alias@ 242top_build_prefix = @top_build_prefix@ 243top_builddir = @top_builddir@ 244top_srcdir = @top_srcdir@ 245lib_LTLIBRARIES = libXxf86misc.la 246libXxf86misc_la_SOURCES = XF86Misc.c 247AM_CFLAGS = $(CWARNFLAGS) $(XXF86MISC_CFLAGS) $(MALLOC_ZERO_CFLAGS) 248libXxf86misc_la_LIBADD = $(XXF86MISC_LIBS) 249libXxf86misc_la_LDFLAGS = -version-number 1:1:0 250all: config.h 251 $(MAKE) $(AM_MAKEFLAGS) all-am 252 253.SUFFIXES: 254.SUFFIXES: .c .lo .o .obj 255$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 256 @for dep in $?; do \ 257 case '$(am__configure_deps)' in \ 258 *$$dep*) \ 259 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 260 && { if test -f $@; then exit 0; else break; fi; }; \ 261 exit 1;; \ 262 esac; \ 263 done; \ 264 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 265 $(am__cd) $(top_srcdir) && \ 266 $(AUTOMAKE) --foreign src/Makefile 267.PRECIOUS: Makefile 268Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 269 @case '$?' in \ 270 *config.status*) \ 271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 272 *) \ 273 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 274 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 275 esac; 276 277$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 279 280$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 282$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 284$(am__aclocal_m4_deps): 285 286config.h: stamp-h1 287 @if test ! -f $@; then \ 288 rm -f stamp-h1; \ 289 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 290 else :; fi 291 292stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 293 @rm -f stamp-h1 294 cd $(top_builddir) && $(SHELL) ./config.status src/config.h 295$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 296 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 297 rm -f stamp-h1 298 touch $@ 299 300distclean-hdr: 301 -rm -f config.h stamp-h1 302install-libLTLIBRARIES: $(lib_LTLIBRARIES) 303 @$(NORMAL_INSTALL) 304 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 305 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 306 list2=; for p in $$list; do \ 307 if test -f $$p; then \ 308 list2="$$list2 $$p"; \ 309 else :; fi; \ 310 done; \ 311 test -z "$$list2" || { \ 312 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 313 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 314 } 315 316uninstall-libLTLIBRARIES: 317 @$(NORMAL_UNINSTALL) 318 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 319 for p in $$list; do \ 320 $(am__strip_dir) \ 321 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 322 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 323 done 324 325clean-libLTLIBRARIES: 326 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 327 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 328 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 329 test "$$dir" != "$$p" || dir=.; \ 330 echo "rm -f \"$${dir}/so_locations\""; \ 331 rm -f "$${dir}/so_locations"; \ 332 done 333libXxf86misc.la: $(libXxf86misc_la_OBJECTS) $(libXxf86misc_la_DEPENDENCIES) 334 $(AM_V_CCLD)$(libXxf86misc_la_LINK) -rpath $(libdir) $(libXxf86misc_la_OBJECTS) $(libXxf86misc_la_LIBADD) $(LIBS) 335 336mostlyclean-compile: 337 -rm -f *.$(OBJEXT) 338 339distclean-compile: 340 -rm -f *.tab.c 341 342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XF86Misc.Plo@am__quote@ 343 344.c.o: 345@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 346@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 347@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 348@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 349@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 350@am__fastdepCC_FALSE@ $(COMPILE) -c $< 351 352.c.obj: 353@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 354@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 355@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 356@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 357@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 358@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 359 360.c.lo: 361@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 362@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 363@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 364@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 365@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 366@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 367 368mostlyclean-libtool: 369 -rm -f *.lo 370 371clean-libtool: 372 -rm -rf .libs _libs 373 374ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 376 unique=`for i in $$list; do \ 377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 378 done | \ 379 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 380 END { if (nonempty) { for (i in files) print i; }; }'`; \ 381 mkid -fID $$unique 382tags: TAGS 383 384TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 385 $(TAGS_FILES) $(LISP) 386 set x; \ 387 here=`pwd`; \ 388 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 389 unique=`for i in $$list; do \ 390 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 391 done | \ 392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 393 END { if (nonempty) { for (i in files) print i; }; }'`; \ 394 shift; \ 395 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 396 test -n "$$unique" || unique=$$empty_fix; \ 397 if test $$# -gt 0; then \ 398 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 399 "$$@" $$unique; \ 400 else \ 401 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 402 $$unique; \ 403 fi; \ 404 fi 405ctags: CTAGS 406CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 407 $(TAGS_FILES) $(LISP) 408 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 409 unique=`for i in $$list; do \ 410 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 411 done | \ 412 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 413 END { if (nonempty) { for (i in files) print i; }; }'`; \ 414 test -z "$(CTAGS_ARGS)$$unique" \ 415 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 416 $$unique 417 418GTAGS: 419 here=`$(am__cd) $(top_builddir) && pwd` \ 420 && $(am__cd) $(top_srcdir) \ 421 && gtags -i $(GTAGS_ARGS) "$$here" 422 423distclean-tags: 424 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 425 426distdir: $(DISTFILES) 427 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 428 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 429 list='$(DISTFILES)'; \ 430 dist_files=`for file in $$list; do echo $$file; done | \ 431 sed -e "s|^$$srcdirstrip/||;t" \ 432 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 433 case $$dist_files in \ 434 */*) $(MKDIR_P) `echo "$$dist_files" | \ 435 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 436 sort -u` ;; \ 437 esac; \ 438 for file in $$dist_files; do \ 439 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 440 if test -d $$d/$$file; then \ 441 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 442 if test -d "$(distdir)/$$file"; then \ 443 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 444 fi; \ 445 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 446 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 448 fi; \ 449 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 450 else \ 451 test -f "$(distdir)/$$file" \ 452 || cp -p $$d/$$file "$(distdir)/$$file" \ 453 || exit 1; \ 454 fi; \ 455 done 456check-am: all-am 457check: check-am 458all-am: Makefile $(LTLIBRARIES) config.h 459installdirs: 460 for dir in "$(DESTDIR)$(libdir)"; do \ 461 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 462 done 463install: install-am 464install-exec: install-exec-am 465install-data: install-data-am 466uninstall: uninstall-am 467 468install-am: all-am 469 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 470 471installcheck: installcheck-am 472install-strip: 473 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 474 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 475 `test -z '$(STRIP)' || \ 476 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 477mostlyclean-generic: 478 479clean-generic: 480 481distclean-generic: 482 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 483 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 484 485maintainer-clean-generic: 486 @echo "This command is intended for maintainers to use" 487 @echo "it deletes files that may require special tools to rebuild." 488clean: clean-am 489 490clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 491 mostlyclean-am 492 493distclean: distclean-am 494 -rm -rf ./$(DEPDIR) 495 -rm -f Makefile 496distclean-am: clean-am distclean-compile distclean-generic \ 497 distclean-hdr distclean-tags 498 499dvi: dvi-am 500 501dvi-am: 502 503html: html-am 504 505html-am: 506 507info: info-am 508 509info-am: 510 511install-data-am: 512 513install-dvi: install-dvi-am 514 515install-dvi-am: 516 517install-exec-am: install-libLTLIBRARIES 518 519install-html: install-html-am 520 521install-html-am: 522 523install-info: install-info-am 524 525install-info-am: 526 527install-man: 528 529install-pdf: install-pdf-am 530 531install-pdf-am: 532 533install-ps: install-ps-am 534 535install-ps-am: 536 537installcheck-am: 538 539maintainer-clean: maintainer-clean-am 540 -rm -rf ./$(DEPDIR) 541 -rm -f Makefile 542maintainer-clean-am: distclean-am maintainer-clean-generic 543 544mostlyclean: mostlyclean-am 545 546mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 547 mostlyclean-libtool 548 549pdf: pdf-am 550 551pdf-am: 552 553ps: ps-am 554 555ps-am: 556 557uninstall-am: uninstall-libLTLIBRARIES 558 559.MAKE: all install-am install-strip 560 561.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 562 clean-libLTLIBRARIES clean-libtool ctags distclean \ 563 distclean-compile distclean-generic distclean-hdr \ 564 distclean-libtool distclean-tags distdir dvi dvi-am html \ 565 html-am info info-am install install-am install-data \ 566 install-data-am install-dvi install-dvi-am install-exec \ 567 install-exec-am install-html install-html-am install-info \ 568 install-info-am install-libLTLIBRARIES install-man install-pdf \ 569 install-pdf-am install-ps install-ps-am install-strip \ 570 installcheck installcheck-am installdirs maintainer-clean \ 571 maintainer-clean-generic mostlyclean mostlyclean-compile \ 572 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 573 tags uninstall uninstall-am uninstall-libLTLIBRARIES 574 575 576# Tell versions [3.59,3.63) of GNU make to not export all variables. 577# Otherwise a system limit (for SysV at least) may be exceeded. 578.NOEXPORT: 579