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