[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Annotation of OpenXM/src/ox_pari/Makefile.in, Revision 1.6

1.6     ! noro        1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1       ohara       2: # @configure_input@
                      3:
1.6     ! noro        4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1.1       ohara       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:
                     18: VPATH = @srcdir@
1.6     ! noro       19: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1.1       ohara      20: am__make_running_with_option = \
                     21:   case $${target_option-} in \
                     22:       ?) ;; \
                     23:       *) echo "am__make_running_with_option: internal error: invalid" \
                     24:               "target option '$${target_option-}' specified" >&2; \
                     25:          exit 1;; \
                     26:   esac; \
                     27:   has_opt=no; \
                     28:   sane_makeflags=$$MAKEFLAGS; \
                     29:   if $(am__is_gnu_make); then \
                     30:     sane_makeflags=$$MFLAGS; \
                     31:   else \
                     32:     case $$MAKEFLAGS in \
                     33:       *\\[\ \  ]*) \
                     34:         bs=\\; \
                     35:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     36:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     37:     esac; \
                     38:   fi; \
                     39:   skip_next=no; \
                     40:   strip_trailopt () \
                     41:   { \
                     42:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     43:   }; \
                     44:   for flg in $$sane_makeflags; do \
                     45:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     46:     case $$flg in \
                     47:       *=*|--*) continue;; \
                     48:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     49:       -*I?*) strip_trailopt 'I';; \
                     50:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     51:       -*O?*) strip_trailopt 'O';; \
                     52:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     53:       -*l?*) strip_trailopt 'l';; \
                     54:       -[dEDm]) skip_next=yes;; \
                     55:       -[JT]) skip_next=yes;; \
                     56:     esac; \
                     57:     case $$flg in \
                     58:       *$$target_option*) has_opt=yes; break;; \
                     59:     esac; \
                     60:   done; \
                     61:   test $$has_opt = yes
                     62: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     63: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     64: pkgdatadir = $(datadir)/@PACKAGE@
                     65: pkgincludedir = $(includedir)/@PACKAGE@
                     66: pkglibdir = $(libdir)/@PACKAGE@
                     67: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     68: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     69: install_sh_DATA = $(install_sh) -c -m 644
                     70: install_sh_PROGRAM = $(install_sh) -c
                     71: install_sh_SCRIPT = $(install_sh) -c
                     72: INSTALL_HEADER = $(INSTALL_DATA)
                     73: transform = $(program_transform_name)
                     74: NORMAL_INSTALL = :
                     75: PRE_INSTALL = :
                     76: POST_INSTALL = :
                     77: NORMAL_UNINSTALL = :
                     78: PRE_UNINSTALL = :
                     79: POST_UNINSTALL = :
                     80: build_triplet = @build@
                     81: host_triplet = @host@
                     82: target_triplet = @target@
                     83: ox_pari_PROGRAMS = ox_pari$(EXEEXT)
                     84: subdir = .
1.6     ! noro       85: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
        !            86:        $(top_srcdir)/configure $(am__configure_deps) \
        !            87:        $(noinst_HEADERS) compile config.guess config.sub install-sh \
        !            88:        missing
