Makefile.in revision 61234c2c
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = modules/om
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
40	$(top_srcdir)/m4/dolt.m4 $(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/src/config.h \
45	$(top_builddir)/include/X11/XlibConf.h
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48AM_V_GEN = $(am__v_GEN_$(V))
49am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
50am__v_GEN_0 = @echo "  GEN   " $@;
51AM_V_at = $(am__v_at_$(V))
52am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
53am__v_at_0 = @
54SOURCES =
55DIST_SOURCES =
56RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57	html-recursive info-recursive install-data-recursive \
58	install-dvi-recursive install-exec-recursive \
59	install-html-recursive install-info-recursive \
60	install-pdf-recursive install-ps-recursive install-recursive \
61	installcheck-recursive installdirs-recursive pdf-recursive \
62	ps-recursive uninstall-recursive
63RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
64  distclean-recursive maintainer-clean-recursive
65AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67	distdir
68ETAGS = etags
69CTAGS = ctags
70DIST_SUBDIRS = $(SUBDIRS)
71DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72am__relativize = \
73  dir0=`pwd`; \
74  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
75  sed_rest='s,^[^/]*/*,,'; \
76  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
77  sed_butlast='s,/*[^/]*$$,,'; \
78  while test -n "$$dir1"; do \
79    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
80    if test "$$first" != "."; then \
81      if test "$$first" = ".."; then \
82        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
83        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
84      else \
85        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
86        if test "$$first2" = "$$first"; then \
87          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
88        else \
89          dir2="../$$dir2"; \
90        fi; \
91        dir0="$$dir0"/"$$first"; \
92      fi; \
93    fi; \
94    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
95  done; \
96  reldir="$$dir2"
97ACLOCAL = @ACLOCAL@
98ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
99ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
100AMTAR = @AMTAR@
101AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
102APP_MAN_DIR = @APP_MAN_DIR@
103APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
104AR = @AR@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
110BIGFONT_LIBS = @BIGFONT_LIBS@
111CC = @CC@
112CCDEPMODE = @CCDEPMODE@
113CC_FOR_BUILD = @CC_FOR_BUILD@
114CFLAGS = @CFLAGS@
115CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
116CHANGELOG_CMD = @CHANGELOG_CMD@
117CPP = @CPP@
118CPPFLAGS = @CPPFLAGS@
119CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
120CWARNFLAGS = @CWARNFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124DOLT_BASH = @DOLT_BASH@
125DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
126DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
127DSYMUTIL = @DSYMUTIL@
128DUMPBIN = @DUMPBIN@
129ECHO_C = @ECHO_C@
130ECHO_N = @ECHO_N@
131ECHO_T = @ECHO_T@
132EGREP = @EGREP@
133EXEEXT = @EXEEXT@
134FGREP = @FGREP@
135FILE_MAN_DIR = @FILE_MAN_DIR@
136FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
137GREP = @GREP@
138GROFF = @GROFF@
139GS_PATH = @GS_PATH@
140I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
141INSTALL = @INSTALL@
142INSTALL_CMD = @INSTALL_CMD@
143INSTALL_DATA = @INSTALL_DATA@
144INSTALL_PROGRAM = @INSTALL_PROGRAM@
145INSTALL_SCRIPT = @INSTALL_SCRIPT@
146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147KEYSYMDEF = @KEYSYMDEF@
148LAUNCHD = @LAUNCHD@
149LD = @LD@
150LDFLAGS = @LDFLAGS@
151LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
152LIBOBJS = @LIBOBJS@
153LIBS = @LIBS@
154LIBTOOL = @LIBTOOL@
155LIB_MAN_DIR = @LIB_MAN_DIR@
156LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
157LINT = @LINT@
158LINTLIB = @LINTLIB@
159LINT_FLAGS = @LINT_FLAGS@
160LIPO = @LIPO@
161LN_S = @LN_S@
162LTCOMPILE = @LTCOMPILE@
163LTCXXCOMPILE = @LTCXXCOMPILE@
164LTLIBOBJS = @LTLIBOBJS@
165MAINT = @MAINT@
166MAKEINFO = @MAKEINFO@
167MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
168MAN_SUBSTS = @MAN_SUBSTS@
169MISC_MAN_DIR = @MISC_MAN_DIR@
170MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
171MKDIR_P = @MKDIR_P@
172NM = @NM@
173NMEDIT = @NMEDIT@
174OBJDUMP = @OBJDUMP@
175OBJEXT = @OBJEXT@
176OTOOL = @OTOOL@
177OTOOL64 = @OTOOL64@
178PACKAGE = @PACKAGE@
179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180PACKAGE_NAME = @PACKAGE_NAME@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_URL = @PACKAGE_URL@
184PACKAGE_VERSION = @PACKAGE_VERSION@
185PATH_SEPARATOR = @PATH_SEPARATOR@
186PERL = @PERL@
187PKG_CONFIG = @PKG_CONFIG@
188PNMTOPNG_PATH = @PNMTOPNG_PATH@
189PS2PDF = @PS2PDF@
190PSSELECT_PATH = @PSSELECT_PATH@
191RANLIB = @RANLIB@
192RAWCPP = @RAWCPP@
193RAWCPPFLAGS = @RAWCPPFLAGS@
194SED = @SED@
195SET_MAKE = @SET_MAKE@
196SHELL = @SHELL@
197STRIP = @STRIP@
198VERSION = @VERSION@
199WCHAR32 = @WCHAR32@
200X11_CFLAGS = @X11_CFLAGS@
201X11_DATADIR = @X11_DATADIR@
202X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
203X11_LIBDIR = @X11_LIBDIR@
204X11_LIBS = @X11_LIBS@
205X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
206X11_LOCALEDIR = @X11_LOCALEDIR@
207X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
208XDMCP_CFLAGS = @XDMCP_CFLAGS@
209XDMCP_LIBS = @XDMCP_LIBS@
210XERRORDB = @XERRORDB@
211XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
212XKEYSYMDB = @XKEYSYMDB@
213XLOCALEDATADIR = @XLOCALEDATADIR@
214XLOCALEDIR = @XLOCALEDIR@
215XLOCALELIBDIR = @XLOCALELIBDIR@
216XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
217XORG_MAN_PAGE = @XORG_MAN_PAGE@
218XTHREADLIB = @XTHREADLIB@
219XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
220XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
221abs_builddir = @abs_builddir@
222abs_srcdir = @abs_srcdir@
223abs_top_builddir = @abs_top_builddir@
224abs_top_srcdir = @abs_top_srcdir@
225ac_ct_CC = @ac_ct_CC@
226ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
227am__include = @am__include@
228am__leading_dot = @am__leading_dot@
229am__quote = @am__quote@
230am__tar = @am__tar@
231am__untar = @am__untar@
232bindir = @bindir@
233build = @build@
234build_alias = @build_alias@
235build_cpu = @build_cpu@
236build_os = @build_os@
237build_vendor = @build_vendor@
238builddir = @builddir@
239datadir = @datadir@
240datarootdir = @datarootdir@
241docdir = @docdir@
242dvidir = @dvidir@
243exec_prefix = @exec_prefix@
244host = @host@
245host_alias = @host_alias@
246host_cpu = @host_cpu@
247host_os = @host_os@
248host_vendor = @host_vendor@
249htmldir = @htmldir@
250includedir = @includedir@
251infodir = @infodir@
252install_sh = @install_sh@
253libdir = @libdir@
254libexecdir = @libexecdir@
255localedir = @localedir@
256localstatedir = @localstatedir@
257lt_ECHO = @lt_ECHO@
258mandir = @mandir@
259mkdir_p = @mkdir_p@
260oldincludedir = @oldincludedir@
261pdfdir = @pdfdir@
262prefix = @prefix@
263program_transform_name = @program_transform_name@
264psdir = @psdir@
265sbindir = @sbindir@
266sharedstatedir = @sharedstatedir@
267srcdir = @srcdir@
268sysconfdir = @sysconfdir@
269target_alias = @target_alias@
270top_build_prefix = @top_build_prefix@
271top_builddir = @top_builddir@
272top_srcdir = @top_srcdir@
273SUBDIRS = generic
274all: all-recursive
275
276.SUFFIXES:
277$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
278	@for dep in $?; do \
279	  case '$(am__configure_deps)' in \
280	    *$$dep*) \
281	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
282	        && { if test -f $@; then exit 0; else break; fi; }; \
283	      exit 1;; \
284	  esac; \
285	done; \
286	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/om/Makefile'; \
287	$(am__cd) $(top_srcdir) && \
288	  $(AUTOMAKE) --foreign modules/om/Makefile
289.PRECIOUS: Makefile
290Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291	@case '$?' in \
292	  *config.status*) \
293	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
294	  *) \
295	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
296	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
297	esac;
298
299$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
300	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301
302$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
303	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
305	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306$(am__aclocal_m4_deps):
307
308mostlyclean-libtool:
309	-rm -f *.lo
310
311clean-libtool:
312	-rm -rf .libs _libs
313
314# This directory's subdirectories are mostly independent; you can cd
315# into them and run `make' without going through this Makefile.
316# To change the values of `make' variables: instead of editing Makefiles,
317# (1) if the variable is set in `config.status', edit `config.status'
318#     (which will cause the Makefiles to be regenerated when you run `make');
319# (2) otherwise, pass the desired values on the `make' command line.
320$(RECURSIVE_TARGETS):
321	@fail= failcom='exit 1'; \
322	for f in x $$MAKEFLAGS; do \
323	  case $$f in \
324	    *=* | --[!k]*);; \
325	    *k*) failcom='fail=yes';; \
326	  esac; \
327	done; \
328	dot_seen=no; \
329	target=`echo $@ | sed s/-recursive//`; \
330	list='$(SUBDIRS)'; for subdir in $$list; do \
331	  echo "Making $$target in $$subdir"; \
332	  if test "$$subdir" = "."; then \
333	    dot_seen=yes; \
334	    local_target="$$target-am"; \
335	  else \
336	    local_target="$$target"; \
337	  fi; \
338	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
339	  || eval $$failcom; \
340	done; \
341	if test "$$dot_seen" = "no"; then \
342	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
343	fi; test -z "$$fail"
344
345$(RECURSIVE_CLEAN_TARGETS):
346	@fail= failcom='exit 1'; \
347	for f in x $$MAKEFLAGS; do \
348	  case $$f in \
349	    *=* | --[!k]*);; \
350	    *k*) failcom='fail=yes';; \
351	  esac; \
352	done; \
353	dot_seen=no; \
354	case "$@" in \
355	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
356	  *) list='$(SUBDIRS)' ;; \
357	esac; \
358	rev=''; for subdir in $$list; do \
359	  if test "$$subdir" = "."; then :; else \
360	    rev="$$subdir $$rev"; \
361	  fi; \
362	done; \
363	rev="$$rev ."; \
364	target=`echo $@ | sed s/-recursive//`; \
365	for subdir in $$rev; do \
366	  echo "Making $$target in $$subdir"; \
367	  if test "$$subdir" = "."; then \
368	    local_target="$$target-am"; \
369	  else \
370	    local_target="$$target"; \
371	  fi; \
372	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
373	  || eval $$failcom; \
374	done && test -z "$$fail"
375tags-recursive:
376	list='$(SUBDIRS)'; for subdir in $$list; do \
377	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
378	done
379ctags-recursive:
380	list='$(SUBDIRS)'; for subdir in $$list; do \
381	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
382	done
383
384ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
385	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
386	unique=`for i in $$list; do \
387	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388	  done | \
389	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390	      END { if (nonempty) { for (i in files) print i; }; }'`; \
391	mkid -fID $$unique
392tags: TAGS
393
394TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
395		$(TAGS_FILES) $(LISP)
396	set x; \
397	here=`pwd`; \
398	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
399	  include_option=--etags-include; \
400	  empty_fix=.; \
401	else \
402	  include_option=--include; \
403	  empty_fix=; \
404	fi; \
405	list='$(SUBDIRS)'; for subdir in $$list; do \
406	  if test "$$subdir" = .; then :; else \
407	    test ! -f $$subdir/TAGS || \
408	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
409	  fi; \
410	done; \
411	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
412	unique=`for i in $$list; do \
413	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414	  done | \
415	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416	      END { if (nonempty) { for (i in files) print i; }; }'`; \
417	shift; \
418	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
419	  test -n "$$unique" || unique=$$empty_fix; \
420	  if test $$# -gt 0; then \
421	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422	      "$$@" $$unique; \
423	  else \
424	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425	      $$unique; \
426	  fi; \
427	fi
428ctags: CTAGS
429CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430		$(TAGS_FILES) $(LISP)
431	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
432	unique=`for i in $$list; do \
433	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434	  done | \
435	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436	      END { if (nonempty) { for (i in files) print i; }; }'`; \
437	test -z "$(CTAGS_ARGS)$$unique" \
438	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
439	     $$unique
440
441GTAGS:
442	here=`$(am__cd) $(top_builddir) && pwd` \
443	  && $(am__cd) $(top_srcdir) \
444	  && gtags -i $(GTAGS_ARGS) "$$here"
445
446distclean-tags:
447	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448
449distdir: $(DISTFILES)
450	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452	list='$(DISTFILES)'; \
453	  dist_files=`for file in $$list; do echo $$file; done | \
454	  sed -e "s|^$$srcdirstrip/||;t" \
455	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
456	case $$dist_files in \
457	  */*) $(MKDIR_P) `echo "$$dist_files" | \
458			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
459			   sort -u` ;; \
460	esac; \
461	for file in $$dist_files; do \
462	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
463	  if test -d $$d/$$file; then \
464	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
465	    if test -d "$(distdir)/$$file"; then \
466	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467	    fi; \
468	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
469	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
470	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
471	    fi; \
472	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
473	  else \
474	    test -f "$(distdir)/$$file" \
475	    || cp -p $$d/$$file "$(distdir)/$$file" \
476	    || exit 1; \
477	  fi; \
478	done
479	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
480	  if test "$$subdir" = .; then :; else \
481	    test -d "$(distdir)/$$subdir" \
482	    || $(MKDIR_P) "$(distdir)/$$subdir" \
483	    || exit 1; \
484	  fi; \
485	done
486	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
487	  if test "$$subdir" = .; then :; else \
488	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
489	    $(am__relativize); \
490	    new_distdir=$$reldir; \
491	    dir1=$$subdir; dir2="$(top_distdir)"; \
492	    $(am__relativize); \
493	    new_top_distdir=$$reldir; \
494	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
495	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
496	    ($(am__cd) $$subdir && \
497	      $(MAKE) $(AM_MAKEFLAGS) \
498	        top_distdir="$$new_top_distdir" \
499	        distdir="$$new_distdir" \
500		am__remove_distdir=: \
501		am__skip_length_check=: \
502		am__skip_mode_fix=: \
503	        distdir) \
504	      || exit 1; \
505	  fi; \
506	done
507check-am: all-am
508check: check-recursive
509all-am: Makefile
510installdirs: installdirs-recursive
511installdirs-am:
512install: install-recursive
513install-exec: install-exec-recursive
514install-data: install-data-recursive
515uninstall: uninstall-recursive
516
517install-am: all-am
518	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
519
520installcheck: installcheck-recursive
521install-strip:
522	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524	  `test -z '$(STRIP)' || \
525	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
526mostlyclean-generic:
527
528clean-generic:
529
530distclean-generic:
531	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
532	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
533
534maintainer-clean-generic:
535	@echo "This command is intended for maintainers to use"
536	@echo "it deletes files that may require special tools to rebuild."
537clean: clean-recursive
538
539clean-am: clean-generic clean-libtool mostlyclean-am
540
541distclean: distclean-recursive
542	-rm -f Makefile
543distclean-am: clean-am distclean-generic distclean-tags
544
545dvi: dvi-recursive
546
547dvi-am:
548
549html: html-recursive
550
551html-am:
552
553info: info-recursive
554
555info-am:
556
557install-data-am:
558
559install-dvi: install-dvi-recursive
560
561install-dvi-am:
562
563install-exec-am:
564
565install-html: install-html-recursive
566
567install-html-am:
568
569install-info: install-info-recursive
570
571install-info-am:
572
573install-man:
574
575install-pdf: install-pdf-recursive
576
577install-pdf-am:
578
579install-ps: install-ps-recursive
580
581install-ps-am:
582
583installcheck-am:
584
585maintainer-clean: maintainer-clean-recursive
586	-rm -f Makefile
587maintainer-clean-am: distclean-am maintainer-clean-generic
588
589mostlyclean: mostlyclean-recursive
590
591mostlyclean-am: mostlyclean-generic mostlyclean-libtool
592
593pdf: pdf-recursive
594
595pdf-am:
596
597ps: ps-recursive
598
599ps-am:
600
601uninstall-am:
602
603.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
604	install-am install-strip tags-recursive
605
606.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
607	all all-am check check-am clean clean-generic clean-libtool \
608	ctags ctags-recursive distclean distclean-generic \
609	distclean-libtool distclean-tags distdir dvi dvi-am html \
610	html-am info info-am install install-am install-data \
611	install-data-am install-dvi install-dvi-am install-exec \
612	install-exec-am install-html install-html-am install-info \
613	install-info-am install-man install-pdf install-pdf-am \
614	install-ps install-ps-am install-strip installcheck \
615	installcheck-am installdirs installdirs-am maintainer-clean \
616	maintainer-clean-generic mostlyclean mostlyclean-generic \
617	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
618	uninstall uninstall-am
619
620
621# Tell versions [3.59,3.63) of GNU make to not export all variables.
622# Otherwise a system limit (for SysV at least) may be exceeded.
623.NOEXPORT:
624