1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = tools/fastjet/tools
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/CGAL.m4 \
94	$(top_srcdir)/m4/ax_pkg_swig.m4 \
95	$(top_srcdir)/m4/ax_prefix_config_h.m4 \
96	$(top_srcdir)/m4/ax_swig_enable_cxx.m4 \
97	$(top_srcdir)/m4/ax_swig_python.m4 \
98	$(top_srcdir)/m4/compiler_flags.m4 \
99	$(top_srcdir)/m4/demangle.m4 $(top_srcdir)/m4/libtool.m4 \
100	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102	$(top_srcdir)/m4/plugin.m4 $(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(toolsinclude_HEADERS) \
106	$(am__DIST_COMMON)
107mkinstalldirs = $(install_sh) -d
108CONFIG_HEADER = $(top_builddir)/include/fastjet/config_raw.h
109CONFIG_CLEAN_FILES =
110CONFIG_CLEAN_VPATH_FILES =
111AM_V_P = $(am__v_P_@AM_V@)
112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113am__v_P_0 = false
114am__v_P_1 = :
115AM_V_GEN = $(am__v_GEN_@AM_V@)
116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117am__v_GEN_0 = @echo "  GEN     " $@;
118am__v_GEN_1 =
119AM_V_at = $(am__v_at_@AM_V@)
120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121am__v_at_0 = @
122am__v_at_1 =
123SOURCES =
124DIST_SOURCES =
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133    *) f=$$p;; \
134  esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142  for p in $$list; do echo "$$p $$p"; done | \
143  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145    if (++n[$$2] == $(am__install_max)) \
146      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147    END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__uninstall_files_from_dir = { \
152  test -z "$$files" \
153    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155         $(am__cd) "$$dir" && rm -f $$files; }; \
156  }
157am__installdirs = "$(DESTDIR)$(toolsincludedir)"
158HEADERS = $(toolsinclude_HEADERS)
159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160# Read a list of newline-separated strings from the standard input,
161# and print each of them once, without duplicates.  Input order is
162# *not* preserved.
163am__uniquify_input = $(AWK) '\
164  BEGIN { nonempty = 0; } \
165  { items[$$0] = 1; nonempty = 1; } \
166  END { if (nonempty) { for (i in items) print i; }; } \
167'
168# Make sure the list of sources is unique.  This is necessary because,
169# e.g., the same source file might be shared among _SOURCES variables
170# for different programs/libraries.
171am__define_uniq_tagged_files = \
172  list='$(am__tagged_files)'; \
173  unique=`for i in $$list; do \
174    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175  done | $(am__uniquify_input)`
176ETAGS = etags
177CTAGS = ctags
178am__DIST_COMMON = $(srcdir)/Makefile.in
179DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180ACLOCAL = @ACLOCAL@
181AMTAR = @AMTAR@
182AM_CXXFLAGS = @AM_CXXFLAGS@
183AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184AM_FCFLAGS = @AM_FCFLAGS@
185AM_FFLAGS = @AM_FFLAGS@
186AR = @AR@
187AUTOCONF = @AUTOCONF@
188AUTOHEADER = @AUTOHEADER@
189AUTOMAKE = @AUTOMAKE@
190AWK = @AWK@
191AX_SWIG_PYTHON_CPPFLAGS = @AX_SWIG_PYTHON_CPPFLAGS@
192AX_SWIG_PYTHON_OPT = @AX_SWIG_PYTHON_OPT@
193CC = @CC@
194CCDEPMODE = @CCDEPMODE@
195CFLAGS = @CFLAGS@
196CGAL_CPPFLAGS = @CGAL_CPPFLAGS@
197CGAL_LIBS = @CGAL_LIBS@
198CONFIGURE_INVOCATION = @CONFIGURE_INVOCATION@
199CONFIG_CXXFLAGS = @CONFIG_CXXFLAGS@
200CONFIG_LIBS = @CONFIG_LIBS@
201CONFIG_LIBS_PLUGINS = @CONFIG_LIBS_PLUGINS@
202CONFIG_LIBS_PLUGINS_STATIC = @CONFIG_LIBS_PLUGINS_STATIC@
203CONFIG_RUNPATH_FLAGS = @CONFIG_RUNPATH_FLAGS@
204CONFIG_SUMMARY = @CONFIG_SUMMARY@
205CPP = @CPP@
206CPPFLAGS = @CPPFLAGS@
207CXX = @CXX@
208CXXCPP = @CXXCPP@
209CXXDEPMODE = @CXXDEPMODE@
210CXXFLAGS = @CXXFLAGS@
211CYGPATH_W = @CYGPATH_W@
212D0_CXXFLAGS = @D0_CXXFLAGS@
213DEFS = @DEFS@
214DEPDIR = @DEPDIR@
215DLLTOOL = @DLLTOOL@
216DSYMUTIL = @DSYMUTIL@
217DUMPBIN = @DUMPBIN@
218ECHO_C = @ECHO_C@
219ECHO_N = @ECHO_N@
220ECHO_T = @ECHO_T@
221EGREP = @EGREP@
222EXEEXT = @EXEEXT@
223F77 = @F77@
224FC = @FC@
225FCFLAGS = @FCFLAGS@
226FCLIBS = @FCLIBS@
227FFLAGS = @FFLAGS@
228FGREP = @FGREP@
229FLIBS = @FLIBS@
230GREP = @GREP@
231HAS_RUNPATH_SUPPORT = @HAS_RUNPATH_SUPPORT@
232HAS_SHARED = @HAS_SHARED@
233INSTALL = @INSTALL@
234INSTALL_DATA = @INSTALL_DATA@
235INSTALL_PROGRAM = @INSTALL_PROGRAM@
236INSTALL_SCRIPT = @INSTALL_SCRIPT@
237INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238LD = @LD@
239LDFLAGS = @LDFLAGS@
240LIBOBJS = @LIBOBJS@
241LIBS = @LIBS@
242LIBTOOL = @LIBTOOL@
243LIPO = @LIPO@
244LIST_ALL_PLUGINS = @LIST_ALL_PLUGINS@
245LN_S = @LN_S@
246LTLIBOBJS = @LTLIBOBJS@
247LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
248MAKEINFO = @MAKEINFO@
249MANIFEST_TOOL = @MANIFEST_TOOL@
250MKDIR_P = @MKDIR_P@
251NM = @NM@
252NMEDIT = @NMEDIT@
253OBJDUMP = @OBJDUMP@
254OBJEXT = @OBJEXT@
255OTOOL = @OTOOL@
256OTOOL64 = @OTOOL64@
257PACKAGE = @PACKAGE@
258PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259PACKAGE_NAME = @PACKAGE_NAME@
260PACKAGE_STRING = @PACKAGE_STRING@
261PACKAGE_TARNAME = @PACKAGE_TARNAME@
262PACKAGE_URL = @PACKAGE_URL@
263PACKAGE_VERSION = @PACKAGE_VERSION@
264PATH_SEPARATOR = @PATH_SEPARATOR@
265PYTHON = @PYTHON@
266PYTHON_CONFIG = @PYTHON_CONFIG@
267PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
268PYTHON_INCLUDE = @PYTHON_INCLUDE@
269PYTHON_PLATFORM = @PYTHON_PLATFORM@
270PYTHON_PREFIX = @PYTHON_PREFIX@
271PYTHON_VERSION = @PYTHON_VERSION@
272RANLIB = @RANLIB@
273SED = @SED@
274SET_MAKE = @SET_MAKE@
275SHELL = @SHELL@
276STRIP = @STRIP@
277SWIG = @SWIG@
278SWIG_LIB = @SWIG_LIB@
279VERSION = @VERSION@
280abs_builddir = @abs_builddir@
281abs_srcdir = @abs_srcdir@
282abs_top_builddir = @abs_top_builddir@
283abs_top_srcdir = @abs_top_srcdir@
284ac_ct_AR = @ac_ct_AR@
285ac_ct_CC = @ac_ct_CC@
286ac_ct_CXX = @ac_ct_CXX@
287ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
288ac_ct_FC = @ac_ct_FC@
289am__include = @am__include@
290am__leading_dot = @am__leading_dot@
291am__quote = @am__quote@
292am__tar = @am__tar@
293am__untar = @am__untar@
294bindir = @bindir@
295build = @build@
296build_alias = @build_alias@
297build_cpu = @build_cpu@
298build_os = @build_os@
299build_vendor = @build_vendor@
300builddir = @builddir@
301cxx_found = @cxx_found@
302datadir = @datadir@
303datarootdir = @datarootdir@
304docdir = @docdir@
305dvidir = @dvidir@
306exec_prefix = @exec_prefix@
307host = @host@
308host_alias = @host_alias@
309host_cpu = @host_cpu@
310host_os = @host_os@
311host_vendor = @host_vendor@
312htmldir = @htmldir@
313includedir = @includedir@
314infodir = @infodir@
315install_sh = @install_sh@
316libdir = @libdir@
317libexecdir = @libexecdir@
318localedir = @localedir@
319localstatedir = @localstatedir@
320mandir = @mandir@
321mkdir_p = @mkdir_p@
322oldincludedir = @oldincludedir@
323pdfdir = @pdfdir@
324pkgpyexecdir = @pkgpyexecdir@
325pkgpythondir = @pkgpythondir@
326prefix = @prefix@
327program_transform_name = @program_transform_name@
328psdir = @psdir@
329pyexecdir = @pyexecdir@
330pythondir = @pythondir@
331runstatedir = @runstatedir@
332sbindir = @sbindir@
333sharedstatedir = @sharedstatedir@
334srcdir = @srcdir@
335subdirs = @subdirs@
336sysconfdir = @sysconfdir@
337target_alias = @target_alias@
338top_build_prefix = @top_build_prefix@
339top_builddir = @top_builddir@
340top_srcdir = @top_srcdir@
341toolsincludedir = $(includedir)/fastjet/tools
342toolsinclude_HEADERS = \
343  BackgroundEstimatorBase.hh \
344  JetMedianBackgroundEstimator.hh \
345  GridMedianBackgroundEstimator.hh \
346  Transformer.hh Boost.hh \
347  Recluster.hh \
348  Filter.hh Pruner.hh Subtractor.hh \
349  MassDropTagger.hh RestFrameNSubjettinessTagger.hh CASubJetTagger.hh \
350  JHTopTagger.hh TopTaggerBase.hh
351
352all: all-am
353
354.SUFFIXES:
355$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
356	@for dep in $?; do \
357	  case '$(am__configure_deps)' in \
358	    *$$dep*) \
359	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
360	        && { if test -f $@; then exit 0; else break; fi; }; \
361	      exit 1;; \
362	  esac; \
363	done; \
364	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/fastjet/tools/Makefile'; \
365	$(am__cd) $(top_srcdir) && \
366	  $(AUTOMAKE) --gnu tools/fastjet/tools/Makefile
367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368	@case '$?' in \
369	  *config.status*) \
370	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
371	  *) \
372	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
373	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
374	esac;
375
376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
377	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
379$(top_srcdir)/configure:  $(am__configure_deps)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
382	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383$(am__aclocal_m4_deps):
384
385mostlyclean-libtool:
386	-rm -f *.lo
387
388clean-libtool:
389	-rm -rf .libs _libs
390install-toolsincludeHEADERS: $(toolsinclude_HEADERS)
391	@$(NORMAL_INSTALL)
392	@list='$(toolsinclude_HEADERS)'; test -n "$(toolsincludedir)" || list=; \
393	if test -n "$$list"; then \
394	  echo " $(MKDIR_P) '$(DESTDIR)$(toolsincludedir)'"; \
395	  $(MKDIR_P) "$(DESTDIR)$(toolsincludedir)" || exit 1; \
396	fi; \
397	for p in $$list; do \
398	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
399	  echo "$$d$$p"; \
400	done | $(am__base_list) | \
401	while read files; do \
402	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolsincludedir)'"; \
403	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolsincludedir)" || exit $$?; \
404	done
405
406uninstall-toolsincludeHEADERS:
407	@$(NORMAL_UNINSTALL)
408	@list='$(toolsinclude_HEADERS)'; test -n "$(toolsincludedir)" || list=; \
409	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
410	dir='$(DESTDIR)$(toolsincludedir)'; $(am__uninstall_files_from_dir)
411
412ID: $(am__tagged_files)
413	$(am__define_uniq_tagged_files); mkid -fID $$unique
414tags: tags-am
415TAGS: tags
416
417tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418	set x; \
419	here=`pwd`; \
420	$(am__define_uniq_tagged_files); \
421	shift; \
422	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423	  test -n "$$unique" || unique=$$empty_fix; \
424	  if test $$# -gt 0; then \
425	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426	      "$$@" $$unique; \
427	  else \
428	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429	      $$unique; \
430	  fi; \
431	fi
432ctags: ctags-am
433
434CTAGS: ctags
435ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
436	$(am__define_uniq_tagged_files); \
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"
445cscopelist: cscopelist-am
446
447cscopelist-am: $(am__tagged_files)
448	list='$(am__tagged_files)'; \
449	case "$(srcdir)" in \
450	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
451	  *) sdir=$(subdir)/$(srcdir) ;; \
452	esac; \
453	for i in $$list; do \
454	  if test -f "$$i"; then \
455	    echo "$(subdir)/$$i"; \
456	  else \
457	    echo "$$sdir/$$i"; \
458	  fi; \
459	done >> $(top_builddir)/cscope.files
460
461distclean-tags:
462	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
463
464distdir: $(BUILT_SOURCES)
465	$(MAKE) $(AM_MAKEFLAGS) distdir-am
466
467distdir-am: $(DISTFILES)
468	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470	list='$(DISTFILES)'; \
471	  dist_files=`for file in $$list; do echo $$file; done | \
472	  sed -e "s|^$$srcdirstrip/||;t" \
473	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474	case $$dist_files in \
475	  */*) $(MKDIR_P) `echo "$$dist_files" | \
476			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477			   sort -u` ;; \
478	esac; \
479	for file in $$dist_files; do \
480	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481	  if test -d $$d/$$file; then \
482	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483	    if test -d "$(distdir)/$$file"; then \
484	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485	    fi; \
486	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489	    fi; \
490	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
491	  else \
492	    test -f "$(distdir)/$$file" \
493	    || cp -p $$d/$$file "$(distdir)/$$file" \
494	    || exit 1; \
495	  fi; \
496	done
497check-am: all-am
498check: check-am
499all-am: Makefile $(HEADERS)
500installdirs:
501	for dir in "$(DESTDIR)$(toolsincludedir)"; do \
502	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
503	done
504install: install-am
505install-exec: install-exec-am
506install-data: install-data-am
507uninstall: uninstall-am
508
509install-am: all-am
510	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
512installcheck: installcheck-am
513install-strip:
514	if test -z '$(STRIP)'; then \
515	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517	      install; \
518	else \
519	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
522	fi
523mostlyclean-generic:
524
525clean-generic:
526
527distclean-generic:
528	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
529	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
530
531maintainer-clean-generic:
532	@echo "This command is intended for maintainers to use"
533	@echo "it deletes files that may require special tools to rebuild."
534clean: clean-am
535
536clean-am: clean-generic clean-libtool mostlyclean-am
537
538distclean: distclean-am
539	-rm -f Makefile
540distclean-am: clean-am distclean-generic distclean-tags
541
542dvi: dvi-am
543
544dvi-am:
545
546html: html-am
547
548html-am:
549
550info: info-am
551
552info-am:
553
554install-data-am: install-toolsincludeHEADERS
555
556install-dvi: install-dvi-am
557
558install-dvi-am:
559
560install-exec-am:
561
562install-html: install-html-am
563
564install-html-am:
565
566install-info: install-info-am
567
568install-info-am:
569
570install-man:
571
572install-pdf: install-pdf-am
573
574install-pdf-am:
575
576install-ps: install-ps-am
577
578install-ps-am:
579
580installcheck-am:
581
582maintainer-clean: maintainer-clean-am
583	-rm -f Makefile
584maintainer-clean-am: distclean-am maintainer-clean-generic
585
586mostlyclean: mostlyclean-am
587
588mostlyclean-am: mostlyclean-generic mostlyclean-libtool
589
590pdf: pdf-am
591
592pdf-am:
593
594ps: ps-am
595
596ps-am:
597
598uninstall-am: uninstall-toolsincludeHEADERS
599
600.MAKE: install-am install-strip
601
602.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
603	clean-libtool cscopelist-am ctags ctags-am distclean \
604	distclean-generic distclean-libtool distclean-tags distdir dvi \
605	dvi-am html html-am info info-am install install-am \
606	install-data install-data-am install-dvi install-dvi-am \
607	install-exec install-exec-am install-html install-html-am \
608	install-info install-info-am install-man install-pdf \
609	install-pdf-am install-ps install-ps-am install-strip \
610	install-toolsincludeHEADERS installcheck installcheck-am \
611	installdirs maintainer-clean maintainer-clean-generic \
612	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
613	ps ps-am tags tags-am uninstall uninstall-am \
614	uninstall-toolsincludeHEADERS
615
616.PRECIOUS: Makefile
617
618
619# Tell versions [3.59,3.63) of GNU make to not export all variables.
620# Otherwise a system limit (for SysV at least) may be exceeded.
621.NOEXPORT:
622