Makefile.in revision c889a3bf
1# Makefile.in generated by automake 1.14 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81@BUILD_XAW6_TRUE@am__append_1 = xaw6.pc
82@BUILD_XAW7_TRUE@am__append_2 = xaw7.pc
83subdir = .
84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85	$(top_srcdir)/configure $(am__configure_deps) \
86	$(srcdir)/config.h.in $(srcdir)/xaw6.pc.in \
87	$(srcdir)/xaw7.pc.in COPYING ChangeLog INSTALL README compile \
88	config.guess config.sub install-sh missing ltmain.sh
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94 configure.lineno config.status.lineno
95mkinstalldirs = $(install_sh) -d
96CONFIG_HEADER = config.h
97CONFIG_CLEAN_FILES = xaw6.pc xaw7.pc
98CONFIG_CLEAN_VPATH_FILES =
99AM_V_P = $(am__v_P_@AM_V@)
100am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
101am__v_P_0 = false
102am__v_P_1 = :
103AM_V_GEN = $(am__v_GEN_@AM_V@)
104am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
105am__v_GEN_0 = @echo "  GEN     " $@;
106am__v_GEN_1 = 
107AM_V_at = $(am__v_at_@AM_V@)
108am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109am__v_at_0 = @
110am__v_at_1 = 
111SOURCES =
112DIST_SOURCES =
113RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
114	ctags-recursive dvi-recursive html-recursive info-recursive \
115	install-data-recursive install-dvi-recursive \
116	install-exec-recursive install-html-recursive \
117	install-info-recursive install-pdf-recursive \
118	install-ps-recursive install-recursive installcheck-recursive \
119	installdirs-recursive pdf-recursive ps-recursive \
120	tags-recursive uninstall-recursive
121am__can_run_installinfo = \
122  case $$AM_UPDATE_INFO_DIR in \
123    n|no|NO) false;; \
124    *) (install-info --version) >/dev/null 2>&1;; \
125  esac
126am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
127am__vpath_adj = case $$p in \
128    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129    *) f=$$p;; \
130  esac;
131am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
132am__install_max = 40
133am__nobase_strip_setup = \
134  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
135am__nobase_strip = \
136  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
137am__nobase_list = $(am__nobase_strip_setup); \
138  for p in $$list; do echo "$$p $$p"; done | \
139  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
140  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141    if (++n[$$2] == $(am__install_max)) \
142      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143    END { for (dir in files) print dir, files[dir] }'
144am__base_list = \
145  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
146  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
147am__uninstall_files_from_dir = { \
148  test -z "$$files" \
149    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
150    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151         $(am__cd) "$$dir" && rm -f $$files; }; \
152  }
153am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
154DATA = $(pkgconfig_DATA)
155RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
156  distclean-recursive maintainer-clean-recursive
157am__recursive_targets = \
158  $(RECURSIVE_TARGETS) \
159  $(RECURSIVE_CLEAN_TARGETS) \
160  $(am__extra_recursive_targets)
161AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
162	cscope distdir dist dist-all distcheck
163am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
164	$(LISP)config.h.in
165# Read a list of newline-separated strings from the standard input,
166# and print each of them once, without duplicates.  Input order is
167# *not* preserved.
168am__uniquify_input = $(AWK) '\
169  BEGIN { nonempty = 0; } \
170  { items[$$0] = 1; nonempty = 1; } \
171  END { if (nonempty) { for (i in items) print i; }; } \
172'
173# Make sure the list of sources is unique.  This is necessary because,
174# e.g., the same source file might be shared among _SOURCES variables
175# for different programs/libraries.
176am__define_uniq_tagged_files = \
177  list='$(am__tagged_files)'; \
178  unique=`for i in $$list; do \
179    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180  done | $(am__uniquify_input)`
181ETAGS = etags
182CTAGS = ctags
183CSCOPE = cscope
184DIST_SUBDIRS = $(SUBDIRS)
185DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186distdir = $(PACKAGE)-$(VERSION)
187top_distdir = $(distdir)
188am__remove_distdir = \
189  if test -d "$(distdir)"; then \
190    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
191      && rm -rf "$(distdir)" \
192      || { sleep 5 && rm -rf "$(distdir)"; }; \
193  else :; fi
194am__post_remove_distdir = $(am__remove_distdir)
195am__relativize = \
196  dir0=`pwd`; \
197  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
198  sed_rest='s,^[^/]*/*,,'; \
199  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
200  sed_butlast='s,/*[^/]*$$,,'; \
201  while test -n "$$dir1"; do \
202    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
203    if test "$$first" != "."; then \
204      if test "$$first" = ".."; then \
205        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
206        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
207      else \
208        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
209        if test "$$first2" = "$$first"; then \
210          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
211        else \
212          dir2="../$$dir2"; \
213        fi; \
214        dir0="$$dir0"/"$$first"; \
215      fi; \
216    fi; \
217    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
218  done; \
219  reldir="$$dir2"
220DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
221GZIP_ENV = --best
222DIST_TARGETS = dist-bzip2 dist-gzip
223distuninstallcheck_listfiles = find . -type f -print
224am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
225  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
226distcleancheck_listfiles = find . -type f -print
227ACLOCAL = @ACLOCAL@
228ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
229ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
230AMTAR = @AMTAR@
231AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232APP_MAN_DIR = @APP_MAN_DIR@
233APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
234AR = @AR@
235AUTOCONF = @AUTOCONF@
236AUTOHEADER = @AUTOHEADER@
237AUTOMAKE = @AUTOMAKE@
238AWK = @AWK@
239BASE_CFLAGS = @BASE_CFLAGS@
240CC = @CC@
241CCDEPMODE = @CCDEPMODE@
242CFLAGS = @CFLAGS@
243CHANGELOG_CMD = @CHANGELOG_CMD@
244CPP = @CPP@
245CPPFLAGS = @CPPFLAGS@
246CWARNFLAGS = @CWARNFLAGS@
247CYGPATH_W = @CYGPATH_W@
248DEFS = @DEFS@
249DEPDIR = @DEPDIR@
250DLLTOOL = @DLLTOOL@
251DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
252DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
253DSYMUTIL = @DSYMUTIL@
254DUMPBIN = @DUMPBIN@
255ECHO_C = @ECHO_C@
256ECHO_N = @ECHO_N@
257ECHO_T = @ECHO_T@
258EGREP = @EGREP@
259EXEEXT = @EXEEXT@
260FGREP = @FGREP@
261FILE_MAN_DIR = @FILE_MAN_DIR@
262FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
263FOP = @FOP@
264GREP = @GREP@
265INSTALL = @INSTALL@
266INSTALL_CMD = @INSTALL_CMD@
267INSTALL_DATA = @INSTALL_DATA@
268INSTALL_PROGRAM = @INSTALL_PROGRAM@
269INSTALL_SCRIPT = @INSTALL_SCRIPT@
270INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
271LD = @LD@
272LDFLAGS = @LDFLAGS@
273LIBEXT = @LIBEXT@
274LIBOBJS = @LIBOBJS@
275LIBS = @LIBS@
276LIBTOOL = @LIBTOOL@
277LIB_MAN_DIR = @LIB_MAN_DIR@
278LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
279LIPO = @LIPO@
280LN_S = @LN_S@
281LTLIBOBJS = @LTLIBOBJS@
282MAINT = @MAINT@
283MAKEINFO = @MAKEINFO@
284MANIFEST_TOOL = @MANIFEST_TOOL@
285MAN_SUBSTS = @MAN_SUBSTS@
286MISC_MAN_DIR = @MISC_MAN_DIR@
287MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
288MKDIR_P = @MKDIR_P@
289NM = @NM@
290NMEDIT = @NMEDIT@
291OBJDUMP = @OBJDUMP@
292OBJEXT = @OBJEXT@
293OTOOL = @OTOOL@
294OTOOL64 = @OTOOL64@
295PACKAGE = @PACKAGE@
296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297PACKAGE_NAME = @PACKAGE_NAME@
298PACKAGE_STRING = @PACKAGE_STRING@
299PACKAGE_TARNAME = @PACKAGE_TARNAME@
300PACKAGE_URL = @PACKAGE_URL@
301PACKAGE_VERSION = @PACKAGE_VERSION@
302PATH_SEPARATOR = @PATH_SEPARATOR@
303PKG_CONFIG = @PKG_CONFIG@
304RANLIB = @RANLIB@
305SED = @SED@
306SET_MAKE = @SET_MAKE@
307SHELL = @SHELL@
308STRICT_CFLAGS = @STRICT_CFLAGS@
309STRIP = @STRIP@
310STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
311VERSION = @VERSION@
312XAW6_CFLAGS = @XAW6_CFLAGS@
313XAW6_LIBS = @XAW6_LIBS@
314XAW7_CFLAGS = @XAW7_CFLAGS@
315XAW7_LIBS = @XAW7_LIBS@
316XMLTO = @XMLTO@
317XORG_MAN_PAGE = @XORG_MAN_PAGE@
318XORG_SGML_PATH = @XORG_SGML_PATH@
319XSLTPROC = @XSLTPROC@
320XSL_STYLESHEET = @XSL_STYLESHEET@
321abs_builddir = @abs_builddir@
322abs_srcdir = @abs_srcdir@
323abs_top_builddir = @abs_top_builddir@
324abs_top_srcdir = @abs_top_srcdir@
325ac_ct_AR = @ac_ct_AR@
326ac_ct_CC = @ac_ct_CC@
327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328am__include = @am__include@
329am__leading_dot = @am__leading_dot@
330am__quote = @am__quote@
331am__tar = @am__tar@
332am__untar = @am__untar@
333bindir = @bindir@
334build = @build@
335build_alias = @build_alias@
336build_cpu = @build_cpu@
337build_os = @build_os@
338build_vendor = @build_vendor@
339builddir = @builddir@
340datadir = @datadir@
341datarootdir = @datarootdir@
342docdir = @docdir@
343dvidir = @dvidir@
344exec_prefix = @exec_prefix@
345host = @host@
346host_alias = @host_alias@
347host_cpu = @host_cpu@
348host_os = @host_os@
349host_vendor = @host_vendor@
350htmldir = @htmldir@
351includedir = @includedir@
352infodir = @infodir@
353install_sh = @install_sh@
354libdir = @libdir@
355libexecdir = @libexecdir@
356localedir = @localedir@
357localstatedir = @localstatedir@
358mandir = @mandir@
359mkdir_p = @mkdir_p@
360oldincludedir = @oldincludedir@
361pdfdir = @pdfdir@
362prefix = @prefix@
363program_transform_name = @program_transform_name@
364psdir = @psdir@
365sbindir = @sbindir@
366sharedstatedir = @sharedstatedir@
367srcdir = @srcdir@
368sysconfdir = @sysconfdir@
369target_alias = @target_alias@
370top_build_prefix = @top_build_prefix@
371top_builddir = @top_builddir@
372top_srcdir = @top_srcdir@
373SUBDIRS = include src man specs
374pkgconfigdir = $(libdir)/pkgconfig
375pkgconfig_DATA = $(am__append_1) $(am__append_2)
376@BUILD_XAW6_TRUE@@PLATFORM_DARWIN_FALSE@DEFAULT_LIB = libXaw6.@LIBEXT@
377@BUILD_XAW6_TRUE@@PLATFORM_DARWIN_TRUE@DEFAULT_LIB = libXaw.6.@LIBEXT@
378@BUILD_XAW7_TRUE@@PLATFORM_DARWIN_FALSE@DEFAULT_LIB = libXaw7.@LIBEXT@
379@BUILD_XAW7_TRUE@@PLATFORM_DARWIN_TRUE@DEFAULT_LIB = libXaw.7.@LIBEXT@
380MAINTAINERCLEANFILES = ChangeLog INSTALL
381EXTRA_DIST = \
382        autogen.sh	   \
383	old-doc/Changelog  \
384	old-doc/CHANGES
385
386all: config.h
387	$(MAKE) $(AM_MAKEFLAGS) all-recursive
388
389.SUFFIXES:
390am--refresh: Makefile
391	@:
392$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
393	@for dep in $?; do \
394	  case '$(am__configure_deps)' in \
395	    *$$dep*) \
396	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
397	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
398		&& exit 0; \
399	      exit 1;; \
400	  esac; \
401	done; \
402	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
403	$(am__cd) $(top_srcdir) && \
404	  $(AUTOMAKE) --foreign Makefile
405.PRECIOUS: Makefile
406Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407	@case '$?' in \
408	  *config.status*) \
409	    echo ' $(SHELL) ./config.status'; \
410	    $(SHELL) ./config.status;; \
411	  *) \
412	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
413	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
414	esac;
415
416$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
417	$(SHELL) ./config.status --recheck
418
419$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
420	$(am__cd) $(srcdir) && $(AUTOCONF)
421$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
422	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
423$(am__aclocal_m4_deps):
424
425config.h: stamp-h1
426	@test -f $@ || rm -f stamp-h1
427	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
428
429stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
430	@rm -f stamp-h1
431	cd $(top_builddir) && $(SHELL) ./config.status config.h
432$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
433	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
434	rm -f stamp-h1
435	touch $@
436
437distclean-hdr:
438	-rm -f config.h stamp-h1
439xaw6.pc: $(top_builddir)/config.status $(srcdir)/xaw6.pc.in
440	cd $(top_builddir) && $(SHELL) ./config.status $@
441xaw7.pc: $(top_builddir)/config.status $(srcdir)/xaw7.pc.in
442	cd $(top_builddir) && $(SHELL) ./config.status $@
443
444mostlyclean-libtool:
445	-rm -f *.lo
446
447clean-libtool:
448	-rm -rf .libs _libs
449
450distclean-libtool:
451	-rm -f libtool config.lt
452install-pkgconfigDATA: $(pkgconfig_DATA)
453	@$(NORMAL_INSTALL)
454	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
455	if test -n "$$list"; then \
456	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
457	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
458	fi; \
459	for p in $$list; do \
460	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
461	  echo "$$d$$p"; \
462	done | $(am__base_list) | \
463	while read files; do \
464	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
465	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
466	done
467
468uninstall-pkgconfigDATA:
469	@$(NORMAL_UNINSTALL)
470	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
471	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
472	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
473
474# This directory's subdirectories are mostly independent; you can cd
475# into them and run 'make' without going through this Makefile.
476# To change the values of 'make' variables: instead of editing Makefiles,
477# (1) if the variable is set in 'config.status', edit 'config.status'
478#     (which will cause the Makefiles to be regenerated when you run 'make');
479# (2) otherwise, pass the desired values on the 'make' command line.
480$(am__recursive_targets):
481	@fail=; \
482	if $(am__make_keepgoing); then \
483	  failcom='fail=yes'; \
484	else \
485	  failcom='exit 1'; \
486	fi; \
487	dot_seen=no; \
488	target=`echo $@ | sed s/-recursive//`; \
489	case "$@" in \
490	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
491	  *) list='$(SUBDIRS)' ;; \
492	esac; \
493	for subdir in $$list; do \
494	  echo "Making $$target in $$subdir"; \
495	  if test "$$subdir" = "."; then \
496	    dot_seen=yes; \
497	    local_target="$$target-am"; \
498	  else \
499	    local_target="$$target"; \
500	  fi; \
501	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
502	  || eval $$failcom; \
503	done; \
504	if test "$$dot_seen" = "no"; then \
505	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
506	fi; test -z "$$fail"
507
508ID: $(am__tagged_files)
509	$(am__define_uniq_tagged_files); mkid -fID $$unique
510tags: tags-recursive
511TAGS: tags
512
513tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
514	set x; \
515	here=`pwd`; \
516	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
517	  include_option=--etags-include; \
518	  empty_fix=.; \
519	else \
520	  include_option=--include; \
521	  empty_fix=; \
522	fi; \
523	list='$(SUBDIRS)'; for subdir in $$list; do \
524	  if test "$$subdir" = .; then :; else \
525	    test ! -f $$subdir/TAGS || \
526	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
527	  fi; \
528	done; \
529	$(am__define_uniq_tagged_files); \
530	shift; \
531	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
532	  test -n "$$unique" || unique=$$empty_fix; \
533	  if test $$# -gt 0; then \
534	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535	      "$$@" $$unique; \
536	  else \
537	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538	      $$unique; \
539	  fi; \
540	fi
541ctags: ctags-recursive
542
543CTAGS: ctags
544ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
545	$(am__define_uniq_tagged_files); \
546	test -z "$(CTAGS_ARGS)$$unique" \
547	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
548	     $$unique
549
550GTAGS:
551	here=`$(am__cd) $(top_builddir) && pwd` \
552	  && $(am__cd) $(top_srcdir) \
553	  && gtags -i $(GTAGS_ARGS) "$$here"
554cscope: cscope.files
555	test ! -s cscope.files \
556	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
557clean-cscope:
558	-rm -f cscope.files
559cscope.files: clean-cscope cscopelist
560cscopelist: cscopelist-recursive
561
562cscopelist-am: $(am__tagged_files)
563	list='$(am__tagged_files)'; \
564	case "$(srcdir)" in \
565	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
566	  *) sdir=$(subdir)/$(srcdir) ;; \
567	esac; \
568	for i in $$list; do \
569	  if test -f "$$i"; then \
570	    echo "$(subdir)/$$i"; \
571	  else \
572	    echo "$$sdir/$$i"; \
573	  fi; \
574	done >> $(top_builddir)/cscope.files
575
576distclean-tags:
577	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
578	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
579
580distdir: $(DISTFILES)
581	$(am__remove_distdir)
582	test -d "$(distdir)" || mkdir "$(distdir)"
583	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585	list='$(DISTFILES)'; \
586	  dist_files=`for file in $$list; do echo $$file; done | \
587	  sed -e "s|^$$srcdirstrip/||;t" \
588	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
589	case $$dist_files in \
590	  */*) $(MKDIR_P) `echo "$$dist_files" | \
591			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
592			   sort -u` ;; \
593	esac; \
594	for file in $$dist_files; do \
595	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596	  if test -d $$d/$$file; then \
597	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
598	    if test -d "$(distdir)/$$file"; then \
599	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600	    fi; \
601	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
602	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
603	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604	    fi; \
605	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
606	  else \
607	    test -f "$(distdir)/$$file" \
608	    || cp -p $$d/$$file "$(distdir)/$$file" \
609	    || exit 1; \
610	  fi; \
611	done
612	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
613	  if test "$$subdir" = .; then :; else \
614	    $(am__make_dryrun) \
615	      || test -d "$(distdir)/$$subdir" \
616	      || $(MKDIR_P) "$(distdir)/$$subdir" \
617	      || exit 1; \
618	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
619	    $(am__relativize); \
620	    new_distdir=$$reldir; \
621	    dir1=$$subdir; dir2="$(top_distdir)"; \
622	    $(am__relativize); \
623	    new_top_distdir=$$reldir; \
624	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
625	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
626	    ($(am__cd) $$subdir && \
627	      $(MAKE) $(AM_MAKEFLAGS) \
628	        top_distdir="$$new_top_distdir" \
629	        distdir="$$new_distdir" \
630		am__remove_distdir=: \
631		am__skip_length_check=: \
632		am__skip_mode_fix=: \
633	        distdir) \
634	      || exit 1; \
635	  fi; \
636	done
637	$(MAKE) $(AM_MAKEFLAGS) \
638	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
639	  dist-hook
640	-test -n "$(am__skip_mode_fix)" \
641	|| find "$(distdir)" -type d ! -perm -755 \
642		-exec chmod u+rwx,go+rx {} \; -o \
643	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
644	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
645	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
646	|| chmod -R a+r "$(distdir)"
647dist-gzip: distdir
648	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
649	$(am__post_remove_distdir)
650dist-bzip2: distdir
651	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
652	$(am__post_remove_distdir)
653
654dist-lzip: distdir
655	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
656	$(am__post_remove_distdir)
657
658dist-xz: distdir
659	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
660	$(am__post_remove_distdir)
661
662dist-tarZ: distdir
663	@echo WARNING: "Support for shar distribution archives is" \
664	               "deprecated." >&2
665	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
666	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
667	$(am__post_remove_distdir)
668
669dist-shar: distdir
670	@echo WARNING: "Support for distribution archives compressed with" \
671		       "legacy program 'compress' is deprecated." >&2
672	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
673	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
674	$(am__post_remove_distdir)
675
676dist-zip: distdir
677	-rm -f $(distdir).zip
678	zip -rq $(distdir).zip $(distdir)
679	$(am__post_remove_distdir)
680
681dist dist-all:
682	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
683	$(am__post_remove_distdir)
684
685# This target untars the dist file and tries a VPATH configuration.  Then
686# it guarantees that the distribution is self-contained by making another
687# tarfile.
688distcheck: dist
689	case '$(DIST_ARCHIVES)' in \
690	*.tar.gz*) \
691	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
692	*.tar.bz2*) \
693	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
694	*.tar.lz*) \
695	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
696	*.tar.xz*) \
697	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
698	*.tar.Z*) \
699	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
700	*.shar.gz*) \
701	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
702	*.zip*) \
703	  unzip $(distdir).zip ;;\
704	esac
705	chmod -R a-w $(distdir)
706	chmod u+w $(distdir)
707	mkdir $(distdir)/_build $(distdir)/_inst
708	chmod a-w $(distdir)
709	test -d $(distdir)/_build || exit 0; \
710	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
711	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
712	  && am__cwd=`pwd` \
713	  && $(am__cd) $(distdir)/_build \
714	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
715	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
716	    $(DISTCHECK_CONFIGURE_FLAGS) \
717	  && $(MAKE) $(AM_MAKEFLAGS) \
718	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
719	  && $(MAKE) $(AM_MAKEFLAGS) check \
720	  && $(MAKE) $(AM_MAKEFLAGS) install \
721	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
722	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
723	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
724	        distuninstallcheck \
725	  && chmod -R a-w "$$dc_install_base" \
726	  && ({ \
727	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
728	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
729	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
730	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
731	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
732	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
733	  && rm -rf "$$dc_destdir" \
734	  && $(MAKE) $(AM_MAKEFLAGS) dist \
735	  && rm -rf $(DIST_ARCHIVES) \
736	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
737	  && cd "$$am__cwd" \
738	  || exit 1
739	$(am__post_remove_distdir)
740	@(echo "$(distdir) archives ready for distribution: "; \
741	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
742	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
743distuninstallcheck:
744	@test -n '$(distuninstallcheck_dir)' || { \
745	  echo 'ERROR: trying to run $@ with an empty' \
746	       '$$(distuninstallcheck_dir)' >&2; \
747	  exit 1; \
748	}; \
749	$(am__cd) '$(distuninstallcheck_dir)' || { \
750	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
751	  exit 1; \
752	}; \
753	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
754	   || { echo "ERROR: files left after uninstall:" ; \
755	        if test -n "$(DESTDIR)"; then \
756	          echo "  (check DESTDIR support)"; \
757	        fi ; \
758	        $(distuninstallcheck_listfiles) ; \
759	        exit 1; } >&2
760distcleancheck: distclean
761	@if test '$(srcdir)' = . ; then \
762	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
763	  exit 1 ; \
764	fi
765	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
766	  || { echo "ERROR: files left in build directory after distclean:" ; \
767	       $(distcleancheck_listfiles) ; \
768	       exit 1; } >&2
769check-am: all-am
770check: check-recursive
771all-am: Makefile $(DATA) config.h
772installdirs: installdirs-recursive
773installdirs-am:
774	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
775	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
776	done
777install: install-recursive
778install-exec: install-exec-recursive
779install-data: install-data-recursive
780uninstall: uninstall-recursive
781
782install-am: all-am
783	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
784
785installcheck: installcheck-recursive
786install-strip:
787	if test -z '$(STRIP)'; then \
788	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
789	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
790	      install; \
791	else \
792	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
793	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
794	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
795	fi
796mostlyclean-generic:
797
798clean-generic:
799
800distclean-generic:
801	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
802	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
803
804maintainer-clean-generic:
805	@echo "This command is intended for maintainers to use"
806	@echo "it deletes files that may require special tools to rebuild."
807	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
808clean: clean-recursive
809
810clean-am: clean-generic clean-libtool mostlyclean-am
811
812distclean: distclean-recursive
813	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
814	-rm -f Makefile
815distclean-am: clean-am distclean-generic distclean-hdr \
816	distclean-libtool distclean-tags
817
818dvi: dvi-recursive
819
820dvi-am:
821
822html: html-recursive
823
824html-am:
825
826info: info-recursive
827
828info-am:
829
830install-data-am: install-pkgconfigDATA
831
832install-dvi: install-dvi-recursive
833
834install-dvi-am:
835
836install-exec-am:
837	@$(NORMAL_INSTALL)
838	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
839install-html: install-html-recursive
840
841install-html-am:
842
843install-info: install-info-recursive
844
845install-info-am:
846
847install-man:
848
849install-pdf: install-pdf-recursive
850
851install-pdf-am:
852
853install-ps: install-ps-recursive
854
855install-ps-am:
856
857installcheck-am:
858
859maintainer-clean: maintainer-clean-recursive
860	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
861	-rm -rf $(top_srcdir)/autom4te.cache
862	-rm -f Makefile
863maintainer-clean-am: distclean-am maintainer-clean-generic
864
865mostlyclean: mostlyclean-recursive
866
867mostlyclean-am: mostlyclean-generic mostlyclean-libtool
868
869pdf: pdf-recursive
870
871pdf-am:
872
873ps: ps-recursive
874
875ps-am:
876
877uninstall-am: uninstall-local uninstall-pkgconfigDATA
878
879.MAKE: $(am__recursive_targets) all install-am install-exec-am \
880	install-strip
881
882.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
883	am--refresh check check-am clean clean-cscope clean-generic \
884	clean-libtool cscope cscopelist-am ctags ctags-am dist \
885	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
886	dist-tarZ dist-xz dist-zip distcheck distclean \
887	distclean-generic distclean-hdr distclean-libtool \
888	distclean-tags distcleancheck distdir distuninstallcheck dvi \
889	dvi-am html html-am info info-am install install-am \
890	install-data install-data-am install-dvi install-dvi-am \
891	install-exec install-exec-am install-exec-hook install-html \
892	install-html-am install-info install-info-am install-man \
893	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
894	install-ps-am install-strip installcheck installcheck-am \
895	installdirs installdirs-am maintainer-clean \
896	maintainer-clean-generic mostlyclean mostlyclean-generic \
897	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
898	uninstall-am uninstall-local uninstall-pkgconfigDATA
899
900
901install-exec-hook:
902	cd $(DESTDIR)$(libdir) && rm -f libXaw.@LIBEXT@ && $(LN_S) $(DEFAULT_LIB) libXaw.@LIBEXT@
903
904uninstall-local:
905	-rm -f $(DESTDIR)$(libdir)/libXaw.@LIBEXT@
906
907.PHONY: ChangeLog INSTALL
908
909INSTALL:
910	$(INSTALL_CMD)
911
912ChangeLog:
913	$(CHANGELOG_CMD)
914
915dist-hook: ChangeLog INSTALL
916
917# Tell versions [3.59,3.63) of GNU make to not export all variables.
918# Otherwise a system limit (for SysV at least) may be exceeded.
919.NOEXPORT:
920