1.1       ohara      89: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     90: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
                     91: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     92:        $(ACLOCAL_M4)
                     93: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                     94:  configure.lineno config.status.lineno
                     95: mkinstalldirs = $(install_sh) -d
                     96: CONFIG_CLEAN_FILES =
                     97: CONFIG_CLEAN_VPATH_FILES =
                     98: am__installdirs = "$(DESTDIR)$(ox_paridir)"
                     99: PROGRAMS = $(ox_pari_PROGRAMS)
                    100: am_ox_pari_OBJECTS = ox_pari.$(OBJEXT) convert.$(OBJEXT) \
                    101:        pari_ftab.$(OBJEXT)
                    102: ox_pari_OBJECTS = $(am_ox_pari_OBJECTS)
                    103: ox_pari_LDADD = $(LDADD)
                    104: AM_V_P = $(am__v_P_@AM_V@)
                    105: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    106: am__v_P_0 = false
                    107: am__v_P_1 = :
                    108: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    109: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    110: am__v_GEN_0 = @echo "  GEN     " $@;
                    111: am__v_GEN_1 =
                    112: AM_V_at = $(am__v_at_@AM_V@)
                    113: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    114: am__v_at_0 = @
                    115: am__v_at_1 =
                    116: DEFAULT_INCLUDES = -I.@am__isrc@
                    117: depcomp =
                    118: am__depfiles_maybe =
                    119: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    120:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    121: AM_V_CC = $(am__v_CC_@AM_V@)
                    122: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    123: am__v_CC_0 = @echo "  CC      " $@;
                    124: am__v_CC_1 =
                    125: CCLD = $(CC)
                    126: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    127: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    128: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    129: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    130: am__v_CCLD_1 =
                    131: SOURCES = $(ox_pari_SOURCES)
                    132: DIST_SOURCES = $(ox_pari_SOURCES)
                    133: am__can_run_installinfo = \
                    134:   case $$AM_UPDATE_INFO_DIR in \
                    135:     n|no|NO) false;; \
                    136:     *) (install-info --version) >/dev/null 2>&1;; \
                    137:   esac
                    138: HEADERS = $(noinst_HEADERS)
                    139: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    140: # Read a list of newline-separated strings from the standard input,
                    141: # and print each of them once, without duplicates.  Input order is
                    142: # *not* preserved.
                    143: am__uniquify_input = $(AWK) '\
                    144:   BEGIN { nonempty = 0; } \
                    145:   { items[$$0] = 1; nonempty = 1; } \
                    146:   END { if (nonempty) { for (i in items) print i; }; } \
                    147: '
                    148: # Make sure the list of sources is unique.  This is necessary because,
                    149: # e.g., the same source file might be shared among _SOURCES variables
                    150: # for different programs/libraries.
                    151: am__define_uniq_tagged_files = \
                    152:   list='$(am__tagged_files)'; \
                    153:   unique=`for i in $$list; do \
                    154:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    155:   done | $(am__uniquify_input)`
                    156: ETAGS = etags
                    157: CTAGS = ctags
                    158: CSCOPE = cscope
                    159: AM_RECURSIVE_TARGETS = cscope
                    160: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    161: distdir = $(PACKAGE)-$(VERSION)
                    162: top_distdir = $(distdir)
                    163: am__remove_distdir = \
                    164:   if test -d "$(distdir)"; then \
                    165:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    166:       && rm -rf "$(distdir)" \
                    167:       || { sleep 5 && rm -rf "$(distdir)"; }; \
                    168:   else :; fi
                    169: am__post_remove_distdir = $(am__remove_distdir)
                    170: DIST_ARCHIVES = $(distdir).tar.gz
                    171: GZIP_ENV = --best
                    172: DIST_TARGETS = dist-gzip
                    173: distuninstallcheck_listfiles = find . -type f -print
                    174: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    175:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
                    176: distcleancheck_listfiles = find . -type f -print
                    177: ACLOCAL = @ACLOCAL@
                    178: AMTAR = @AMTAR@
                    179: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    180: AUTOCONF = @AUTOCONF@
                    181: AUTOHEADER = @AUTOHEADER@
                    182: AUTOMAKE = @AUTOMAKE@
                    183: AWK = @AWK@
                    184: CC = @CC@
                    185: CCDEPMODE = @CCDEPMODE@
                    186: CFLAGS = @CFLAGS@
                    187: CPPFLAGS = @CPPFLAGS@
                    188: CYGPATH_W = @CYGPATH_W@
                    189: DEFS = @DEFS@
                    190: DEPDIR = @DEPDIR@
                    191: ECHO_C = @ECHO_C@
                    192: ECHO_N = @ECHO_N@
                    193: ECHO_T = @ECHO_T@
                    194: EXEEXT = @EXEEXT@
                    195: INSTALL = @INSTALL@
                    196: INSTALL_DATA = @INSTALL_DATA@
                    197: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    198: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    199: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    200: LDFLAGS = @LDFLAGS@
                    201: LIBOBJS = @LIBOBJS@
