[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / include

Annotation of OpenXM_contrib2/asir2018/include/Makefile.in, Revision 1.3

1.2       noro        1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1       noro        2: # @configure_input@
                      3:
1.2       noro        4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1.1       noro        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: VPATH = @srcdir@
1.2       noro       18: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1.1       noro       19: am__make_running_with_option = \
                     20:   case $${target_option-} in \
                     21:       ?) ;; \
                     22:       *) echo "am__make_running_with_option: internal error: invalid" \
                     23:               "target option '$${target_option-}' specified" >&2; \
                     24:          exit 1;; \
                     25:   esac; \
                     26:   has_opt=no; \
                     27:   sane_makeflags=$$MAKEFLAGS; \
                     28:   if $(am__is_gnu_make); then \
                     29:     sane_makeflags=$$MFLAGS; \
                     30:   else \
                     31:     case $$MAKEFLAGS in \
                     32:       *\\[\ \  ]*) \
                     33:         bs=\\; \
                     34:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     35:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     36:     esac; \
                     37:   fi; \
                     38:   skip_next=no; \
                     39:   strip_trailopt () \
                     40:   { \
                     41:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     42:   }; \
                     43:   for flg in $$sane_makeflags; do \
                     44:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     45:     case $$flg in \
                     46:       *=*|--*) continue;; \
                     47:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     48:       -*I?*) strip_trailopt 'I';; \
                     49:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     50:       -*O?*) strip_trailopt 'O';; \
                     51:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     52:       -*l?*) strip_trailopt 'l';; \
                     53:       -[dEDm]) skip_next=yes;; \
                     54:       -[JT]) skip_next=yes;; \
                     55:     esac; \
                     56:     case $$flg in \
                     57:       *$$target_option*) has_opt=yes; break;; \
                     58:     esac; \
                     59:   done; \
                     60:   test $$has_opt = yes
                     61: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     62: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     63: pkgdatadir = $(datadir)/@PACKAGE@
                     64: pkgincludedir = $(includedir)/@PACKAGE@
                     65: pkglibdir = $(libdir)/@PACKAGE@
                     66: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     67: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     68: install_sh_DATA = $(install_sh) -c -m 644
                     69: install_sh_PROGRAM = $(install_sh) -c
                     70: install_sh_SCRIPT = $(install_sh) -c
                     71: INSTALL_HEADER = $(INSTALL_DATA)
                     72: transform = $(program_transform_name)
                     73: NORMAL_INSTALL = :
                     74: PRE_INSTALL = :
                     75: POST_INSTALL = :
                     76: NORMAL_UNINSTALL = :
                     77: PRE_UNINSTALL = :
                     78: POST_UNINSTALL = :
                     79: build_triplet = @build@
                     80: host_triplet = @host@
                     81: target_triplet = @target@
                     82: subdir = include
1.2       noro       83: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
                     84:        $(top_srcdir)/mkinstalldirs
