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

Annotation of OpenXM_contrib2/asir2018/include/Makefile, Revision 1.2

1.2     ! noro        1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1       noro        2: # include/Makefile.  Generated from Makefile.in by configure.
                      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:
                     16:
                     17:
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)/asir
                     64: pkgincludedir = $(includedir)/asir
                     65: pkglibdir = $(libdir)/asir
                     66: pkglibexecdir = $(libexecdir)/asir
                     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 = x86_64-pc-linux-gnu
                     80: host_triplet = x86_64-pc-linux-gnu
                     81: target_triplet = x86_64-pc-linux-gnu
                     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
                     86: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     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_$(V))
                     93: am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
                     94: am__v_P_0 = false
                     95: am__v_P_1 = :
                     96: AM_V_GEN = $(am__v_GEN_$(V))
                     97: am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
                     98: am__v_GEN_0 = @echo "  GEN     " $@;
                     99: am__v_GEN_1 =
                    100: AM_V_at = $(am__v_at_$(V))
                    101: am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
                    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)
1.2     ! noro      142: ACLOCAL = aclocal-1.14
1.1       noro      143: AMTAR = $${TAR-tar}
                    144: AM_DEFAULT_VERBOSITY = 1
                    145: ASIR_GCLIB = libasir-gc.a
                    146: AUTOCONF = autoconf
                    147: AUTOHEADER = autoheader
1.2     ! noro      148: AUTOMAKE = automake-1.14
        !           149: AWK = gawk
1.1       noro      150: CC = gcc
                    151: CCDEPMODE = depmode=gcc3
                    152: CFLAGS = -g -O
                    153: CPP = gcc -E
                    154: CPPFLAGS =
                    155: CYGPATH_W = echo
                    156: DEFS = -DPACKAGE_NAME=\"asir\" -DPACKAGE_TARNAME=\"asir\" -DPACKAGE_VERSION=\"1.15\" -DPACKAGE_STRING=\"asir\ 1.15\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asir\" -DVERSION=\"1.15\" -DGC7=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNSIGNED_LONG_LONG=1 -DSIZEOF_LONG=8 -DLONG_IS_64BIT=1 -DDO_PLOT=1 -DHAVE_SIGACTION=1
                    157: DEPDIR = .deps
                    158: ECHO_C =
                    159: ECHO_N = -n
                    160: ECHO_T =
                    161: EGREP = /bin/grep -E
                    162: EXEEXT =
                    163: FEPLIB =
                    164: GC = gc-7.4.2
                    165: GCINC = -I${top_srcdir}/${GC}/include
                    166: GCLIB =
                    167: GC_CONFIGURE_ARGS = --disable-threads --enable-large-config
                    168: GC_DISTDIR = ${prefix}/../OpenXM_dist
                    169: GMPLIB = -L${exec_prefix}/lib -lmpc -lmpfr -lgmp
                    170: GREP = /bin/grep
                    171: INSTALL = /usr/bin/install -c
                    172: INSTALL_DATA = ${INSTALL} -m 644
                    173: INSTALL_PROGRAM = ${INSTALL}
                    174: INSTALL_SCRIPT = ${INSTALL}
                    175: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
                    176: LAPACKLIB =
                    177: LDFLAGS =
                    178: LIBOBJS =
                    179: LIBS =
                    180: LN_S = ln -s
                    181: LTLIBOBJS =
                    182: MAINT = #
                    183: MAKEINFO = makeinfo
                    184: MKDIR_P = /bin/mkdir -p
                    185: OBJEXT = o
                    186: PACKAGE = asir
                    187: PACKAGE_BUGREPORT =
                    188: PACKAGE_NAME = asir
                    189: PACKAGE_STRING = asir 1.15
                    190: PACKAGE_TARNAME = asir
                    191: PACKAGE_URL =
                    192: PACKAGE_VERSION = 1.15
                    193: PARIINC =
                    194: PARILIB =
                    195: PATH_SEPARATOR = :
                    196: RANLIB = ranlib
                    197: SET_MAKE =
                    198: SHELL = /bin/bash
                    199: STRIP =
                    200: USE_GC_SPARC64 =
                    201: VERSION = 1.15
                    202: WSLIB =
                    203: XMKMF =
                    204: XPMLIB =
                    205: X_CFLAGS =
                    206: X_EXTRA_LIBS =
                    207: X_LIBS =
                    208: X_PRE_LIBS =  -lSM -lICE
                    209: YACC = bison -y
                    210: YFLAGS =
                    211: abs_builddir = /usr/local/ox/OpenXM_contrib2/asir2018/include
                    212: abs_srcdir = /usr/local/ox/OpenXM_contrib2/asir2018/include
                    213: abs_top_builddir = /usr/local/ox/OpenXM_contrib2/asir2018
                    214: abs_top_srcdir = /usr/local/ox/OpenXM_contrib2/asir2018
                    215: ac_ct_CC = gcc
                    216: am__include = include
                    217: am__leading_dot = .
                    218: am__quote =
                    219: am__tar = $${TAR-tar} chof - "$$tardir"
                    220: am__untar = $${TAR-tar} xf -
                    221: asm_obj = asmalpha.o
                    222: bindir = ${exec_prefix}/bin
                    223: build = x86_64-pc-linux-gnu
                    224: build_alias =
                    225: build_cpu = x86_64
                    226: build_os = linux-gnu
                    227: build_vendor = pc
                    228: builddir = .
                    229: datadir = ${datarootdir}
                    230: datarootdir = ${prefix}/share
                    231: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
                    232: dvidir = ${docdir}
                    233: exec_prefix = ${prefix}
                    234: host = x86_64-pc-linux-gnu
                    235: host_alias =
                    236: host_cpu = x86_64
                    237: host_os = linux-gnu
                    238: host_vendor = pc
                    239: htmldir = ${docdir}
                    240: includedir = ${prefix}/include
                    241: infodir = ${datarootdir}/info
                    242: install_sh = ${SHELL} /usr/local/ox/OpenXM_contrib2/asir2018/install-sh
                    243: libasir_postfix = _X
                    244: libdir = ${exec_prefix}/lib
                    245: libexecdir = ${exec_prefix}/libexec
                    246: localedir = ${datarootdir}/locale
                    247: localstatedir = ${prefix}/var
                    248: mandir = ${datarootdir}/man
                    249: mkdir_p = $(MKDIR_P)
                    250: oldincludedir = /usr/include
                    251: pdfdir = ${docdir}
                    252: prefix = /usr/local/ox/OpenXM
                    253: program_transform_name = s,x,x,
                    254: psdir = ${docdir}
                    255: sbindir = ${exec_prefix}/sbin
                    256: sharedstatedir = ${prefix}/com
                    257: srcdir = .
                    258: sysconfdir = ${prefix}/etc
                    259: target = x86_64-pc-linux-gnu
                    260: target_alias =
                    261: target_cpu = x86_64
                    262: target_os = linux-gnu
                    263: target_vendor = pc
                    264: top_build_prefix = ../
                    265: top_builddir = ..
                    266: 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: # $(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: # $(am__configure_deps)
                    300:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    301: $(ACLOCAL_M4): # $(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>