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