1# Makefile.in generated by automake 1.12.1 from Makefile.am.
2# libsrc/libsgp/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/libsgp
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
92libsgp_a_AR = $(AR) $(ARFLAGS)
93libsgp_a_LIBADD =
94am_libsgp_a_OBJECTS = convol.$(OBJEXT) corr.$(OBJEXT) \
95	getpeak.$(OBJEXT) histgram.$(OBJEXT) walsh.$(OBJEXT)
96libsgp_a_OBJECTS = $(am_libsgp_a_OBJECTS)
97DEFAULT_INCLUDES = -I.
98depcomp = $(SHELL) $(top_srcdir)/depcomp
99am__depfiles_maybe = depfiles
100am__mv = mv -f
101COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103CCLD = $(CC)
104LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
105SOURCES = $(libsgp_a_SOURCES)
106DIST_SOURCES = $(libsgp_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/libsgp
161abs_srcdir = /home/hgot/src/O2-tools-2.01/libsrc/libsgp
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 = libsgp.a
204libsgp_a_SOURCES = convol.c corr.c getpeak.c histgram.c walsh.c
205AM_CFLAGS = -I../../include
206all: all-am
207
208.SUFFIXES:
209.SUFFIXES: .c .o .obj
210$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
211	@for dep in $?; do \
212	  case '$(am__configure_deps)' in \
213	    *$$dep*) \
214	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
215	        && { if test -f $@; then exit 0; else break; fi; }; \
216	      exit 1;; \
217	  esac; \
218	done; \
219	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libsrc/libsgp/Makefile'; \
220	$(am__cd) $(top_srcdir) && \
221	  $(AUTOMAKE) --foreign libsrc/libsgp/Makefile
222.PRECIOUS: Makefile
223Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
224	@case '$?' in \
225	  *config.status*) \
226	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
227	  *) \
228	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
229	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
230	esac;
231
232$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
235$(top_srcdir)/configure:  $(am__configure_deps)
236	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
238	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239$(am__aclocal_m4_deps):
240install-libLIBRARIES: $(lib_LIBRARIES)
241	@$(NORMAL_INSTALL)
242	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
243	list2=; for p in $$list; do \
244	  if test -f $$p; then \
245	    list2="$$list2 $$p"; \
246	  else :; fi; \
247	done; \
248	test -z "$$list2" || { \
249	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
250	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
251	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
252	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
253	@$(POST_INSTALL)
254	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
255	for p in $$list; do \
256	  if test -f $$p; then \
257	    $(am__strip_dir) \
258	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
259	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
260	  else :; fi; \
261	done
262
263uninstall-libLIBRARIES:
264	@$(NORMAL_UNINSTALL)
265	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
266	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
267	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
268
269clean-libLIBRARIES:
270	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
271libsgp.a: $(libsgp_a_OBJECTS) $(libsgp_a_DEPENDENCIES) $(EXTRA_libsgp_a_DEPENDENCIES)
272	-rm -f libsgp.a
273	$(libsgp_a_AR) libsgp.a $(libsgp_a_OBJECTS) $(libsgp_a_LIBADD)
274	$(RANLIB) libsgp.a
275
276mostlyclean-compile:
277	-rm -f *.$(OBJEXT)
278
279distclean-compile:
280	-rm -f *.tab.c
281
282include ./$(DEPDIR)/convol.Po
283include ./$(DEPDIR)/corr.Po
284include ./$(DEPDIR)/getpeak.Po
285include ./$(DEPDIR)/histgram.Po
286include ./$(DEPDIR)/walsh.Po
287
288.c.o:
289	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
290	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
291#	source='$<' object='$@' libtool=no \
292#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
293#	$(COMPILE) -c $<
294
295.c.obj:
296	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
297	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298#	source='$<' object='$@' libtool=no \
299#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
300#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
301
302ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304	unique=`for i in $$list; do \
305	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306	  done | \
307	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
308	      END { if (nonempty) { for (i in files) print i; }; }'`; \
309	mkid -fID $$unique
310tags: TAGS
311
312TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
313		$(TAGS_FILES) $(LISP)
314	set x; \
315	here=`pwd`; \
316	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
317	unique=`for i in $$list; do \
318	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319	  done | \
320	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
321	      END { if (nonempty) { for (i in files) print i; }; }'`; \
322	shift; \
323	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
324	  test -n "$$unique" || unique=$$empty_fix; \
325	  if test $$# -gt 0; then \
326	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327	      "$$@" $$unique; \
328	  else \
329	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330	      $$unique; \
331	  fi; \
332	fi
333ctags: CTAGS
334CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335		$(TAGS_FILES) $(LISP)
336	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337	unique=`for i in $$list; do \
338	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339	  done | \
340	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341	      END { if (nonempty) { for (i in files) print i; }; }'`; \
342	test -z "$(CTAGS_ARGS)$$unique" \
343	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
344	     $$unique
345
346GTAGS:
347	here=`$(am__cd) $(top_builddir) && pwd` \
348	  && $(am__cd) $(top_srcdir) \
349	  && gtags -i $(GTAGS_ARGS) "$$here"
350
351cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
352	list='$(SOURCES) $(HEADERS) $(LISP)'; \
353	case "$(srcdir)" in \
354	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
355	  *) sdir=$(subdir)/$(srcdir) ;; \
356	esac; \
357	for i in $$list; do \
358	  if test -f "$$i"; then \
359	    echo "$(subdir)/$$i"; \
360	  else \
361	    echo "$$sdir/$$i"; \
362	  fi; \
363	done >> $(top_builddir)/cscope.files
364
365distclean-tags:
366	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
367
368distdir: $(DISTFILES)
369	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
370	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371	list='$(DISTFILES)'; \
372	  dist_files=`for file in $$list; do echo $$file; done | \
373	  sed -e "s|^$$srcdirstrip/||;t" \
374	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
375	case $$dist_files in \
376	  */*) $(MKDIR_P) `echo "$$dist_files" | \
377			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
378			   sort -u` ;; \
379	esac; \
380	for file in $$dist_files; do \
381	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
382	  if test -d $$d/$$file; then \
383	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
384	    if test -d "$(distdir)/$$file"; then \
385	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
386	    fi; \
387	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
388	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
389	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
390	    fi; \
391	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
392	  else \
393	    test -f "$(distdir)/$$file" \
394	    || cp -p $$d/$$file "$(distdir)/$$file" \
395	    || exit 1; \
396	  fi; \
397	done
398check-am: all-am
399check: check-am
400all-am: Makefile $(LIBRARIES)
401installdirs:
402	for dir in "$(DESTDIR)$(libdir)"; do \
403	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
404	done
405install: install-am
406install-exec: install-exec-am
407install-data: install-data-am
408uninstall: uninstall-am
409
410install-am: all-am
411	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
412
413installcheck: installcheck-am
414install-strip:
415	if test -z '$(STRIP)'; then \
416	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418	      install; \
419	else \
420	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
421	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
422	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
423	fi
424mostlyclean-generic:
425
426clean-generic:
427
428distclean-generic:
429	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
430	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
431
432maintainer-clean-generic:
433	@echo "This command is intended for maintainers to use"
434	@echo "it deletes files that may require special tools to rebuild."
435clean: clean-am
436
437clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
438
439distclean: distclean-am
440	-rm -rf ./$(DEPDIR)
441	-rm -f Makefile
442distclean-am: clean-am distclean-compile distclean-generic \
443	distclean-tags
444
445dvi: dvi-am
446
447dvi-am:
448
449html: html-am
450
451html-am:
452
453info: info-am
454
455info-am:
456
457install-data-am:
458
459install-dvi: install-dvi-am
460
461install-dvi-am:
462
463install-exec-am: install-libLIBRARIES
464
465install-html: install-html-am
466
467install-html-am:
468
469install-info: install-info-am
470
471install-info-am:
472
473install-man:
474
475install-pdf: install-pdf-am
476
477install-pdf-am:
478
479install-ps: install-ps-am
480
481install-ps-am:
482
483installcheck-am:
484
485maintainer-clean: maintainer-clean-am
486	-rm -rf ./$(DEPDIR)
487	-rm -f Makefile
488maintainer-clean-am: distclean-am maintainer-clean-generic
489
490mostlyclean: mostlyclean-am
491
492mostlyclean-am: mostlyclean-compile mostlyclean-generic
493
494pdf: pdf-am
495
496pdf-am:
497
498ps: ps-am
499
500ps-am:
501
502uninstall-am: uninstall-libLIBRARIES
503
504.MAKE: install-am install-strip
505
506.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
507	clean-libLIBRARIES cscopelist ctags distclean \
508	distclean-compile distclean-generic distclean-tags distdir dvi \
509	dvi-am html html-am info info-am install install-am \
510	install-data install-data-am install-dvi install-dvi-am \
511	install-exec install-exec-am install-html install-html-am \
512	install-info install-info-am install-libLIBRARIES install-man \
513	install-pdf install-pdf-am install-ps install-ps-am \
514	install-strip installcheck installcheck-am installdirs \
515	maintainer-clean maintainer-clean-generic mostlyclean \
516	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
517	tags uninstall uninstall-am uninstall-libLIBRARIES
518
519
520# Tell versions [3.59,3.63) of GNU make to not export all variables.
521# Otherwise a system limit (for SysV at least) may be exceeded.
522.NOEXPORT:
523