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