1# Makefile.in generated by automake 1.14.1 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 = fstobdf$(EXEEXT)
103subdir = .
104DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
105	$(top_srcdir)/configure $(am__configure_deps) \
106	$(srcdir)/config.h.in depcomp COPYING ChangeLog INSTALL README \
107	compile config.guess config.sub install-sh missing
108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109am__aclocal_m4_deps = $(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111	$(ACLOCAL_M4)
112am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
113 configure.lineno config.status.lineno
114mkinstalldirs = $(install_sh) -d
115CONFIG_HEADER = config.h
116CONFIG_CLEAN_FILES =
117CONFIG_CLEAN_VPATH_FILES =
118am__installdirs = "$(DESTDIR)$(bindir)"
119PROGRAMS = $(bin_PROGRAMS)
120am_fstobdf_OBJECTS = chars.$(OBJEXT) fstobdf.$(OBJEXT) \
121	header.$(OBJEXT) props.$(OBJEXT)
122fstobdf_OBJECTS = $(am_fstobdf_OBJECTS)
123am__DEPENDENCIES_1 =
124fstobdf_DEPENDENCIES = $(am__DEPENDENCIES_1)
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 = $(fstobdf_SOURCES)
154DIST_SOURCES = $(fstobdf_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@
271FSTOBDF_CFLAGS = @FSTOBDF_CFLAGS@
272FSTOBDF_LIBS = @FSTOBDF_LIBS@
273GREP = @GREP@
274INSTALL = @INSTALL@
275INSTALL_CMD = @INSTALL_CMD@
276INSTALL_DATA = @INSTALL_DATA@
277INSTALL_PROGRAM = @INSTALL_PROGRAM@
278INSTALL_SCRIPT = @INSTALL_SCRIPT@
279INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
280LDFLAGS = @LDFLAGS@
281LIBOBJS = @LIBOBJS@
282LIBS = @LIBS@
283LIB_MAN_DIR = @LIB_MAN_DIR@
284LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
285LTLIBOBJS = @LTLIBOBJS@
286MAKEINFO = @MAKEINFO@
287MAN_SUBSTS = @MAN_SUBSTS@
288MISC_MAN_DIR = @MISC_MAN_DIR@
289MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
290MKDIR_P = @MKDIR_P@
291OBJEXT = @OBJEXT@
292PACKAGE = @PACKAGE@
293PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
294PACKAGE_NAME = @PACKAGE_NAME@
295PACKAGE_STRING = @PACKAGE_STRING@
296PACKAGE_TARNAME = @PACKAGE_TARNAME@
297PACKAGE_URL = @PACKAGE_URL@
298PACKAGE_VERSION = @PACKAGE_VERSION@
299PATH_SEPARATOR = @PATH_SEPARATOR@
300PKG_CONFIG = @PKG_CONFIG@
301SED = @SED@
302SET_MAKE = @SET_MAKE@
303SHELL = @SHELL@
304STRICT_CFLAGS = @STRICT_CFLAGS@
305STRIP = @STRIP@
306VERSION = @VERSION@
307XORG_MAN_PAGE = @XORG_MAN_PAGE@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_CC = @ac_ct_CC@
313am__include = @am__include@
314am__leading_dot = @am__leading_dot@
315am__quote = @am__quote@
316am__tar = @am__tar@
317am__untar = @am__untar@
318bindir = @bindir@
319build = @build@
320build_alias = @build_alias@
321build_cpu = @build_cpu@
322build_os = @build_os@
323build_vendor = @build_vendor@
324builddir = @builddir@
325datadir = @datadir@
326datarootdir = @datarootdir@
327docdir = @docdir@
328dvidir = @dvidir@
329exec_prefix = @exec_prefix@
330host = @host@
331host_alias = @host_alias@
332host_cpu = @host_cpu@
333host_os = @host_os@
334host_vendor = @host_vendor@
335htmldir = @htmldir@
336includedir = @includedir@
337infodir = @infodir@
338install_sh = @install_sh@
339libdir = @libdir@
340libexecdir = @libexecdir@
341localedir = @localedir@
342localstatedir = @localstatedir@
343mandir = @mandir@
344mkdir_p = @mkdir_p@
345oldincludedir = @oldincludedir@
346pdfdir = @pdfdir@
347prefix = @prefix@
348program_transform_name = @program_transform_name@
349psdir = @psdir@
350sbindir = @sbindir@
351sharedstatedir = @sharedstatedir@
352srcdir = @srcdir@
353sysconfdir = @sysconfdir@
354target_alias = @target_alias@
355top_build_prefix = @top_build_prefix@
356top_builddir = @top_builddir@
357top_srcdir = @top_srcdir@
358SUBDIRS = man
359AM_CFLAGS = $(FSTOBDF_CFLAGS) $(CWARNFLAGS)
360fstobdf_LDADD = $(FSTOBDF_LIBS)
361fstobdf_SOURCES = \
362        chars.c \
363        fstobdf.c \
364        fstobdf.h \
365        header.c \
366        props.c
367
368MAINTAINERCLEANFILES = ChangeLog INSTALL
369all: config.h
370	$(MAKE) $(AM_MAKEFLAGS) all-recursive
371
372.SUFFIXES:
373.SUFFIXES: .c .o .obj
374am--refresh: Makefile
375	@:
376$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
377	@for dep in $?; do \
378	  case '$(am__configure_deps)' in \
379	    *$$dep*) \
380	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
381	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
382		&& exit 0; \
383	      exit 1;; \
384	  esac; \
385	done; \
386	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
387	$(am__cd) $(top_srcdir) && \
388	  $(AUTOMAKE) --foreign Makefile
389.PRECIOUS: Makefile
390Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391	@case '$?' in \
392	  *config.status*) \
393	    echo ' $(SHELL) ./config.status'; \
394	    $(SHELL) ./config.status;; \
395	  *) \
396	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
397	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
398	esac;
399
400$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
401	$(SHELL) ./config.status --recheck
402
403$(top_srcdir)/configure:  $(am__configure_deps)
404	$(am__cd) $(srcdir) && $(AUTOCONF)
405$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
406	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
407$(am__aclocal_m4_deps):
408
409config.h: stamp-h1
410	@test -f $@ || rm -f stamp-h1
411	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
412
413stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
414	@rm -f stamp-h1
415	cd $(top_builddir) && $(SHELL) ./config.status config.h
416$(srcdir)/config.h.in:  $(am__configure_deps)
417	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
418	rm -f stamp-h1
419	touch $@
420
421distclean-hdr:
422	-rm -f config.h stamp-h1
423install-binPROGRAMS: $(bin_PROGRAMS)
424	@$(NORMAL_INSTALL)
425	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
426	if test -n "$$list"; then \
427	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
428	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
429	fi; \
430	for p in $$list; do echo "$$p $$p"; done | \
431	sed 's/$(EXEEXT)$$//' | \
432	while read p p1; do if test -f $$p \
433	  ; then echo "$$p"; echo "$$p"; else :; fi; \
434	done | \
435	sed -e 'p;s,.*/,,;n;h' \
436	    -e 's|.*|.|' \
437	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
438	sed 'N;N;N;s,\n, ,g' | \
439	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
440	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
441	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
442	    else { print "f", $$3 "/" $$4, $$1; } } \
443	  END { for (d in files) print "f", d, files[d] }' | \
444	while read type dir files; do \
445	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
446	    test -z "$$files" || { \
447	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
448	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
449	    } \
450	; done
451
452uninstall-binPROGRAMS:
453	@$(NORMAL_UNINSTALL)
454	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
455	files=`for p in $$list; do echo "$$p"; done | \
456	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
457	      -e 's/$$/$(EXEEXT)/' \
458	`; \
459	test -n "$$list" || exit 0; \
460	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
461	cd "$(DESTDIR)$(bindir)" && rm -f $$files
462
463clean-binPROGRAMS:
464	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
465
466fstobdf$(EXEEXT): $(fstobdf_OBJECTS) $(fstobdf_DEPENDENCIES) $(EXTRA_fstobdf_DEPENDENCIES)
467	@rm -f fstobdf$(EXEEXT)
468	$(AM_V_CCLD)$(LINK) $(fstobdf_OBJECTS) $(fstobdf_LDADD) $(LIBS)
469
470mostlyclean-compile:
471	-rm -f *.$(OBJEXT)
472
473distclean-compile:
474	-rm -f *.tab.c
475
476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chars.Po@am__quote@
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstobdf.Po@am__quote@
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/props.Po@am__quote@
480
481.c.o:
482@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
483@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
484@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
485@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
487
488.c.obj:
489@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
490@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
491@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
492@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
494
495# This directory's subdirectories are mostly independent; you can cd
496# into them and run 'make' without going through this Makefile.
497# To change the values of 'make' variables: instead of editing Makefiles,
498# (1) if the variable is set in 'config.status', edit 'config.status'
499#     (which will cause the Makefiles to be regenerated when you run 'make');
500# (2) otherwise, pass the desired values on the 'make' command line.
501$(am__recursive_targets):
502	@fail=; \
503	if $(am__make_keepgoing); then \
504	  failcom='fail=yes'; \
505	else \
506	  failcom='exit 1'; \
507	fi; \
508	dot_seen=no; \
509	target=`echo $@ | sed s/-recursive//`; \
510	case "$@" in \
511	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
512	  *) list='$(SUBDIRS)' ;; \
513	esac; \
514	for subdir in $$list; do \
515	  echo "Making $$target in $$subdir"; \
516	  if test "$$subdir" = "."; then \
517	    dot_seen=yes; \
518	    local_target="$$target-am"; \
519	  else \
520	    local_target="$$target"; \
521	  fi; \
522	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
523	  || eval $$failcom; \
524	done; \
525	if test "$$dot_seen" = "no"; then \
526	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
527	fi; test -z "$$fail"
528
529ID: $(am__tagged_files)
530	$(am__define_uniq_tagged_files); mkid -fID $$unique
531tags: tags-recursive
532TAGS: tags
533
534tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
535	set x; \
536	here=`pwd`; \
537	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
538	  include_option=--etags-include; \
539	  empty_fix=.; \
540	else \
541	  include_option=--include; \
542	  empty_fix=; \
543	fi; \
544	list='$(SUBDIRS)'; for subdir in $$list; do \
545	  if test "$$subdir" = .; then :; else \
546	    test ! -f $$subdir/TAGS || \
547	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
548	  fi; \
549	done; \
550	$(am__define_uniq_tagged_files); \
551	shift; \
552	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
553	  test -n "$$unique" || unique=$$empty_fix; \
554	  if test $$# -gt 0; then \
555	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
556	      "$$@" $$unique; \
557	  else \
558	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
559	      $$unique; \
560	  fi; \
561	fi
562ctags: ctags-recursive
563
564CTAGS: ctags
565ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566	$(am__define_uniq_tagged_files); \
567	test -z "$(CTAGS_ARGS)$$unique" \
568	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
569	     $$unique
570
571GTAGS:
572	here=`$(am__cd) $(top_builddir) && pwd` \
573	  && $(am__cd) $(top_srcdir) \
574	  && gtags -i $(GTAGS_ARGS) "$$here"
575cscope: cscope.files
576	test ! -s cscope.files \
577	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
578clean-cscope:
579	-rm -f cscope.files
580cscope.files: clean-cscope cscopelist
581cscopelist: cscopelist-recursive
582
583cscopelist-am: $(am__tagged_files)
584	list='$(am__tagged_files)'; \
585	case "$(srcdir)" in \
586	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
587	  *) sdir=$(subdir)/$(srcdir) ;; \
588	esac; \
589	for i in $$list; do \
590	  if test -f "$$i"; then \
591	    echo "$(subdir)/$$i"; \
592	  else \
593	    echo "$$sdir/$$i"; \
594	  fi; \
595	done >> $(top_builddir)/cscope.files
596
597distclean-tags:
598	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
599	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
600
601distdir: $(DISTFILES)
602	$(am__remove_distdir)
603	test -d "$(distdir)" || mkdir "$(distdir)"
604	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
605	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
606	list='$(DISTFILES)'; \
607	  dist_files=`for file in $$list; do echo $$file; done | \
608	  sed -e "s|^$$srcdirstrip/||;t" \
609	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
610	case $$dist_files in \
611	  */*) $(MKDIR_P) `echo "$$dist_files" | \
612			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
613			   sort -u` ;; \
614	esac; \
615	for file in $$dist_files; do \
616	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
617	  if test -d $$d/$$file; then \
618	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
619	    if test -d "$(distdir)/$$file"; then \
620	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
621	    fi; \
622	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
623	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
624	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
625	    fi; \
626	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
627	  else \
628	    test -f "$(distdir)/$$file" \
629	    || cp -p $$d/$$file "$(distdir)/$$file" \
630	    || exit 1; \
631	  fi; \
632	done
633	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
634	  if test "$$subdir" = .; then :; else \
635	    $(am__make_dryrun) \
636	      || test -d "$(distdir)/$$subdir" \
637	      || $(MKDIR_P) "$(distdir)/$$subdir" \
638	      || exit 1; \
639	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
640	    $(am__relativize); \
641	    new_distdir=$$reldir; \
642	    dir1=$$subdir; dir2="$(top_distdir)"; \
643	    $(am__relativize); \
644	    new_top_distdir=$$reldir; \
645	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
646	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
647	    ($(am__cd) $$subdir && \
648	      $(MAKE) $(AM_MAKEFLAGS) \
649	        top_distdir="$$new_top_distdir" \
650	        distdir="$$new_distdir" \
651		am__remove_distdir=: \
652		am__skip_length_check=: \
653		am__skip_mode_fix=: \
654	        distdir) \
655	      || exit 1; \
656	  fi; \
657	done
658	$(MAKE) $(AM_MAKEFLAGS) \
659	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
660	  dist-hook
661	-test -n "$(am__skip_mode_fix)" \
662	|| find "$(distdir)" -type d ! -perm -755 \
663		-exec chmod u+rwx,go+rx {} \; -o \
664	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
665	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
666	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
667	|| chmod -R a+r "$(distdir)"
668dist-gzip: distdir
669	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
670	$(am__post_remove_distdir)
671dist-bzip2: distdir
672	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
673	$(am__post_remove_distdir)
674
675dist-lzip: distdir
676	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
677	$(am__post_remove_distdir)
678
679dist-xz: distdir
680	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
681	$(am__post_remove_distdir)
682
683dist-tarZ: distdir
684	@echo WARNING: "Support for shar distribution archives is" \
685	               "deprecated." >&2
686	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
687	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
688	$(am__post_remove_distdir)
689
690dist-shar: distdir
691	@echo WARNING: "Support for distribution archives compressed with" \
692		       "legacy program 'compress' is deprecated." >&2
693	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
694	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
695	$(am__post_remove_distdir)
696
697dist-zip: distdir
698	-rm -f $(distdir).zip
699	zip -rq $(distdir).zip $(distdir)
700	$(am__post_remove_distdir)
701
702dist dist-all:
703	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
704	$(am__post_remove_distdir)
705
706# This target untars the dist file and tries a VPATH configuration.  Then
707# it guarantees that the distribution is self-contained by making another
708# tarfile.
709distcheck: dist
710	case '$(DIST_ARCHIVES)' in \
711	*.tar.gz*) \
712	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
713	*.tar.bz2*) \
714	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
715	*.tar.lz*) \
716	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
717	*.tar.xz*) \
718	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
719	*.tar.Z*) \
720	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
721	*.shar.gz*) \
722	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
723	*.zip*) \
724	  unzip $(distdir).zip ;;\
725	esac
726	chmod -R a-w $(distdir)
727	chmod u+w $(distdir)
728	mkdir $(distdir)/_build $(distdir)/_inst
729	chmod a-w $(distdir)
730	test -d $(distdir)/_build || exit 0; \
731	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
732	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
733	  && am__cwd=`pwd` \
734	  && $(am__cd) $(distdir)/_build \
735	  && ../configure \
736	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
737	    $(DISTCHECK_CONFIGURE_FLAGS) \
738	    --srcdir=.. --prefix="$$dc_install_base" \
739	  && $(MAKE) $(AM_MAKEFLAGS) \
740	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
741	  && $(MAKE) $(AM_MAKEFLAGS) check \
742	  && $(MAKE) $(AM_MAKEFLAGS) install \
743	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
744	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
745	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
746	        distuninstallcheck \
747	  && chmod -R a-w "$$dc_install_base" \
748	  && ({ \
749	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
750	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
751	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
752	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
753	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
754	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
755	  && rm -rf "$$dc_destdir" \
756	  && $(MAKE) $(AM_MAKEFLAGS) dist \
757	  && rm -rf $(DIST_ARCHIVES) \
758	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
759	  && cd "$$am__cwd" \
760	  || exit 1
761	$(am__post_remove_distdir)
762	@(echo "$(distdir) archives ready for distribution: "; \
763	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
764	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
765distuninstallcheck:
766	@test -n '$(distuninstallcheck_dir)' || { \
767	  echo 'ERROR: trying to run $@ with an empty' \
768	       '$$(distuninstallcheck_dir)' >&2; \
769	  exit 1; \
770	}; \
771	$(am__cd) '$(distuninstallcheck_dir)' || { \
772	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
773	  exit 1; \
774	}; \
775	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
776	   || { echo "ERROR: files left after uninstall:" ; \
777	        if test -n "$(DESTDIR)"; then \
778	          echo "  (check DESTDIR support)"; \
779	        fi ; \
780	        $(distuninstallcheck_listfiles) ; \
781	        exit 1; } >&2
782distcleancheck: distclean
783	@if test '$(srcdir)' = . ; then \
784	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
785	  exit 1 ; \
786	fi
787	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
788	  || { echo "ERROR: files left in build directory after distclean:" ; \
789	       $(distcleancheck_listfiles) ; \
790	       exit 1; } >&2
791check-am: all-am
792check: check-recursive
793all-am: Makefile $(PROGRAMS) config.h
794installdirs: installdirs-recursive
795installdirs-am:
796	for dir in "$(DESTDIR)$(bindir)"; do \
797	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
798	done
799install: install-recursive
800install-exec: install-exec-recursive
801install-data: install-data-recursive
802uninstall: uninstall-recursive
803
804install-am: all-am
805	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
806
807installcheck: installcheck-recursive
808install-strip:
809	if test -z '$(STRIP)'; then \
810	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
811	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
812	      install; \
813	else \
814	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
815	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
816	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
817	fi
818mostlyclean-generic:
819
820clean-generic:
821
822distclean-generic:
823	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
824	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
825
826maintainer-clean-generic:
827	@echo "This command is intended for maintainers to use"
828	@echo "it deletes files that may require special tools to rebuild."
829	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
830clean: clean-recursive
831
832clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
833
834distclean: distclean-recursive
835	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
836	-rm -rf ./$(DEPDIR)
837	-rm -f Makefile
838distclean-am: clean-am distclean-compile distclean-generic \
839	distclean-hdr distclean-tags
840
841dvi: dvi-recursive
842
843dvi-am:
844
845html: html-recursive
846
847html-am:
848
849info: info-recursive
850
851info-am:
852
853install-data-am:
854
855install-dvi: install-dvi-recursive
856
857install-dvi-am:
858
859install-exec-am: install-binPROGRAMS
860
861install-html: install-html-recursive
862
863install-html-am:
864
865install-info: install-info-recursive
866
867install-info-am:
868
869install-man:
870
871install-pdf: install-pdf-recursive
872
873install-pdf-am:
874
875install-ps: install-ps-recursive
876
877install-ps-am:
878
879installcheck-am:
880
881maintainer-clean: maintainer-clean-recursive
882	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
883	-rm -rf $(top_srcdir)/autom4te.cache
884	-rm -rf ./$(DEPDIR)
885	-rm -f Makefile
886maintainer-clean-am: distclean-am maintainer-clean-generic
887
888mostlyclean: mostlyclean-recursive
889
890mostlyclean-am: mostlyclean-compile mostlyclean-generic
891
892pdf: pdf-recursive
893
894pdf-am:
895
896ps: ps-recursive
897
898ps-am:
899
900uninstall-am: uninstall-binPROGRAMS
901
902.MAKE: $(am__recursive_targets) all install-am install-strip
903
904.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
905	am--refresh check check-am clean clean-binPROGRAMS \
906	clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
907	dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
908	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
909	distclean-compile distclean-generic distclean-hdr \
910	distclean-tags distcleancheck distdir distuninstallcheck dvi \
911	dvi-am html html-am info info-am install install-am \
912	install-binPROGRAMS install-data install-data-am install-dvi \
913	install-dvi-am install-exec install-exec-am install-html \
914	install-html-am install-info install-info-am install-man \
915	install-pdf install-pdf-am install-ps install-ps-am \
916	install-strip installcheck installcheck-am installdirs \
917	installdirs-am maintainer-clean maintainer-clean-generic \
918	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
919	ps ps-am tags tags-am uninstall uninstall-am \
920	uninstall-binPROGRAMS
921
922
923.PHONY: ChangeLog INSTALL
924
925INSTALL:
926	$(INSTALL_CMD)
927
928ChangeLog:
929	$(CHANGELOG_CMD)
930
931dist-hook: ChangeLog INSTALL
932
933# Tell versions [3.59,3.63) of GNU make to not export all variables.
934# Otherwise a system limit (for SysV at least) may be exceeded.
935.NOEXPORT:
936