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