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

Annotation of OpenXM_contrib2/asir2000/include/Makefile.in, Revision 1.21

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

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