1# Makefile.in generated by automake 1.12.1 from Makefile.am.
2# libsrc/objgrp/Makefile.  Generated from Makefile.in by configure.
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
16
17
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/o2-tools
36pkgincludedir = $(includedir)/o2-tools
37pkglibdir = $(libdir)/o2-tools
38pkglibexecdir = $(libexecdir)/o2-tools
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51subdir = libsrc/objgrp
52DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
53	$(top_srcdir)/depcomp
54ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55am__aclocal_m4_deps = $(top_srcdir)/configure.in
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57	$(ACLOCAL_M4)
58mkinstalldirs = $(install_sh) -d
59CONFIG_CLEAN_FILES =
60CONFIG_CLEAN_VPATH_FILES =
61am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62am__vpath_adj = case $$p in \
63    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64    *) f=$$p;; \
65  esac;
66am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
67am__install_max = 40
68am__nobase_strip_setup = \
69  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
70am__nobase_strip = \
71  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
72am__nobase_list = $(am__nobase_strip_setup); \
73  for p in $$list; do echo "$$p $$p"; done | \
74  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
75  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
76    if (++n[$$2] == $(am__install_max)) \
77      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
78    END { for (dir in files) print dir, files[dir] }'
79am__base_list = \
80  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82am__uninstall_files_from_dir = { \
83  test -z "$$files" \
84    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
85    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
86         $(am__cd) "$$dir" && rm -f $$files; }; \
87  }
88am__installdirs = "$(DESTDIR)$(libdir)"
89LIBRARIES = $(lib_LIBRARIES)
90AR = ar
91ARFLAGS = cru
92libogrp_a_AR = $(AR) $(ARFLAGS)
93libogrp_a_LIBADD =
94am_libogrp_a_OBJECTS = objgrp.$(OBJEXT)
95libogrp_a_OBJECTS = $(am_libogrp_a_OBJECTS)
96DEFAULT_INCLUDES = -I.
97depcomp = $(SHELL) $(top_srcdir)/depcomp
98am__depfiles_maybe = depfiles
99am__mv = mv -f
100CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
101	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
102CXXLD = $(CXX)
103CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
104	-o $@
105SOURCES = $(libogrp_a_SOURCES)
106DIST_SOURCES = $(libogrp_a_SOURCES)
107am__can_run_installinfo = \
108  case $$AM_UPDATE_INFO_DIR in \
109    n|no|NO) false;; \
110    *) (install-info --version) >/dev/null 2>&1;; \
111  esac
112ETAGS = etags
113CTAGS = ctags
114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115ACLOCAL = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run aclocal-1.12
116AMTAR = $${TAR-tar}
117AUTOCONF = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run autoconf
118AUTOHEADER = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run autoheader
119AUTOMAKE = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run automake-1.12
120AWK = gawk
121CC = gcc
122CCDEPMODE = depmode=gcc3
123CFLAGS = -O3 --unroll-loops
124CPPFLAGS =
125CXX = g++
126CXXDEPMODE = depmode=gcc3
127CXXFLAGS = -O3 --unroll-loops
128CYGPATH_W = echo
129DEFS = -DPACKAGE_NAME=\"O2-tools\" -DPACKAGE_TARNAME=\"o2-tools\" -DPACKAGE_VERSION=\"2.00\" -DPACKAGE_STRING=\"O2-tools\ 2.00\" -DPACKAGE_BUGREPORT=\"http://www.sc.isc.tohoku.ac.jp/\~hgot/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"o2-tools\" -DVERSION=\"2.00\"
130DEPDIR = .deps
131ECHO_C =
132ECHO_N = -n
133ECHO_T =
134EXEEXT =
135INSTALL = /usr/bin/install -c
136INSTALL_DATA = ${INSTALL} -m 644
137INSTALL_PROGRAM = ${INSTALL}
138INSTALL_SCRIPT = ${INSTALL}
139INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
140LDFLAGS =
141LIBOBJS =
142LIBS =
143LTLIBOBJS =
144MAKEINFO = ${SHELL} /home/hgot/src/O2-tools-2.01/missing --run makeinfo
145MKDIR_P = /usr/bin/mkdir -p
146OBJEXT = o
147PACKAGE = o2-tools
148PACKAGE_BUGREPORT = http://www.sc.isc.tohoku.ac.jp/~hgot/
149PACKAGE_NAME = O2-tools
150PACKAGE_STRING = O2-tools 2.00
151PACKAGE_TARNAME = o2-tools
152PACKAGE_URL =
153PACKAGE_VERSION = 2.00
154PATH_SEPARATOR = :
155RANLIB = ranlib
156SET_MAKE =
157SHELL = /bin/sh
158STRIP =
159VERSION = 2.00
160abs_builddir = /home/hgot/src/O2-tools-2.01/libsrc/objgrp
161abs_srcdir = /home/hgot/src/O2-tools-2.01/libsrc/objgrp
162abs_top_builddir = /home/hgot/src/O2-tools-2.01
163abs_top_srcdir = /home/hgot/src/O2-tools-2.01
164ac_ct_CC = gcc
165ac_ct_CXX = g++
166am__include = include
167am__leading_dot = .
168am__quote =
169am__tar = $${TAR-tar} chof - "$$tardir"
170am__untar = $${TAR-tar} xf -
171bindir = ${exec_prefix}/bin
172build_alias =
173builddir = .
174datadir = ${datarootdir}
175datarootdir = ${prefix}/share
176docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
177dvidir = ${docdir}
178exec_prefix = ${prefix}
179host_alias =
180htmldir = ${docdir}
181includedir = ${prefix}/include
182infodir = ${datarootdir}/info
183install_sh = ${SHELL} /home/hgot/src/O2-tools-2.01/install-sh
184libdir = ${exec_prefix}/lib64
185libexecdir = ${exec_prefix}/lib
186localedir = ${datarootdir}/locale
187localstatedir = ${prefix}/var
188mandir = ${datarootdir}/man
189mkdir_p = /usr/bin/mkdir -p
190oldincludedir = /usr/include
191pdfdir = ${docdir}
192prefix = /home/hgot/O2/x86_64-pc-linux
193program_transform_name = s,x,x,
194psdir = ${docdir}
195sbindir = ${exec_prefix}/sbin
196sharedstatedir = ${prefix}/com
197srcdir = .
198sysconfdir = ${prefix}/etc
199target_alias =
200top_build_prefix = ../../
201top_builddir = ../..
202top_srcdir = ../..
203lib_LIBRARIES = libogrp.a
204libogrp_a_SOURCES = objgrp.cpp
205all: all-am
206
207.SUFFIXES:
208.SUFFIXES: .cpp .o .obj
209$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
210	@for dep in $?; do \
211	  case '$(am__configure_deps)' in \
212	    *$$dep*) \
213	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
214	        && { if test -f $@; then exit 0; else break; fi; }; \
215	      exit 1;; \
216	  esac; \
217	done; \
218	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libsrc/objgrp/Makefile'; \
219	$(am__cd) $(top_srcdir) && \
220	  $(AUTOMAKE) --foreign libsrc/objgrp/Makefile
221.PRECIOUS: Makefile
222Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223	@case '$?' in \
224	  *config.status*) \
225	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
226	  *) \
227	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
228	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
229	esac;
230
231$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
232	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
234$(top_srcdir)/configure:  $(am__configure_deps)
235	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
237	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238$(am__aclocal_m4_deps):
239install-libLIBRARIES: $(lib_LIBRARIES)
240	@$(NORMAL_INSTALL)
241	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
242	list2=; for p in $$list; do \
243	  if test -f $$p; then \
244	    list2="$$list2 $$p"; \
245	  else :; fi; \
246	done; \
247	test -z "$$list2" || { \
248	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
249	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
250	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
251	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
252	@$(POST_INSTALL)
253	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
254	for p in $$list; do \
255	  if test -f $$p; then \
256	    $(am__strip_dir) \
257	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
258	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
259	  else :; fi; \
260	done
261
262uninstall-libLIBRARIES:
263	@$(NORMAL_UNINSTALL)
264	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
265	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
266	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
267
268clean-libLIBRARIES:
269	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
270libogrp.a: $(libogrp_a_OBJECTS) $(libogrp_a_DEPENDENCIES) $(EXTRA_libogrp_a_DEPENDENCIES)
271	-rm -f libogrp.a
272	$(libogrp_a_AR) libogrp.a $(libogrp_a_OBJECTS) $(libogrp_a_LIBADD)
273	$(RANLIB) libogrp.a
274
275mostlyclean-compile:
276	-rm -f *.$(OBJEXT)
277
278distclean-compile:
279	-rm -f *.tab.c
280
281include ./$(DEPDIR)/objgrp.Po
282
283.cpp.o:
284	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
285	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
286#	source='$<' object='$@' libtool=no \
287#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
288#	$(CXXCOMPILE) -c -o $@ $<
289
290.cpp.obj:
291	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
292	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
293#	source='$<' object='$@' libtool=no \
294#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
295#	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
296
297ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
298	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
299	unique=`for i in $$list; do \
300	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301	  done | \
302	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
303	      END { if (nonempty) { for (i in files) print i; }; }'`; \
304	mkid -fID $$unique
305tags: TAGS
306
307TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
308		$(TAGS_FILES) $(LISP)
309	set x; \
310	here=`pwd`; \
311	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
312	unique=`for i in $$list; do \
313	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314	  done | \
315	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
316	      END { if (nonempty) { for (i in files) print i; }; }'`; \
317	shift; \
318	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
319	  test -n "$$unique" || unique=$$empty_fix; \
320	  if test $$# -gt 0; then \
321	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
322	      "$$@" $$unique; \
323	  else \
324	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
325	      $$unique; \
326	  fi; \
327	fi
328ctags: CTAGS
329CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
330		$(TAGS_FILES) $(LISP)
331	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
332	unique=`for i in $$list; do \
333	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334	  done | \
335	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
336	      END { if (nonempty) { for (i in files) print i; }; }'`; \
337	test -z "$(CTAGS_ARGS)$$unique" \
338	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
339	     $$unique
340
341GTAGS:
342	here=`$(am__cd) $(top_builddir) && pwd` \
343	  && $(am__cd) $(top_srcdir) \
344	  && gtags -i $(GTAGS_ARGS) "$$here"
345
346cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
347	list='$(SOURCES) $(HEADERS) $(LISP)'; \
348	case "$(srcdir)" in \
349	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
350	  *) sdir=$(subdir)/$(srcdir) ;; \
351	esac; \
352	for i in $$list; do \
353	  if test -f "$$i"; then \
354	    echo "$(subdir)/$$i"; \
355	  else \
356	    echo "$$sdir/$$i"; \
357	  fi; \
358	done >> $(top_builddir)/cscope.files
359
360distclean-tags:
361	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
362
363distdir: $(DISTFILES)
364	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366	list='$(DISTFILES)'; \
367	  dist_files=`for file in $$list; do echo $$file; done | \
368	  sed -e "s|^$$srcdirstrip/||;t" \
369	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370	case $$dist_files in \
371	  */*) $(MKDIR_P) `echo "$$dist_files" | \
372			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373			   sort -u` ;; \
374	esac; \
375	for file in $$dist_files; do \
376	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377	  if test -d $$d/$$file; then \
378	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379	    if test -d "$(distdir)/$$file"; then \
380	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381	    fi; \
382	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
384	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385	    fi; \
386	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387	  else \
388	    test -f "$(distdir)/$$file" \
389	    || cp -p $$d/$$file "$(distdir)/$$file" \
390	    || exit 1; \
391	  fi; \
392	done
393check-am: all-am
394check: check-am
395all-am: Makefile $(LIBRARIES)
396installdirs:
397	for dir in "$(DESTDIR)$(libdir)"; do \
398	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
399	done
400install: install-am
401install-exec: install-exec-am
402install-data: install-data-am
403uninstall: uninstall-am
404
405install-am: all-am
406	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
407
408installcheck: installcheck-am
409install-strip:
410	if test -z '$(STRIP)'; then \
411	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
412	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
413	      install; \
414	else \
415	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
416	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
417	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
418	fi
419mostlyclean-generic:
420
421clean-generic:
422
423distclean-generic:
424	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
425	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
426
427maintainer-clean-generic:
428	@echo "This command is intended for maintainers to use"
429	@echo "it deletes files that may require special tools to rebuild."
430clean: clean-am
431
432clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
433
434distclean: distclean-am
435	-rm -rf ./$(DEPDIR)
436	-rm -f Makefile
437distclean-am: clean-am distclean-compile distclean-generic \
438	distclean-tags
439
440dvi: dvi-am
441
442dvi-am:
443
444html: html-am
445
446html-am:
447
448info: info-am
449
450info-am:
451
452install-data-am:
453
454install-dvi: install-dvi-am
455
456install-dvi-am:
457
458install-exec-am: install-libLIBRARIES
459
460install-html: install-html-am
461
462install-html-am:
463
464install-info: install-info-am
465
466install-info-am:
467
468install-man:
469
470install-pdf: install-pdf-am
471
472install-pdf-am:
473
474install-ps: install-ps-am
475
476install-ps-am:
477
478installcheck-am:
479
480maintainer-clean: maintainer-clean-am
481	-rm -rf ./$(DEPDIR)
482	-rm -f Makefile
483maintainer-clean-am: distclean-am maintainer-clean-generic
484
485mostlyclean: mostlyclean-am
486
487mostlyclean-am: mostlyclean-compile mostlyclean-generic
488
489pdf: pdf-am
490
491pdf-am:
492
493ps: ps-am
494
495ps-am:
496
497uninstall-am: uninstall-libLIBRARIES
498
499.MAKE: install-am install-strip
500
501.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
502	clean-libLIBRARIES cscopelist ctags distclean \
503	distclean-compile distclean-generic distclean-tags distdir dvi \
504	dvi-am html html-am info info-am install install-am \
505	install-data install-data-am install-dvi install-dvi-am \
506	install-exec install-exec-am install-html install-html-am \
507	install-info install-info-am install-libLIBRARIES install-man \
508	install-pdf install-pdf-am install-ps install-ps-am \
509	install-strip installcheck installcheck-am installdirs \
510	maintainer-clean maintainer-clean-generic mostlyclean \
511	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
512	tags uninstall uninstall-am uninstall-libLIBRARIES
513
514
515# Tell versions [3.59,3.63) of GNU make to not export all variables.
516# Otherwise a system limit (for SysV at least) may be exceeded.
517.NOEXPORT:
518