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