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