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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90check_PROGRAMS = xshmfence_test$(EXEEXT)
91subdir = test
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101am_xshmfence_test_OBJECTS = xshmfence_test-xshmfence_test.$(OBJEXT)
102xshmfence_test_OBJECTS = $(am_xshmfence_test_OBJECTS)
103xshmfence_test_DEPENDENCIES = $(top_builddir)/src/libxshmfence.la
104AM_V_lt = $(am__v_lt_@AM_V@)
105am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
106am__v_lt_0 = --silent
107am__v_lt_1 = 
108xshmfence_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
109	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
110	$(xshmfence_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
111	$@
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo "  GEN     " $@;
119am__v_GEN_1 = 
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 = 
124DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
125depcomp = $(SHELL) $(top_srcdir)/depcomp
126am__maybe_remake_depfiles = depfiles
127am__depfiles_remade = ./$(DEPDIR)/xshmfence_test-xshmfence_test.Po
128am__mv = mv -f
129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
133	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
134	$(AM_CFLAGS) $(CFLAGS)
135AM_V_CC = $(am__v_CC_@AM_V@)
136am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
137am__v_CC_0 = @echo "  CC      " $@;
138am__v_CC_1 = 
139CCLD = $(CC)
140LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
142	$(AM_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_CCLD = $(am__v_CCLD_@AM_V@)
144am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
145am__v_CCLD_0 = @echo "  CCLD    " $@;
146am__v_CCLD_1 = 
147SOURCES = $(xshmfence_test_SOURCES)
148DIST_SOURCES = $(xshmfence_test_SOURCES)
149am__can_run_installinfo = \
150  case $$AM_UPDATE_INFO_DIR in \
151    n|no|NO) false;; \
152    *) (install-info --version) >/dev/null 2>&1;; \
153  esac
154am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155# Read a list of newline-separated strings from the standard input,
156# and print each of them once, without duplicates.  Input order is
157# *not* preserved.
158am__uniquify_input = $(AWK) '\
159  BEGIN { nonempty = 0; } \
160  { items[$$0] = 1; nonempty = 1; } \
161  END { if (nonempty) { for (i in items) print i; }; } \
162'
163# Make sure the list of sources is unique.  This is necessary because,
164# e.g., the same source file might be shared among _SOURCES variables
165# for different programs/libraries.
166am__define_uniq_tagged_files = \
167  list='$(am__tagged_files)'; \
168  unique=`for i in $$list; do \
169    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170  done | $(am__uniquify_input)`
171am__tty_colors_dummy = \
172  mgn= red= grn= lgn= blu= brg= std=; \
173  am__color_tests=no
174am__tty_colors = { \
175  $(am__tty_colors_dummy); \
176  if test "X$(AM_COLOR_TESTS)" = Xno; then \
177    am__color_tests=no; \
178  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
179    am__color_tests=yes; \
180  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
181    am__color_tests=yes; \
182  fi; \
183  if test $$am__color_tests = yes; then \
184    red='[0;31m'; \
185    grn='[0;32m'; \
186    lgn='[1;32m'; \
187    blu='[1;34m'; \
188    mgn='[0;35m'; \
189    brg='[1m'; \
190    std='[m'; \
191  fi; \
192}
193am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
194am__vpath_adj = case $$p in \
195    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
196    *) f=$$p;; \
197  esac;
198am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
199am__install_max = 40
200am__nobase_strip_setup = \
201  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
202am__nobase_strip = \
203  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
204am__nobase_list = $(am__nobase_strip_setup); \
205  for p in $$list; do echo "$$p $$p"; done | \
206  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
207  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
208    if (++n[$$2] == $(am__install_max)) \
209      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
210    END { for (dir in files) print dir, files[dir] }'
211am__base_list = \
212  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
213  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
214am__uninstall_files_from_dir = { \
215  test -z "$$files" \
216    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
217    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
218         $(am__cd) "$$dir" && rm -f $$files; }; \
219  }
220am__recheck_rx = ^[ 	]*:recheck:[ 	]*
221am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
222am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
223# A command that, given a newline-separated list of test names on the
224# standard input, print the name of the tests that are to be re-run
225# upon "make recheck".
226am__list_recheck_tests = $(AWK) '{ \
227  recheck = 1; \
228  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
229    { \
230      if (rc < 0) \
231        { \
232          if ((getline line2 < ($$0 ".log")) < 0) \
233	    recheck = 0; \
234          break; \
235        } \
236      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
237        { \
238          recheck = 0; \
239          break; \
240        } \
241      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
242        { \
243          break; \
244        } \
245    }; \
246  if (recheck) \
247    print $$0; \
248  close ($$0 ".trs"); \
249  close ($$0 ".log"); \
250}'
251# A command that, given a newline-separated list of test names on the
252# standard input, create the global log from their .trs and .log files.
253am__create_global_log = $(AWK) ' \
254function fatal(msg) \
255{ \
256  print "fatal: making $@: " msg | "cat >&2"; \
257  exit 1; \
258} \
259function rst_section(header) \
260{ \
261  print header; \
262  len = length(header); \
263  for (i = 1; i <= len; i = i + 1) \
264    printf "="; \
265  printf "\n\n"; \
266} \
267{ \
268  copy_in_global_log = 1; \
269  global_test_result = "RUN"; \
270  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
271    { \
272      if (rc < 0) \
273         fatal("failed to read from " $$0 ".trs"); \
274      if (line ~ /$(am__global_test_result_rx)/) \
275        { \
276          sub("$(am__global_test_result_rx)", "", line); \
277          sub("[ 	]*$$", "", line); \
278          global_test_result = line; \
279        } \
280      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
281        copy_in_global_log = 0; \
282    }; \
283  if (copy_in_global_log) \
284    { \
285      rst_section(global_test_result ": " $$0); \
286      while ((rc = (getline line < ($$0 ".log"))) != 0) \
287      { \
288        if (rc < 0) \
289          fatal("failed to read from " $$0 ".log"); \
290        print line; \
291      }; \
292      printf "\n"; \
293    }; \
294  close ($$0 ".trs"); \
295  close ($$0 ".log"); \
296}'
297# Restructured Text title.
298am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
299# Solaris 10 'make', and several other traditional 'make' implementations,
300# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
301# by disabling -e (using the XSI extension "set +e") if it's set.
302am__sh_e_setup = case $$- in *e*) set +e;; esac
303# Default flags passed to test drivers.
304am__common_driver_flags = \
305  --color-tests "$$am__color_tests" \
306  --enable-hard-errors "$$am__enable_hard_errors" \
307  --expect-failure "$$am__expect_failure"
308# To be inserted before the command running the test.  Creates the
309# directory for the log if needed.  Stores in $dir the directory
310# containing $f, in $tst the test, in $log the log.  Executes the
311# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
312# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
313# will run the test scripts (or their associated LOG_COMPILER, if
314# thy have one).
315am__check_pre = \
316$(am__sh_e_setup);					\
317$(am__vpath_adj_setup) $(am__vpath_adj)			\
318$(am__tty_colors);					\
319srcdir=$(srcdir); export srcdir;			\
320case "$@" in						\
321  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
322    *) am__odir=.;; 					\
323esac;							\
324test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
325  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
326if test -f "./$$f"; then dir=./;			\
327elif test -f "$$f"; then dir=;				\
328else dir="$(srcdir)/"; fi;				\
329tst=$$dir$$f; log='$@'; 				\
330if test -n '$(DISABLE_HARD_ERRORS)'; then		\
331  am__enable_hard_errors=no; 				\
332else							\
333  am__enable_hard_errors=yes; 				\
334fi; 							\
335case " $(XFAIL_TESTS) " in				\
336  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
337    am__expect_failure=yes;;				\
338  *)							\
339    am__expect_failure=no;;				\
340esac; 							\
341$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
342# A shell command to get the names of the tests scripts with any registered
343# extension removed (i.e., equivalently, the names of the test logs, with
344# the '.log' extension removed).  The result is saved in the shell variable
345# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
346# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
347# since that might cause problem with VPATH rewrites for suffix-less tests.
348# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
349am__set_TESTS_bases = \
350  bases='$(TEST_LOGS)'; \
351  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
352  bases=`echo $$bases`
353AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
354RECHECK_LOGS = $(TEST_LOGS)
355AM_RECURSIVE_TARGETS = check recheck
356TEST_SUITE_LOG = test-suite.log
357TEST_EXTENSIONS = @EXEEXT@ .test
358LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
359LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
360am__set_b = \
361  case '$@' in \
362    */*) \
363      case '$*' in \
364        */*) b='$*';; \
365          *) b=`echo '$@' | sed 's/\.log$$//'`; \
366       esac;; \
367    *) \
368      b='$*';; \
369  esac
370am__test_logs1 = $(TESTS:=.log)
371am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
372TEST_LOGS = $(am__test_logs2:.test.log=.log)
373TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
374TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
375	$(TEST_LOG_FLAGS)
376am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
377	$(top_srcdir)/test-driver
378DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
379ACLOCAL = @ACLOCAL@
380ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
381ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
382AMTAR = @AMTAR@
383AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
384APP_MAN_DIR = @APP_MAN_DIR@
385APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
386AR = @AR@
387AUTOCONF = @AUTOCONF@
388AUTOHEADER = @AUTOHEADER@
389AUTOMAKE = @AUTOMAKE@
390AWK = @AWK@
391BASE_CFLAGS = @BASE_CFLAGS@
392CC = @CC@
393CCDEPMODE = @CCDEPMODE@
394CFLAGS = @CFLAGS@
395CHANGELOG_CMD = @CHANGELOG_CMD@
396CPPFLAGS = @CPPFLAGS@
397CSCOPE = @CSCOPE@
398CTAGS = @CTAGS@
399CWARNFLAGS = @CWARNFLAGS@
400CYGPATH_W = @CYGPATH_W@
401DEFS = @DEFS@
402DEPDIR = @DEPDIR@
403DLLTOOL = @DLLTOOL@
404DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
405DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
406DSYMUTIL = @DSYMUTIL@
407DUMPBIN = @DUMPBIN@
408ECHO_C = @ECHO_C@
409ECHO_N = @ECHO_N@
410ECHO_T = @ECHO_T@
411EGREP = @EGREP@
412ETAGS = @ETAGS@
413EXEEXT = @EXEEXT@
414FGREP = @FGREP@
415FILECMD = @FILECMD@
416FILE_MAN_DIR = @FILE_MAN_DIR@
417FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
418GREP = @GREP@
419INSTALL = @INSTALL@
420INSTALL_CMD = @INSTALL_CMD@
421INSTALL_DATA = @INSTALL_DATA@
422INSTALL_PROGRAM = @INSTALL_PROGRAM@
423INSTALL_SCRIPT = @INSTALL_SCRIPT@
424INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
425LD = @LD@
426LDFLAGS = @LDFLAGS@
427LIBOBJS = @LIBOBJS@
428LIBS = @LIBS@
429LIBTOOL = @LIBTOOL@
430LIB_MAN_DIR = @LIB_MAN_DIR@
431LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
432LINT = @LINT@
433LINT_FLAGS = @LINT_FLAGS@
434LIPO = @LIPO@
435LN_S = @LN_S@
436LTLIBOBJS = @LTLIBOBJS@
437LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
438MAKEINFO = @MAKEINFO@
439MANIFEST_TOOL = @MANIFEST_TOOL@
440MAN_SUBSTS = @MAN_SUBSTS@
441MISC_MAN_DIR = @MISC_MAN_DIR@
442MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
443MKDIR_P = @MKDIR_P@
444NM = @NM@
445NMEDIT = @NMEDIT@
446OBJDUMP = @OBJDUMP@
447OBJEXT = @OBJEXT@
448OTOOL = @OTOOL@
449OTOOL64 = @OTOOL64@
450PACKAGE = @PACKAGE@
451PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
452PACKAGE_NAME = @PACKAGE_NAME@
453PACKAGE_STRING = @PACKAGE_STRING@
454PACKAGE_TARNAME = @PACKAGE_TARNAME@
455PACKAGE_URL = @PACKAGE_URL@
456PACKAGE_VERSION = @PACKAGE_VERSION@
457PATH_SEPARATOR = @PATH_SEPARATOR@
458PKG_CONFIG = @PKG_CONFIG@
459PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
460PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
461PTHREAD_LIBS = @PTHREAD_LIBS@
462RANLIB = @RANLIB@
463SED = @SED@
464SET_MAKE = @SET_MAKE@
465SHELL = @SHELL@
466STRICT_CFLAGS = @STRICT_CFLAGS@
467STRIP = @STRIP@
468VERSION = @VERSION@
469XORG_MAN_PAGE = @XORG_MAN_PAGE@
470XPROTO_CFLAGS = @XPROTO_CFLAGS@
471XPROTO_LIBS = @XPROTO_LIBS@
472abs_builddir = @abs_builddir@
473abs_srcdir = @abs_srcdir@
474abs_top_builddir = @abs_top_builddir@
475abs_top_srcdir = @abs_top_srcdir@
476ac_ct_AR = @ac_ct_AR@
477ac_ct_CC = @ac_ct_CC@
478ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
479am__include = @am__include@
480am__leading_dot = @am__leading_dot@
481am__quote = @am__quote@
482am__tar = @am__tar@
483am__untar = @am__untar@
484bindir = @bindir@
485build = @build@
486build_alias = @build_alias@
487build_cpu = @build_cpu@
488build_os = @build_os@
489build_vendor = @build_vendor@
490builddir = @builddir@
491datadir = @datadir@
492datarootdir = @datarootdir@
493docdir = @docdir@
494dvidir = @dvidir@
495exec_prefix = @exec_prefix@
496host = @host@
497host_alias = @host_alias@
498host_cpu = @host_cpu@
499host_os = @host_os@
500host_vendor = @host_vendor@
501htmldir = @htmldir@
502includedir = @includedir@
503infodir = @infodir@
504install_sh = @install_sh@
505libdir = @libdir@
506libexecdir = @libexecdir@
507localedir = @localedir@
508localstatedir = @localstatedir@
509mandir = @mandir@
510mkdir_p = @mkdir_p@
511oldincludedir = @oldincludedir@
512pdfdir = @pdfdir@
513prefix = @prefix@
514program_transform_name = @program_transform_name@
515psdir = @psdir@
516runstatedir = @runstatedir@
517sbindir = @sbindir@
518sharedstatedir = @sharedstatedir@
519srcdir = @srcdir@
520sysconfdir = @sysconfdir@
521target_alias = @target_alias@
522top_build_prefix = @top_build_prefix@
523top_builddir = @top_builddir@
524top_srcdir = @top_srcdir@
525TESTS = $(check_PROGRAMS)
526xshmfence_test_SOURCES = xshmfence_test.c
527xshmfence_test_CFLAGS = -I$(top_srcdir)/src
528xshmfence_test_LDADD = $(top_builddir)/src/libxshmfence.la @PTHREAD_LIBS@
529all: all-am
530
531.SUFFIXES:
532.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
533$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
534	@for dep in $?; do \
535	  case '$(am__configure_deps)' in \
536	    *$$dep*) \
537	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
538	        && { if test -f $@; then exit 0; else break; fi; }; \
539	      exit 1;; \
540	  esac; \
541	done; \
542	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
543	$(am__cd) $(top_srcdir) && \
544	  $(AUTOMAKE) --foreign test/Makefile
545Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
546	@case '$?' in \
547	  *config.status*) \
548	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
549	  *) \
550	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
551	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
552	esac;
553
554$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
555	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556
557$(top_srcdir)/configure:  $(am__configure_deps)
558	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
559$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
560	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
561$(am__aclocal_m4_deps):
562
563clean-checkPROGRAMS:
564	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
565	echo " rm -f" $$list; \
566	rm -f $$list || exit $$?; \
567	test -n "$(EXEEXT)" || exit 0; \
568	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
569	echo " rm -f" $$list; \
570	rm -f $$list
571
572xshmfence_test$(EXEEXT): $(xshmfence_test_OBJECTS) $(xshmfence_test_DEPENDENCIES) $(EXTRA_xshmfence_test_DEPENDENCIES) 
573	@rm -f xshmfence_test$(EXEEXT)
574	$(AM_V_CCLD)$(xshmfence_test_LINK) $(xshmfence_test_OBJECTS) $(xshmfence_test_LDADD) $(LIBS)
575
576mostlyclean-compile:
577	-rm -f *.$(OBJEXT)
578
579distclean-compile:
580	-rm -f *.tab.c
581
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xshmfence_test-xshmfence_test.Po@am__quote@ # am--include-marker
583
584$(am__depfiles_remade):
585	@$(MKDIR_P) $(@D)
586	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
587
588am--depfiles: $(am__depfiles_remade)
589
590.c.o:
591@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
592@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
593@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
596
597.c.obj:
598@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
599@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
600@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
601@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
603
604.c.lo:
605@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
606@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
607@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
608@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
610
611xshmfence_test-xshmfence_test.o: xshmfence_test.c
612@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xshmfence_test_CFLAGS) $(CFLAGS) -MT xshmfence_test-xshmfence_test.o -MD -MP -MF $(DEPDIR)/xshmfence_test-xshmfence_test.Tpo -c -o xshmfence_test-xshmfence_test.o `test -f 'xshmfence_test.c' || echo '$(srcdir)/'`xshmfence_test.c
613@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xshmfence_test-xshmfence_test.Tpo $(DEPDIR)/xshmfence_test-xshmfence_test.Po
614@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='xshmfence_test.c' object='xshmfence_test-xshmfence_test.o' libtool=no @AMDEPBACKSLASH@
615@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xshmfence_test_CFLAGS) $(CFLAGS) -c -o xshmfence_test-xshmfence_test.o `test -f 'xshmfence_test.c' || echo '$(srcdir)/'`xshmfence_test.c
617
618xshmfence_test-xshmfence_test.obj: xshmfence_test.c
619@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xshmfence_test_CFLAGS) $(CFLAGS) -MT xshmfence_test-xshmfence_test.obj -MD -MP -MF $(DEPDIR)/xshmfence_test-xshmfence_test.Tpo -c -o xshmfence_test-xshmfence_test.obj `if test -f 'xshmfence_test.c'; then $(CYGPATH_W) 'xshmfence_test.c'; else $(CYGPATH_W) '$(srcdir)/xshmfence_test.c'; fi`
620@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xshmfence_test-xshmfence_test.Tpo $(DEPDIR)/xshmfence_test-xshmfence_test.Po
621@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='xshmfence_test.c' object='xshmfence_test-xshmfence_test.obj' libtool=no @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xshmfence_test_CFLAGS) $(CFLAGS) -c -o xshmfence_test-xshmfence_test.obj `if test -f 'xshmfence_test.c'; then $(CYGPATH_W) 'xshmfence_test.c'; else $(CYGPATH_W) '$(srcdir)/xshmfence_test.c'; fi`
624
625mostlyclean-libtool:
626	-rm -f *.lo
627
628clean-libtool:
629	-rm -rf .libs _libs
630
631ID: $(am__tagged_files)
632	$(am__define_uniq_tagged_files); mkid -fID $$unique
633tags: tags-am
634TAGS: tags
635
636tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
637	set x; \
638	here=`pwd`; \
639	$(am__define_uniq_tagged_files); \
640	shift; \
641	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
642	  test -n "$$unique" || unique=$$empty_fix; \
643	  if test $$# -gt 0; then \
644	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
645	      "$$@" $$unique; \
646	  else \
647	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
648	      $$unique; \
649	  fi; \
650	fi
651ctags: ctags-am
652
653CTAGS: ctags
654ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
655	$(am__define_uniq_tagged_files); \
656	test -z "$(CTAGS_ARGS)$$unique" \
657	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
658	     $$unique
659
660GTAGS:
661	here=`$(am__cd) $(top_builddir) && pwd` \
662	  && $(am__cd) $(top_srcdir) \
663	  && gtags -i $(GTAGS_ARGS) "$$here"
664cscopelist: cscopelist-am
665
666cscopelist-am: $(am__tagged_files)
667	list='$(am__tagged_files)'; \
668	case "$(srcdir)" in \
669	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
670	  *) sdir=$(subdir)/$(srcdir) ;; \
671	esac; \
672	for i in $$list; do \
673	  if test -f "$$i"; then \
674	    echo "$(subdir)/$$i"; \
675	  else \
676	    echo "$$sdir/$$i"; \
677	  fi; \
678	done >> $(top_builddir)/cscope.files
679
680distclean-tags:
681	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
682
683# Recover from deleted '.trs' file; this should ensure that
684# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
685# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
686# to avoid problems with "make -n".
687.log.trs:
688	rm -f $< $@
689	$(MAKE) $(AM_MAKEFLAGS) $<
690
691# Leading 'am--fnord' is there to ensure the list of targets does not
692# expand to empty, as could happen e.g. with make check TESTS=''.
693am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
694am--force-recheck:
695	@:
696
697$(TEST_SUITE_LOG): $(TEST_LOGS)
698	@$(am__set_TESTS_bases); \
699	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
700	redo_bases=`for i in $$bases; do \
701	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
702	            done`; \
703	if test -n "$$redo_bases"; then \
704	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
705	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
706	  if $(am__make_dryrun); then :; else \
707	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
708	  fi; \
709	fi; \
710	if test -n "$$am__remaking_logs"; then \
711	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
712	       "recursion detected" >&2; \
713	elif test -n "$$redo_logs"; then \
714	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
715	fi; \
716	if $(am__make_dryrun); then :; else \
717	  st=0;  \
718	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
719	  for i in $$redo_bases; do \
720	    test -f $$i.trs && test -r $$i.trs \
721	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
722	    test -f $$i.log && test -r $$i.log \
723	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
724	  done; \
725	  test $$st -eq 0 || exit 1; \
726	fi
727	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
728	ws='[ 	]'; \
729	results=`for b in $$bases; do echo $$b.trs; done`; \
730	test -n "$$results" || results=/dev/null; \
731	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
732	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
733	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
734	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
735	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
736	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
737	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
738	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
739	  success=true; \
740	else \
741	  success=false; \
742	fi; \
743	br='==================='; br=$$br$$br$$br$$br; \
744	result_count () \
745	{ \
746	    if test x"$$1" = x"--maybe-color"; then \
747	      maybe_colorize=yes; \
748	    elif test x"$$1" = x"--no-color"; then \
749	      maybe_colorize=no; \
750	    else \
751	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
752	    fi; \
753	    shift; \
754	    desc=$$1 count=$$2; \
755	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
756	      color_start=$$3 color_end=$$std; \
757	    else \
758	      color_start= color_end=; \
759	    fi; \
760	    echo "$${color_start}# $$desc $$count$${color_end}"; \
761	}; \
762	create_testsuite_report () \
763	{ \
764	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
765	  result_count $$1 "PASS: " $$pass  "$$grn"; \
766	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
767	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
768	  result_count $$1 "FAIL: " $$fail  "$$red"; \
769	  result_count $$1 "XPASS:" $$xpass "$$red"; \
770	  result_count $$1 "ERROR:" $$error "$$mgn"; \
771	}; \
772	{								\
773	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
774	    $(am__rst_title);						\
775	  create_testsuite_report --no-color;				\
776	  echo;								\
777	  echo ".. contents:: :depth: 2";				\
778	  echo;								\
779	  for b in $$bases; do echo $$b; done				\
780	    | $(am__create_global_log);					\
781	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
782	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
783	if $$success; then						\
784	  col="$$grn";							\
785	 else								\
786	  col="$$red";							\
787	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
788	fi;								\
789	echo "$${col}$$br$${std}"; 					\
790	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
791	echo "$${col}$$br$${std}"; 					\
792	create_testsuite_report --maybe-color;				\
793	echo "$$col$$br$$std";						\
794	if $$success; then :; else					\
795	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
796	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
797	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
798	  fi;								\
799	  echo "$$col$$br$$std";					\
800	fi;								\
801	$$success || exit 1
802
803check-TESTS: $(check_PROGRAMS)
804	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
805	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
806	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
807	@set +e; $(am__set_TESTS_bases); \
808	log_list=`for i in $$bases; do echo $$i.log; done`; \
809	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
810	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
811	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
812	exit $$?;
813recheck: all $(check_PROGRAMS)
814	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
815	@set +e; $(am__set_TESTS_bases); \
816	bases=`for i in $$bases; do echo $$i; done \
817	         | $(am__list_recheck_tests)` || exit 1; \
818	log_list=`for i in $$bases; do echo $$i.log; done`; \
819	log_list=`echo $$log_list`; \
820	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
821	        am__force_recheck=am--force-recheck \
822	        TEST_LOGS="$$log_list"; \
823	exit $$?
824xshmfence_test.log: xshmfence_test$(EXEEXT)
825	@p='xshmfence_test$(EXEEXT)'; \
826	b='xshmfence_test'; \
827	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
828	--log-file $$b.log --trs-file $$b.trs \
829	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
830	"$$tst" $(AM_TESTS_FD_REDIRECT)
831.test.log:
832	@p='$<'; \
833	$(am__set_b); \
834	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
835	--log-file $$b.log --trs-file $$b.trs \
836	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
837	"$$tst" $(AM_TESTS_FD_REDIRECT)
838@am__EXEEXT_TRUE@.test$(EXEEXT).log:
839@am__EXEEXT_TRUE@	@p='$<'; \
840@am__EXEEXT_TRUE@	$(am__set_b); \
841@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
842@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
843@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
844@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
845distdir: $(BUILT_SOURCES)
846	$(MAKE) $(AM_MAKEFLAGS) distdir-am
847
848distdir-am: $(DISTFILES)
849	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
850	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
851	list='$(DISTFILES)'; \
852	  dist_files=`for file in $$list; do echo $$file; done | \
853	  sed -e "s|^$$srcdirstrip/||;t" \
854	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
855	case $$dist_files in \
856	  */*) $(MKDIR_P) `echo "$$dist_files" | \
857			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
858			   sort -u` ;; \
859	esac; \
860	for file in $$dist_files; do \
861	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
862	  if test -d $$d/$$file; then \
863	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
864	    if test -d "$(distdir)/$$file"; then \
865	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
866	    fi; \
867	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
868	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
869	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
870	    fi; \
871	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
872	  else \
873	    test -f "$(distdir)/$$file" \
874	    || cp -p $$d/$$file "$(distdir)/$$file" \
875	    || exit 1; \
876	  fi; \
877	done
878check-am: all-am
879	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
880	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
881check: check-am
882all-am: Makefile
883installdirs:
884install: install-am
885install-exec: install-exec-am
886install-data: install-data-am
887uninstall: uninstall-am
888
889install-am: all-am
890	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
891
892installcheck: installcheck-am
893install-strip:
894	if test -z '$(STRIP)'; then \
895	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
896	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
897	      install; \
898	else \
899	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
900	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
901	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
902	fi
903mostlyclean-generic:
904	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
905	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
906	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
907
908clean-generic:
909
910distclean-generic:
911	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
912	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
913
914maintainer-clean-generic:
915	@echo "This command is intended for maintainers to use"
916	@echo "it deletes files that may require special tools to rebuild."
917clean: clean-am
918
919clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
920	mostlyclean-am
921
922distclean: distclean-am
923		-rm -f ./$(DEPDIR)/xshmfence_test-xshmfence_test.Po
924	-rm -f Makefile
925distclean-am: clean-am distclean-compile distclean-generic \
926	distclean-tags
927
928dvi: dvi-am
929
930dvi-am:
931
932html: html-am
933
934html-am:
935
936info: info-am
937
938info-am:
939
940install-data-am:
941
942install-dvi: install-dvi-am
943
944install-dvi-am:
945
946install-exec-am:
947
948install-html: install-html-am
949
950install-html-am:
951
952install-info: install-info-am
953
954install-info-am:
955
956install-man:
957
958install-pdf: install-pdf-am
959
960install-pdf-am:
961
962install-ps: install-ps-am
963
964install-ps-am:
965
966installcheck-am:
967
968maintainer-clean: maintainer-clean-am
969		-rm -f ./$(DEPDIR)/xshmfence_test-xshmfence_test.Po
970	-rm -f Makefile
971maintainer-clean-am: distclean-am maintainer-clean-generic
972
973mostlyclean: mostlyclean-am
974
975mostlyclean-am: mostlyclean-compile mostlyclean-generic \
976	mostlyclean-libtool
977
978pdf: pdf-am
979
980pdf-am:
981
982ps: ps-am
983
984ps-am:
985
986uninstall-am:
987
988.MAKE: check-am install-am install-strip
989
990.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
991	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
992	cscopelist-am ctags ctags-am distclean distclean-compile \
993	distclean-generic distclean-libtool distclean-tags distdir dvi \
994	dvi-am html html-am info info-am install install-am \
995	install-data install-data-am install-dvi install-dvi-am \
996	install-exec install-exec-am install-html install-html-am \
997	install-info install-info-am install-man install-pdf \
998	install-pdf-am install-ps install-ps-am install-strip \
999	installcheck installcheck-am installdirs maintainer-clean \
1000	maintainer-clean-generic mostlyclean mostlyclean-compile \
1001	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1002	recheck tags tags-am uninstall uninstall-am
1003
1004.PRECIOUS: Makefile
1005
1006
1007# Tell versions [3.59,3.63) of GNU make to not export all variables.
1008# Otherwise a system limit (for SysV at least) may be exceeded.
1009.NOEXPORT:
1010