1.2       ohara     202: LIBS = @LIBS@ -L${libdir} @OXLIBS@ -lm
1.4       ohara     203: LN_S = @LN_S@
1.1       ohara     204: LTLIBOBJS = @LTLIBOBJS@
                    205: MAINT = @MAINT@
                    206: MAKEINFO = @MAKEINFO@
                    207: MKDIR_P = @MKDIR_P@
                    208: OBJEXT = @OBJEXT@
1.2       ohara     209: OXLIBS = @OXLIBS@
1.1       ohara     210: PACKAGE = @PACKAGE@
                    211: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    212: PACKAGE_NAME = @PACKAGE_NAME@
                    213: PACKAGE_STRING = @PACKAGE_STRING@
                    214: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    215: PACKAGE_URL = @PACKAGE_URL@
                    216: PACKAGE_VERSION = @PACKAGE_VERSION@
                    217: PATH_SEPARATOR = @PATH_SEPARATOR@
                    218: SET_MAKE = @SET_MAKE@
                    219: SHELL = @SHELL@
                    220: STRIP = @STRIP@
                    221: VERSION = @VERSION@
                    222: abs_builddir = @abs_builddir@
                    223: abs_srcdir = @abs_srcdir@
                    224: abs_top_builddir = @abs_top_builddir@
                    225: abs_top_srcdir = @abs_top_srcdir@
                    226: ac_ct_CC = @ac_ct_CC@
                    227: am__include = @am__include@
                    228: am__leading_dot = @am__leading_dot@
                    229: am__quote = @am__quote@
                    230: am__tar = @am__tar@
                    231: am__untar = @am__untar@
                    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@
                    252: install_sh = @install_sh@
                    253: libdir = @libdir@
                    254: libexecdir = @libexecdir@
                    255: localedir = @localedir@
                    256: localstatedir = @localstatedir@
                    257: mandir = @mandir@
                    258: mkdir_p = @mkdir_p@
                    259: oldincludedir = @oldincludedir@
                    260: pdfdir = @pdfdir@
                    261: prefix = @prefix@
                    262: program_transform_name = @program_transform_name@
                    263: psdir = @psdir@
                    264: sbindir = @sbindir@
                    265: sharedstatedir = @sharedstatedir@
                    266: srcdir = @srcdir@
                    267: sysconfdir = @sysconfdir@
                    268: target = @target@
                    269: target_alias = @target_alias@
                    270: target_cpu = @target_cpu@
                    271: target_os = @target_os@
                    272: target_vendor = @target_vendor@
                    273: top_build_prefix = @top_build_prefix@
                    274: top_builddir = @top_builddir@
                    275: top_srcdir = @top_srcdir@
                    276: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
                    277: DISTCLEANFILES = .configure_done
                    278: AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include
1.3       ohara     279: noinst_HEADERS = ox_pari.h
1.1       ohara     280: ox_paridir = ${prefix}/bin
                    281: ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c
                    282: all: all-am
                    283:
                    284: .SUFFIXES:
                    285: .SUFFIXES: .c .o .obj
                    286: am--refresh: Makefile
                    287:        @:
                    288: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    289:        @for dep in $?; do \
                    290:          case '$(am__configure_deps)' in \
                    291:            *$$dep*) \
                    292:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
                    293:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
                    294:                && exit 0; \
                    295:              exit 1;; \
                    296:          esac; \
                    297:        done; \
                    298:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
                    299:        $(am__cd) $(top_srcdir) && \
                    300:          $(AUTOMAKE) --foreign Makefile