1.1       noro       85: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.3     ! noro       86: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       noro       87: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     88:        $(ACLOCAL_M4)
                     89: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     90: CONFIG_CLEAN_FILES =
                     91: CONFIG_CLEAN_VPATH_FILES =
                     92: AM_V_P = $(am__v_P_@AM_V@)
                     93: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                     94: am__v_P_0 = false
                     95: am__v_P_1 = :
                     96: AM_V_GEN = $(am__v_GEN_@AM_V@)
                     97: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                     98: am__v_GEN_0 = @echo "  GEN     " $@;
                     99: am__v_GEN_1 =
                    100: AM_V_at = $(am__v_at_@AM_V@)
                    101: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    102: am__v_at_0 = @
                    103: am__v_at_1 =
                    104: SOURCES =
                    105: DIST_SOURCES =
                    106: am__can_run_installinfo = \
                    107:   case $$AM_UPDATE_INFO_DIR in \
                    108:     n|no|NO) false;; \
                    109:     *) (install-info --version) >/dev/null 2>&1;; \
                    110:   esac
                    111: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    112: am__vpath_adj = case $$p in \
                    113:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    114:     *) f=$$p;; \
                    115:   esac;
                    116: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    117: am__install_max = 40
                    118: am__nobase_strip_setup = \
                    119:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    120: am__nobase_strip = \
                    121:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    122: am__nobase_list = $(am__nobase_strip_setup); \
                    123:   for p in $$list; do echo "$$p $$p"; done | \
                    124:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    125:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    126:     if (++n[$$2] == $(am__install_max)) \
                    127:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    128:     END { for (dir in files) print dir, files[dir] }'
                    129: am__base_list = \
                    130:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    131:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                    132: am__uninstall_files_from_dir = { \
                    133:   test -z "$$files" \
                    134:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    135:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    136:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    137:   }
                    138: am__installdirs = "$(DESTDIR)$(incdir)"
                    139: DATA = $(inc_DATA)
                    140: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    141: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    142: ACLOCAL = @ACLOCAL@
                    143: AMTAR = @AMTAR@
                    144: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    145: ASIR_GCLIB = @ASIR_GCLIB@
                    146: AUTOCONF = @AUTOCONF@
                    147: AUTOHEADER = @AUTOHEADER@
                    148: AUTOMAKE = @AUTOMAKE@
                    149: AWK = @AWK@
                    150: CC = @CC@
                    151: CCDEPMODE = @CCDEPMODE@
                    152: CFLAGS = @CFLAGS@
                    153: CPP = @CPP@
                    154: CPPFLAGS = @CPPFLAGS@
                    155: CYGPATH_W = @CYGPATH_W@
                    156: DEFS = @DEFS@
                    157: DEPDIR = @DEPDIR@
                    158: ECHO_C = @ECHO_C@
                    159: ECHO_N = @ECHO_N@
                    160: ECHO_T = @ECHO_T@
                    161: EGREP = @EGREP@
                    162: EXEEXT = @EXEEXT@
                    163: FEPLIB = @FEPLIB@
                    164: GC = @GC@
                    165: GCINC = @GCINC@
                    166: GCLIB = @GCLIB@
                    167: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
                    168: GC_DISTDIR = @GC_DISTDIR@
                    169: GMPLIB = @GMPLIB@
                    170: GREP = @GREP@
                    171: INSTALL = @INSTALL@
                    172: INSTALL_DATA = @INSTALL_DATA@
                    173: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    174: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    175: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    176: LAPACKLIB = @LAPACKLIB@
                    177: LDFLAGS = @LDFLAGS@
                    178: LIBOBJS = @LIBOBJS@
                    179: LIBS = @LIBS@
                    180: LN_S = @LN_S@
                    181: LTLIBOBJS = @LTLIBOBJS@
                    182: MAINT = @MAINT@
                    183: MAKEINFO = @MAKEINFO@
                    184: MKDIR_P = @MKDIR_P@
                    185: OBJEXT = @OBJEXT@
                    186: PACKAGE = @PACKAGE@
                    187: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    188: PACKAGE_NAME = @PACKAGE_NAME@
                    189: PACKAGE_STRING = @PACKAGE_STRING@
                    190: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    191: PACKAGE_URL = @PACKAGE_URL@
                    192: PACKAGE_VERSION = @PACKAGE_VERSION@
                    193: PARIINC = @PARIINC@
                    194: PARILIB = @PARILIB@
                    195: PATH_SEPARATOR = @PATH_SEPARATOR@
                    196: RANLIB = @RANLIB@
                    197: SET_MAKE = @SET_MAKE@
                    198: SHELL = @SHELL@
                    199: STRIP = @STRIP@
                    200: USE_GC_SPARC64 = @USE_GC_SPARC64@
                    201: VERSION = @VERSION@
                    202: WSLIB = @WSLIB@
                    203: XMKMF = @XMKMF@
                    204: XPMLIB = @XPMLIB@
                    205: X_CFLAGS = @X_CFLAGS@
                    206: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    207: X_LIBS = @X_LIBS@
                    208: X_PRE_LIBS = @X_PRE_LIBS@
                    209: YACC = @YACC@
                    210: YFLAGS = @YFLAGS@
                    211: abs_builddir = @abs_builddir@
                    212: abs_srcdir = @abs_srcdir@
                    213: abs_top_builddir = @abs_top_builddir@
                    214: abs_top_srcdir = @abs_top_srcdir@
                    215: ac_ct_CC = @ac_ct_CC@
                    216: am__include = @am__include@
                    217: am__leading_dot = @am__leading_dot@
                    218: am__quote = @am__quote@
                    219: am__tar = @am__tar@
                    220: am__untar = @am__untar@
                    221: asm_obj = @asm_obj@
                    222: bindir = @bindir@
                    223: build = @build@
                    224: build_alias = @build_alias@
                    225: build_cpu = @build_cpu@
                    226: build_os = @build_os@
                    227: build_vendor = @build_vendor@
                    228: builddir = @builddir@
                    229: datadir = @datadir@
                    230: datarootdir = @datarootdir@
                    231: docdir = @docdir@
                    232: dvidir = @dvidir@
                    233: exec_prefix = @exec_prefix@
                    234: host = @host@
                    235: host_alias = @host_alias@
                    236: host_cpu = @host_cpu@
                    237: host_os = @host_os@
                    238: host_vendor = @host_vendor@
                    239: htmldir = @htmldir@
                    240: includedir = @includedir@
                    241: infodir = @infodir@
                    242: install_sh = @install_sh@
                    243: libasir_postfix = @libasir_postfix@
                    244: libdir = @libdir@
                    245: libexecdir = @libexecdir@
                    246: localedir = @localedir@
                    247: localstatedir = @localstatedir@
                    248: mandir = @mandir@
                    249: mkdir_p = @mkdir_p@
                    250: oldincludedir = @oldincludedir@
                    251: pdfdir = @pdfdir@
                    252: prefix = @prefix@
                    253: program_transform_name = @program_transform_name@
                    254: psdir = @psdir@
                    255: sbindir = @sbindir@
                    256: sharedstatedir = @sharedstatedir@
                    257: srcdir = @srcdir@
                    258: sysconfdir = @sysconfdir@
                    259: target = @target@
                    260: target_alias = @target_alias@
                    261: target_cpu = @target_cpu@
                    262: target_os = @target_os@
                    263: target_vendor = @target_vendor@
                    264: top_build_prefix = @top_build_prefix@
                    265: top_builddir = @top_builddir@
                    266: top_srcdir = @top_srcdir@
                    267: incdir = ${prefix}/include/asir
                    268: inc_DATA = al.h b.h base.h bf.h ca-27.h ca.h com.h inline.h ox.h \
                    269:            prime.h version.h wsio.h interval.h
                    270:
                    271: all: all-am
                    272:
                    273: .SUFFIXES:
                    274: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    275:        @for dep in $?; do \
                    276:          case '$(am__configure_deps)' in \
                    277:            *$$dep*) \
                    278:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    279:                && { if test -f $@; then exit 0; else break; fi; }; \
                    280:              exit 1;; \
                    281:          esac; \
                    282:        done; \
                    283:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
                    284:        $(am__cd) $(top_srcdir) && \
                    285:          $(AUTOMAKE) --gnu include/Makefile
