1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = include
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
94	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(xawinclude_HEADERS) \
100	$(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 = 
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 = 
117SOURCES =
118DIST_SOURCES =
119am__can_run_installinfo = \
120  case $$AM_UPDATE_INFO_DIR in \
121    n|no|NO) false;; \
122    *) (install-info --version) >/dev/null 2>&1;; \
123  esac
124am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125am__vpath_adj = case $$p in \
126    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127    *) f=$$p;; \
128  esac;
129am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130am__install_max = 40
131am__nobase_strip_setup = \
132  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133am__nobase_strip = \
134  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135am__nobase_list = $(am__nobase_strip_setup); \
136  for p in $$list; do echo "$$p $$p"; done | \
137  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139    if (++n[$$2] == $(am__install_max)) \
140      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141    END { for (dir in files) print dir, files[dir] }'
142am__base_list = \
143  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145am__uninstall_files_from_dir = { \
146  test -z "$$files" \
147    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149         $(am__cd) "$$dir" && rm -f $$files; }; \
150  }
151am__installdirs = "$(DESTDIR)$(xawincludedir)"
152HEADERS = $(xawinclude_HEADERS)
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)`
170am__DIST_COMMON = $(srcdir)/Makefile.in
171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172ACLOCAL = @ACLOCAL@
173ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
174ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
175AMTAR = @AMTAR@
176AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
177APP_MAN_DIR = @APP_MAN_DIR@
178APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
179AR = @AR@
180AUTOCONF = @AUTOCONF@
181AUTOHEADER = @AUTOHEADER@
182AUTOMAKE = @AUTOMAKE@
183AWK = @AWK@
184BASE_CFLAGS = @BASE_CFLAGS@
185CC = @CC@
186CCDEPMODE = @CCDEPMODE@
187CFLAGS = @CFLAGS@
188CHANGELOG_CMD = @CHANGELOG_CMD@
189CPPFLAGS = @CPPFLAGS@
190CSCOPE = @CSCOPE@
191CTAGS = @CTAGS@
192CWARNFLAGS = @CWARNFLAGS@
193CYGPATH_W = @CYGPATH_W@
194DEFS = @DEFS@
195DEPDIR = @DEPDIR@
196DLLTOOL = @DLLTOOL@
197DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
198DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
199DSYMUTIL = @DSYMUTIL@
200DUMPBIN = @DUMPBIN@
201ECHO_C = @ECHO_C@
202ECHO_N = @ECHO_N@
203ECHO_T = @ECHO_T@
204EGREP = @EGREP@
205ETAGS = @ETAGS@
206EXEEXT = @EXEEXT@
207FGREP = @FGREP@
208FILECMD = @FILECMD@
209FILE_MAN_DIR = @FILE_MAN_DIR@
210FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
211FOP = @FOP@
212GREP = @GREP@
213INSTALL = @INSTALL@
214INSTALL_CMD = @INSTALL_CMD@
215INSTALL_DATA = @INSTALL_DATA@
216INSTALL_PROGRAM = @INSTALL_PROGRAM@
217INSTALL_SCRIPT = @INSTALL_SCRIPT@
218INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
219LD = @LD@
220LDFLAGS = @LDFLAGS@
221LIBEXT = @LIBEXT@
222LIBOBJS = @LIBOBJS@
223LIBS = @LIBS@
224LIBTOOL = @LIBTOOL@
225LIB_MAN_DIR = @LIB_MAN_DIR@
226LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
227LIPO = @LIPO@
228LN_S = @LN_S@
229LTLIBOBJS = @LTLIBOBJS@
230LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
231MAKEINFO = @MAKEINFO@
232MANIFEST_TOOL = @MANIFEST_TOOL@
233MAN_SUBSTS = @MAN_SUBSTS@
234MISC_MAN_DIR = @MISC_MAN_DIR@
235MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
236MKDIR_P = @MKDIR_P@
237NM = @NM@
238NMEDIT = @NMEDIT@
239OBJDUMP = @OBJDUMP@
240OBJEXT = @OBJEXT@
241OTOOL = @OTOOL@
242OTOOL64 = @OTOOL64@
243PACKAGE = @PACKAGE@
244PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
245PACKAGE_NAME = @PACKAGE_NAME@
246PACKAGE_STRING = @PACKAGE_STRING@
247PACKAGE_TARNAME = @PACKAGE_TARNAME@
248PACKAGE_URL = @PACKAGE_URL@
249PACKAGE_VERSION = @PACKAGE_VERSION@
250PATH_SEPARATOR = @PATH_SEPARATOR@
251PKG_CONFIG = @PKG_CONFIG@
252PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
253PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
254RANLIB = @RANLIB@
255SED = @SED@
256SET_MAKE = @SET_MAKE@
257SHELL = @SHELL@
258STRICT_CFLAGS = @STRICT_CFLAGS@
259STRIP = @STRIP@
260STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
261VERSION = @VERSION@
262XAW6_CFLAGS = @XAW6_CFLAGS@
263XAW6_LIBS = @XAW6_LIBS@
264XAW7_CFLAGS = @XAW7_CFLAGS@
265XAW7_LIBS = @XAW7_LIBS@
266XMLTO = @XMLTO@
267XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@
268XORG_MAN_PAGE = @XORG_MAN_PAGE@
269XORG_SGML_PATH = @XORG_SGML_PATH@
270XSLTPROC = @XSLTPROC@
271XSL_STYLESHEET = @XSL_STYLESHEET@
272abs_builddir = @abs_builddir@
273abs_srcdir = @abs_srcdir@
274abs_top_builddir = @abs_top_builddir@
275abs_top_srcdir = @abs_top_srcdir@
276ac_ct_AR = @ac_ct_AR@
277ac_ct_CC = @ac_ct_CC@
278ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279am__include = @am__include@
280am__leading_dot = @am__leading_dot@
281am__quote = @am__quote@
282am__tar = @am__tar@
283am__untar = @am__untar@
284bindir = @bindir@
285build = @build@
286build_alias = @build_alias@
287build_cpu = @build_cpu@
288build_os = @build_os@
289build_vendor = @build_vendor@
290builddir = @builddir@
291datadir = @datadir@
292datarootdir = @datarootdir@
293docdir = @docdir@
294dvidir = @dvidir@
295exec_prefix = @exec_prefix@
296host = @host@
297host_alias = @host_alias@
298host_cpu = @host_cpu@
299host_os = @host_os@
300host_vendor = @host_vendor@
301htmldir = @htmldir@
302includedir = @includedir@
303infodir = @infodir@
304install_sh = @install_sh@
305libdir = @libdir@
306libexecdir = @libexecdir@
307localedir = @localedir@
308localstatedir = @localstatedir@
309mandir = @mandir@
310mkdir_p = @mkdir_p@
311oldincludedir = @oldincludedir@
312pdfdir = @pdfdir@
313prefix = @prefix@
314program_transform_name = @program_transform_name@
315psdir = @psdir@
316runstatedir = @runstatedir@
317sbindir = @sbindir@
318sharedstatedir = @sharedstatedir@
319srcdir = @srcdir@
320sysconfdir = @sysconfdir@
321target_alias = @target_alias@
322top_build_prefix = @top_build_prefix@
323top_builddir = @top_builddir@
324top_srcdir = @top_srcdir@
325xawincludedir = ${includedir}/X11/Xaw
326xawinclude_HEADERS = \
327	X11/Xaw/AllWidgets.h \
328	X11/Xaw/AsciiSink.h \
329	X11/Xaw/AsciiSinkP.h \
330	X11/Xaw/AsciiSrc.h \
331	X11/Xaw/AsciiSrcP.h \
332	X11/Xaw/AsciiText.h \
333	X11/Xaw/AsciiTextP.h \
334	X11/Xaw/Box.h \
335	X11/Xaw/BoxP.h \
336	X11/Xaw/Cardinals.h \
337	X11/Xaw/Command.h \
338	X11/Xaw/CommandP.h \
339	X11/Xaw/Dialog.h \
340	X11/Xaw/DialogP.h \
341	X11/Xaw/Form.h \
342	X11/Xaw/FormP.h \
343	X11/Xaw/Grip.h \
344	X11/Xaw/GripP.h \
345	X11/Xaw/Label.h \
346	X11/Xaw/LabelP.h \
347	X11/Xaw/List.h \
348	X11/Xaw/ListP.h \
349	X11/Xaw/MenuButton.h \
350	X11/Xaw/MenuButtoP.h \
351	X11/Xaw/MultiSrc.h \
352	X11/Xaw/MultiSrcP.h \
353	X11/Xaw/MultiSink.h \
354	X11/Xaw/MultiSinkP.h \
355	X11/Xaw/Paned.h \
356	X11/Xaw/PanedP.h \
357	X11/Xaw/Panner.h \
358	X11/Xaw/PannerP.h \
359	X11/Xaw/Porthole.h \
360	X11/Xaw/PortholeP.h \
361	X11/Xaw/Repeater.h \
362	X11/Xaw/RepeaterP.h \
363	X11/Xaw/Reports.h \
364	X11/Xaw/Scrollbar.h \
365	X11/Xaw/ScrollbarP.h \
366	X11/Xaw/Simple.h \
367	X11/Xaw/SimpleP.h \
368	X11/Xaw/SimpleMenu.h \
369	X11/Xaw/SimpleMenP.h \
370	X11/Xaw/Sme.h \
371	X11/Xaw/SmeP.h \
372	X11/Xaw/SmeBSB.h \
373	X11/Xaw/SmeBSBP.h \
374	X11/Xaw/SmeLine.h \
375	X11/Xaw/SmeLineP.h \
376	X11/Xaw/StripChart.h \
377	X11/Xaw/StripCharP.h \
378	X11/Xaw/Template.c \
379	X11/Xaw/Template.h \
380	X11/Xaw/TemplateP.h \
381	X11/Xaw/Text.h \
382	X11/Xaw/TextP.h \
383	X11/Xaw/TextSink.h \
384	X11/Xaw/TextSinkP.h \
385	X11/Xaw/TextSrc.h \
386	X11/Xaw/TextSrcP.h \
387	X11/Xaw/Tip.h \
388	X11/Xaw/TipP.h \
389	X11/Xaw/Toggle.h \
390	X11/Xaw/ToggleP.h \
391	X11/Xaw/Tree.h \
392	X11/Xaw/TreeP.h \
393	X11/Xaw/VendorEP.h \
394	X11/Xaw/Viewport.h \
395	X11/Xaw/ViewportP.h \
396	X11/Xaw/XawImP.h \
397	X11/Xaw/XawInit.h
398
399all: all-am
400
401.SUFFIXES:
402$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
403	@for dep in $?; do \
404	  case '$(am__configure_deps)' in \
405	    *$$dep*) \
406	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
407	        && { if test -f $@; then exit 0; else break; fi; }; \
408	      exit 1;; \
409	  esac; \
410	done; \
411	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
412	$(am__cd) $(top_srcdir) && \
413	  $(AUTOMAKE) --foreign include/Makefile
414Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
415	@case '$?' in \
416	  *config.status*) \
417	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
418	  *) \
419	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
420	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
421	esac;
422
423$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
424	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425
426$(top_srcdir)/configure:  $(am__configure_deps)
427	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
429	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430$(am__aclocal_m4_deps):
431
432mostlyclean-libtool:
433	-rm -f *.lo
434
435clean-libtool:
436	-rm -rf .libs _libs
437install-xawincludeHEADERS: $(xawinclude_HEADERS)
438	@$(NORMAL_INSTALL)
439	@list='$(xawinclude_HEADERS)'; test -n "$(xawincludedir)" || list=; \
440	if test -n "$$list"; then \
441	  echo " $(MKDIR_P) '$(DESTDIR)$(xawincludedir)'"; \
442	  $(MKDIR_P) "$(DESTDIR)$(xawincludedir)" || exit 1; \
443	fi; \
444	for p in $$list; do \
445	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
446	  echo "$$d$$p"; \
447	done | $(am__base_list) | \
448	while read files; do \
449	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xawincludedir)'"; \
450	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(xawincludedir)" || exit $$?; \
451	done
452
453uninstall-xawincludeHEADERS:
454	@$(NORMAL_UNINSTALL)
455	@list='$(xawinclude_HEADERS)'; test -n "$(xawincludedir)" || list=; \
456	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
457	dir='$(DESTDIR)$(xawincludedir)'; $(am__uninstall_files_from_dir)
458
459ID: $(am__tagged_files)
460	$(am__define_uniq_tagged_files); mkid -fID $$unique
461tags: tags-am
462TAGS: tags
463
464tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
465	set x; \
466	here=`pwd`; \
467	$(am__define_uniq_tagged_files); \
468	shift; \
469	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470	  test -n "$$unique" || unique=$$empty_fix; \
471	  if test $$# -gt 0; then \
472	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473	      "$$@" $$unique; \
474	  else \
475	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476	      $$unique; \
477	  fi; \
478	fi
479ctags: ctags-am
480
481CTAGS: ctags
482ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483	$(am__define_uniq_tagged_files); \
484	test -z "$(CTAGS_ARGS)$$unique" \
485	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486	     $$unique
487
488GTAGS:
489	here=`$(am__cd) $(top_builddir) && pwd` \
490	  && $(am__cd) $(top_srcdir) \
491	  && gtags -i $(GTAGS_ARGS) "$$here"
492cscopelist: cscopelist-am
493
494cscopelist-am: $(am__tagged_files)
495	list='$(am__tagged_files)'; \
496	case "$(srcdir)" in \
497	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
498	  *) sdir=$(subdir)/$(srcdir) ;; \
499	esac; \
500	for i in $$list; do \
501	  if test -f "$$i"; then \
502	    echo "$(subdir)/$$i"; \
503	  else \
504	    echo "$$sdir/$$i"; \
505	  fi; \
506	done >> $(top_builddir)/cscope.files
507
508distclean-tags:
509	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510distdir: $(BUILT_SOURCES)
511	$(MAKE) $(AM_MAKEFLAGS) distdir-am
512
513distdir-am: $(DISTFILES)
514	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516	list='$(DISTFILES)'; \
517	  dist_files=`for file in $$list; do echo $$file; done | \
518	  sed -e "s|^$$srcdirstrip/||;t" \
519	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
520	case $$dist_files in \
521	  */*) $(MKDIR_P) `echo "$$dist_files" | \
522			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
523			   sort -u` ;; \
524	esac; \
525	for file in $$dist_files; do \
526	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
527	  if test -d $$d/$$file; then \
528	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
529	    if test -d "$(distdir)/$$file"; then \
530	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531	    fi; \
532	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
533	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
534	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535	    fi; \
536	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
537	  else \
538	    test -f "$(distdir)/$$file" \
539	    || cp -p $$d/$$file "$(distdir)/$$file" \
540	    || exit 1; \
541	  fi; \
542	done
543check-am: all-am
544check: check-am
545all-am: Makefile $(HEADERS)
546installdirs:
547	for dir in "$(DESTDIR)$(xawincludedir)"; do \
548	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
549	done
550install: install-am
551install-exec: install-exec-am
552install-data: install-data-am
553uninstall: uninstall-am
554
555install-am: all-am
556	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
557
558installcheck: installcheck-am
559install-strip:
560	if test -z '$(STRIP)'; then \
561	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
562	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
563	      install; \
564	else \
565	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
568	fi
569mostlyclean-generic:
570
571clean-generic:
572
573distclean-generic:
574	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
575	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
576
577maintainer-clean-generic:
578	@echo "This command is intended for maintainers to use"
579	@echo "it deletes files that may require special tools to rebuild."
580clean: clean-am
581
582clean-am: clean-generic clean-libtool mostlyclean-am
583
584distclean: distclean-am
585	-rm -f Makefile
586distclean-am: clean-am distclean-generic distclean-tags
587
588dvi: dvi-am
589
590dvi-am:
591
592html: html-am
593
594html-am:
595
596info: info-am
597
598info-am:
599
600install-data-am: install-xawincludeHEADERS
601
602install-dvi: install-dvi-am
603
604install-dvi-am:
605
606install-exec-am:
607
608install-html: install-html-am
609
610install-html-am:
611
612install-info: install-info-am
613
614install-info-am:
615
616install-man:
617
618install-pdf: install-pdf-am
619
620install-pdf-am:
621
622install-ps: install-ps-am
623
624install-ps-am:
625
626installcheck-am:
627
628maintainer-clean: maintainer-clean-am
629	-rm -f Makefile
630maintainer-clean-am: distclean-am maintainer-clean-generic
631
632mostlyclean: mostlyclean-am
633
634mostlyclean-am: mostlyclean-generic mostlyclean-libtool
635
636pdf: pdf-am
637
638pdf-am:
639
640ps: ps-am
641
642ps-am:
643
644uninstall-am: uninstall-xawincludeHEADERS
645
646.MAKE: install-am install-strip
647
648.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
649	clean-libtool cscopelist-am ctags ctags-am distclean \
650	distclean-generic distclean-libtool distclean-tags distdir dvi \
651	dvi-am html html-am info info-am install install-am \
652	install-data install-data-am install-dvi install-dvi-am \
653	install-exec install-exec-am install-html install-html-am \
654	install-info install-info-am install-man install-pdf \
655	install-pdf-am install-ps install-ps-am install-strip \
656	install-xawincludeHEADERS installcheck installcheck-am \
657	installdirs maintainer-clean maintainer-clean-generic \
658	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
659	ps ps-am tags tags-am uninstall uninstall-am \
660	uninstall-xawincludeHEADERS
661
662.PRECIOUS: Makefile
663
664
665# Tell versions [3.59,3.63) of GNU make to not export all variables.
666# Otherwise a system limit (for SysV at least) may be exceeded.
667.NOEXPORT:
668