1.6     ! noro      301: .PRECIOUS: Makefile
1.1       ohara     302: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    303:        @case '$?' in \
                    304:          *config.status*) \
                    305:            echo ' $(SHELL) ./config.status'; \
                    306:            $(SHELL) ./config.status;; \
                    307:          *) \
                    308:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    309:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    310:        esac;
                    311:
                    312: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    313:        $(SHELL) ./config.status --recheck
                    314:
                    315: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    316:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    317: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    318:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    319: $(am__aclocal_m4_deps):
                    320: install-ox_pariPROGRAMS: $(ox_pari_PROGRAMS)
                    321:        @$(NORMAL_INSTALL)
                    322:        @list='$(ox_pari_PROGRAMS)'; test -n "$(ox_paridir)" || list=; \
                    323:        if test -n "$$list"; then \
                    324:          echo " $(MKDIR_P) '$(DESTDIR)$(ox_paridir)'"; \
                    325:          $(MKDIR_P) "$(DESTDIR)$(ox_paridir)" || exit 1; \
                    326:        fi; \
                    327:        for p in $$list; do echo "$$p $$p"; done | \
                    328:        sed 's/$(EXEEXT)$$//' | \
                    329:        while read p p1; do if test -f $$p \
                    330:          ; then echo "$$p"; echo "$$p"; else :; fi; \
                    331:        done | \
                    332:        sed -e 'p;s,.*/,,;n;h' \
                    333:            -e 's|.*|.|' \
                    334:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    335:        sed 'N;N;N;s,\n, ,g' | \
                    336:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    337:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    338:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    339:            else { print "f", $$3 "/" $$4, $$1; } } \
                    340:          END { for (d in files) print "f", d, files[d] }' | \
                    341:        while read type dir files; do \
                    342:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    343:            test -z "$$files" || { \
                    344:              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ox_paridir)$$dir'"; \
                    345:              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ox_paridir)$$dir" || exit $$?; \
                    346:            } \
                    347:        ; done
                    348:
                    349: uninstall-ox_pariPROGRAMS:
                    350:        @$(NORMAL_UNINSTALL)
                    351:        @list='$(ox_pari_PROGRAMS)'; test -n "$(ox_paridir)" || list=; \
                    352:        files=`for p in $$list; do echo "$$p"; done | \
                    353:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    354:              -e 's/$$/$(EXEEXT)/' \
                    355:        `; \
                    356:        test -n "$$list" || exit 0; \
                    357:        echo " ( cd '$(DESTDIR)$(ox_paridir)' && rm -f" $$files ")"; \
                    358:        cd "$(DESTDIR)$(ox_paridir)" && rm -f $$files
                    359:
                    360: clean-ox_pariPROGRAMS:
                    361:        -test -z "$(ox_pari_PROGRAMS)" || rm -f $(ox_pari_PROGRAMS)
                    362:
                    363: ox_pari$(EXEEXT): $(ox_pari_OBJECTS) $(ox_pari_DEPENDENCIES) $(EXTRA_ox_pari_DEPENDENCIES)
                    364:        @rm -f ox_pari$(EXEEXT)
                    365:        $(AM_V_CCLD)$(LINK) $(ox_pari_OBJECTS) $(ox_pari_LDADD) $(LIBS)
                    366:
                    367: mostlyclean-compile:
                    368:        -rm -f *.$(OBJEXT)
                    369:
                    370: distclean-compile:
                    371:        -rm -f *.tab.c
                    372:
                    373: .c.o:
                    374:        $(AM_V_CC)$(COMPILE) -c -o $@ $<
                    375:
                    376: .c.obj:
                    377:        $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    378:
                    379: ID: $(am__tagged_files)
                    380:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    381: tags: tags-am
                    382: TAGS: tags
                    383:
                    384: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    385:        set x; \
                    386:        here=`pwd`; \
                    387:        $(am__define_uniq_tagged_files); \
                    388:        shift; \
                    389:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    390:          test -n "$$unique" || unique=$$empty_fix; \
                    391:          if test $$# -gt 0; then \
                    392:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    393:              "$$@" $$unique; \
                    394:          else \
                    395:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    396:              $$unique; \
                    397:          fi; \
                    398:        fi
                    399: ctags: ctags-am
                    400:
                    401: CTAGS: ctags
                    402: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    403:        $(am__define_uniq_tagged_files); \
                    404:        test -z "$(CTAGS_ARGS)$$unique" \
                    405:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    406:             $$unique
                    407:
                    408: GTAGS:
                    409:        here=`$(am__cd) $(top_builddir) && pwd` \
                    410:          && $(am__cd) $(top_srcdir) \
                    411:          && gtags -i $(GTAGS_ARGS) "$$here"
                    412: cscope: cscope.files
                    413:        test ! -s cscope.files \
                    414:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    415: clean-cscope:
                    416:        -rm -f cscope.files
                    417: cscope.files: clean-cscope cscopelist
                    418: cscopelist: cscopelist-am
                    419:
                    420: cscopelist-am: $(am__tagged_files)
                    421:        list='$(am__tagged_files)'; \
                    422:        case "$(srcdir)" in \
                    423:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    424:          *) sdir=$(subdir)/$(srcdir) ;; \
                    425:        esac; \
                    426:        for i in $$list; do \
                    427:          if test -f "$$i"; then \
                    428:            echo "$(subdir)/$$i"; \
                    429:          else \
                    430:            echo "$$sdir/$$i"; \
                    431:          fi; \
                    432:        done >> $(top_builddir)/cscope.files
                    433:
                    434: distclean-tags:
                    435:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    436:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
                    437:
                    438: distdir: $(DISTFILES)
                    439:        $(am__remove_distdir)
                    440:        test -d "$(distdir)" || mkdir "$(distdir)"
                    441:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    442:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    443:        list='$(DISTFILES)'; \
                    444:          dist_files=`for file in $$list; do echo $$file; done | \
                    445:          sed -e "s|^$$srcdirstrip/||;t" \
                    446:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    447:        case $$dist_files in \
                    448:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    449:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    450:                           sort -u` ;; \
                    451:        esac; \
                    452:        for file in $$dist_files; do \
                    453:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    454:          if test -d $$d/$$file; then \
                    455:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    456:            if test -d "$(distdir)/$$file"; then \
                    457:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    458:            fi; \
                    459:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    460:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    461:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    462:            fi; \
                    463:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    464:          else \
                    465:            test -f "$(distdir)/$$file" \
                    466:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    467:            || exit 1; \
                    468:          fi; \
                    469:        done
                    470:        -test -n "$(am__skip_mode_fix)" \
                    471:        || find "$(distdir)" -type d ! -perm -755 \
                    472:                -exec chmod u+rwx,go+rx {} \; -o \
                    473:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    474:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    475:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    476:        || chmod -R a+r "$(distdir)"
                    477: dist-gzip: distdir
                    478:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    479:        $(am__post_remove_distdir)
                    480:
                    481: dist-bzip2: distdir
                    482:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    483:        $(am__post_remove_distdir)
                    484:
                    485: dist-lzip: distdir
                    486:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    487:        $(am__post_remove_distdir)
                    488:
                    489: dist-xz: distdir
                    490:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    491:        $(am__post_remove_distdir)
                    492:
                    493: dist-tarZ: distdir