1.2       noro      286: .PRECIOUS: Makefile
1.1       noro      287: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    288:        @case '$?' in \
                    289:          *config.status*) \
                    290:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    291:          *) \
                    292:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    293:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    294:        esac;
                    295:
                    296: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    297:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    298:
                    299: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    300:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    301: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    302:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    303: $(am__aclocal_m4_deps):
                    304: install-incDATA: $(inc_DATA)
                    305:        @$(NORMAL_INSTALL)
                    306:        @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \
                    307:        if test -n "$$list"; then \
                    308:          echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \
                    309:          $(MKDIR_P) "$(DESTDIR)$(incdir)" || exit 1; \
                    310:        fi; \
                    311:        for p in $$list; do \
                    312:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    313:          echo "$$d$$p"; \
                    314:        done | $(am__base_list) | \
                    315:        while read files; do \
                    316:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(incdir)'"; \
                    317:          $(INSTALL_DATA) $$files "$(DESTDIR)$(incdir)" || exit $$?; \
                    318:        done
                    319:
                    320: uninstall-incDATA:
                    321:        @$(NORMAL_UNINSTALL)
                    322:        @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \
                    323:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                    324:        dir='$(DESTDIR)$(incdir)'; $(am__uninstall_files_from_dir)
                    325: tags TAGS:
                    326:
                    327: ctags CTAGS:
                    328:
                    329: cscope cscopelist:
                    330:
                    331:
                    332: distdir: $(DISTFILES)
                    333:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    334:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    335:        list='$(DISTFILES)'; \
                    336:          dist_files=`for file in $$list; do echo $$file; done | \
                    337:          sed -e "s|^$$srcdirstrip/||;t" \
                    338:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    339:        case $$dist_files in \
                    340:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    341:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    342:                           sort -u` ;; \
                    343:        esac; \
                    344:        for file in $$dist_files; do \
                    345:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    346:          if test -d $$d/$$file; then \
                    347:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    348:            if test -d "$(distdir)/$$file"; then \
                    349:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    350:            fi; \
                    351:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    352:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    353:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    354:            fi; \
                    355:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    356:          else \
                    357:            test -f "$(distdir)/$$file" \
                    358:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    359:            || exit 1; \
                    360:          fi; \
                    361:        done
                    362: check-am: all-am
                    363: check: check-am
                    364: all-am: Makefile $(DATA)
                    365: installdirs:
                    366:        for dir in "$(DESTDIR)$(incdir)"; do \
                    367:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    368:        done
                    369: install: install-am
                    370: install-exec: install-exec-am
                    371: install-data: install-data-am
                    372: uninstall: uninstall-am
                    373:
                    374: install-am: all-am
                    375:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    376:
                    377: installcheck: installcheck-am
                    378: install-strip:
                    379:        if test -z '$(STRIP)'; then \
                    380:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    381:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    382:              install; \
                    383:        else \
                    384:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    385:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    386:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    387:        fi
                    388: mostlyclean-generic:
                    389:
                    390: clean-generic:
                    391:
                    392: distclean-generic:
                    393:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    394:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    395:
                    396: maintainer-clean-generic:
                    397:        @echo "This command is intended for maintainers to use"
                    398:        @echo "it deletes files that may require special tools to rebuild."
                    399: clean: clean-am
                    400:
                    401: clean-am: clean-generic mostlyclean-am
                    402:
                    403: distclean: distclean-am
                    404:        -rm -f Makefile
                    405: distclean-am: clean-am distclean-generic
                    406:
                    407: dvi: dvi-am
                    408:
                    409: dvi-am:
                    410:
                    411: html: html-am
                    412:
                    413: html-am:
                    414:
                    415: info: info-am
                    416:
                    417: info-am:
                    418:
                    419: install-data-am: install-incDATA
                    420:
                    421: install-dvi: install-dvi-am
                    422:
                    423: install-dvi-am:
                    424:
                    425: install-exec-am:
                    426:
                    427: install-html: install-html-am
                    428:
                    429: install-html-am:
                    430:
                    431: install-info: install-info-am
                    432:
                    433: install-info-am:
                    434:
                    435: install-man:
                    436:
                    437: install-pdf: install-pdf-am
                    438:
                    439: install-pdf-am:
                    440:
                    441: install-ps: install-ps-am
                    442:
                    443: install-ps-am:
                    444:
                    445: installcheck-am:
                    446:
                    447: maintainer-clean: maintainer-clean-am
                    448:        -rm -f Makefile
                    449: maintainer-clean-am: distclean-am maintainer-clean-generic
                    450:
                    451: mostlyclean: mostlyclean-am
                    452:
                    453: mostlyclean-am: mostlyclean-generic
                    454:
                    455: pdf: pdf-am
                    456:
                    457: pdf-am:
                    458:
                    459: ps: ps-am
                    460:
                    461: ps-am:
                    462:
                    463: uninstall-am: uninstall-incDATA
                    464:
                    465: .MAKE: install-am install-strip
                    466:
                    467: .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
                    468:        ctags-am distclean distclean-generic distdir dvi dvi-am html \
                    469:        html-am info info-am install install-am install-data \
                    470:        install-data-am install-dvi install-dvi-am install-exec \
                    471:        install-exec-am install-html install-html-am install-incDATA \
                    472:        install-info install-info-am install-man install-pdf \
                    473:        install-pdf-am install-ps install-ps-am install-strip \
                    474:        installcheck installcheck-am installdirs maintainer-clean \
                    475:        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
                    476:        pdf-am ps ps-am tags-am uninstall uninstall-am \
                    477:        uninstall-incDATA
                    478:
                    479:
                    480: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    481: # Otherwise a system limit (for SysV at least) may be exceeded.
                    482: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>