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