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@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38@LIBMPX_SUPPORTED_TRUE@@MPX_AS_SUPPORTED_TRUE@am__append_1 = mpxwrap
39subdir = .
40DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41	$(top_srcdir)/configure $(am__configure_deps) \
42	$(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
43	$(srcdir)/libmpx.spec.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
46	$(top_srcdir)/../config/lead-dot.m4 \
47	$(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
48	$(top_srcdir)/../config/multi.m4 \
49	$(top_srcdir)/../config/override.m4 \
50	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
51	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
52	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54	$(ACLOCAL_M4)
55am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno config.status.lineno
57mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
58CONFIG_HEADER = config.h
59CONFIG_CLEAN_FILES = libmpx.spec
60CONFIG_CLEAN_VPATH_FILES =
61depcomp =
62am__depfiles_maybe =
63SOURCES =
64MULTISRCTOP = 
65MULTIBUILDTOP = 
66MULTIDIRS = 
67MULTISUBDIR = 
68MULTIDO = true
69MULTICLEAN = true
70RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71	html-recursive info-recursive install-data-recursive \
72	install-dvi-recursive install-exec-recursive \
73	install-html-recursive install-info-recursive \
74	install-pdf-recursive install-ps-recursive install-recursive \
75	installcheck-recursive installdirs-recursive pdf-recursive \
76	ps-recursive uninstall-recursive
77am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
78am__vpath_adj = case $$p in \
79    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80    *) f=$$p;; \
81  esac;
82am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
83am__install_max = 40
84am__nobase_strip_setup = \
85  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
86am__nobase_strip = \
87  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
88am__nobase_list = $(am__nobase_strip_setup); \
89  for p in $$list; do echo "$$p $$p"; done | \
90  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
91  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
92    if (++n[$$2] == $(am__install_max)) \
93      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
94    END { for (dir in files) print dir, files[dir] }'
95am__base_list = \
96  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
97  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
98am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
99HEADERS = $(nodist_toolexeclib_HEADERS)
100RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
101  distclean-recursive maintainer-clean-recursive
102AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
103	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
104ETAGS = etags
105CTAGS = ctags
106DIST_SUBDIRS = mpxrt mpxwrap
107ACLOCAL = @ACLOCAL@
108AMTAR = @AMTAR@
109AR = @AR@
110AS = @AS@
111AUTOCONF = @AUTOCONF@
112AUTOHEADER = @AUTOHEADER@
113AUTOMAKE = @AUTOMAKE@
114AWK = @AWK@
115CC = @CC@
116CCAS = @CCAS@
117CCASFLAGS = @CCASFLAGS@
118CFLAGS = @CFLAGS@
119CPP = @CPP@
120CPPFLAGS = @CPPFLAGS@
121CXX = @CXX@
122CXXCPP = @CXXCPP@
123CXXFLAGS = @CXXFLAGS@
124CYGPATH_W = @CYGPATH_W@
125DEFS = @DEFS@
126DSYMUTIL = @DSYMUTIL@
127DUMPBIN = @DUMPBIN@
128ECHO_C = @ECHO_C@
129ECHO_N = @ECHO_N@
130ECHO_T = @ECHO_T@
131EGREP = @EGREP@
132EXEEXT = @EXEEXT@
133FGREP = @FGREP@
134GREP = @GREP@
135INSTALL = @INSTALL@
136INSTALL_DATA = @INSTALL_DATA@
137INSTALL_PROGRAM = @INSTALL_PROGRAM@
138INSTALL_SCRIPT = @INSTALL_SCRIPT@
139INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140LD = @LD@
141LDFLAGS = @LDFLAGS@
142LIBOBJS = @LIBOBJS@
143LIBS = @LIBS@
144LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
145LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
146LIBTOOL = @LIBTOOL@
147LIPO = @LIPO@
148LN_S = @LN_S@
149LTLIBOBJS = @LTLIBOBJS@
150MAINT = @MAINT@
151MAKEINFO = @MAKEINFO@
152MKDIR_P = @MKDIR_P@
153NM = @NM@
154NMEDIT = @NMEDIT@
155OBJDUMP = @OBJDUMP@
156OBJEXT = @OBJEXT@
157OTOOL = @OTOOL@
158OTOOL64 = @OTOOL64@
159PACKAGE = @PACKAGE@
160PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161PACKAGE_NAME = @PACKAGE_NAME@
162PACKAGE_STRING = @PACKAGE_STRING@
163PACKAGE_TARNAME = @PACKAGE_TARNAME@
164PACKAGE_URL = @PACKAGE_URL@
165PACKAGE_VERSION = @PACKAGE_VERSION@
166PATH_SEPARATOR = @PATH_SEPARATOR@
167RANLIB = @RANLIB@
168SED = @SED@
169SET_MAKE = @SET_MAKE@
170SHELL = @SHELL@
171STRIP = @STRIP@
172VERSION = @VERSION@
173XCFLAGS = @XCFLAGS@
174abs_builddir = @abs_builddir@
175abs_srcdir = @abs_srcdir@
176abs_top_builddir = @abs_top_builddir@
177abs_top_srcdir = @abs_top_srcdir@
178ac_ct_CC = @ac_ct_CC@
179ac_ct_CXX = @ac_ct_CXX@
180ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
181am__leading_dot = @am__leading_dot@
182am__tar = @am__tar@
183am__untar = @am__untar@
184bindir = @bindir@
185build = @build@
186build_alias = @build_alias@
187build_cpu = @build_cpu@
188build_os = @build_os@
189build_vendor = @build_vendor@
190builddir = @builddir@
191datadir = @datadir@
192datarootdir = @datarootdir@
193docdir = @docdir@
194dvidir = @dvidir@
195enable_shared = @enable_shared@
196enable_static = @enable_static@
197exec_prefix = @exec_prefix@
198host = @host@
199host_alias = @host_alias@
200host_cpu = @host_cpu@
201host_os = @host_os@
202host_vendor = @host_vendor@
203htmldir = @htmldir@
204includedir = @includedir@
205infodir = @infodir@
206install_sh = @install_sh@
207libdir = @libdir@
208libexecdir = @libexecdir@
209link_libmpx = @link_libmpx@
210localedir = @localedir@
211localstatedir = @localstatedir@
212mandir = @mandir@
213mkdir_p = @mkdir_p@
214multi_basedir = @multi_basedir@
215oldincludedir = @oldincludedir@
216pdfdir = @pdfdir@
217prefix = @prefix@
218program_transform_name = @program_transform_name@
219psdir = @psdir@
220sbindir = @sbindir@
221sharedstatedir = @sharedstatedir@
222srcdir = @srcdir@
223sysconfdir = @sysconfdir@
224target = @target@
225target_alias = @target_alias@
226target_cpu = @target_cpu@
227target_noncanonical = @target_noncanonical@
228target_os = @target_os@
229target_vendor = @target_vendor@
230toolexecdir = @toolexecdir@
231toolexeclibdir = @toolexeclibdir@
232top_build_prefix = @top_build_prefix@
233top_builddir = @top_builddir@
234top_srcdir = @top_srcdir@
235ACLOCAL_AMFLAGS = -I .. -I ../config
236@LIBMPX_SUPPORTED_TRUE@SUBDIRS = mpxrt $(am__append_1)
237@LIBMPX_SUPPORTED_TRUE@nodist_toolexeclib_HEADERS = libmpx.spec
238gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
239
240# Work around what appears to be a GNU make bug handling MAKEFLAGS
241# values defined in terms of make variables, as is the case for CC and
242# friends when we are called from the top level Makefile.
243AM_MAKEFLAGS = \
244	"AR_FLAGS=$(AR_FLAGS)" \
245	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
246	"CFLAGS=$(CFLAGS)" \
247	"CXXFLAGS=$(CXXFLAGS)" \
248	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
249	"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
250	"INSTALL=$(INSTALL)" \
251	"INSTALL_DATA=$(INSTALL_DATA)" \
252	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
253	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
254	"JC1FLAGS=$(JC1FLAGS)" \
255	"LDFLAGS=$(LDFLAGS)" \
256	"LIBCFLAGS=$(LIBCFLAGS)" \
257	"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
258	"MAKE=$(MAKE)" \
259	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
260	"PICFLAG=$(PICFLAG)" \
261	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
262	"SHELL=$(SHELL)" \
263	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
264	"exec_prefix=$(exec_prefix)" \
265	"infodir=$(infodir)" \
266	"libdir=$(libdir)" \
267	"prefix=$(prefix)" \
268	"includedir=$(includedir)" \
269	"AR=$(AR)" \
270	"AS=$(AS)" \
271	"LD=$(LD)" \
272	"LIBCFLAGS=$(LIBCFLAGS)" \
273	"NM=$(NM)" \
274	"PICFLAG=$(PICFLAG)" \
275	"RANLIB=$(RANLIB)" \
276	"DESTDIR=$(DESTDIR)"
277
278MAKEOVERRIDES = 
279all: config.h
280	$(MAKE) $(AM_MAKEFLAGS) all-recursive
281
282.SUFFIXES:
283am--refresh:
284	@:
285$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
286	@for dep in $?; do \
287	  case '$(am__configure_deps)' in \
288	    *$$dep*) \
289	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
290	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
291		&& exit 0; \
292	      exit 1;; \
293	  esac; \
294	done; \
295	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
296	$(am__cd) $(top_srcdir) && \
297	  $(AUTOMAKE) --foreign --ignore-deps Makefile
298.PRECIOUS: Makefile
299Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300	@case '$?' in \
301	  *config.status*) \
302	    echo ' $(SHELL) ./config.status'; \
303	    $(SHELL) ./config.status;; \
304	  *) \
305	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
306	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
307	esac;
308
309$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
310	$(SHELL) ./config.status --recheck
311
312$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
313	$(am__cd) $(srcdir) && $(AUTOCONF)
314$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
315	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
316$(am__aclocal_m4_deps):
317
318config.h: stamp-h1
319	@if test ! -f $@; then \
320	  rm -f stamp-h1; \
321	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
322	else :; fi
323
324stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
325	@rm -f stamp-h1
326	cd $(top_builddir) && $(SHELL) ./config.status config.h
327$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
328	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
329	rm -f stamp-h1
330	touch $@
331
332distclean-hdr:
333	-rm -f config.h stamp-h1
334libmpx.spec: $(top_builddir)/config.status $(srcdir)/libmpx.spec.in
335	cd $(top_builddir) && $(SHELL) ./config.status $@
336
337mostlyclean-libtool:
338	-rm -f *.lo
339
340clean-libtool:
341	-rm -rf .libs _libs
342
343distclean-libtool:
344	-rm -f libtool config.lt
345
346# GNU Make needs to see an explicit $(MAKE) variable in the command it
347# runs to enable its job server during parallel builds.  Hence the
348# comments below.
349all-multi:
350	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
351install-multi:
352	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
353
354mostlyclean-multi:
355	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
356clean-multi:
357	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
358distclean-multi:
359	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
360maintainer-clean-multi:
361	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
362install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
363	@$(NORMAL_INSTALL)
364	test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
365	@list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
366	for p in $$list; do \
367	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
368	  echo "$$d$$p"; \
369	done | $(am__base_list) | \
370	while read files; do \
371	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
372	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
373	done
374
375uninstall-nodist_toolexeclibHEADERS:
376	@$(NORMAL_UNINSTALL)
377	@list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
378	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
379	test -n "$$files" || exit 0; \
380	echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f" $$files ")"; \
381	cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files
382
383# This directory's subdirectories are mostly independent; you can cd
384# into them and run `make' without going through this Makefile.
385# To change the values of `make' variables: instead of editing Makefiles,
386# (1) if the variable is set in `config.status', edit `config.status'
387#     (which will cause the Makefiles to be regenerated when you run `make');
388# (2) otherwise, pass the desired values on the `make' command line.
389$(RECURSIVE_TARGETS):
390	@fail= failcom='exit 1'; \
391	for f in x $$MAKEFLAGS; do \
392	  case $$f in \
393	    *=* | --[!k]*);; \
394	    *k*) failcom='fail=yes';; \
395	  esac; \
396	done; \
397	dot_seen=no; \
398	target=`echo $@ | sed s/-recursive//`; \
399	list='$(SUBDIRS)'; for subdir in $$list; do \
400	  echo "Making $$target in $$subdir"; \
401	  if test "$$subdir" = "."; then \
402	    dot_seen=yes; \
403	    local_target="$$target-am"; \
404	  else \
405	    local_target="$$target"; \
406	  fi; \
407	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408	  || eval $$failcom; \
409	done; \
410	if test "$$dot_seen" = "no"; then \
411	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
412	fi; test -z "$$fail"
413
414$(RECURSIVE_CLEAN_TARGETS):
415	@fail= failcom='exit 1'; \
416	for f in x $$MAKEFLAGS; do \
417	  case $$f in \
418	    *=* | --[!k]*);; \
419	    *k*) failcom='fail=yes';; \
420	  esac; \
421	done; \
422	dot_seen=no; \
423	case "$@" in \
424	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
425	  *) list='$(SUBDIRS)' ;; \
426	esac; \
427	rev=''; for subdir in $$list; do \
428	  if test "$$subdir" = "."; then :; else \
429	    rev="$$subdir $$rev"; \
430	  fi; \
431	done; \
432	rev="$$rev ."; \
433	target=`echo $@ | sed s/-recursive//`; \
434	for subdir in $$rev; do \
435	  echo "Making $$target in $$subdir"; \
436	  if test "$$subdir" = "."; then \
437	    local_target="$$target-am"; \
438	  else \
439	    local_target="$$target"; \
440	  fi; \
441	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
442	  || eval $$failcom; \
443	done && test -z "$$fail"
444tags-recursive:
445	list='$(SUBDIRS)'; for subdir in $$list; do \
446	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
447	done
448ctags-recursive:
449	list='$(SUBDIRS)'; for subdir in $$list; do \
450	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
451	done
452
453ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455	unique=`for i in $$list; do \
456	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457	  done | \
458	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459	      END { if (nonempty) { for (i in files) print i; }; }'`; \
460	mkid -fID $$unique
461tags: TAGS
462
463TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
464		$(TAGS_FILES) $(LISP)
465	set x; \
466	here=`pwd`; \
467	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
468	  include_option=--etags-include; \
469	  empty_fix=.; \
470	else \
471	  include_option=--include; \
472	  empty_fix=; \
473	fi; \
474	list='$(SUBDIRS)'; for subdir in $$list; do \
475	  if test "$$subdir" = .; then :; else \
476	    test ! -f $$subdir/TAGS || \
477	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
478	  fi; \
479	done; \
480	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
481	unique=`for i in $$list; do \
482	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483	  done | \
484	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485	      END { if (nonempty) { for (i in files) print i; }; }'`; \
486	shift; \
487	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
488	  test -n "$$unique" || unique=$$empty_fix; \
489	  if test $$# -gt 0; then \
490	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491	      "$$@" $$unique; \
492	  else \
493	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494	      $$unique; \
495	  fi; \
496	fi
497ctags: CTAGS
498CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
499		$(TAGS_FILES) $(LISP)
500	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
501	unique=`for i in $$list; do \
502	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503	  done | \
504	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505	      END { if (nonempty) { for (i in files) print i; }; }'`; \
506	test -z "$(CTAGS_ARGS)$$unique" \
507	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
508	     $$unique
509
510GTAGS:
511	here=`$(am__cd) $(top_builddir) && pwd` \
512	  && $(am__cd) $(top_srcdir) \
513	  && gtags -i $(GTAGS_ARGS) "$$here"
514
515distclean-tags:
516	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517check-am: all-am
518check: check-recursive
519all-am: Makefile all-multi $(HEADERS) config.h
520installdirs: installdirs-recursive
521installdirs-am:
522	for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
523	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
524	done
525install: install-recursive
526install-exec: install-exec-recursive
527install-data: install-data-recursive
528uninstall: uninstall-recursive
529
530install-am: all-am
531	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
533installcheck: installcheck-recursive
534install-strip:
535	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537	  `test -z '$(STRIP)' || \
538	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
539mostlyclean-generic:
540
541clean-generic:
542
543distclean-generic:
544	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
546
547maintainer-clean-generic:
548	@echo "This command is intended for maintainers to use"
549	@echo "it deletes files that may require special tools to rebuild."
550clean: clean-multi clean-recursive
551
552clean-am: clean-generic clean-libtool mostlyclean-am
553
554distclean: distclean-multi distclean-recursive
555	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
556	-rm -f Makefile
557distclean-am: clean-am distclean-generic distclean-hdr \
558	distclean-libtool distclean-tags
559
560dvi: dvi-recursive
561
562dvi-am:
563
564html: html-recursive
565
566html-am:
567
568info: info-recursive
569
570info-am:
571
572install-data-am:
573
574install-dvi: install-dvi-recursive
575
576install-dvi-am:
577
578install-exec-am: install-multi install-nodist_toolexeclibHEADERS
579
580install-html: install-html-recursive
581
582install-html-am:
583
584install-info: install-info-recursive
585
586install-info-am:
587
588install-man:
589
590install-pdf: install-pdf-recursive
591
592install-pdf-am:
593
594install-ps: install-ps-recursive
595
596install-ps-am:
597
598installcheck-am:
599
600maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
601	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
602	-rm -rf $(top_srcdir)/autom4te.cache
603	-rm -f Makefile
604maintainer-clean-am: distclean-am maintainer-clean-generic
605
606mostlyclean: mostlyclean-multi mostlyclean-recursive
607
608mostlyclean-am: mostlyclean-generic mostlyclean-libtool
609
610pdf: pdf-recursive
611
612pdf-am:
613
614ps: ps-recursive
615
616ps-am:
617
618uninstall-am: uninstall-nodist_toolexeclibHEADERS
619
620.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
621	clean-multi ctags-recursive distclean-multi install-am \
622	install-multi install-strip maintainer-clean-multi \
623	mostlyclean-multi tags-recursive
624
625.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
626	all all-am all-multi am--refresh check check-am clean \
627	clean-generic clean-libtool clean-multi ctags ctags-recursive \
628	distclean distclean-generic distclean-hdr distclean-libtool \
629	distclean-multi distclean-tags dvi dvi-am html html-am info \
630	info-am install install-am install-data install-data-am \
631	install-dvi install-dvi-am install-exec install-exec-am \
632	install-html install-html-am install-info install-info-am \
633	install-man install-multi install-nodist_toolexeclibHEADERS \
634	install-pdf install-pdf-am install-ps install-ps-am \
635	install-strip installcheck installcheck-am installdirs \
636	installdirs-am maintainer-clean maintainer-clean-generic \
637	maintainer-clean-multi mostlyclean mostlyclean-generic \
638	mostlyclean-libtool mostlyclean-multi pdf pdf-am ps ps-am tags \
639	tags-recursive uninstall uninstall-am \
640	uninstall-nodist_toolexeclibHEADERS
641
642
643# Tell versions [3.59,3.63) of GNU make to not export all variables.
644# Otherwise a system limit (for SysV at least) may be exceeded.
645.NOEXPORT:
646