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