1.6     ! noro      494:        @echo WARNING: "Support for shar distribution archives is" \
        !           495:                       "deprecated." >&2
1.1       ohara     496:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    497:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    498:        $(am__post_remove_distdir)
                    499:
                    500: dist-shar: distdir
1.6     ! noro      501:        @echo WARNING: "Support for distribution archives compressed with" \
        !           502:                       "legacy program 'compress' is deprecated." >&2
1.1       ohara     503:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    504:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    505:        $(am__post_remove_distdir)
                    506:
                    507: dist-zip: distdir
                    508:        -rm -f $(distdir).zip
                    509:        zip -rq $(distdir).zip $(distdir)
                    510:        $(am__post_remove_distdir)
                    511:
                    512: dist dist-all:
                    513:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    514:        $(am__post_remove_distdir)
                    515:
                    516: # This target untars the dist file and tries a VPATH configuration.  Then
                    517: # it guarantees that the distribution is self-contained by making another
                    518: # tarfile.
                    519: distcheck: dist
                    520:        case '$(DIST_ARCHIVES)' in \
                    521:        *.tar.gz*) \
                    522:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
                    523:        *.tar.bz2*) \
                    524:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                    525:        *.tar.lz*) \
                    526:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
                    527:        *.tar.xz*) \
                    528:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                    529:        *.tar.Z*) \
                    530:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    531:        *.shar.gz*) \
                    532:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
                    533:        *.zip*) \
                    534:          unzip $(distdir).zip ;;\
                    535:        esac
                    536:        chmod -R a-w $(distdir)
                    537:        chmod u+w $(distdir)
