1# GNUmakefile.in generated by automake 1.16.1 from GNUmakefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
17#
18# exempi - Makefile.am
19#
20# Copyright (C) 2007 Hubert Figuiere
21# All rights reserved.
22#
23# Redistribution and use in source and binary forms, with or without
24# modification, are permitted provided that the following conditions
25# are met:
26#
27# 1 Redistributions of source code must retain the above copyright
28# notice, this list of conditions and the following disclaimer.
29#
30# 2 Redistributions in binary form must reproduce the above copyright
31# notice, this list of conditions and the following disclaimer in the
32# documentation and/or other materials provided with the
33# distribution.
34#
35# 3 Neither the name of the Authors, nor the names of its
36# contributors may be used to endorse or promote products derived
37# from this software wit hout specific prior written permission.
38#
39# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
40# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
41# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
42# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
43# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
44# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
45# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
46# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
48# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
49# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50# OF THE POSSIBILITY OF SUCH DAMAGE.
51#
52
53VPATH = @srcdir@
54am__is_gnu_make = { \
55  if test -z '$(MAKELEVEL)'; then \
56    false; \
57  elif test -n '$(MAKE_HOST)'; then \
58    true; \
59  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
60    true; \
61  else \
62    false; \
63  fi; \
64}
65am__make_running_with_option = \
66  case $${target_option-} in \
67      ?) ;; \
68      *) echo "am__make_running_with_option: internal error: invalid" \
69              "target option '$${target_option-}' specified" >&2; \
70         exit 1;; \
71  esac; \
72  has_opt=no; \
73  sane_makeflags=$$MAKEFLAGS; \
74  if $(am__is_gnu_make); then \
75    sane_makeflags=$$MFLAGS; \
76  else \
77    case $$MAKEFLAGS in \
78      *\\[\ \	]*) \
79        bs=\\; \
80        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
81          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
82    esac; \
83  fi; \
84  skip_next=no; \
85  strip_trailopt () \
86  { \
87    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
88  }; \
89  for flg in $$sane_makeflags; do \
90    test $$skip_next = yes && { skip_next=no; continue; }; \
91    case $$flg in \
92      *=*|--*) continue;; \
93        -*I) strip_trailopt 'I'; skip_next=yes;; \
94      -*I?*) strip_trailopt 'I';; \
95        -*O) strip_trailopt 'O'; skip_next=yes;; \
96      -*O?*) strip_trailopt 'O';; \
97        -*l) strip_trailopt 'l'; skip_next=yes;; \
98      -*l?*) strip_trailopt 'l';; \
99      -[dEDm]) skip_next=yes;; \
100      -[JT]) skip_next=yes;; \
101    esac; \
102    case $$flg in \
103      *$$target_option*) has_opt=yes; break;; \
104    esac; \
105  done; \
106  test $$has_opt = yes
107am__make_dryrun = (target_option=n; $(am__make_running_with_option))
108am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
109pkgdatadir = $(datadir)/@PACKAGE@
110pkgincludedir = $(includedir)/@PACKAGE@
111pkglibdir = $(libdir)/@PACKAGE@
112pkglibexecdir = $(libexecdir)/@PACKAGE@
113am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
114install_sh_DATA = $(install_sh) -c -m 644
115install_sh_PROGRAM = $(install_sh) -c
116install_sh_SCRIPT = $(install_sh) -c
117INSTALL_HEADER = $(INSTALL_DATA)
118transform = $(program_transform_name)
119NORMAL_INSTALL = :
120PRE_INSTALL = :
121POST_INSTALL = :
122NORMAL_UNINSTALL = :
123PRE_UNINSTALL = :
124POST_UNINSTALL = :
125build_triplet = @build@
126host_triplet = @host@
127subdir = build
128ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
130	$(top_srcdir)/m4/ax_append_flag.m4 \
131	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
132	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
133	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
134	$(top_srcdir)/m4/ax_ld_check_flag.m4 \
135	$(top_srcdir)/m4/ax_require_defined.m4 \
136	$(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/boost.m4 \
137	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
138	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
139	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
140am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
141	$(ACLOCAL_M4)
142DIST_COMMON = $(srcdir)/GNUmakefile.am $(noinst_HEADERS) \
143	$(am__DIST_COMMON)
144mkinstalldirs = $(install_sh) -d
145CONFIG_CLEAN_FILES =
146CONFIG_CLEAN_VPATH_FILES =
147AM_V_P = $(am__v_P_@AM_V@)
148am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149am__v_P_0 = false
150am__v_P_1 = :
151AM_V_GEN = $(am__v_GEN_@AM_V@)
152am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153am__v_GEN_0 = @echo "  GEN     " $@;
154am__v_GEN_1 =
155AM_V_at = $(am__v_at_@AM_V@)
156am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157am__v_at_0 = @
158am__v_at_1 =
159SOURCES =
160DIST_SOURCES =
161am__can_run_installinfo = \
162  case $$AM_UPDATE_INFO_DIR in \
163    n|no|NO) false;; \
164    *) (install-info --version) >/dev/null 2>&1;; \
165  esac
166HEADERS = $(noinst_HEADERS)
167am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
168# Read a list of newline-separated strings from the standard input,
169# and print each of them once, without duplicates.  Input order is
170# *not* preserved.
171am__uniquify_input = $(AWK) '\
172  BEGIN { nonempty = 0; } \
173  { items[$$0] = 1; nonempty = 1; } \
174  END { if (nonempty) { for (i in items) print i; }; } \
175'
176# Make sure the list of sources is unique.  This is necessary because,
177# e.g., the same source file might be shared among _SOURCES variables
178# for different programs/libraries.
179am__define_uniq_tagged_files = \
180  list='$(am__tagged_files)'; \
181  unique=`for i in $$list; do \
182    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183  done | $(am__uniquify_input)`
184ETAGS = etags
185CTAGS = ctags
186am__DIST_COMMON = $(srcdir)/GNUmakefile.in
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188ACLOCAL = @ACLOCAL@
189AMTAR = @AMTAR@
190AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191AR = @AR@
192AUTOCONF = @AUTOCONF@
193AUTOHEADER = @AUTOHEADER@
194AUTOMAKE = @AUTOMAKE@
195AWK = @AWK@
196BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
197BOOST_LDPATH = @BOOST_LDPATH@
198BOOST_ROOT = @BOOST_ROOT@
199BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS = @BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS@
200BOOST_UNIT_TEST_FRAMEWORK_LDPATH = @BOOST_UNIT_TEST_FRAMEWORK_LDPATH@
201BOOST_UNIT_TEST_FRAMEWORK_LIBS = @BOOST_UNIT_TEST_FRAMEWORK_LIBS@
202CC = @CC@
203CCDEPMODE = @CCDEPMODE@
204CFLAGS = @CFLAGS@
205CPP = @CPP@
206CPPFLAGS = @CPPFLAGS@
207CXX = @CXX@
208CXXCPP = @CXXCPP@
209CXXDEPMODE = @CXXDEPMODE@
210CXXFLAGS = @CXXFLAGS@
211CYGPATH_W = @CYGPATH_W@
212DEFS = @DEFS@
213DEPDIR = @DEPDIR@
214DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
215DLLTOOL = @DLLTOOL@
216DSYMUTIL = @DSYMUTIL@
217DUMPBIN = @DUMPBIN@
218ECHO_C = @ECHO_C@
219ECHO_N = @ECHO_N@
220ECHO_T = @ECHO_T@
221EGREP = @EGREP@
222EXEEXT = @EXEEXT@
223EXEMPI_AGE = @EXEMPI_AGE@
224EXEMPI_CURRENT = @EXEMPI_CURRENT@
225EXEMPI_CURRENT_MIN = @EXEMPI_CURRENT_MIN@
226EXEMPI_INCLUDE_BASE = @EXEMPI_INCLUDE_BASE@
227EXEMPI_MAJOR_VERSION = @EXEMPI_MAJOR_VERSION@
228EXEMPI_PLATFORM_DEF = @EXEMPI_PLATFORM_DEF@
229EXEMPI_REVISION = @EXEMPI_REVISION@
230EXEMPI_VERSION_INFO = @EXEMPI_VERSION_INFO@
231FGREP = @FGREP@
232GREP = @GREP@
233HAVE_CXX11 = @HAVE_CXX11@
234INSTALL = @INSTALL@
235INSTALL_DATA = @INSTALL_DATA@
236INSTALL_PROGRAM = @INSTALL_PROGRAM@
237INSTALL_SCRIPT = @INSTALL_SCRIPT@
238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239LD = @LD@
240LDFLAGS = @LDFLAGS@
241LIBOBJS = @LIBOBJS@
242LIBS = @LIBS@
243LIBTOOL = @LIBTOOL@
244LIPO = @LIPO@
245LN_S = @LN_S@
246LTLIBOBJS = @LTLIBOBJS@
247LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
248MAINT = @MAINT@
249MAKEINFO = @MAKEINFO@
250MANIFEST_TOOL = @MANIFEST_TOOL@
251MKDIR_P = @MKDIR_P@
252NM = @NM@
253NMEDIT = @NMEDIT@
254OBJDUMP = @OBJDUMP@
255OBJEXT = @OBJEXT@
256OTOOL = @OTOOL@
257OTOOL64 = @OTOOL64@
258PACKAGE = @PACKAGE@
259PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260PACKAGE_NAME = @PACKAGE_NAME@
261PACKAGE_STRING = @PACKAGE_STRING@
262PACKAGE_TARNAME = @PACKAGE_TARNAME@
263PACKAGE_URL = @PACKAGE_URL@
264PACKAGE_VERSION = @PACKAGE_VERSION@
265PATH_SEPARATOR = @PATH_SEPARATOR@
266RANLIB = @RANLIB@
267SED = @SED@
268SET_MAKE = @SET_MAKE@
269SHELL = @SHELL@
270STRIP = @STRIP@
271VALGRIND = @VALGRIND@
272VERSION = @VERSION@
273XMPCORE_CPPFLAGS = @XMPCORE_CPPFLAGS@
274abs_builddir = @abs_builddir@
275abs_srcdir = @abs_srcdir@
276abs_top_builddir = @abs_top_builddir@
277abs_top_srcdir = @abs_top_srcdir@
278ac_ct_AR = @ac_ct_AR@
279ac_ct_CC = @ac_ct_CC@
280ac_ct_CXX = @ac_ct_CXX@
281ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
282am__include = @am__include@
283am__leading_dot = @am__leading_dot@
284am__quote = @am__quote@
285am__tar = @am__tar@
286am__untar = @am__untar@
287bindir = @bindir@
288build = @build@
289build_alias = @build_alias@
290build_cpu = @build_cpu@
291build_os = @build_os@
292build_vendor = @build_vendor@
293builddir = @builddir@
294datadir = @datadir@
295datarootdir = @datarootdir@
296docdir = @docdir@
297dvidir = @dvidir@
298exec_prefix = @exec_prefix@
299host = @host@
300host_alias = @host_alias@
301host_cpu = @host_cpu@
302host_os = @host_os@
303host_vendor = @host_vendor@
304htmldir = @htmldir@
305includedir = @includedir@
306infodir = @infodir@
307install_sh = @install_sh@
308libdir = @libdir@
309libexecdir = @libexecdir@
310localedir = @localedir@
311localstatedir = @localstatedir@
312mandir = @mandir@
313mkdir_p = @mkdir_p@
314oldincludedir = @oldincludedir@
315pdfdir = @pdfdir@
316pkgconfigdir = @pkgconfigdir@
317prefix = @prefix@
318program_transform_name = @program_transform_name@
319psdir = @psdir@
320sbindir = @sbindir@
321sharedstatedir = @sharedstatedir@
322srcdir = @srcdir@
323sysconfdir = @sysconfdir@
324target_alias = @target_alias@
325top_build_prefix = @top_build_prefix@
326top_builddir = @top_builddir@
327top_srcdir = @top_srcdir@
328noinst_HEADERS = XMP_BuildInfo.h
329all: all-am
330
331.SUFFIXES:
332$(srcdir)/GNUmakefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/GNUmakefile.am  $(am__configure_deps)
333	@for dep in $?; do \
334	  case '$(am__configure_deps)' in \
335	    *$$dep*) \
336	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
337	        && { if test -f $@; then exit 0; else break; fi; }; \
338	      exit 1;; \
339	  esac; \
340	done; \
341	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign build/GNUmakefile'; \
342	$(am__cd) $(top_srcdir) && \
343	  $(AUTOMAKE) --foreign build/GNUmakefile
344GNUmakefile: $(srcdir)/GNUmakefile.in $(top_builddir)/config.status
345	@case '$?' in \
346	  *config.status*) \
347	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
348	  *) \
349	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
350	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
351	esac;
352
353$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
354	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355
356$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
357	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
359	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360$(am__aclocal_m4_deps):
361
362mostlyclean-libtool:
363	-rm -f *.lo
364
365clean-libtool:
366	-rm -rf .libs _libs
367
368ID: $(am__tagged_files)
369	$(am__define_uniq_tagged_files); mkid -fID $$unique
370tags: tags-am
371TAGS: tags
372
373tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
374	set x; \
375	here=`pwd`; \
376	$(am__define_uniq_tagged_files); \
377	shift; \
378	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
379	  test -n "$$unique" || unique=$$empty_fix; \
380	  if test $$# -gt 0; then \
381	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382	      "$$@" $$unique; \
383	  else \
384	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385	      $$unique; \
386	  fi; \
387	fi
388ctags: ctags-am
389
390CTAGS: ctags
391ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
392	$(am__define_uniq_tagged_files); \
393	test -z "$(CTAGS_ARGS)$$unique" \
394	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395	     $$unique
396
397GTAGS:
398	here=`$(am__cd) $(top_builddir) && pwd` \
399	  && $(am__cd) $(top_srcdir) \
400	  && gtags -i $(GTAGS_ARGS) "$$here"
401cscopelist: cscopelist-am
402
403cscopelist-am: $(am__tagged_files)
404	list='$(am__tagged_files)'; \
405	case "$(srcdir)" in \
406	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
407	  *) sdir=$(subdir)/$(srcdir) ;; \
408	esac; \
409	for i in $$list; do \
410	  if test -f "$$i"; then \
411	    echo "$(subdir)/$$i"; \
412	  else \
413	    echo "$$sdir/$$i"; \
414	  fi; \
415	done >> $(top_builddir)/cscope.files
416
417distclean-tags:
418	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
420distdir: $(BUILT_SOURCES)
421	$(MAKE) $(AM_MAKEFLAGS) distdir-am
422
423distdir-am: $(DISTFILES)
424	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426	list='$(DISTFILES)'; \
427	  dist_files=`for file in $$list; do echo $$file; done | \
428	  sed -e "s|^$$srcdirstrip/||;t" \
429	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430	case $$dist_files in \
431	  */*) $(MKDIR_P) `echo "$$dist_files" | \
432			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433			   sort -u` ;; \
434	esac; \
435	for file in $$dist_files; do \
436	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437	  if test -d $$d/$$file; then \
438	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439	    if test -d "$(distdir)/$$file"; then \
440	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441	    fi; \
442	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
443	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
444	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445	    fi; \
446	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
447	  else \
448	    test -f "$(distdir)/$$file" \
449	    || cp -p $$d/$$file "$(distdir)/$$file" \
450	    || exit 1; \
451	  fi; \
452	done
453check-am: all-am
454check: check-am
455all-am: GNUmakefile $(HEADERS)
456installdirs:
457install: install-am
458install-exec: install-exec-am
459install-data: install-data-am
460uninstall: uninstall-am
461
462install-am: all-am
463	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465installcheck: installcheck-am
466install-strip:
467	if test -z '$(STRIP)'; then \
468	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470	      install; \
471	else \
472	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
475	fi
476mostlyclean-generic:
477
478clean-generic:
479
480distclean-generic:
481	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483
484maintainer-clean-generic:
485	@echo "This command is intended for maintainers to use"
486	@echo "it deletes files that may require special tools to rebuild."
487clean: clean-am
488
489clean-am: clean-generic clean-libtool mostlyclean-am
490
491distclean: distclean-am
492	-rm -f GNUmakefile
493distclean-am: clean-am distclean-generic distclean-tags
494
495dvi: dvi-am
496
497dvi-am:
498
499html: html-am
500
501html-am:
502
503info: info-am
504
505info-am:
506
507install-data-am:
508
509install-dvi: install-dvi-am
510
511install-dvi-am:
512
513install-exec-am:
514
515install-html: install-html-am
516
517install-html-am:
518
519install-info: install-info-am
520
521install-info-am:
522
523install-man:
524
525install-pdf: install-pdf-am
526
527install-pdf-am:
528
529install-ps: install-ps-am
530
531install-ps-am:
532
533installcheck-am:
534
535maintainer-clean: maintainer-clean-am
536	-rm -f GNUmakefile
537maintainer-clean-am: distclean-am maintainer-clean-generic
538
539mostlyclean: mostlyclean-am
540
541mostlyclean-am: mostlyclean-generic mostlyclean-libtool
542
543pdf: pdf-am
544
545pdf-am:
546
547ps: ps-am
548
549ps-am:
550
551uninstall-am:
552
553.MAKE: install-am install-strip
554
555.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
556	clean-libtool cscopelist-am ctags ctags-am distclean \
557	distclean-generic distclean-libtool distclean-tags distdir dvi \
558	dvi-am html html-am info info-am install install-am \
559	install-data install-data-am install-dvi install-dvi-am \
560	install-exec install-exec-am install-html install-html-am \
561	install-info install-info-am install-man install-pdf \
562	install-pdf-am install-ps install-ps-am install-strip \
563	installcheck installcheck-am installdirs maintainer-clean \
564	maintainer-clean-generic mostlyclean mostlyclean-generic \
565	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
566	uninstall-am
567
568.PRECIOUS: GNUmakefile
569
570
571# Tell versions [3.59,3.63) of GNU make to not export all variables.
572# Otherwise a system limit (for SysV at least) may be exceeded.
573.NOEXPORT:
574