1# Makefile.in generated by automake 1.12.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 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__make_dryrun = \
18  { \
19    am__dry=no; \
20    case $$MAKEFLAGS in \
21      *\\[\ \	]*) \
22        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24      *) \
25        for am__flg in $$MAKEFLAGS; do \
26          case $$am__flg in \
27            *=*|--*) ;; \
28            *n*) am__dry=yes; break;; \
29          esac; \
30        done;; \
31    esac; \
32    test $$am__dry = yes; \
33  }
34pkgdatadir = $(datadir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@
37pkglibexecdir = $(libexecdir)/@PACKAGE@
38am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39install_sh_DATA = $(install_sh) -c -m 644
40install_sh_PROGRAM = $(install_sh) -c
41install_sh_SCRIPT = $(install_sh) -c
42INSTALL_HEADER = $(INSTALL_DATA)
43transform = $(program_transform_name)
44NORMAL_INSTALL = :
45PRE_INSTALL = :
46POST_INSTALL = :
47NORMAL_UNINSTALL = :
48PRE_UNINSTALL = :
49POST_UNINSTALL = :
50build_triplet = @build@
51host_triplet = @host@
52subdir = test
53DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55am__aclocal_m4_deps = $(top_srcdir)/configure.ac
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57	$(ACLOCAL_M4)
58mkinstalldirs = $(install_sh) -d
59CONFIG_HEADER = $(top_builddir)/config/config.h
60CONFIG_CLEAN_FILES =
61CONFIG_CLEAN_VPATH_FILES =
62SOURCES =
63DIST_SOURCES =
64RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65	html-recursive info-recursive install-data-recursive \
66	install-dvi-recursive install-exec-recursive \
67	install-html-recursive install-info-recursive \
68	install-pdf-recursive install-ps-recursive install-recursive \
69	installcheck-recursive installdirs-recursive pdf-recursive \
70	ps-recursive uninstall-recursive
71am__can_run_installinfo = \
72  case $$AM_UPDATE_INFO_DIR in \
73    n|no|NO) false;; \
74    *) (install-info --version) >/dev/null 2>&1;; \
75  esac
76RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
77  distclean-recursive maintainer-clean-recursive
78AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80	distdir
81ETAGS = etags
82CTAGS = ctags
83DIST_SUBDIRS = $(SUBDIRS)
84DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85am__relativize = \
86  dir0=`pwd`; \
87  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88  sed_rest='s,^[^/]*/*,,'; \
89  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90  sed_butlast='s,/*[^/]*$$,,'; \
91  while test -n "$$dir1"; do \
92    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93    if test "$$first" != "."; then \
94      if test "$$first" = ".."; then \
95        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97      else \
98        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99        if test "$$first2" = "$$first"; then \
100          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101        else \
102          dir2="../$$dir2"; \
103        fi; \
104        dir0="$$dir0"/"$$first"; \
105      fi; \
106    fi; \
107    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108  done; \
109  reldir="$$dir2"
110ACLOCAL = @ACLOCAL@
111AMTAR = @AMTAR@
112AR = @AR@
113AUTOCONF = @AUTOCONF@
114AUTOHEADER = @AUTOHEADER@
115AUTOMAKE = @AUTOMAKE@
116AWK = @AWK@
117CC = @CC@
118CCDEPMODE = @CCDEPMODE@
119CFLAGS = @CFLAGS@
120CPP = @CPP@
121CPPFLAGS = @CPPFLAGS@
122CYGPATH_W = @CYGPATH_W@
123DEFS = @DEFS@
124DEPDIR = @DEPDIR@
125DLLTOOL = @DLLTOOL@
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@
142LEX = @LEX@
143LEXLIB = @LEXLIB@
144LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIBTOOL = @LIBTOOL@
148LIPO = @LIPO@
149LN_S = @LN_S@
150LTLIBOBJS = @LTLIBOBJS@
151MAINT = @MAINT@
152MAKEINFO = @MAKEINFO@
153MANIFEST_TOOL = @MANIFEST_TOOL@
154MIG = @MIG@
155MKDIR_P = @MKDIR_P@
156NM = @NM@
157NMEDIT = @NMEDIT@
158OBJDUMP = @OBJDUMP@
159OBJEXT = @OBJEXT@
160OTOOL = @OTOOL@
161OTOOL64 = @OTOOL64@
162PACKAGE = @PACKAGE@
163PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164PACKAGE_NAME = @PACKAGE_NAME@
165PACKAGE_STRING = @PACKAGE_STRING@
166PACKAGE_TARNAME = @PACKAGE_TARNAME@
167PACKAGE_URL = @PACKAGE_URL@
168PACKAGE_VERSION = @PACKAGE_VERSION@
169PATH_SEPARATOR = @PATH_SEPARATOR@
170RANLIB = @RANLIB@
171SED = @SED@
172SET_MAKE = @SET_MAKE@
173SHELL = @SHELL@
174STRIP = @STRIP@
175VERSION = @VERSION@
176YACC = @YACC@
177YFLAGS = @YFLAGS@
178abs_builddir = @abs_builddir@
179abs_srcdir = @abs_srcdir@
180abs_top_builddir = @abs_top_builddir@
181abs_top_srcdir = @abs_top_srcdir@
182ac_ct_AR = @ac_ct_AR@
183ac_ct_CC = @ac_ct_CC@
184ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
185am__include = @am__include@
186am__leading_dot = @am__leading_dot@
187am__quote = @am__quote@
188am__tar = @am__tar@
189am__untar = @am__untar@
190bindir = @bindir@
191build = @build@
192build_alias = @build_alias@
193build_cpu = @build_cpu@
194build_os = @build_os@
195build_vendor = @build_vendor@
196builddir = @builddir@
197datadir = @datadir@
198datarootdir = @datarootdir@
199docdir = @docdir@
200dvidir = @dvidir@
201exec_prefix = @exec_prefix@
202host = @host@
203host_alias = @host_alias@
204host_cpu = @host_cpu@
205host_os = @host_os@
206host_vendor = @host_vendor@
207htmldir = @htmldir@
208includedir = @includedir@
209infodir = @infodir@
210install_sh = @install_sh@
211libdir = @libdir@
212libexecdir = @libexecdir@
213localedir = @localedir@
214localstatedir = @localstatedir@
215mandir = @mandir@
216mkdir_p = @mkdir_p@
217oldincludedir = @oldincludedir@
218pdfdir = @pdfdir@
219prefix = @prefix@
220program_transform_name = @program_transform_name@
221psdir = @psdir@
222sbindir = @sbindir@
223sharedstatedir = @sharedstatedir@
224srcdir = @srcdir@
225sysconfdir = @sysconfdir@
226target_alias = @target_alias@
227top_build_prefix = @top_build_prefix@
228top_builddir = @top_builddir@
229top_srcdir = @top_srcdir@
230SUBDIRS = \
231	bsm
232
233all: all-recursive
234
235.SUFFIXES:
236$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
237	@for dep in $?; do \
238	  case '$(am__configure_deps)' in \
239	    *$$dep*) \
240	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
241	        && { if test -f $@; then exit 0; else break; fi; }; \
242	      exit 1;; \
243	  esac; \
244	done; \
245	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
246	$(am__cd) $(top_srcdir) && \
247	  $(AUTOMAKE) --foreign test/Makefile
248.PRECIOUS: Makefile
249Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250	@case '$?' in \
251	  *config.status*) \
252	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
253	  *) \
254	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
255	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
256	esac;
257
258$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
261$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
262	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265$(am__aclocal_m4_deps):
266
267mostlyclean-libtool:
268	-rm -f *.lo
269
270clean-libtool:
271	-rm -rf .libs _libs
272
273# This directory's subdirectories are mostly independent; you can cd
274# into them and run 'make' without going through this Makefile.
275# To change the values of 'make' variables: instead of editing Makefiles,
276# (1) if the variable is set in 'config.status', edit 'config.status'
277#     (which will cause the Makefiles to be regenerated when you run 'make');
278# (2) otherwise, pass the desired values on the 'make' command line.
279$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
280	@fail= failcom='exit 1'; \
281	for f in x $$MAKEFLAGS; do \
282	  case $$f in \
283	    *=* | --[!k]*);; \
284	    *k*) failcom='fail=yes';; \
285	  esac; \
286	done; \
287	dot_seen=no; \
288	target=`echo $@ | sed s/-recursive//`; \
289	case "$@" in \
290	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
291	  *) list='$(SUBDIRS)' ;; \
292	esac; \
293	for subdir in $$list; do \
294	  echo "Making $$target in $$subdir"; \
295	  if test "$$subdir" = "."; then \
296	    dot_seen=yes; \
297	    local_target="$$target-am"; \
298	  else \
299	    local_target="$$target"; \
300	  fi; \
301	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
302	  || eval $$failcom; \
303	done; \
304	if test "$$dot_seen" = "no"; then \
305	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
306	fi; test -z "$$fail"
307tags-recursive:
308	list='$(SUBDIRS)'; for subdir in $$list; do \
309	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
310	done
311ctags-recursive:
312	list='$(SUBDIRS)'; for subdir in $$list; do \
313	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
314	done
315cscopelist-recursive:
316	list='$(SUBDIRS)'; for subdir in $$list; do \
317	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
318	done
319
320ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322	unique=`for i in $$list; do \
323	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324	  done | \
325	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326	      END { if (nonempty) { for (i in files) print i; }; }'`; \
327	mkid -fID $$unique
328tags: TAGS
329
330TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331		$(TAGS_FILES) $(LISP)
332	set x; \
333	here=`pwd`; \
334	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
335	  include_option=--etags-include; \
336	  empty_fix=.; \
337	else \
338	  include_option=--include; \
339	  empty_fix=; \
340	fi; \
341	list='$(SUBDIRS)'; for subdir in $$list; do \
342	  if test "$$subdir" = .; then :; else \
343	    test ! -f $$subdir/TAGS || \
344	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
345	  fi; \
346	done; \
347	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348	unique=`for i in $$list; do \
349	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350	  done | \
351	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352	      END { if (nonempty) { for (i in files) print i; }; }'`; \
353	shift; \
354	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355	  test -n "$$unique" || unique=$$empty_fix; \
356	  if test $$# -gt 0; then \
357	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358	      "$$@" $$unique; \
359	  else \
360	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361	      $$unique; \
362	  fi; \
363	fi
364ctags: CTAGS
365CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366		$(TAGS_FILES) $(LISP)
367	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368	unique=`for i in $$list; do \
369	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370	  done | \
371	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372	      END { if (nonempty) { for (i in files) print i; }; }'`; \
373	test -z "$(CTAGS_ARGS)$$unique" \
374	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375	     $$unique
376
377GTAGS:
378	here=`$(am__cd) $(top_builddir) && pwd` \
379	  && $(am__cd) $(top_srcdir) \
380	  && gtags -i $(GTAGS_ARGS) "$$here"
381
382cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
383	list='$(SOURCES) $(HEADERS) $(LISP)'; \
384	case "$(srcdir)" in \
385	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
386	  *) sdir=$(subdir)/$(srcdir) ;; \
387	esac; \
388	for i in $$list; do \
389	  if test -f "$$i"; then \
390	    echo "$(subdir)/$$i"; \
391	  else \
392	    echo "$$sdir/$$i"; \
393	  fi; \
394	done >> $(top_builddir)/cscope.files
395
396distclean-tags:
397	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398
399distdir: $(DISTFILES)
400	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402	list='$(DISTFILES)'; \
403	  dist_files=`for file in $$list; do echo $$file; done | \
404	  sed -e "s|^$$srcdirstrip/||;t" \
405	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
406	case $$dist_files in \
407	  */*) $(MKDIR_P) `echo "$$dist_files" | \
408			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
409			   sort -u` ;; \
410	esac; \
411	for file in $$dist_files; do \
412	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413	  if test -d $$d/$$file; then \
414	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
415	    if test -d "$(distdir)/$$file"; then \
416	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
417	    fi; \
418	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
419	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
420	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421	    fi; \
422	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
423	  else \
424	    test -f "$(distdir)/$$file" \
425	    || cp -p $$d/$$file "$(distdir)/$$file" \
426	    || exit 1; \
427	  fi; \
428	done
429	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
430	  if test "$$subdir" = .; then :; else \
431	    $(am__make_dryrun) \
432	      || test -d "$(distdir)/$$subdir" \
433	      || $(MKDIR_P) "$(distdir)/$$subdir" \
434	      || exit 1; \
435	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
436	    $(am__relativize); \
437	    new_distdir=$$reldir; \
438	    dir1=$$subdir; dir2="$(top_distdir)"; \
439	    $(am__relativize); \
440	    new_top_distdir=$$reldir; \
441	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
442	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
443	    ($(am__cd) $$subdir && \
444	      $(MAKE) $(AM_MAKEFLAGS) \
445	        top_distdir="$$new_top_distdir" \
446	        distdir="$$new_distdir" \
447		am__remove_distdir=: \
448		am__skip_length_check=: \
449		am__skip_mode_fix=: \
450	        distdir) \
451	      || exit 1; \
452	  fi; \
453	done
454check-am: all-am
455check: check-recursive
456all-am: Makefile
457installdirs: installdirs-recursive
458installdirs-am:
459install: install-recursive
460install-exec: install-exec-recursive
461install-data: install-data-recursive
462uninstall: uninstall-recursive
463
464install-am: all-am
465	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466
467installcheck: installcheck-recursive
468install-strip:
469	if test -z '$(STRIP)'; then \
470	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
471	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
472	      install; \
473	else \
474	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
477	fi
478mostlyclean-generic:
479
480clean-generic:
481
482distclean-generic:
483	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
485
486maintainer-clean-generic:
487	@echo "This command is intended for maintainers to use"
488	@echo "it deletes files that may require special tools to rebuild."
489clean: clean-recursive
490
491clean-am: clean-generic clean-libtool mostlyclean-am
492
493distclean: distclean-recursive
494	-rm -f Makefile
495distclean-am: clean-am distclean-generic distclean-tags
496
497dvi: dvi-recursive
498
499dvi-am:
500
501html: html-recursive
502
503html-am:
504
505info: info-recursive
506
507info-am:
508
509install-data-am:
510
511install-dvi: install-dvi-recursive
512
513install-dvi-am:
514
515install-exec-am:
516
517install-html: install-html-recursive
518
519install-html-am:
520
521install-info: install-info-recursive
522
523install-info-am:
524
525install-man:
526
527install-pdf: install-pdf-recursive
528
529install-pdf-am:
530
531install-ps: install-ps-recursive
532
533install-ps-am:
534
535installcheck-am:
536
537maintainer-clean: maintainer-clean-recursive
538	-rm -f Makefile
539maintainer-clean-am: distclean-am maintainer-clean-generic
540
541mostlyclean: mostlyclean-recursive
542
543mostlyclean-am: mostlyclean-generic mostlyclean-libtool
544
545pdf: pdf-recursive
546
547pdf-am:
548
549ps: ps-recursive
550
551ps-am:
552
553uninstall-am:
554
555.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
556	cscopelist-recursive ctags-recursive install-am install-strip \
557	tags-recursive
558
559.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
560	all all-am check check-am clean clean-generic clean-libtool \
561	cscopelist cscopelist-recursive ctags ctags-recursive \
562	distclean distclean-generic distclean-libtool distclean-tags \
563	distdir dvi dvi-am html html-am info info-am install \
564	install-am install-data install-data-am install-dvi \
565	install-dvi-am install-exec install-exec-am install-html \
566	install-html-am install-info install-info-am install-man \
567	install-pdf install-pdf-am install-ps install-ps-am \
568	install-strip installcheck installcheck-am installdirs \
569	installdirs-am maintainer-clean maintainer-clean-generic \
570	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
571	ps ps-am tags tags-recursive uninstall uninstall-am
572
573
574# Tell versions [3.59,3.63) of GNU make to not export all variables.
575# Otherwise a system limit (for SysV at least) may be exceeded.
576.NOEXPORT:
577