1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92subdir = src 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/configure.ac 95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 96 $(ACLOCAL_M4) 97DIST_COMMON = $(srcdir)/Makefile.am $(libXdamageinclude_HEADERS) \ 98 $(am__DIST_COMMON) 99mkinstalldirs = $(install_sh) -d 100CONFIG_HEADER = $(top_builddir)/config.h 101CONFIG_CLEAN_FILES = 102CONFIG_CLEAN_VPATH_FILES = 103am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 104am__vpath_adj = case $$p in \ 105 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 106 *) f=$$p;; \ 107 esac; 108am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 109am__install_max = 40 110am__nobase_strip_setup = \ 111 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 112am__nobase_strip = \ 113 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 114am__nobase_list = $(am__nobase_strip_setup); \ 115 for p in $$list; do echo "$$p $$p"; done | \ 116 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 117 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 118 if (++n[$$2] == $(am__install_max)) \ 119 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 120 END { for (dir in files) print dir, files[dir] }' 121am__base_list = \ 122 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 123 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 124am__uninstall_files_from_dir = { \ 125 test -z "$$files" \ 126 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 127 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 128 $(am__cd) "$$dir" && rm -f $$files; }; \ 129 } 130am__installdirs = "$(DESTDIR)$(libdir)" \ 131 "$(DESTDIR)$(libXdamageincludedir)" 132LTLIBRARIES = $(lib_LTLIBRARIES) 133am__DEPENDENCIES_1 = 134libXdamage_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 135am_libXdamage_la_OBJECTS = Xdamage.lo 136libXdamage_la_OBJECTS = $(am_libXdamage_la_OBJECTS) 137AM_V_lt = $(am__v_lt_@AM_V@) 138am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 139am__v_lt_0 = --silent 140am__v_lt_1 = 141libXdamage_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 142 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 143 $(libXdamage_la_LDFLAGS) $(LDFLAGS) -o $@ 144AM_V_P = $(am__v_P_@AM_V@) 145am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 146am__v_P_0 = false 147am__v_P_1 = : 148AM_V_GEN = $(am__v_GEN_@AM_V@) 149am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 150am__v_GEN_0 = @echo " GEN " $@; 151am__v_GEN_1 = 152AM_V_at = $(am__v_at_@AM_V@) 153am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 154am__v_at_0 = @ 155am__v_at_1 = 156DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 157depcomp = $(SHELL) $(top_srcdir)/depcomp 158am__maybe_remake_depfiles = depfiles 159am__depfiles_remade = ./$(DEPDIR)/Xdamage.Plo 160am__mv = mv -f 161COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 162 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 163LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 164 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 165 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 166 $(AM_CFLAGS) $(CFLAGS) 167AM_V_CC = $(am__v_CC_@AM_V@) 168am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 169am__v_CC_0 = @echo " CC " $@; 170am__v_CC_1 = 171CCLD = $(CC) 172LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 173 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 174 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 175AM_V_CCLD = $(am__v_CCLD_@AM_V@) 176am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 177am__v_CCLD_0 = @echo " CCLD " $@; 178am__v_CCLD_1 = 179SOURCES = $(libXdamage_la_SOURCES) 180DIST_SOURCES = $(libXdamage_la_SOURCES) 181am__can_run_installinfo = \ 182 case $$AM_UPDATE_INFO_DIR in \ 183 n|no|NO) false;; \ 184 *) (install-info --version) >/dev/null 2>&1;; \ 185 esac 186HEADERS = $(libXdamageinclude_HEADERS) 187am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 188# Read a list of newline-separated strings from the standard input, 189# and print each of them once, without duplicates. Input order is 190# *not* preserved. 191am__uniquify_input = $(AWK) '\ 192 BEGIN { nonempty = 0; } \ 193 { items[$$0] = 1; nonempty = 1; } \ 194 END { if (nonempty) { for (i in items) print i; }; } \ 195' 196# Make sure the list of sources is unique. This is necessary because, 197# e.g., the same source file might be shared among _SOURCES variables 198# for different programs/libraries. 199am__define_uniq_tagged_files = \ 200 list='$(am__tagged_files)'; \ 201 unique=`for i in $$list; do \ 202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 203 done | $(am__uniquify_input)` 204am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 205DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 206ACLOCAL = @ACLOCAL@ 207ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 208ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 209AMTAR = @AMTAR@ 210AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 211APP_MAN_DIR = @APP_MAN_DIR@ 212APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 213AR = @AR@ 214AUTOCONF = @AUTOCONF@ 215AUTOHEADER = @AUTOHEADER@ 216AUTOMAKE = @AUTOMAKE@ 217AWK = @AWK@ 218BASE_CFLAGS = @BASE_CFLAGS@ 219CC = @CC@ 220CCDEPMODE = @CCDEPMODE@ 221CFLAGS = @CFLAGS@ 222CHANGELOG_CMD = @CHANGELOG_CMD@ 223CPPFLAGS = @CPPFLAGS@ 224CSCOPE = @CSCOPE@ 225CTAGS = @CTAGS@ 226CWARNFLAGS = @CWARNFLAGS@ 227CYGPATH_W = @CYGPATH_W@ 228DAMAGEEXT_VERSION = @DAMAGEEXT_VERSION@ 229DEFS = @DEFS@ 230DEPDIR = @DEPDIR@ 231DLLTOOL = @DLLTOOL@ 232DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 233DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 234DSYMUTIL = @DSYMUTIL@ 235DUMPBIN = @DUMPBIN@ 236ECHO_C = @ECHO_C@ 237ECHO_N = @ECHO_N@ 238ECHO_T = @ECHO_T@ 239EGREP = @EGREP@ 240ETAGS = @ETAGS@ 241EXEEXT = @EXEEXT@ 242FGREP = @FGREP@ 243FILECMD = @FILECMD@ 244FILE_MAN_DIR = @FILE_MAN_DIR@ 245FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 246GREP = @GREP@ 247INSTALL = @INSTALL@ 248INSTALL_CMD = @INSTALL_CMD@ 249INSTALL_DATA = @INSTALL_DATA@ 250INSTALL_PROGRAM = @INSTALL_PROGRAM@ 251INSTALL_SCRIPT = @INSTALL_SCRIPT@ 252INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 253LD = @LD@ 254LDFLAGS = @LDFLAGS@ 255LIBOBJS = @LIBOBJS@ 256LIBS = @LIBS@ 257LIBTOOL = @LIBTOOL@ 258LIB_MAN_DIR = @LIB_MAN_DIR@ 259LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 260LIPO = @LIPO@ 261LN_S = @LN_S@ 262LTLIBOBJS = @LTLIBOBJS@ 263LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 264MAKEINFO = @MAKEINFO@ 265MANIFEST_TOOL = @MANIFEST_TOOL@ 266MAN_SUBSTS = @MAN_SUBSTS@ 267MISC_MAN_DIR = @MISC_MAN_DIR@ 268MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 269MKDIR_P = @MKDIR_P@ 270NM = @NM@ 271NMEDIT = @NMEDIT@ 272OBJDUMP = @OBJDUMP@ 273OBJEXT = @OBJEXT@ 274OTOOL = @OTOOL@ 275OTOOL64 = @OTOOL64@ 276PACKAGE = @PACKAGE@ 277PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 278PACKAGE_NAME = @PACKAGE_NAME@ 279PACKAGE_STRING = @PACKAGE_STRING@ 280PACKAGE_TARNAME = @PACKAGE_TARNAME@ 281PACKAGE_URL = @PACKAGE_URL@ 282PACKAGE_VERSION = @PACKAGE_VERSION@ 283PATH_SEPARATOR = @PATH_SEPARATOR@ 284PKG_CONFIG = @PKG_CONFIG@ 285PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 286PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 287RANLIB = @RANLIB@ 288SED = @SED@ 289SET_MAKE = @SET_MAKE@ 290SHELL = @SHELL@ 291STRICT_CFLAGS = @STRICT_CFLAGS@ 292STRIP = @STRIP@ 293VERSION = @VERSION@ 294XDAMAGE_CFLAGS = @XDAMAGE_CFLAGS@ 295XDAMAGE_LIBS = @XDAMAGE_LIBS@ 296XORG_MAN_PAGE = @XORG_MAN_PAGE@ 297abs_builddir = @abs_builddir@ 298abs_srcdir = @abs_srcdir@ 299abs_top_builddir = @abs_top_builddir@ 300abs_top_srcdir = @abs_top_srcdir@ 301ac_ct_AR = @ac_ct_AR@ 302ac_ct_CC = @ac_ct_CC@ 303ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 304am__include = @am__include@ 305am__leading_dot = @am__leading_dot@ 306am__quote = @am__quote@ 307am__tar = @am__tar@ 308am__untar = @am__untar@ 309bindir = @bindir@ 310build = @build@ 311build_alias = @build_alias@ 312build_cpu = @build_cpu@ 313build_os = @build_os@ 314build_vendor = @build_vendor@ 315builddir = @builddir@ 316datadir = @datadir@ 317datarootdir = @datarootdir@ 318docdir = @docdir@ 319dvidir = @dvidir@ 320exec_prefix = @exec_prefix@ 321host = @host@ 322host_alias = @host_alias@ 323host_cpu = @host_cpu@ 324host_os = @host_os@ 325host_vendor = @host_vendor@ 326htmldir = @htmldir@ 327includedir = @includedir@ 328infodir = @infodir@ 329install_sh = @install_sh@ 330libdir = @libdir@ 331libexecdir = @libexecdir@ 332localedir = @localedir@ 333localstatedir = @localstatedir@ 334mandir = @mandir@ 335mkdir_p = @mkdir_p@ 336oldincludedir = @oldincludedir@ 337pdfdir = @pdfdir@ 338prefix = @prefix@ 339program_transform_name = @program_transform_name@ 340psdir = @psdir@ 341runstatedir = @runstatedir@ 342sbindir = @sbindir@ 343sharedstatedir = @sharedstatedir@ 344srcdir = @srcdir@ 345sysconfdir = @sysconfdir@ 346target_alias = @target_alias@ 347top_build_prefix = @top_build_prefix@ 348top_builddir = @top_builddir@ 349top_srcdir = @top_srcdir@ 350lib_LTLIBRARIES = libXdamage.la 351libXdamage_la_SOURCES = \ 352 xdamageint.h \ 353 Xdamage.c 354 355libXdamage_la_LIBADD = $(XDAMAGE_LIBS) 356libXdamage_la_LDFLAGS = -version-number 1:1:0 -no-undefined 357AM_CFLAGS = $(CWARNFLAGS) $(XDAMAGE_CFLAGS) 358AM_CPPFLAGS = -I$(top_srcdir)/include/X11/extensions 359libXdamageincludedir = $(includedir)/X11/extensions 360libXdamageinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xdamage.h 361all: all-am 362 363.SUFFIXES: 364.SUFFIXES: .c .lo .o .obj 365$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 366 @for dep in $?; do \ 367 case '$(am__configure_deps)' in \ 368 *$$dep*) \ 369 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 370 && { if test -f $@; then exit 0; else break; fi; }; \ 371 exit 1;; \ 372 esac; \ 373 done; \ 374 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 375 $(am__cd) $(top_srcdir) && \ 376 $(AUTOMAKE) --foreign src/Makefile 377Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 378 @case '$?' in \ 379 *config.status*) \ 380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 381 *) \ 382 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 383 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 384 esac; 385 386$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 388 389$(top_srcdir)/configure: $(am__configure_deps) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391$(ACLOCAL_M4): $(am__aclocal_m4_deps) 392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 393$(am__aclocal_m4_deps): 394 395install-libLTLIBRARIES: $(lib_LTLIBRARIES) 396 @$(NORMAL_INSTALL) 397 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 398 list2=; for p in $$list; do \ 399 if test -f $$p; then \ 400 list2="$$list2 $$p"; \ 401 else :; fi; \ 402 done; \ 403 test -z "$$list2" || { \ 404 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 405 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 406 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 407 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 408 } 409 410uninstall-libLTLIBRARIES: 411 @$(NORMAL_UNINSTALL) 412 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 413 for p in $$list; do \ 414 $(am__strip_dir) \ 415 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 416 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 417 done 418 419clean-libLTLIBRARIES: 420 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 421 @list='$(lib_LTLIBRARIES)'; \ 422 locs=`for p in $$list; do echo $$p; done | \ 423 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 424 sort -u`; \ 425 test -z "$$locs" || { \ 426 echo rm -f $${locs}; \ 427 rm -f $${locs}; \ 428 } 429 430libXdamage.la: $(libXdamage_la_OBJECTS) $(libXdamage_la_DEPENDENCIES) $(EXTRA_libXdamage_la_DEPENDENCIES) 431 $(AM_V_CCLD)$(libXdamage_la_LINK) -rpath $(libdir) $(libXdamage_la_OBJECTS) $(libXdamage_la_LIBADD) $(LIBS) 432 433mostlyclean-compile: 434 -rm -f *.$(OBJEXT) 435 436distclean-compile: 437 -rm -f *.tab.c 438 439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xdamage.Plo@am__quote@ # am--include-marker 440 441$(am__depfiles_remade): 442 @$(MKDIR_P) $(@D) 443 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 444 445am--depfiles: $(am__depfiles_remade) 446 447.c.o: 448@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 449@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 450@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 451@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 452@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 453 454.c.obj: 455@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 456@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 457@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 458@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 459@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 460 461.c.lo: 462@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 463@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 464@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 465@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 466@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 467 468mostlyclean-libtool: 469 -rm -f *.lo 470 471clean-libtool: 472 -rm -rf .libs _libs 473install-libXdamageincludeHEADERS: $(libXdamageinclude_HEADERS) 474 @$(NORMAL_INSTALL) 475 @list='$(libXdamageinclude_HEADERS)'; test -n "$(libXdamageincludedir)" || list=; \ 476 if test -n "$$list"; then \ 477 echo " $(MKDIR_P) '$(DESTDIR)$(libXdamageincludedir)'"; \ 478 $(MKDIR_P) "$(DESTDIR)$(libXdamageincludedir)" || exit 1; \ 479 fi; \ 480 for p in $$list; do \ 481 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 482 echo "$$d$$p"; \ 483 done | $(am__base_list) | \ 484 while read files; do \ 485 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXdamageincludedir)'"; \ 486 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXdamageincludedir)" || exit $$?; \ 487 done 488 489uninstall-libXdamageincludeHEADERS: 490 @$(NORMAL_UNINSTALL) 491 @list='$(libXdamageinclude_HEADERS)'; test -n "$(libXdamageincludedir)" || list=; \ 492 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 493 dir='$(DESTDIR)$(libXdamageincludedir)'; $(am__uninstall_files_from_dir) 494 495ID: $(am__tagged_files) 496 $(am__define_uniq_tagged_files); mkid -fID $$unique 497tags: tags-am 498TAGS: tags 499 500tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 501 set x; \ 502 here=`pwd`; \ 503 $(am__define_uniq_tagged_files); \ 504 shift; \ 505 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 506 test -n "$$unique" || unique=$$empty_fix; \ 507 if test $$# -gt 0; then \ 508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 509 "$$@" $$unique; \ 510 else \ 511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 512 $$unique; \ 513 fi; \ 514 fi 515ctags: ctags-am 516 517CTAGS: ctags 518ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 519 $(am__define_uniq_tagged_files); \ 520 test -z "$(CTAGS_ARGS)$$unique" \ 521 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 522 $$unique 523 524GTAGS: 525 here=`$(am__cd) $(top_builddir) && pwd` \ 526 && $(am__cd) $(top_srcdir) \ 527 && gtags -i $(GTAGS_ARGS) "$$here" 528cscopelist: cscopelist-am 529 530cscopelist-am: $(am__tagged_files) 531 list='$(am__tagged_files)'; \ 532 case "$(srcdir)" in \ 533 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 534 *) sdir=$(subdir)/$(srcdir) ;; \ 535 esac; \ 536 for i in $$list; do \ 537 if test -f "$$i"; then \ 538 echo "$(subdir)/$$i"; \ 539 else \ 540 echo "$$sdir/$$i"; \ 541 fi; \ 542 done >> $(top_builddir)/cscope.files 543 544distclean-tags: 545 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 546distdir: $(BUILT_SOURCES) 547 $(MAKE) $(AM_MAKEFLAGS) distdir-am 548 549distdir-am: $(DISTFILES) 550 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 551 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 552 list='$(DISTFILES)'; \ 553 dist_files=`for file in $$list; do echo $$file; done | \ 554 sed -e "s|^$$srcdirstrip/||;t" \ 555 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 556 case $$dist_files in \ 557 */*) $(MKDIR_P) `echo "$$dist_files" | \ 558 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 559 sort -u` ;; \ 560 esac; \ 561 for file in $$dist_files; do \ 562 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 563 if test -d $$d/$$file; then \ 564 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 565 if test -d "$(distdir)/$$file"; then \ 566 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 567 fi; \ 568 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 569 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 571 fi; \ 572 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 573 else \ 574 test -f "$(distdir)/$$file" \ 575 || cp -p $$d/$$file "$(distdir)/$$file" \ 576 || exit 1; \ 577 fi; \ 578 done 579check-am: all-am 580check: check-am 581all-am: Makefile $(LTLIBRARIES) $(HEADERS) 582installdirs: 583 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXdamageincludedir)"; do \ 584 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 585 done 586install: install-am 587install-exec: install-exec-am 588install-data: install-data-am 589uninstall: uninstall-am 590 591install-am: all-am 592 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 593 594installcheck: installcheck-am 595install-strip: 596 if test -z '$(STRIP)'; then \ 597 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 598 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 599 install; \ 600 else \ 601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 603 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 604 fi 605mostlyclean-generic: 606 607clean-generic: 608 609distclean-generic: 610 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 611 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 612 613maintainer-clean-generic: 614 @echo "This command is intended for maintainers to use" 615 @echo "it deletes files that may require special tools to rebuild." 616clean: clean-am 617 618clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 619 mostlyclean-am 620 621distclean: distclean-am 622 -rm -f ./$(DEPDIR)/Xdamage.Plo 623 -rm -f Makefile 624distclean-am: clean-am distclean-compile distclean-generic \ 625 distclean-tags 626 627dvi: dvi-am 628 629dvi-am: 630 631html: html-am 632 633html-am: 634 635info: info-am 636 637info-am: 638 639install-data-am: install-libXdamageincludeHEADERS 640 641install-dvi: install-dvi-am 642 643install-dvi-am: 644 645install-exec-am: install-libLTLIBRARIES 646 647install-html: install-html-am 648 649install-html-am: 650 651install-info: install-info-am 652 653install-info-am: 654 655install-man: 656 657install-pdf: install-pdf-am 658 659install-pdf-am: 660 661install-ps: install-ps-am 662 663install-ps-am: 664 665installcheck-am: 666 667maintainer-clean: maintainer-clean-am 668 -rm -f ./$(DEPDIR)/Xdamage.Plo 669 -rm -f Makefile 670maintainer-clean-am: distclean-am maintainer-clean-generic 671 672mostlyclean: mostlyclean-am 673 674mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 675 mostlyclean-libtool 676 677pdf: pdf-am 678 679pdf-am: 680 681ps: ps-am 682 683ps-am: 684 685uninstall-am: uninstall-libLTLIBRARIES \ 686 uninstall-libXdamageincludeHEADERS 687 688.MAKE: install-am install-strip 689 690.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 691 clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ 692 ctags ctags-am distclean distclean-compile distclean-generic \ 693 distclean-libtool distclean-tags distdir dvi dvi-am html \ 694 html-am info info-am install install-am install-data \ 695 install-data-am install-dvi install-dvi-am install-exec \ 696 install-exec-am install-html install-html-am install-info \ 697 install-info-am install-libLTLIBRARIES \ 698 install-libXdamageincludeHEADERS install-man install-pdf \ 699 install-pdf-am install-ps install-ps-am install-strip \ 700 installcheck installcheck-am installdirs maintainer-clean \ 701 maintainer-clean-generic mostlyclean mostlyclean-compile \ 702 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 703 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ 704 uninstall-libXdamageincludeHEADERS 705 706.PRECIOUS: Makefile 707 708 709# Tell versions [3.59,3.63) of GNU make to not export all variables. 710# Otherwise a system limit (for SysV at least) may be exceeded. 711.NOEXPORT: 712