1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = po
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
94	$(top_srcdir)/configure.in
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 =
114SOURCES =
115DIST_SOURCES =
116RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
117	ctags-recursive dvi-recursive html-recursive info-recursive \
118	install-data-recursive install-dvi-recursive \
119	install-exec-recursive install-html-recursive \
120	install-info-recursive install-pdf-recursive \
121	install-ps-recursive install-recursive installcheck-recursive \
122	installdirs-recursive pdf-recursive ps-recursive \
123	tags-recursive uninstall-recursive
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
130  distclean-recursive maintainer-clean-recursive
131am__recursive_targets = \
132  $(RECURSIVE_TARGETS) \
133  $(RECURSIVE_CLEAN_TARGETS) \
134  $(am__extra_recursive_targets)
135AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
136	distdir
137am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138# Read a list of newline-separated strings from the standard input,
139# and print each of them once, without duplicates.  Input order is
140# *not* preserved.
141am__uniquify_input = $(AWK) '\
142  BEGIN { nonempty = 0; } \
143  { items[$$0] = 1; nonempty = 1; } \
144  END { if (nonempty) { for (i in items) print i; }; } \
145'
146# Make sure the list of sources is unique.  This is necessary because,
147# e.g., the same source file might be shared among _SOURCES variables
148# for different programs/libraries.
149am__define_uniq_tagged_files = \
150  list='$(am__tagged_files)'; \
151  unique=`for i in $$list; do \
152    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
153  done | $(am__uniquify_input)`
154ETAGS = etags
155CTAGS = ctags
156DIST_SUBDIRS = $(SUBDIRS)
157am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \
158	README
159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160am__relativize = \
161  dir0=`pwd`; \
162  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
163  sed_rest='s,^[^/]*/*,,'; \
164  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
165  sed_butlast='s,/*[^/]*$$,,'; \
166  while test -n "$$dir1"; do \
167    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
168    if test "$$first" != "."; then \
169      if test "$$first" = ".."; then \
170        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
171        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
172      else \
173        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
174        if test "$$first2" = "$$first"; then \
175          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
176        else \
177          dir2="../$$dir2"; \
178        fi; \
179        dir0="$$dir0"/"$$first"; \
180      fi; \
181    fi; \
182    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
183  done; \
184  reldir="$$dir2"
185ACLOCAL = @ACLOCAL@
186ALLOCA = @ALLOCA@
187AMTAR = @AMTAR@
188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189AUTOCONF = @AUTOCONF@
190AUTOHEADER = @AUTOHEADER@
191AUTOMAKE = @AUTOMAKE@
192AWK = @AWK@
193BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
194CATALOGS = @CATALOGS@
195CATOBJEXT = @CATOBJEXT@
196CC = @CC@
197CCDEPMODE = @CCDEPMODE@
198CFLAGS = @CFLAGS@
199CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CYGPATH_W = @CYGPATH_W@
203DATADIRNAME = @DATADIRNAME@
204DEFS = @DEFS@
205DEPDIR = @DEPDIR@
206ECHO_C = @ECHO_C@
207ECHO_N = @ECHO_N@
208ECHO_T = @ECHO_T@
209EGREP = @EGREP@
210EXEEXT = @EXEEXT@
211GENCAT = @GENCAT@
212GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
213GLIBC2 = @GLIBC2@
214GLIBC21 = @GLIBC21@
215GMOFILES = @GMOFILES@
216GMSGFMT = @GMSGFMT@
217GMSGFMT_015 = @GMSGFMT_015@
218GREP = @GREP@
219HAVE_ASPRINTF = @HAVE_ASPRINTF@
220HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
221HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
222HAVE_SNPRINTF = @HAVE_SNPRINTF@
223HAVE_VISIBILITY = @HAVE_VISIBILITY@
224HAVE_WPRINTF = @HAVE_WPRINTF@
225INSTALL = @INSTALL@
226INSTALL_DATA = @INSTALL_DATA@
227INSTALL_PROGRAM = @INSTALL_PROGRAM@
228INSTALL_SCRIPT = @INSTALL_SCRIPT@
229INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
230INSTOBJEXT = @INSTOBJEXT@
231INTLBISON = @INTLBISON@
232INTLINCLUDES = @INTLINCLUDES@
233INTLLIBS = @INTLLIBS@
234INTLOBJS = @INTLOBJS@
235INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
236INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
237INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
238LDFLAGS = @LDFLAGS@
239LIBICONV = @LIBICONV@
240LIBINTL = @LIBINTL@
241LIBMULTITHREAD = @LIBMULTITHREAD@
242LIBOBJS = @LIBOBJS@
243LIBPTH = @LIBPTH@
244LIBPTH_PREFIX = @LIBPTH_PREFIX@
245LIBS = @LIBS@
246LIBTHREAD = @LIBTHREAD@
247LTLIBC = @LTLIBC@
248LTLIBICONV = @LTLIBICONV@
249LTLIBINTL = @LTLIBINTL@
250LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
251LTLIBOBJS = @LTLIBOBJS@
252LTLIBPTH = @LTLIBPTH@
253LTLIBTHREAD = @LTLIBTHREAD@
254MAKEINFO = @MAKEINFO@
255MKDIR_P = @MKDIR_P@
256MSGCONV = @MSGCONV@
257MSGCONVFLAGS = @MSGCONVFLAGS@
258MSGFMT = @MSGFMT@
259MSGFMTFLAGS = @MSGFMTFLAGS@
260MSGFMT_015 = @MSGFMT_015@
261MSGMERGE = @MSGMERGE@
262MSGMERGEFLAGS = @MSGMERGEFLAGS@
263OBJEXT = @OBJEXT@
264PACKAGE = @PACKAGE@
265PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266PACKAGE_NAME = @PACKAGE_NAME@
267PACKAGE_STRING = @PACKAGE_STRING@
268PACKAGE_TARNAME = @PACKAGE_TARNAME@
269PACKAGE_URL = @PACKAGE_URL@
270PACKAGE_VERSION = @PACKAGE_VERSION@
271PATH_SEPARATOR = @PATH_SEPARATOR@
272POFILES = @POFILES@
273POSUB = @POSUB@
274PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
275RANLIB = @RANLIB@
276SDL_CFLAGS = @SDL_CFLAGS@
277SDL_CONFIG = @SDL_CONFIG@
278SDL_LIBS = @SDL_LIBS@
279SED = @SED@
280SET_MAKE = @SET_MAKE@
281SHELL = @SHELL@
282STRIP = @STRIP@
283USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
284USE_NLS = @USE_NLS@
285VERSION = @VERSION@
286WINDRES = @WINDRES@
287WOE32 = @WOE32@
288WOE32DLL = @WOE32DLL@
289XGETTEXT = @XGETTEXT@
290XGETTEXTFLAGS = @XGETTEXTFLAGS@
291XGETTEXT_015 = @XGETTEXT_015@
292XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
293abs_builddir = @abs_builddir@
294abs_srcdir = @abs_srcdir@
295abs_top_builddir = @abs_top_builddir@
296abs_top_srcdir = @abs_top_srcdir@
297ac_ct_CC = @ac_ct_CC@
298am__include = @am__include@
299am__leading_dot = @am__leading_dot@
300am__quote = @am__quote@
301am__tar = @am__tar@
302am__untar = @am__untar@
303bindir = @bindir@
304build = @build@
305build_alias = @build_alias@
306build_cpu = @build_cpu@
307build_os = @build_os@
308build_vendor = @build_vendor@
309builddir = @builddir@
310datadir = @datadir@
311datarootdir = @datarootdir@
312dl_flag = @dl_flag@
313dl_lib_flag = @dl_lib_flag@
314docdir = @docdir@
315dvidir = @dvidir@
316exec_prefix = @exec_prefix@
317export_flag = @export_flag@
318host = @host@
319host_alias = @host_alias@
320host_cpu = @host_cpu@
321host_os = @host_os@
322host_vendor = @host_vendor@
323htmldir = @htmldir@
324includedir = @includedir@
325infodir = @infodir@
326inst_dir = @inst_dir@
327inst_flag = @inst_flag@
328install_sh = @install_sh@
329libdir = @libdir@
330libexecdir = @libexecdir@
331localedir = @localedir@
332localstatedir = @localstatedir@
333mandir = @mandir@
334mixer_flag = @mixer_flag@
335mkdir_p = @mkdir_p@
336oldincludedir = @oldincludedir@
337pdfdir = @pdfdir@
338prefix = @prefix@
339program_transform_name = @program_transform_name@
340psdir = @psdir@
341runstatedir = @runstatedir@
342sbindir = @sbindir@
343sharedstatedir = @sharedstatedir@
344sound_flag = @sound_flag@
345srcdir = @srcdir@
346sysconfdir = @sysconfdir@
347target = @target@
348target_alias = @target_alias@
349target_cpu = @target_cpu@
350target_os = @target_os@
351target_vendor = @target_vendor@
352top_build_prefix = @top_build_prefix@
353top_builddir = @top_builddir@
354top_srcdir = @top_srcdir@
355SUBDIRS = lgeneral pg
356all: all-recursive
357
358.SUFFIXES:
359$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
360	@for dep in $?; do \
361	  case '$(am__configure_deps)' in \
362	    *$$dep*) \
363	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364	        && { if test -f $@; then exit 0; else break; fi; }; \
365	      exit 1;; \
366	  esac; \
367	done; \
368	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign po/Makefile'; \
369	$(am__cd) $(top_srcdir) && \
370	  $(AUTOMAKE) --foreign po/Makefile
371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372	@case '$?' in \
373	  *config.status*) \
374	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375	  *) \
376	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378	esac;
379
380$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
383$(top_srcdir)/configure:  $(am__configure_deps)
384	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(am__aclocal_m4_deps):
388
389# This directory's subdirectories are mostly independent; you can cd
390# into them and run 'make' without going through this Makefile.
391# To change the values of 'make' variables: instead of editing Makefiles,
392# (1) if the variable is set in 'config.status', edit 'config.status'
393#     (which will cause the Makefiles to be regenerated when you run 'make');
394# (2) otherwise, pass the desired values on the 'make' command line.
395$(am__recursive_targets):
396	@fail=; \
397	if $(am__make_keepgoing); then \
398	  failcom='fail=yes'; \
399	else \
400	  failcom='exit 1'; \
401	fi; \
402	dot_seen=no; \
403	target=`echo $@ | sed s/-recursive//`; \
404	case "$@" in \
405	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
406	  *) list='$(SUBDIRS)' ;; \
407	esac; \
408	for subdir in $$list; do \
409	  echo "Making $$target in $$subdir"; \
410	  if test "$$subdir" = "."; then \
411	    dot_seen=yes; \
412	    local_target="$$target-am"; \
413	  else \
414	    local_target="$$target"; \
415	  fi; \
416	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
417	  || eval $$failcom; \
418	done; \
419	if test "$$dot_seen" = "no"; then \
420	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
421	fi; test -z "$$fail"
422
423ID: $(am__tagged_files)
424	$(am__define_uniq_tagged_files); mkid -fID $$unique
425tags: tags-recursive
426TAGS: tags
427
428tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
429	set x; \
430	here=`pwd`; \
431	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
432	  include_option=--etags-include; \
433	  empty_fix=.; \
434	else \
435	  include_option=--include; \
436	  empty_fix=; \
437	fi; \
438	list='$(SUBDIRS)'; for subdir in $$list; do \
439	  if test "$$subdir" = .; then :; else \
440	    test ! -f $$subdir/TAGS || \
441	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
442	  fi; \
443	done; \
444	$(am__define_uniq_tagged_files); \
445	shift; \
446	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
447	  test -n "$$unique" || unique=$$empty_fix; \
448	  if test $$# -gt 0; then \
449	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450	      "$$@" $$unique; \
451	  else \
452	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453	      $$unique; \
454	  fi; \
455	fi
456ctags: ctags-recursive
457
458CTAGS: ctags
459ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
460	$(am__define_uniq_tagged_files); \
461	test -z "$(CTAGS_ARGS)$$unique" \
462	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463	     $$unique
464
465GTAGS:
466	here=`$(am__cd) $(top_builddir) && pwd` \
467	  && $(am__cd) $(top_srcdir) \
468	  && gtags -i $(GTAGS_ARGS) "$$here"
469cscopelist: cscopelist-recursive
470
471cscopelist-am: $(am__tagged_files)
472	list='$(am__tagged_files)'; \
473	case "$(srcdir)" in \
474	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
475	  *) sdir=$(subdir)/$(srcdir) ;; \
476	esac; \
477	for i in $$list; do \
478	  if test -f "$$i"; then \
479	    echo "$(subdir)/$$i"; \
480	  else \
481	    echo "$$sdir/$$i"; \
482	  fi; \
483	done >> $(top_builddir)/cscope.files
484
485distclean-tags:
486	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
487
488distdir: $(DISTFILES)
489	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491	list='$(DISTFILES)'; \
492	  dist_files=`for file in $$list; do echo $$file; done | \
493	  sed -e "s|^$$srcdirstrip/||;t" \
494	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
495	case $$dist_files in \
496	  */*) $(MKDIR_P) `echo "$$dist_files" | \
497			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
498			   sort -u` ;; \
499	esac; \
500	for file in $$dist_files; do \
501	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
502	  if test -d $$d/$$file; then \
503	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
504	    if test -d "$(distdir)/$$file"; then \
505	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506	    fi; \
507	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
508	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
509	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
510	    fi; \
511	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
512	  else \
513	    test -f "$(distdir)/$$file" \
514	    || cp -p $$d/$$file "$(distdir)/$$file" \
515	    || exit 1; \
516	  fi; \
517	done
518	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
519	  if test "$$subdir" = .; then :; else \
520	    $(am__make_dryrun) \
521	      || test -d "$(distdir)/$$subdir" \
522	      || $(MKDIR_P) "$(distdir)/$$subdir" \
523	      || exit 1; \
524	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
525	    $(am__relativize); \
526	    new_distdir=$$reldir; \
527	    dir1=$$subdir; dir2="$(top_distdir)"; \
528	    $(am__relativize); \
529	    new_top_distdir=$$reldir; \
530	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
531	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
532	    ($(am__cd) $$subdir && \
533	      $(MAKE) $(AM_MAKEFLAGS) \
534	        top_distdir="$$new_top_distdir" \
535	        distdir="$$new_distdir" \
536		am__remove_distdir=: \
537		am__skip_length_check=: \
538		am__skip_mode_fix=: \
539	        distdir) \
540	      || exit 1; \
541	  fi; \
542	done
543check-am: all-am
544check: check-recursive
545all-am: Makefile
546installdirs: installdirs-recursive
547installdirs-am:
548install: install-recursive
549install-exec: install-exec-recursive
550install-data: install-data-recursive
551uninstall: uninstall-recursive
552
553install-am: all-am
554	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
555
556installcheck: installcheck-recursive
557install-strip:
558	if test -z '$(STRIP)'; then \
559	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
560	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
561	      install; \
562	else \
563	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
564	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
565	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
566	fi
567mostlyclean-generic:
568
569clean-generic:
570
571distclean-generic:
572	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
573	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
574
575maintainer-clean-generic:
576	@echo "This command is intended for maintainers to use"
577	@echo "it deletes files that may require special tools to rebuild."
578clean: clean-recursive
579
580clean-am: clean-generic mostlyclean-am
581
582distclean: distclean-recursive
583	-rm -f Makefile
584distclean-am: clean-am distclean-generic distclean-tags
585
586dvi: dvi-recursive
587
588dvi-am:
589
590html: html-recursive
591
592html-am:
593
594info: info-recursive
595
596info-am:
597
598install-data-am:
599
600install-dvi: install-dvi-recursive
601
602install-dvi-am:
603
604install-exec-am:
605
606install-html: install-html-recursive
607
608install-html-am:
609
610install-info: install-info-recursive
611
612install-info-am:
613
614install-man:
615
616install-pdf: install-pdf-recursive
617
618install-pdf-am:
619
620install-ps: install-ps-recursive
621
622install-ps-am:
623
624installcheck-am:
625
626maintainer-clean: maintainer-clean-recursive
627	-rm -f Makefile
628maintainer-clean-am: distclean-am maintainer-clean-generic
629
630mostlyclean: mostlyclean-recursive
631
632mostlyclean-am: mostlyclean-generic
633
634pdf: pdf-recursive
635
636pdf-am:
637
638ps: ps-recursive
639
640ps-am:
641
642uninstall-am:
643
644.MAKE: $(am__recursive_targets) install-am install-strip
645
646.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
647	check-am clean clean-generic cscopelist-am ctags ctags-am \
648	distclean distclean-generic distclean-tags distdir dvi dvi-am \
649	html html-am info info-am install install-am install-data \
650	install-data-am install-dvi install-dvi-am install-exec \
651	install-exec-am install-html install-html-am install-info \
652	install-info-am install-man install-pdf install-pdf-am \
653	install-ps install-ps-am install-strip installcheck \
654	installcheck-am installdirs installdirs-am maintainer-clean \
655	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
656	pdf-am ps ps-am tags tags-am uninstall uninstall-am
657
658.PRECIOUS: Makefile
659
660
661# Tell versions [3.59,3.63) of GNU make to not export all variables.
662# Otherwise a system limit (for SysV at least) may be exceeded.
663.NOEXPORT:
664