Makefile.in revision bdf0f55d
1# Makefile.in generated by automake 1.11.1 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = include
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39	$(xtinclude_HEADERS)
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
42	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51AM_V_GEN = $(am__v_GEN_$(V))
52am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
53am__v_GEN_0 = @echo "  GEN   " $@;
54AM_V_at = $(am__v_at_$(V))
55am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
56am__v_at_0 = @
57SOURCES =
58DIST_SOURCES =
59am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60am__vpath_adj = case $$p in \
61    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62    *) f=$$p;; \
63  esac;
64am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
65am__install_max = 40
66am__nobase_strip_setup = \
67  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
68am__nobase_strip = \
69  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
70am__nobase_list = $(am__nobase_strip_setup); \
71  for p in $$list; do echo "$$p $$p"; done | \
72  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
73  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
74    if (++n[$$2] == $(am__install_max)) \
75      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
76    END { for (dir in files) print dir, files[dir] }'
77am__base_list = \
78  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80am__installdirs = "$(DESTDIR)$(xtincludedir)" \
81	"$(DESTDIR)$(xtincludedir)"
82HEADERS = $(nodist_xtinclude_HEADERS) $(xtinclude_HEADERS)
83ETAGS = etags
84CTAGS = ctags
85DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86ACLOCAL = @ACLOCAL@
87ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
88ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
89AMTAR = @AMTAR@
90AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
91APP_MAN_DIR = @APP_MAN_DIR@
92APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
93AR = @AR@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98CC = @CC@
99CCDEPMODE = @CCDEPMODE@
100CC_FOR_BUILD = @CC_FOR_BUILD@
101CFLAGS = @CFLAGS@
102CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
103CHANGELOG_CMD = @CHANGELOG_CMD@
104CPP = @CPP@
105CPPFLAGS = @CPPFLAGS@
106CWARNFLAGS = @CWARNFLAGS@
107CYGPATH_W = @CYGPATH_W@
108DEFS = @DEFS@
109DEPDIR = @DEPDIR@
110DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
111DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
112DSYMUTIL = @DSYMUTIL@
113DUMPBIN = @DUMPBIN@
114ECHO_C = @ECHO_C@
115ECHO_N = @ECHO_N@
116ECHO_T = @ECHO_T@
117EGREP = @EGREP@
118EXEEXT = @EXEEXT@
119FGREP = @FGREP@
120FILE_MAN_DIR = @FILE_MAN_DIR@
121FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
122GREP = @GREP@
123INSTALL = @INSTALL@
124INSTALL_CMD = @INSTALL_CMD@
125INSTALL_DATA = @INSTALL_DATA@
126INSTALL_PROGRAM = @INSTALL_PROGRAM@
127INSTALL_SCRIPT = @INSTALL_SCRIPT@
128INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129LD = @LD@
130LDFLAGS = @LDFLAGS@
131LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
132LIBOBJS = @LIBOBJS@
133LIBS = @LIBS@
134LIBTOOL = @LIBTOOL@
135LIB_MAN_DIR = @LIB_MAN_DIR@
136LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
137LIPO = @LIPO@
138LN_S = @LN_S@
139LTLIBOBJS = @LTLIBOBJS@
140MAINT = @MAINT@
141MAKEINFO = @MAKEINFO@
142MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
143MAN_SUBSTS = @MAN_SUBSTS@
144MISC_MAN_DIR = @MISC_MAN_DIR@
145MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
146MKDIR_P = @MKDIR_P@
147NM = @NM@
148NMEDIT = @NMEDIT@
149OBJDUMP = @OBJDUMP@
150OBJEXT = @OBJEXT@
151OTOOL = @OTOOL@
152OTOOL64 = @OTOOL64@
153PACKAGE = @PACKAGE@
154PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155PACKAGE_NAME = @PACKAGE_NAME@
156PACKAGE_STRING = @PACKAGE_STRING@
157PACKAGE_TARNAME = @PACKAGE_TARNAME@
158PACKAGE_URL = @PACKAGE_URL@
159PACKAGE_VERSION = @PACKAGE_VERSION@
160PATH_SEPARATOR = @PATH_SEPARATOR@
161PKG_CONFIG = @PKG_CONFIG@
162PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
163PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
164RANLIB = @RANLIB@
165SED = @SED@
166SET_MAKE = @SET_MAKE@
167SHELL = @SHELL@
168STRINGSABIOPTIONS = @STRINGSABIOPTIONS@
169STRIP = @STRIP@
170VERSION = @VERSION@
171XFILESEARCHPATHDEFAULT = @XFILESEARCHPATHDEFAULT@
172XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
173XORG_MAN_PAGE = @XORG_MAN_PAGE@
174XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
175XT_CFLAGS = @XT_CFLAGS@
176XT_LIBS = @XT_LIBS@
177abs_builddir = @abs_builddir@
178abs_srcdir = @abs_srcdir@
179abs_top_builddir = @abs_top_builddir@
180abs_top_srcdir = @abs_top_srcdir@
181ac_ct_CC = @ac_ct_CC@
182ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
183am__include = @am__include@
184am__leading_dot = @am__leading_dot@
185am__quote = @am__quote@
186am__tar = @am__tar@
187am__untar = @am__untar@
188appdefaultdir = @appdefaultdir@
189bindir = @bindir@
190build = @build@
191build_alias = @build_alias@
192build_cpu = @build_cpu@
193build_os = @build_os@
194build_vendor = @build_vendor@
195builddir = @builddir@
196datadir = @datadir@
197datarootdir = @datarootdir@
198docdir = @docdir@
199dvidir = @dvidir@
200exec_prefix = @exec_prefix@
201host = @host@
202host_alias = @host_alias@
203host_cpu = @host_cpu@
204host_os = @host_os@
205host_vendor = @host_vendor@
206htmldir = @htmldir@
207includedir = @includedir@
208infodir = @infodir@
209install_sh = @install_sh@
210libdir = @libdir@
211libexecdir = @libexecdir@
212localedir = @localedir@
213localstatedir = @localstatedir@
214lt_ECHO = @lt_ECHO@
215mandir = @mandir@
216mkdir_p = @mkdir_p@
217oldincludedir = @oldincludedir@
218pdfdir = @pdfdir@
219prefix = @prefix@
220program_transform_name = @program_transform_name@
221psdir = @psdir@
222sbindir = @sbindir@
223sharedstatedir = @sharedstatedir@
224srcdir = @srcdir@
225sysconfdir = @sysconfdir@
226target_alias = @target_alias@
227top_build_prefix = @top_build_prefix@
228top_builddir = @top_builddir@
229top_srcdir = @top_srcdir@
230xtincludedir = ${includedir}/X11
231xtinclude_HEADERS = \
232	X11/Composite.h \
233	X11/CompositeP.h \
234	X11/ConstrainP.h \
235	X11/Constraint.h \
236	X11/Core.h \
237	X11/CoreP.h \
238	X11/Intrinsic.h \
239	X11/IntrinsicP.h \
240	X11/Object.h \
241	X11/ObjectP.h \
242	X11/RectObj.h \
243	X11/RectObjP.h \
244	X11/ResConfigP.h \
245	X11/ShellP.h \
246	X11/Vendor.h \
247	X11/VendorP.h	\
248			\
249	X11/CallbackI.h \
250	X11/ConvertI.h \
251	X11/CreateI.h \
252	X11/EventI.h \
253	X11/HookObjI.h \
254	X11/InitialI.h \
255	X11/IntrinsicI.h \
256	X11/PassivGraI.h \
257	X11/ResourceI.h \
258	X11/SelectionI.h \
259	X11/ShellI.h \
260	X11/ThreadsI.h \
261	X11/TranslateI.h \
262	X11/VarargsI.h	\
263	X11/Xtos.h	
264
265nodist_xtinclude_HEADERS = \
266	X11/StringDefs.h \
267	X11/Shell.h
268
269DISTCLEANFILES = \
270	X11/StringDefs.h \
271	X11/Shell.h
272
273all: all-am
274
275.SUFFIXES:
276$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
277	@for dep in $?; do \
278	  case '$(am__configure_deps)' in \
279	    *$$dep*) \
280	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
281	        && { if test -f $@; then exit 0; else break; fi; }; \
282	      exit 1;; \
283	  esac; \
284	done; \
285	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
286	$(am__cd) $(top_srcdir) && \
287	  $(AUTOMAKE) --foreign include/Makefile
288.PRECIOUS: Makefile
289Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290	@case '$?' in \
291	  *config.status*) \
292	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
293	  *) \
294	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
295	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
296	esac;
297
298$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
301$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
302	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
304	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(am__aclocal_m4_deps):
306
307mostlyclean-libtool:
308	-rm -f *.lo
309
310clean-libtool:
311	-rm -rf .libs _libs
312install-nodist_xtincludeHEADERS: $(nodist_xtinclude_HEADERS)
313	@$(NORMAL_INSTALL)
314	test -z "$(xtincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xtincludedir)"
315	@list='$(nodist_xtinclude_HEADERS)'; test -n "$(xtincludedir)" || list=; \
316	for p in $$list; do \
317	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
318	  echo "$$d$$p"; \
319	done | $(am__base_list) | \
320	while read files; do \
321	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xtincludedir)'"; \
322	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(xtincludedir)" || exit $$?; \
323	done
324
325uninstall-nodist_xtincludeHEADERS:
326	@$(NORMAL_UNINSTALL)
327	@list='$(nodist_xtinclude_HEADERS)'; test -n "$(xtincludedir)" || list=; \
328	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
329	test -n "$$files" || exit 0; \
330	echo " ( cd '$(DESTDIR)$(xtincludedir)' && rm -f" $$files ")"; \
331	cd "$(DESTDIR)$(xtincludedir)" && rm -f $$files
332install-xtincludeHEADERS: $(xtinclude_HEADERS)
333	@$(NORMAL_INSTALL)
334	test -z "$(xtincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xtincludedir)"
335	@list='$(xtinclude_HEADERS)'; test -n "$(xtincludedir)" || list=; \
336	for p in $$list; do \
337	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
338	  echo "$$d$$p"; \
339	done | $(am__base_list) | \
340	while read files; do \
341	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xtincludedir)'"; \
342	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(xtincludedir)" || exit $$?; \
343	done
344
345uninstall-xtincludeHEADERS:
346	@$(NORMAL_UNINSTALL)
347	@list='$(xtinclude_HEADERS)'; test -n "$(xtincludedir)" || list=; \
348	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
349	test -n "$$files" || exit 0; \
350	echo " ( cd '$(DESTDIR)$(xtincludedir)' && rm -f" $$files ")"; \
351	cd "$(DESTDIR)$(xtincludedir)" && rm -f $$files
352
353ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355	unique=`for i in $$list; do \
356	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357	  done | \
358	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359	      END { if (nonempty) { for (i in files) print i; }; }'`; \
360	mkid -fID $$unique
361tags: TAGS
362
363TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364		$(TAGS_FILES) $(LISP)
365	set x; \
366	here=`pwd`; \
367	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368	unique=`for i in $$list; do \
369	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370	  done | \
371	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372	      END { if (nonempty) { for (i in files) print i; }; }'`; \
373	shift; \
374	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375	  test -n "$$unique" || unique=$$empty_fix; \
376	  if test $$# -gt 0; then \
377	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378	      "$$@" $$unique; \
379	  else \
380	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381	      $$unique; \
382	  fi; \
383	fi
384ctags: CTAGS
385CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386		$(TAGS_FILES) $(LISP)
387	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388	unique=`for i in $$list; do \
389	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390	  done | \
391	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392	      END { if (nonempty) { for (i in files) print i; }; }'`; \
393	test -z "$(CTAGS_ARGS)$$unique" \
394	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395	     $$unique
396
397GTAGS:
398	here=`$(am__cd) $(top_builddir) && pwd` \
399	  && $(am__cd) $(top_srcdir) \
400	  && gtags -i $(GTAGS_ARGS) "$$here"
401
402distclean-tags:
403	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404
405distdir: $(DISTFILES)
406	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408	list='$(DISTFILES)'; \
409	  dist_files=`for file in $$list; do echo $$file; done | \
410	  sed -e "s|^$$srcdirstrip/||;t" \
411	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
412	case $$dist_files in \
413	  */*) $(MKDIR_P) `echo "$$dist_files" | \
414			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
415			   sort -u` ;; \
416	esac; \
417	for file in $$dist_files; do \
418	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
419	  if test -d $$d/$$file; then \
420	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
421	    if test -d "$(distdir)/$$file"; then \
422	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423	    fi; \
424	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
425	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
426	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427	    fi; \
428	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
429	  else \
430	    test -f "$(distdir)/$$file" \
431	    || cp -p $$d/$$file "$(distdir)/$$file" \
432	    || exit 1; \
433	  fi; \
434	done
435check-am: all-am
436check: check-am
437all-am: Makefile $(HEADERS)
438installdirs:
439	for dir in "$(DESTDIR)$(xtincludedir)" "$(DESTDIR)$(xtincludedir)"; do \
440	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
441	done
442install: install-am
443install-exec: install-exec-am
444install-data: install-data-am
445uninstall: uninstall-am
446
447install-am: all-am
448	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
449
450installcheck: installcheck-am
451install-strip:
452	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
453	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
454	  `test -z '$(STRIP)' || \
455	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
456mostlyclean-generic:
457
458clean-generic:
459
460distclean-generic:
461	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
462	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
463	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
464
465maintainer-clean-generic:
466	@echo "This command is intended for maintainers to use"
467	@echo "it deletes files that may require special tools to rebuild."
468clean: clean-am
469
470clean-am: clean-generic clean-libtool mostlyclean-am
471
472distclean: distclean-am
473	-rm -f Makefile
474distclean-am: clean-am distclean-generic distclean-tags
475
476dvi: dvi-am
477
478dvi-am:
479
480html: html-am
481
482html-am:
483
484info: info-am
485
486info-am:
487
488install-data-am: install-nodist_xtincludeHEADERS \
489	install-xtincludeHEADERS
490
491install-dvi: install-dvi-am
492
493install-dvi-am:
494
495install-exec-am:
496
497install-html: install-html-am
498
499install-html-am:
500
501install-info: install-info-am
502
503install-info-am:
504
505install-man:
506
507install-pdf: install-pdf-am
508
509install-pdf-am:
510
511install-ps: install-ps-am
512
513install-ps-am:
514
515installcheck-am:
516
517maintainer-clean: maintainer-clean-am
518	-rm -f Makefile
519maintainer-clean-am: distclean-am maintainer-clean-generic
520
521mostlyclean: mostlyclean-am
522
523mostlyclean-am: mostlyclean-generic mostlyclean-libtool
524
525pdf: pdf-am
526
527pdf-am:
528
529ps: ps-am
530
531ps-am:
532
533uninstall-am: uninstall-nodist_xtincludeHEADERS \
534	uninstall-xtincludeHEADERS
535
536.MAKE: install-am install-strip
537
538.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
539	clean-libtool ctags distclean distclean-generic \
540	distclean-libtool distclean-tags distdir dvi dvi-am html \
541	html-am info info-am install install-am install-data \
542	install-data-am install-dvi install-dvi-am install-exec \
543	install-exec-am install-html install-html-am install-info \
544	install-info-am install-man install-nodist_xtincludeHEADERS \
545	install-pdf install-pdf-am install-ps install-ps-am \
546	install-strip install-xtincludeHEADERS installcheck \
547	installcheck-am installdirs maintainer-clean \
548	maintainer-clean-generic mostlyclean mostlyclean-generic \
549	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
550	uninstall-am uninstall-nodist_xtincludeHEADERS \
551	uninstall-xtincludeHEADERS
552
553
554# Tell versions [3.59,3.63) of GNU make to not export all variables.
555# Otherwise a system limit (for SysV at least) may be exceeded.
556.NOEXPORT:
557