Makefile.in revision ea133fd7
1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# 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@
148GREP = @GREP@
149INSTALL = @INSTALL@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LIBOBJS = @LIBOBJS@
157LIBS = @LIBS@
158LIBTOOL = @LIBTOOL@
159LIB_MAN_DIR = @LIB_MAN_DIR@
160LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
161LINT = @LINT@
162LINTLIB = @LINTLIB@
163LINT_FLAGS = @LINT_FLAGS@
164LIPO = @LIPO@
165LN_S = @LN_S@
166LTLIBOBJS = @LTLIBOBJS@
167MAINT = @MAINT@
168MAKEINFO = @MAKEINFO@
169MISC_MAN_DIR = @MISC_MAN_DIR@
170MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
171MKDIR_P = @MKDIR_P@
172NM = @NM@
173NMEDIT = @NMEDIT@
174OBJDUMP = @OBJDUMP@
175OBJEXT = @OBJEXT@
176OTOOL = @OTOOL@
177OTOOL64 = @OTOOL64@
178PACKAGE = @PACKAGE@
179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180PACKAGE_NAME = @PACKAGE_NAME@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185PKG_CONFIG = @PKG_CONFIG@
186RANLIB = @RANLIB@
187SED = @SED@
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
190STRIP = @STRIP@
191VERSION = @VERSION@
192XMLTO = @XMLTO@
193XTST_CFLAGS = @XTST_CFLAGS@
194XTST_LIBS = @XTST_LIBS@
195abs_builddir = @abs_builddir@
196abs_srcdir = @abs_srcdir@
197abs_top_builddir = @abs_top_builddir@
198abs_top_srcdir = @abs_top_srcdir@
199ac_ct_CC = @ac_ct_CC@
200ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
201am__include = @am__include@
202am__leading_dot = @am__leading_dot@
203am__quote = @am__quote@
204am__tar = @am__tar@
205am__untar = @am__untar@
206bindir = @bindir@
207build = @build@
208build_alias = @build_alias@
209build_cpu = @build_cpu@
210build_os = @build_os@
211build_vendor = @build_vendor@
212builddir = @builddir@
213datadir = @datadir@
214datarootdir = @datarootdir@
215distcleancheck_listfiles = @distcleancheck_listfiles@
216docdir = @docdir@
217dvidir = @dvidir@
218exec_prefix = @exec_prefix@
219host = @host@
220host_alias = @host_alias@
221host_cpu = @host_cpu@
222host_os = @host_os@
223host_vendor = @host_vendor@
224htmldir = @htmldir@
225includedir = @includedir@
226infodir = @infodir@
227install_sh = @install_sh@
228libdir = @libdir@
229libexecdir = @libexecdir@
230localedir = @localedir@
231localstatedir = @localstatedir@
232lt_ECHO = @lt_ECHO@
233mandir = @mandir@
234mkdir_p = @mkdir_p@
235oldincludedir = @oldincludedir@
236pdfdir = @pdfdir@
237prefix = @prefix@
238program_transform_name = @program_transform_name@
239psdir = @psdir@
240sbindir = @sbindir@
241sharedstatedir = @sharedstatedir@
242srcdir = @srcdir@
243sysconfdir = @sysconfdir@
244target_alias = @target_alias@
245top_build_prefix = @top_build_prefix@
246top_builddir = @top_builddir@
247top_srcdir = @top_srcdir@
248lib_LTLIBRARIES = libXtst.la
249libXtst_la_SOURCES = \
250         XRecord.c \
251         XTest.c
252
253libXtst_la_LIBADD = @XTST_LIBS@
254AM_CFLAGS = \
255          -I$(top_srcdir)/include \
256          -I$(top_srcdir)/include/X11/extensions\
257          @XTST_CFLAGS@
258
259libXtst_la_LDFLAGS = -version-number 6:1:0 -no-undefined
260libXtstincludedir = $(includedir)/X11/extensions
261libXtstinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XTest.h \
262                         $(top_srcdir)/include/X11/extensions/record.h
263
264@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
265@LINT_TRUE@	       $(AM_CPPFLAGS) $(CPPFLAGS)
266
267all: all-am
268
269.SUFFIXES:
270.SUFFIXES: .c .lo .o .obj
271$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
272	@for dep in $?; do \
273	  case '$(am__configure_deps)' in \
274	    *$$dep*) \
275	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
276	        && { if test -f $@; then exit 0; else break; fi; }; \
277	      exit 1;; \
278	  esac; \
279	done; \
280	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
281	$(am__cd) $(top_srcdir) && \
282	  $(AUTOMAKE) --gnu src/Makefile
283.PRECIOUS: Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285	@case '$?' in \
286	  *config.status*) \
287	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288	  *) \
289	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291	esac;
292
293$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300$(am__aclocal_m4_deps):
301install-libLTLIBRARIES: $(lib_LTLIBRARIES)
302	@$(NORMAL_INSTALL)
303	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
304	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
305	list2=; for p in $$list; do \
306	  if test -f $$p; then \
307	    list2="$$list2 $$p"; \
308	  else :; fi; \
309	done; \
310	test -z "$$list2" || { \
311	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
312	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
313	}
314
315uninstall-libLTLIBRARIES:
316	@$(NORMAL_UNINSTALL)
317	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
318	for p in $$list; do \
319	  $(am__strip_dir) \
320	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
321	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
322	done
323
324clean-libLTLIBRARIES:
325	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
326	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
327	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
328	  test "$$dir" != "$$p" || dir=.; \
329	  echo "rm -f \"$${dir}/so_locations\""; \
330	  rm -f "$${dir}/so_locations"; \
331	done
332libXtst.la: $(libXtst_la_OBJECTS) $(libXtst_la_DEPENDENCIES) 
333	$(AM_V_CCLD)$(libXtst_la_LINK) -rpath $(libdir) $(libXtst_la_OBJECTS) $(libXtst_la_LIBADD) $(LIBS)
334
335mostlyclean-compile:
336	-rm -f *.$(OBJEXT)
337
338distclean-compile:
339	-rm -f *.tab.c
340
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XRecord.Plo@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XTest.Plo@am__quote@
343
344.c.o:
345@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
348@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350@am__fastdepCC_FALSE@	$(COMPILE) -c $<
351
352.c.obj:
353@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
354@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
355@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
356@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
359
360.c.lo:
361@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
362@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
363@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
364@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
367
368mostlyclean-libtool:
369	-rm -f *.lo
370
371clean-libtool:
372	-rm -rf .libs _libs
373install-libXtstincludeHEADERS: $(libXtstinclude_HEADERS)
374	@$(NORMAL_INSTALL)
375	test -z "$(libXtstincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXtstincludedir)"
376	@list='$(libXtstinclude_HEADERS)'; test -n "$(libXtstincludedir)" || list=; \
377	for p in $$list; do \
378	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
379	  echo "$$d$$p"; \
380	done | $(am__base_list) | \
381	while read files; do \
382	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXtstincludedir)'"; \
383	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXtstincludedir)" || exit $$?; \
384	done
385
386uninstall-libXtstincludeHEADERS:
387	@$(NORMAL_UNINSTALL)
388	@list='$(libXtstinclude_HEADERS)'; test -n "$(libXtstincludedir)" || list=; \
389	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
390	test -n "$$files" || exit 0; \
391	echo " ( cd '$(DESTDIR)$(libXtstincludedir)' && rm -f" $$files ")"; \
392	cd "$(DESTDIR)$(libXtstincludedir)" && rm -f $$files
393
394ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
395	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
396	unique=`for i in $$list; do \
397	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398	  done | \
399	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400	      END { if (nonempty) { for (i in files) print i; }; }'`; \
401	mkid -fID $$unique
402tags: TAGS
403
404TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
405		$(TAGS_FILES) $(LISP)
406	set x; \
407	here=`pwd`; \
408	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
409	unique=`for i in $$list; do \
410	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411	  done | \
412	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413	      END { if (nonempty) { for (i in files) print i; }; }'`; \
414	shift; \
415	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
416	  test -n "$$unique" || unique=$$empty_fix; \
417	  if test $$# -gt 0; then \
418	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419	      "$$@" $$unique; \
420	  else \
421	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422	      $$unique; \
423	  fi; \
424	fi
425ctags: CTAGS
426CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
427		$(TAGS_FILES) $(LISP)
428	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
429	unique=`for i in $$list; do \
430	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431	  done | \
432	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433	      END { if (nonempty) { for (i in files) print i; }; }'`; \
434	test -z "$(CTAGS_ARGS)$$unique" \
435	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
436	     $$unique
437
438GTAGS:
439	here=`$(am__cd) $(top_builddir) && pwd` \
440	  && $(am__cd) $(top_srcdir) \
441	  && gtags -i $(GTAGS_ARGS) "$$here"
442
443distclean-tags:
444	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446distdir: $(DISTFILES)
447	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449	list='$(DISTFILES)'; \
450	  dist_files=`for file in $$list; do echo $$file; done | \
451	  sed -e "s|^$$srcdirstrip/||;t" \
452	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453	case $$dist_files in \
454	  */*) $(MKDIR_P) `echo "$$dist_files" | \
455			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456			   sort -u` ;; \
457	esac; \
458	for file in $$dist_files; do \
459	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460	  if test -d $$d/$$file; then \
461	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462	    if test -d "$(distdir)/$$file"; then \
463	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464	    fi; \
465	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468	    fi; \
469	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470	  else \
471	    test -f "$(distdir)/$$file" \
472	    || cp -p $$d/$$file "$(distdir)/$$file" \
473	    || exit 1; \
474	  fi; \
475	done
476check-am: all-am
477check: check-am
478all-am: Makefile $(LTLIBRARIES) $(HEADERS)
479installdirs:
480	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXtstincludedir)"; do \
481	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
482	done
483install: install-am
484install-exec: install-exec-am
485install-data: install-data-am
486uninstall: uninstall-am
487
488install-am: all-am
489	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491installcheck: installcheck-am
492install-strip:
493	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495	  `test -z '$(STRIP)' || \
496	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
497mostlyclean-generic:
498
499clean-generic:
500
501distclean-generic:
502	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
504
505maintainer-clean-generic:
506	@echo "This command is intended for maintainers to use"
507	@echo "it deletes files that may require special tools to rebuild."
508clean: clean-am
509
510clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
511	mostlyclean-am
512
513distclean: distclean-am
514	-rm -rf ./$(DEPDIR)
515	-rm -f Makefile
516distclean-am: clean-am distclean-compile distclean-generic \
517	distclean-tags
518
519dvi: dvi-am
520
521dvi-am:
522
523html: html-am
524
525html-am:
526
527info: info-am
528
529info-am:
530
531install-data-am: install-libXtstincludeHEADERS
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am: install-libLTLIBRARIES
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560	-rm -rf ./$(DEPDIR)
561	-rm -f Makefile
562maintainer-clean-am: distclean-am maintainer-clean-generic
563
564mostlyclean: mostlyclean-am
565
566mostlyclean-am: mostlyclean-compile mostlyclean-generic \
567	mostlyclean-libtool
568
569pdf: pdf-am
570
571pdf-am:
572
573ps: ps-am
574
575ps-am:
576
577uninstall-am: uninstall-libLTLIBRARIES uninstall-libXtstincludeHEADERS
578
579.MAKE: install-am install-strip
580
581.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
582	clean-libLTLIBRARIES clean-libtool ctags distclean \
583	distclean-compile distclean-generic distclean-libtool \
584	distclean-tags distdir dvi dvi-am html html-am info info-am \
585	install install-am install-data install-data-am install-dvi \
586	install-dvi-am install-exec install-exec-am install-html \
587	install-html-am install-info install-info-am \
588	install-libLTLIBRARIES install-libXtstincludeHEADERS \
589	install-man install-pdf install-pdf-am install-ps \
590	install-ps-am install-strip installcheck installcheck-am \
591	installdirs maintainer-clean maintainer-clean-generic \
592	mostlyclean mostlyclean-compile mostlyclean-generic \
593	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
594	uninstall-am uninstall-libLTLIBRARIES \
595	uninstall-libXtstincludeHEADERS
596
597
598@LINT_TRUE@lint:
599@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(libXtst_la_SOURCES) $(XTST_LIBS)
600
601# Tell versions [3.59,3.63) of GNU make to not export all variables.
602# Otherwise a system limit (for SysV at least) may be exceeded.
603.NOEXPORT:
604