Makefile.in revision 25b89263
11c606da7Smrg# Makefile.in generated by automake 1.11.1 from Makefile.am.
2c067fea9Sghen# @configure_input@
352a82186Smrg
4188967beSsnj# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5188967beSsnj# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6188967beSsnj# Inc.
7188967beSsnj# This Makefile.in is free software; the Free Software Foundation
8188967beSsnj# gives unlimited permission to copy and/or distribute it,
90412cdedSmrg# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38subdir = src
39DIST_COMMON = $(libXtstinclude_HEADERS) $(srcdir)/Makefile.am \
40	$(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48CONFIG_CLEAN_VPATH_FILES =
49am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50am__vpath_adj = case $$p in \
51    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52    *) f=$$p;; \
53  esac;
54am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55am__install_max = 40
56am__nobase_strip_setup = \
57  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58am__nobase_strip = \
59  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60am__nobase_list = $(am__nobase_strip_setup); \
61  for p in $$list; do echo "$$p $$p"; done | \
62  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64    if (++n[$$2] == $(am__install_max)) \
65      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66    END { for (dir in files) print dir, files[dir] }'
67am__base_list = \
68  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70am__installdirs = "$(DESTDIR)$(libdir)" \
71	"$(DESTDIR)$(libXtstincludedir)"
72LTLIBRARIES = $(lib_LTLIBRARIES)
73libXtst_la_DEPENDENCIES =
74am_libXtst_la_OBJECTS = XRecord.lo XTest.lo
75libXtst_la_OBJECTS = $(am_libXtst_la_OBJECTS)
76AM_V_lt = $(am__v_lt_$(V))
77am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
78am__v_lt_0 = --silent
79libXtst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
80	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81	$(libXtst_la_LDFLAGS) $(LDFLAGS) -o $@
82DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83depcomp = $(SHELL) $(top_srcdir)/depcomp
84am__depfiles_maybe = depfiles
85am__mv = mv -f
86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
89	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
90	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91	$(AM_CFLAGS) $(CFLAGS)
92AM_V_CC = $(am__v_CC_$(V))
93am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
94am__v_CC_0 = @echo "  CC    " $@;
95AM_V_at = $(am__v_at_$(V))
96am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
97am__v_at_0 = @
98CCLD = $(CC)
99LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
100	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
101	$(AM_LDFLAGS) $(LDFLAGS) -o $@
102AM_V_CCLD = $(am__v_CCLD_$(V))
103am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
104am__v_CCLD_0 = @echo "  CCLD  " $@;
105AM_V_GEN = $(am__v_GEN_$(V))
106am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
107am__v_GEN_0 = @echo "  GEN   " $@;
108SOURCES = $(libXtst_la_SOURCES)
109DIST_SOURCES = $(libXtst_la_SOURCES)
110HEADERS = $(libXtstinclude_HEADERS)
111ETAGS = etags
112CTAGS = ctags
113DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114ACLOCAL = @ACLOCAL@
115ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
116ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
117AMTAR = @AMTAR@
118AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
119APP_MAN_DIR = @APP_MAN_DIR@
120APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
121AR = @AR@
122AUTOCONF = @AUTOCONF@
123AUTOHEADER = @AUTOHEADER@
124AUTOMAKE = @AUTOMAKE@
125AWK = @AWK@
126CC = @CC@
127CCDEPMODE = @CCDEPMODE@
128CFLAGS = @CFLAGS@
129CHANGELOG_CMD = @CHANGELOG_CMD@
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CWARNFLAGS = @CWARNFLAGS@
133CYGPATH_W = @CYGPATH_W@
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
136DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
137DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
138DSYMUTIL = @DSYMUTIL@
139DUMPBIN = @DUMPBIN@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
144EXEEXT = @EXEEXT@
145FGREP = @FGREP@
146FILE_MAN_DIR = @FILE_MAN_DIR@
147FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
148FOP = @FOP@
149GREP = @GREP@
150INSTALL = @INSTALL@
151INSTALL_CMD = @INSTALL_CMD@
152INSTALL_DATA = @INSTALL_DATA@
153INSTALL_PROGRAM = @INSTALL_PROGRAM@
154INSTALL_SCRIPT = @INSTALL_SCRIPT@
155INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156LD = @LD@
157LDFLAGS = @LDFLAGS@
158LIBOBJS = @LIBOBJS@
159LIBS = @LIBS@
160LIBTOOL = @LIBTOOL@
161LIB_MAN_DIR = @LIB_MAN_DIR@
162LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
163LINT = @LINT@
164LINTLIB = @LINTLIB@
165LINT_FLAGS = @LINT_FLAGS@
166LIPO = @LIPO@
167LN_S = @LN_S@
168LTLIBOBJS = @LTLIBOBJS@
169MAINT = @MAINT@
170MAKEINFO = @MAKEINFO@
171MAN_SUBSTS = @MAN_SUBSTS@
172MISC_MAN_DIR = @MISC_MAN_DIR@
173MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
174MKDIR_P = @MKDIR_P@
175NM = @NM@
176NMEDIT = @NMEDIT@
177OBJDUMP = @OBJDUMP@
178OBJEXT = @OBJEXT@
179OTOOL = @OTOOL@
180OTOOL64 = @OTOOL64@
181PACKAGE = @PACKAGE@
182PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183PACKAGE_NAME = @PACKAGE_NAME@
184PACKAGE_STRING = @PACKAGE_STRING@
185PACKAGE_TARNAME = @PACKAGE_TARNAME@
186PACKAGE_URL = @PACKAGE_URL@
187PACKAGE_VERSION = @PACKAGE_VERSION@
188PATH_SEPARATOR = @PATH_SEPARATOR@
189PKG_CONFIG = @PKG_CONFIG@
190RANLIB = @RANLIB@
191SED = @SED@
192SET_MAKE = @SET_MAKE@
193SHELL = @SHELL@
194STRIP = @STRIP@
195STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
196VERSION = @VERSION@
197XMLTO = @XMLTO@
198XORG_MAN_PAGE = @XORG_MAN_PAGE@
199XORG_SGML_PATH = @XORG_SGML_PATH@
200XSL_STYLESHEET = @XSL_STYLESHEET@
201XTST_CFLAGS = @XTST_CFLAGS@
202XTST_LIBS = @XTST_LIBS@
203abs_builddir = @abs_builddir@
204abs_srcdir = @abs_srcdir@
205abs_top_builddir = @abs_top_builddir@
206abs_top_srcdir = @abs_top_srcdir@
207ac_ct_CC = @ac_ct_CC@
208ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209am__include = @am__include@
210am__leading_dot = @am__leading_dot@
211am__quote = @am__quote@
212am__tar = @am__tar@
213am__untar = @am__untar@
214bindir = @bindir@
215build = @build@
216build_alias = @build_alias@
217build_cpu = @build_cpu@
218build_os = @build_os@
219build_vendor = @build_vendor@
220builddir = @builddir@
221datadir = @datadir@
222datarootdir = @datarootdir@
223docdir = @docdir@
224dvidir = @dvidir@
225exec_prefix = @exec_prefix@
226host = @host@
227host_alias = @host_alias@
228host_cpu = @host_cpu@
229host_os = @host_os@
230host_vendor = @host_vendor@
231htmldir = @htmldir@
232includedir = @includedir@
233infodir = @infodir@
234install_sh = @install_sh@
235libdir = @libdir@
236libexecdir = @libexecdir@
237localedir = @localedir@
238localstatedir = @localstatedir@
239mandir = @mandir@
240mkdir_p = @mkdir_p@
241oldincludedir = @oldincludedir@
242pdfdir = @pdfdir@
243prefix = @prefix@
244program_transform_name = @program_transform_name@
245psdir = @psdir@
246sbindir = @sbindir@
247sharedstatedir = @sharedstatedir@
248srcdir = @srcdir@
249sysconfdir = @sysconfdir@
250target_alias = @target_alias@
251top_build_prefix = @top_build_prefix@
252top_builddir = @top_builddir@
253top_srcdir = @top_srcdir@
254lib_LTLIBRARIES = libXtst.la
255libXtst_la_SOURCES = \
256         XRecord.c \
257         XTest.c
258
259libXtst_la_LIBADD = @XTST_LIBS@
260AM_CFLAGS = \
261	-I$(top_srcdir)/include \
262	-I$(top_srcdir)/include/X11/extensions \
263	$(XTST_CFLAGS) \
264	$(CWARNFLAGS)
265
266libXtst_la_LDFLAGS = -version-number 6:1:0 -no-undefined
267libXtstincludedir = $(includedir)/X11/extensions
268libXtstinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XTest.h \
269                         $(top_srcdir)/include/X11/extensions/record.h
270
271@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
272@LINT_TRUE@	       $(AM_CPPFLAGS) $(CPPFLAGS)
273
274all: all-am
275
276.SUFFIXES:
277.SUFFIXES: .c .lo .o .obj
278$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
279	@for dep in $?; do \
280	  case '$(am__configure_deps)' in \
281	    *$$dep*) \
282	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283	        && { if test -f $@; then exit 0; else break; fi; }; \
284	      exit 1;; \
285	  esac; \
286	done; \
287	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
288	$(am__cd) $(top_srcdir) && \
289	  $(AUTOMAKE) --foreign src/Makefile
290.PRECIOUS: Makefile
291Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292	@case '$?' in \
293	  *config.status*) \
294	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295	  *) \
296	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298	esac;
299
300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
304	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
306	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(am__aclocal_m4_deps):
308install-libLTLIBRARIES: $(lib_LTLIBRARIES)
309	@$(NORMAL_INSTALL)
310	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
311	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
312	list2=; for p in $$list; do \
313	  if test -f $$p; then \
314	    list2="$$list2 $$p"; \
315	  else :; fi; \
316	done; \
317	test -z "$$list2" || { \
318	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
319	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
320	}
321
322uninstall-libLTLIBRARIES:
323	@$(NORMAL_UNINSTALL)
324	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
325	for p in $$list; do \
326	  $(am__strip_dir) \
327	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
328	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
329	done
330
331clean-libLTLIBRARIES:
332	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
333	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
334	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
335	  test "$$dir" != "$$p" || dir=.; \
336	  echo "rm -f \"$${dir}/so_locations\""; \
337	  rm -f "$${dir}/so_locations"; \
338	done
339libXtst.la: $(libXtst_la_OBJECTS) $(libXtst_la_DEPENDENCIES) 
340	$(AM_V_CCLD)$(libXtst_la_LINK) -rpath $(libdir) $(libXtst_la_OBJECTS) $(libXtst_la_LIBADD) $(LIBS)
341
342mostlyclean-compile:
343	-rm -f *.$(OBJEXT)
344
345distclean-compile:
346	-rm -f *.tab.c
347
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XRecord.Plo@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XTest.Plo@am__quote@
350
351.c.o:
352@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
353@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
355@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357@am__fastdepCC_FALSE@	$(COMPILE) -c $<
358
359.c.obj:
360@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
361@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
362@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
363@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
364@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
366
367.c.lo:
368@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
369@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
370@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
371@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
374
375mostlyclean-libtool:
376	-rm -f *.lo
377
378clean-libtool:
379	-rm -rf .libs _libs
380install-libXtstincludeHEADERS: $(libXtstinclude_HEADERS)
381	@$(NORMAL_INSTALL)
382	test -z "$(libXtstincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXtstincludedir)"
383	@list='$(libXtstinclude_HEADERS)'; test -n "$(libXtstincludedir)" || list=; \
384	for p in $$list; do \
385	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
386	  echo "$$d$$p"; \
387	done | $(am__base_list) | \
388	while read files; do \
389	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXtstincludedir)'"; \
390	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXtstincludedir)" || exit $$?; \
391	done
392
393uninstall-libXtstincludeHEADERS:
394	@$(NORMAL_UNINSTALL)
395	@list='$(libXtstinclude_HEADERS)'; test -n "$(libXtstincludedir)" || list=; \
396	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
397	test -n "$$files" || exit 0; \
398	echo " ( cd '$(DESTDIR)$(libXtstincludedir)' && rm -f" $$files ")"; \
399	cd "$(DESTDIR)$(libXtstincludedir)" && rm -f $$files
400
401ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
402	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
403	unique=`for i in $$list; do \
404	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405	  done | \
406	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407	      END { if (nonempty) { for (i in files) print i; }; }'`; \
408	mkid -fID $$unique
409tags: TAGS
410
411TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
412		$(TAGS_FILES) $(LISP)
413	set x; \
414	here=`pwd`; \
415	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
416	unique=`for i in $$list; do \
417	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418	  done | \
419	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420	      END { if (nonempty) { for (i in files) print i; }; }'`; \
421	shift; \
422	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423	  test -n "$$unique" || unique=$$empty_fix; \
424	  if test $$# -gt 0; then \
425	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426	      "$$@" $$unique; \
427	  else \
428	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429	      $$unique; \
430	  fi; \
431	fi
432ctags: CTAGS
433CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434		$(TAGS_FILES) $(LISP)
435	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
436	unique=`for i in $$list; do \
437	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438	  done | \
439	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440	      END { if (nonempty) { for (i in files) print i; }; }'`; \
441	test -z "$(CTAGS_ARGS)$$unique" \
442	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443	     $$unique
444
445GTAGS:
446	here=`$(am__cd) $(top_builddir) && pwd` \
447	  && $(am__cd) $(top_srcdir) \
448	  && gtags -i $(GTAGS_ARGS) "$$here"
449
450distclean-tags:
451	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
452
453distdir: $(DISTFILES)
454	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456	list='$(DISTFILES)'; \
457	  dist_files=`for file in $$list; do echo $$file; done | \
458	  sed -e "s|^$$srcdirstrip/||;t" \
459	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
460	case $$dist_files in \
461	  */*) $(MKDIR_P) `echo "$$dist_files" | \
462			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
463			   sort -u` ;; \
464	esac; \
465	for file in $$dist_files; do \
466	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
467	  if test -d $$d/$$file; then \
468	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
469	    if test -d "$(distdir)/$$file"; then \
470	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
471	    fi; \
472	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
473	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
474	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
475	    fi; \
476	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
477	  else \
478	    test -f "$(distdir)/$$file" \
479	    || cp -p $$d/$$file "$(distdir)/$$file" \
480	    || exit 1; \
481	  fi; \
482	done
483check-am: all-am
484check: check-am
485all-am: Makefile $(LTLIBRARIES) $(HEADERS)
486installdirs:
487	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXtstincludedir)"; do \
488	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
489	done
490install: install-am
491install-exec: install-exec-am
492install-data: install-data-am
493uninstall: uninstall-am
494
495install-am: all-am
496	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
497
498installcheck: installcheck-am
499install-strip:
500	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
501	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
502	  `test -z '$(STRIP)' || \
503	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
504mostlyclean-generic:
505
506clean-generic:
507
508distclean-generic:
509	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
510	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
511
512maintainer-clean-generic:
513	@echo "This command is intended for maintainers to use"
514	@echo "it deletes files that may require special tools to rebuild."
515clean: clean-am
516
517clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
518	mostlyclean-am
519
520distclean: distclean-am
521	-rm -rf ./$(DEPDIR)
522	-rm -f Makefile
523distclean-am: clean-am distclean-compile distclean-generic \
524	distclean-tags
525
526dvi: dvi-am
527
528dvi-am:
529
530html: html-am
531
532html-am:
533
534info: info-am
535
536info-am:
537
538install-data-am: install-libXtstincludeHEADERS
539
540install-dvi: install-dvi-am
541
542install-dvi-am:
543
544install-exec-am: install-libLTLIBRARIES
545
546install-html: install-html-am
547
548install-html-am:
549
550install-info: install-info-am
551
552install-info-am:
553
554install-man:
555
556install-pdf: install-pdf-am
557
558install-pdf-am:
559
560install-ps: install-ps-am
561
562install-ps-am:
563
564installcheck-am:
565
566maintainer-clean: maintainer-clean-am
567	-rm -rf ./$(DEPDIR)
568	-rm -f Makefile
569maintainer-clean-am: distclean-am maintainer-clean-generic
570
571mostlyclean: mostlyclean-am
572
573mostlyclean-am: mostlyclean-compile mostlyclean-generic \
574	mostlyclean-libtool
575
576pdf: pdf-am
577
578pdf-am:
579
580ps: ps-am
581
582ps-am:
583
584uninstall-am: uninstall-libLTLIBRARIES uninstall-libXtstincludeHEADERS
585
586.MAKE: install-am install-strip
587
588.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
589	clean-libLTLIBRARIES clean-libtool ctags distclean \
590	distclean-compile distclean-generic distclean-libtool \
591	distclean-tags distdir dvi dvi-am html html-am info info-am \
592	install install-am install-data install-data-am install-dvi \
593	install-dvi-am install-exec install-exec-am install-html \
594	install-html-am install-info install-info-am \
595	install-libLTLIBRARIES install-libXtstincludeHEADERS \
596	install-man install-pdf install-pdf-am install-ps \
597	install-ps-am install-strip installcheck installcheck-am \
598	installdirs maintainer-clean maintainer-clean-generic \
599	mostlyclean mostlyclean-compile mostlyclean-generic \
600	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
601	uninstall-am uninstall-libLTLIBRARIES \
602	uninstall-libXtstincludeHEADERS
603
604
605@LINT_TRUE@lint:
606@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(libXtst_la_SOURCES) $(XTST_LIBS)
607
608# Tell versions [3.59,3.63) of GNU make to not export all variables.
609# Otherwise a system limit (for SysV at least) may be exceeded.
610.NOEXPORT:
611