Annotation of OpenXM_contrib2/asir2000/plot/Makefile.in, Revision 1.12
1.12 ! ohara 1: # Makefile.in generated by automake 1.10 from Makefile.am.
! 2: # @configure_input@
1.1 ohara 3:
1.12 ! ohara 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! 5: # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.1 ohara 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@
1.10 ohara 16:
1.1 ohara 17: VPATH = @srcdir@
18: pkgdatadir = $(datadir)/@PACKAGE@
19: pkglibdir = $(libdir)/@PACKAGE@
20: pkgincludedir = $(includedir)/@PACKAGE@
1.12 ! ohara 21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 22: install_sh_DATA = $(install_sh) -c -m 644
! 23: install_sh_PROGRAM = $(install_sh) -c
! 24: install_sh_SCRIPT = $(install_sh) -c
1.1 ohara 25: INSTALL_HEADER = $(INSTALL_DATA)
1.12 ! ohara 26: transform = $(program_transform_name)
1.1 ohara 27: NORMAL_INSTALL = :
28: PRE_INSTALL = :
29: POST_INSTALL = :
30: NORMAL_UNINSTALL = :
31: PRE_UNINSTALL = :
32: POST_UNINSTALL = :
33: build_triplet = @build@
34: host_triplet = @host@
35: target_triplet = @target@
1.12 ! ohara 36: subdir = plot
! 37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
! 38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 39: am__aclocal_m4_deps = $(top_srcdir)/configure.in
! 40: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 41: $(ACLOCAL_M4)
! 42: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 43: CONFIG_CLEAN_FILES =
! 44: LIBRARIES = $(noinst_LIBRARIES)
! 45: AR = ar
! 46: ARFLAGS = cru
! 47: libplot_a_AR = $(AR) $(ARFLAGS)
! 48: libplot_a_LIBADD =
! 49: am_libplot_a_OBJECTS = calc.$(OBJEXT) if.$(OBJEXT) plotp.$(OBJEXT) \
! 50: plotg.$(OBJEXT) ox_plot.$(OBJEXT) plotf.$(OBJEXT) \
! 51: ox_plot_xevent.$(OBJEXT) smoothing.$(OBJEXT)
! 52: libplot_a_OBJECTS = $(am_libplot_a_OBJECTS)
! 53: DEFAULT_INCLUDES = -I.@am__isrc@
! 54: depcomp = $(SHELL) $(top_srcdir)/depcomp
! 55: am__depfiles_maybe = depfiles
! 56: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 57: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 58: CCLD = $(CC)
! 59: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 60: SOURCES = $(libplot_a_SOURCES)
! 61: DIST_SOURCES = $(libplot_a_SOURCES)
! 62: ETAGS = etags
! 63: CTAGS = ctags
! 64: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 65: ACLOCAL = @ACLOCAL@
1.1 ohara 66: AMTAR = @AMTAR@
1.12 ! ohara 67: AUTOCONF = @AUTOCONF@
! 68: AUTOHEADER = @AUTOHEADER@
! 69: AUTOMAKE = @AUTOMAKE@
1.1 ohara 70: AWK = @AWK@
71: CC = @CC@
1.12 ! ohara 72: CCDEPMODE = @CCDEPMODE@
! 73: CFLAGS = @CFLAGS@
! 74: CPP = @CPP@
! 75: CPPFLAGS = @CPPFLAGS@
! 76: CYGPATH_W = @CYGPATH_W@
! 77: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1 ohara 78: DEPDIR = @DEPDIR@
1.12 ! ohara 79: ECHO_C = @ECHO_C@
! 80: ECHO_N = @ECHO_N@
! 81: ECHO_T = @ECHO_T@
! 82: EGREP = @EGREP@
1.10 ohara 83: EXEEXT = @EXEEXT@
1.1 ohara 84: FEPLIB = @FEPLIB@
1.12 ! ohara 85: GC = @GC@
! 86: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11 ohara 87: GC_DISTDIR = @GC_DISTDIR@
1.12 ! ohara 88: GREP = @GREP@
! 89: INSTALL = @INSTALL@
! 90: INSTALL_DATA = @INSTALL_DATA@
! 91: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 92: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1 ohara 93: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94: LAPACKLIB = @LAPACKLIB@
1.12 ! ohara 95: LDFLAGS = @LDFLAGS@
! 96: LIBOBJS = @LIBOBJS@
! 97: LIBS = @LIBS@
1.1 ohara 98: LN_S = @LN_S@
1.12 ! ohara 99: LTLIBOBJS = @LTLIBOBJS@
1.4 ohara 100: MAINT = @MAINT@
1.12 ! ohara 101: MAKEINFO = @MAKEINFO@
! 102: MKDIR_P = @MKDIR_P@
1.1 ohara 103: MPIINC = @MPIINC@
104: MPILIB = @MPILIB@
1.10 ohara 105: OBJEXT = @OBJEXT@
1.1 ohara 106: PACKAGE = @PACKAGE@
1.12 ! ohara 107: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 108: PACKAGE_NAME = @PACKAGE_NAME@
! 109: PACKAGE_STRING = @PACKAGE_STRING@
! 110: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 111: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1 ohara 112: PARIINC = @PARIINC@
113: PARILIB = @PARILIB@
1.12 ! ohara 114: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 ohara 115: RANLIB = @RANLIB@
1.12 ! ohara 116: SET_MAKE = @SET_MAKE@
! 117: SHELL = @SHELL@
! 118: STRIP = @STRIP@
1.7 ohara 119: USE_GC_INTERIX = @USE_GC_INTERIX@
1.8 ohara 120: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5 ohara 121: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1 ohara 122: VERSION = @VERSION@
1.12 ! ohara 123: XMKMF = @XMKMF@
1.4 ohara 124: XPMLIB = @XPMLIB@
1.1 ohara 125: X_CFLAGS = @X_CFLAGS@
126: X_EXTRA_LIBS = @X_EXTRA_LIBS@
127: X_LIBS = @X_LIBS@
128: X_PRE_LIBS = @X_PRE_LIBS@
129: YACC = @YACC@
1.12 ! ohara 130: YFLAGS = @YFLAGS@
! 131: abs_builddir = @abs_builddir@
! 132: abs_srcdir = @abs_srcdir@
! 133: abs_top_builddir = @abs_top_builddir@
! 134: abs_top_srcdir = @abs_top_srcdir@
! 135: ac_ct_CC = @ac_ct_CC@
1.1 ohara 136: am__include = @am__include@
1.12 ! ohara 137: am__leading_dot = @am__leading_dot@
1.1 ohara 138: am__quote = @am__quote@
1.12 ! ohara 139: am__tar = @am__tar@
! 140: am__untar = @am__untar@
1.1 ohara 141: asm_obj = @asm_obj@
1.12 ! ohara 142: bindir = @bindir@
! 143: build = @build@
! 144: build_alias = @build_alias@
! 145: build_cpu = @build_cpu@
! 146: build_os = @build_os@
! 147: build_vendor = @build_vendor@
! 148: builddir = @builddir@
! 149: datadir = @datadir@
! 150: datarootdir = @datarootdir@
! 151: docdir = @docdir@
! 152: dvidir = @dvidir@
! 153: exec_prefix = @exec_prefix@
! 154: host = @host@
! 155: host_alias = @host_alias@
! 156: host_cpu = @host_cpu@
! 157: host_os = @host_os@
! 158: host_vendor = @host_vendor@
! 159: htmldir = @htmldir@
! 160: includedir = @includedir@
! 161: infodir = @infodir@
1.1 ohara 162: install_sh = @install_sh@
163: libasir_postfix = @libasir_postfix@
1.12 ! ohara 164: libdir = @libdir@
! 165: libexecdir = @libexecdir@
! 166: localedir = @localedir@
! 167: localstatedir = @localstatedir@
! 168: mandir = @mandir@
! 169: mkdir_p = @mkdir_p@
! 170: oldincludedir = @oldincludedir@
! 171: pdfdir = @pdfdir@
! 172: prefix = @prefix@
! 173: program_transform_name = @program_transform_name@
! 174: psdir = @psdir@
! 175: sbindir = @sbindir@
! 176: sharedstatedir = @sharedstatedir@
! 177: srcdir = @srcdir@
! 178: sysconfdir = @sysconfdir@
! 179: target = @target@
! 180: target_alias = @target_alias@
! 181: target_cpu = @target_cpu@
! 182: target_os = @target_os@
! 183: target_vendor = @target_vendor@
! 184: top_builddir = @top_builddir@
! 185: top_srcdir = @top_srcdir@
1.6 ohara 186: asirdir = ${prefix}/lib/asir
1.1 ohara 187: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
188: -I${top_srcdir}/gc/include \
189: @PARIINC@ @MPIINC@ @X_CFLAGS@
190:
191: noinst_LIBRARIES = libplot.a
192: libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \
193: ox_plot_xevent.c smoothing.c
194:
195: all: all-am
196:
197: .SUFFIXES:
198: .SUFFIXES: .c .o .obj
1.12 ! ohara 199: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
! 200: @for dep in $?; do \
! 201: case '$(am__configure_deps)' in \
! 202: *$$dep*) \
! 203: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
! 204: && exit 0; \
! 205: exit 1;; \
! 206: esac; \
! 207: done; \
! 208: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plot/Makefile'; \
1.1 ohara 209: cd $(top_srcdir) && \
210: $(AUTOMAKE) --gnu plot/Makefile
1.12 ! ohara 211: .PRECIOUS: Makefile
! 212: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 213: @case '$?' in \
! 214: *config.status*) \
! 215: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 216: *) \
! 217: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 218: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 219: esac;
! 220:
! 221: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 222: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 223:
! 224: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 225: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 226: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 227: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1 ohara 228:
229: clean-noinstLIBRARIES:
230: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
231: libplot.a: $(libplot_a_OBJECTS) $(libplot_a_DEPENDENCIES)
232: -rm -f libplot.a
233: $(libplot_a_AR) libplot.a $(libplot_a_OBJECTS) $(libplot_a_LIBADD)
234: $(RANLIB) libplot.a
235:
236: mostlyclean-compile:
1.12 ! ohara 237: -rm -f *.$(OBJEXT)
1.1 ohara 238:
239: distclean-compile:
240: -rm -f *.tab.c
241:
1.12 ! ohara 242: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calc.Po@am__quote@
! 243: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if.Po@am__quote@
! 244: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot.Po@am__quote@
! 245: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot_xevent.Po@am__quote@
! 246: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotf.Po@am__quote@
! 247: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotg.Po@am__quote@
! 248: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotp.Po@am__quote@
! 249: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smoothing.Po@am__quote@
1.1 ohara 250:
251: .c.o:
1.12 ! ohara 252: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 253: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 254: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 255: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 256: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.1 ohara 257:
258: .c.obj:
1.12 ! ohara 259: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
! 260: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 261: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 262: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 263: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1 ohara 264:
265: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.12 ! ohara 266: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 267: unique=`for i in $$list; do \
268: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269: done | \
270: $(AWK) ' { files[$$0] = 1; } \
271: END { for (i in files) print i; }'`; \
1.12 ! ohara 272: mkid -fID $$unique
! 273: tags: TAGS
1.1 ohara 274:
275: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
276: $(TAGS_FILES) $(LISP)
277: tags=; \
278: here=`pwd`; \
1.12 ! ohara 279: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 280: unique=`for i in $$list; do \
! 281: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 282: done | \
! 283: $(AWK) ' { files[$$0] = 1; } \
! 284: END { for (i in files) print i; }'`; \
! 285: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
! 286: test -n "$$unique" || unique=$$empty_fix; \
! 287: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 288: $$tags $$unique; \
! 289: fi
! 290: ctags: CTAGS
! 291: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
! 292: $(TAGS_FILES) $(LISP)
! 293: tags=; \
! 294: here=`pwd`; \
! 295: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 296: unique=`for i in $$list; do \
297: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298: done | \
299: $(AWK) ' { files[$$0] = 1; } \
300: END { for (i in files) print i; }'`; \
1.12 ! ohara 301: test -z "$(CTAGS_ARGS)$$tags$$unique" \
! 302: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 303: $$tags $$unique
1.1 ohara 304:
305: GTAGS:
1.12 ! ohara 306: here=`$(am__cd) $(top_builddir) && pwd` \
1.1 ohara 307: && cd $(top_srcdir) \
308: && gtags -i $(GTAGS_ARGS) $$here
309:
310: distclean-tags:
1.12 ! ohara 311: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 ohara 312:
313: distdir: $(DISTFILES)
1.12 ! ohara 314: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 315: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 316: list='$(DISTFILES)'; \
! 317: dist_files=`for file in $$list; do echo $$file; done | \
! 318: sed -e "s|^$$srcdirstrip/||;t" \
! 319: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 320: case $$dist_files in \
! 321: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 322: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 323: sort -u` ;; \
! 324: esac; \
! 325: for file in $$dist_files; do \
! 326: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 327: if test -d $$d/$$file; then \
1.12 ! ohara 328: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 329: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 330: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
! 331: fi; \
! 332: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 ohara 333: else \
334: test -f $(distdir)/$$file \
335: || cp -p $$d/$$file $(distdir)/$$file \
336: || exit 1; \
337: fi; \
338: done
339: check-am: all-am
340: check: check-am
341: all-am: Makefile $(LIBRARIES)
342: installdirs:
343: install: install-am
344: install-exec: install-exec-am
345: install-data: install-data-am
346: uninstall: uninstall-am
347:
348: install-am: all-am
349: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350:
351: installcheck: installcheck-am
352: install-strip:
353: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.12 ! ohara 354: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1 ohara 355: `test -z '$(STRIP)' || \
356: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
357: mostlyclean-generic:
358:
359: clean-generic:
360:
361: distclean-generic:
1.12 ! ohara 362: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 ohara 363:
364: maintainer-clean-generic:
365: @echo "This command is intended for maintainers to use"
366: @echo "it deletes files that may require special tools to rebuild."
367: clean: clean-am
368:
369: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
370:
371: distclean: distclean-am
1.12 ! ohara 372: -rm -rf ./$(DEPDIR)
! 373: -rm -f Makefile
! 374: distclean-am: clean-am distclean-compile distclean-generic \
! 375: distclean-tags
1.1 ohara 376:
377: dvi: dvi-am
378:
379: dvi-am:
380:
1.12 ! ohara 381: html: html-am
! 382:
1.1 ohara 383: info: info-am
384:
385: info-am:
386:
387: install-data-am:
388:
1.12 ! ohara 389: install-dvi: install-dvi-am
! 390:
1.1 ohara 391: install-exec-am:
392:
1.12 ! ohara 393: install-html: install-html-am
! 394:
1.1 ohara 395: install-info: install-info-am
396:
397: install-man:
398:
1.12 ! ohara 399: install-pdf: install-pdf-am
! 400:
! 401: install-ps: install-ps-am
! 402:
1.1 ohara 403: installcheck-am:
404:
405: maintainer-clean: maintainer-clean-am
1.12 ! ohara 406: -rm -rf ./$(DEPDIR)
! 407: -rm -f Makefile
1.1 ohara 408: maintainer-clean-am: distclean-am maintainer-clean-generic
409:
410: mostlyclean: mostlyclean-am
411:
412: mostlyclean-am: mostlyclean-compile mostlyclean-generic
413:
1.12 ! ohara 414: pdf: pdf-am
! 415:
! 416: pdf-am:
! 417:
! 418: ps: ps-am
! 419:
! 420: ps-am:
! 421:
! 422: uninstall-am:
! 423:
! 424: .MAKE: install-am install-strip
1.1 ohara 425:
1.12 ! ohara 426: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
! 427: clean-noinstLIBRARIES ctags distclean distclean-compile \
! 428: distclean-generic distclean-tags distdir dvi dvi-am html \
! 429: html-am info info-am install install-am install-data \
! 430: install-data-am install-dvi install-dvi-am install-exec \
! 431: install-exec-am install-html install-html-am install-info \
! 432: install-info-am install-man install-pdf install-pdf-am \
! 433: install-ps install-ps-am install-strip installcheck \
1.1 ohara 434: installcheck-am installdirs maintainer-clean \
435: maintainer-clean-generic mostlyclean mostlyclean-compile \
1.12 ! ohara 436: mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
! 437: uninstall-am
1.1 ohara 438:
439: # Tell versions [3.59,3.63) of GNU make to not export all variables.
440: # Otherwise a system limit (for SysV at least) may be exceeded.
441: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>