1.6     ! noro      538:        mkdir $(distdir)/_build $(distdir)/_inst
1.1       ohara     539:        chmod a-w $(distdir)
                    540:        test -d $(distdir)/_build || exit 0; \
                    541:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    542:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                    543:          && am__cwd=`pwd` \
1.6     ! noro      544:          && $(am__cd) $(distdir)/_build \
        !           545:          && ../configure \
1.1       ohara     546:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
                    547:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.6     ! noro      548:            --srcdir=.. --prefix="$$dc_install_base" \
1.1       ohara     549:          && $(MAKE) $(AM_MAKEFLAGS) \
                    550:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    551:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    552:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    553:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    554:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    555:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    556:                distuninstallcheck \
                    557:          && chmod -R a-w "$$dc_install_base" \
                    558:          && ({ \
                    559:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    560:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    561:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    562:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    563:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    564:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    565:          && rm -rf "$$dc_destdir" \
                    566:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    567:          && rm -rf $(DIST_ARCHIVES) \
                    568:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    569:          && cd "$$am__cwd" \
                    570:          || exit 1
                    571:        $(am__post_remove_distdir)
                    572:        @(echo "$(distdir) archives ready for distribution: "; \
                    573:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    574:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    575: distuninstallcheck:
                    576:        @test -n '$(distuninstallcheck_dir)' || { \
                    577:          echo 'ERROR: trying to run $@ with an empty' \
                    578:               '$$(distuninstallcheck_dir)' >&2; \
                    579:          exit 1; \
                    580:        }; \
                    581:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    582:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    583:          exit 1; \
                    584:        }; \
                    585:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
                    586:           || { echo "ERROR: files left after uninstall:" ; \
                    587:                if test -n "$(DESTDIR)"; then \
                    588:                  echo "  (check DESTDIR support)"; \
                    589:                fi ; \
                    590:                $(distuninstallcheck_listfiles) ; \
                    591:                exit 1; } >&2
                    592: distcleancheck: distclean
                    593:        @if test '$(srcdir)' = . ; then \
                    594:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    595:          exit 1 ; \
                    596:        fi
                    597:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    598:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    599:               $(distcleancheck_listfiles) ; \
                    600:               exit 1; } >&2
                    601: check-am: all-am
                    602: check: check-am
                    603: all-am: Makefile $(PROGRAMS) $(HEADERS)
                    604: installdirs:
                    605:        for dir in "$(DESTDIR)$(ox_paridir)"; do \
                    606:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    607:        done
                    608: install: install-am
                    609: install-exec: install-exec-am
                    610: install-data: install-data-am
                    611: uninstall: uninstall-am
                    612:
                    613: install-am: all-am
                    614:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    615:
                    616: installcheck: installcheck-am
                    617: install-strip:
                    618:        if test -z '$(STRIP)'; then \
                    619:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    620:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    621:              install; \
                    622:        else \
                    623:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    624:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    625:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    626:        fi
                    627: mostlyclean-generic:
                    628:
                    629: clean-generic:
                    630:
                    631: distclean-generic:
                    632:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    633:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    634:        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
                    635:
                    636: maintainer-clean-generic:
                    637:        @echo "This command is intended for maintainers to use"
                    638:        @echo "it deletes files that may require special tools to rebuild."
                    639: clean: clean-am
                    640:
                    641: clean-am: clean-generic clean-ox_pariPROGRAMS mostlyclean-am
                    642:
                    643: distclean: distclean-am
                    644:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    645:        -rm -f Makefile
                    646: distclean-am: clean-am distclean-compile distclean-generic \
                    647:        distclean-tags
                    648:
                    649: dvi: dvi-am
                    650:
                    651: dvi-am:
                    652:
                    653: html: html-am
                    654:
                    655: html-am:
                    656:
                    657: info: info-am
                    658:
                    659: info-am:
                    660:
                    661: install-data-am: install-ox_pariPROGRAMS
                    662:
                    663: install-dvi: install-dvi-am
                    664:
                    665: install-dvi-am:
                    666:
                    667: install-exec-am:
1.4       ohara     668:        @$(NORMAL_INSTALL)
                    669:        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1.1       ohara     670: install-html: install-html-am
                    671:
                    672: install-html-am:
                    673:
                    674: install-info: install-info-am
                    675:
                    676: install-info-am:
                    677:
                    678: install-man:
                    679:
                    680: install-pdf: install-pdf-am
                    681:
                    682: install-pdf-am:
                    683:
                    684: install-ps: install-ps-am
                    685:
                    686: install-ps-am:
                    687:
                    688: installcheck-am:
                    689:
                    690: maintainer-clean: maintainer-clean-am
                    691:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    692:        -rm -rf $(top_srcdir)/autom4te.cache
                    693:        -rm -f Makefile
                    694: maintainer-clean-am: distclean-am maintainer-clean-generic
                    695:
                    696: mostlyclean: mostlyclean-am
                    697:
                    698: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    699:
                    700: pdf: pdf-am
                    701:
                    702: pdf-am:
                    703:
                    704: ps: ps-am
                    705:
                    706: ps-am:
                    707:
                    708: uninstall-am: uninstall-ox_pariPROGRAMS
                    709:
1.4       ohara     710: .MAKE: install-am install-exec-am install-strip
1.1       ohara     711:
                    712: .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
                    713:        clean-cscope clean-generic clean-ox_pariPROGRAMS cscope \
                    714:        cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
                    715:        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
                    716:        distcheck distclean distclean-compile distclean-generic \
                    717:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
                    718:        dvi-am html html-am info info-am install install-am \
                    719:        install-data install-data-am install-dvi install-dvi-am \
1.4       ohara     720:        install-exec install-exec-am install-exec-hook install-html \
                    721:        install-html-am install-info install-info-am install-man \
1.1       ohara     722:        install-ox_pariPROGRAMS install-pdf install-pdf-am install-ps \
                    723:        install-ps-am install-strip installcheck installcheck-am \
                    724:        installdirs maintainer-clean maintainer-clean-generic \
                    725:        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
                    726:        ps ps-am tags tags-am uninstall uninstall-am \
                    727:        uninstall-ox_pariPROGRAMS
                    728:
                    729:
1.4       ohara     730: install-exec-hook:
1.5       ohara     731:        -@${MKDIR_P} ${libdir}/asir
                    732:        -@rm -f ${libdir}/asir/ox_pari
1.6     ! noro      733:        (cd ${libdir}/asir && ${LN_S} ../../bin/ox_pari${EXEEXT} ox_pari${EXEEXT} )
1.4       ohara     734:
1.1       ohara     735: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    736: # Otherwise a system limit (for SysV at least) may be exceeded.
                    737: .NOEXPORT:

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