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

Annotation of OpenXM_contrib2/asir2018/Makefile.in, Revision 1.7

1.6       ohara       1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.1       noro        2: # @configure_input@
                      3:
1.6       ohara       4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
1.1       noro        5:
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9:
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14:
                     15: @SET_MAKE@
                     16:
1.6       ohara      17:
                     18:
                     19:
1.1       noro       20: VPATH = @srcdir@
1.4       noro       21: am__is_gnu_make = { \
                     22:   if test -z '$(MAKELEVEL)'; then \
                     23:     false; \
                     24:   elif test -n '$(MAKE_HOST)'; then \
                     25:     true; \
                     26:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     27:     true; \
                     28:   else \
                     29:     false; \
                     30:   fi; \
                     31: }
1.1       noro       32: am__make_running_with_option = \
                     33:   case $${target_option-} in \
                     34:       ?) ;; \
                     35:       *) echo "am__make_running_with_option: internal error: invalid" \
                     36:               "target option '$${target_option-}' specified" >&2; \
                     37:          exit 1;; \
                     38:   esac; \
                     39:   has_opt=no; \
                     40:   sane_makeflags=$$MAKEFLAGS; \
                     41:   if $(am__is_gnu_make); then \
                     42:     sane_makeflags=$$MFLAGS; \
                     43:   else \
                     44:     case $$MAKEFLAGS in \
                     45:       *\\[\ \  ]*) \
                     46:         bs=\\; \
                     47:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     48:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     49:     esac; \
                     50:   fi; \
                     51:   skip_next=no; \
                     52:   strip_trailopt () \
                     53:   { \
                     54:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     55:   }; \
                     56:   for flg in $$sane_makeflags; do \
                     57:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     58:     case $$flg in \
                     59:       *=*|--*) continue;; \
                     60:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     61:       -*I?*) strip_trailopt 'I';; \
                     62:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     63:       -*O?*) strip_trailopt 'O';; \
                     64:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     65:       -*l?*) strip_trailopt 'l';; \
                     66:       -[dEDm]) skip_next=yes;; \
                     67:       -[JT]) skip_next=yes;; \
                     68:     esac; \
                     69:     case $$flg in \
                     70:       *$$target_option*) has_opt=yes; break;; \
                     71:     esac; \
                     72:   done; \
                     73:   test $$has_opt = yes
                     74: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     75: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     76: pkgdatadir = $(datadir)/@PACKAGE@
                     77: pkgincludedir = $(includedir)/@PACKAGE@
                     78: pkglibdir = $(libdir)/@PACKAGE@
                     79: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     80: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     81: install_sh_DATA = $(install_sh) -c -m 644
                     82: install_sh_PROGRAM = $(install_sh) -c
                     83: install_sh_SCRIPT = $(install_sh) -c
                     84: INSTALL_HEADER = $(INSTALL_DATA)
                     85: transform = $(program_transform_name)
                     86: NORMAL_INSTALL = :
                     87: PRE_INSTALL = :
                     88: POST_INSTALL = :
                     89: NORMAL_UNINSTALL = :
                     90: PRE_UNINSTALL = :
                     91: POST_UNINSTALL = :
                     92: build_triplet = @build@
                     93: host_triplet = @host@
                     94: target_triplet = @target@
1.6       ohara      95: @USE_PLOT_TRUE@am__append_1 = ${PLOT_SRCS}
                     96: bin_PROGRAMS = asir$(EXEEXT)
1.1       noro       97: subdir = .
                     98: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.3       noro       99: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       noro      100: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    101:        $(ACLOCAL_M4)
1.4       noro      102: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
1.6       ohara     103:        $(am__configure_deps) $(inc_HEADERS) $(am__DIST_COMMON)
1.1       noro      104: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                    105:  configure.lineno config.status.lineno
                    106: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    107: CONFIG_CLEAN_FILES =
                    108: CONFIG_CLEAN_VPATH_FILES =
1.6       ohara     109: am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
                    110:        "$(DESTDIR)$(asirdir)" "$(DESTDIR)$(incdir)"
                    111: PROGRAMS = $(bin_PROGRAMS)
                    112: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    113: am__vpath_adj = case $$p in \
                    114:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    115:     *) f=$$p;; \
                    116:   esac;
                    117: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    118: am__install_max = 40
                    119: am__nobase_strip_setup = \
                    120:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    121: am__nobase_strip = \
                    122:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    123: am__nobase_list = $(am__nobase_strip_setup); \
                    124:   for p in $$list; do echo "$$p $$p"; done | \
                    125:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    126:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    127:     if (++n[$$2] == $(am__install_max)) \
                    128:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    129:     END { for (dir in files) print dir, files[dir] }'
                    130: am__base_list = \
                    131:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    132:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                    133: am__uninstall_files_from_dir = { \
                    134:   test -z "$$files" \
                    135:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    136:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    137:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    138:   }
                    139: LTLIBRARIES = $(lib_LTLIBRARIES)
                    140: libasir@sufx@_la_LIBADD =
                    141: am__libasir@sufx@_la_SOURCES_DIST = asm/ddM.c asm/ddN.c asm/asmalpha.c \
                    142:        builtin/ftab.c builtin/algnum.c builtin/array.c \
                    143:        builtin/cplxnum.c builtin/ctrl.c builtin/dp.c builtin/fctr.c \
                    144:        builtin/file.c builtin/help.c builtin/int.c builtin/list.c \
                    145:        builtin/miscf.c builtin/parif.c builtin/poly.c builtin/pdiv.c \
                    146:        builtin/print.c builtin/pf.c builtin/rat.c builtin/reduct.c \
                    147:        builtin/result.c builtin/itvnum.c builtin/mattran.c \
                    148:        builtin/isolv.c builtin/strobj.c builtin/subst.c \
                    149:        builtin/time.c builtin/type.c builtin/var.c builtin/compobj.c \
                    150:        builtin/gr.c builtin/dp-supp.c builtin/gf.c builtin/math.c \
                    151:        builtin/numerical.c builtin/ec.c builtin/al.c builtin/batch.c \
                    152:        builtin/sha1.c builtin/user.c builtin/round.c builtin/iarray.c \
                    153:        builtin/bfaux.c engine/init.c engine/mat.c engine/vect.c \
                    154:        engine/str.c engine/dist.c engine/distm.c engine/_distm.c \
                    155:        engine/ui.c engine/N.c engine/Q.c engine/QM.c engine/real.c \
                    156:        engine/bf.c engine/cplx.c engine/num.c engine/pari.c \
                    157:        engine/mi.c engine/lmi.c engine/mt19937.c engine/P.c \
                    158:        engine/PM.c engine/PD.c engine/PDM.c engine/up.c \
                    159:        engine/up_lm.c engine/up_gf2n.c engine/up2.c engine/gf2n.c \
                    160:        engine/gfpn.c engine/gfs.c engine/gfspn.c engine/PU.c \
                    161:        engine/PUM.c engine/R.c engine/RU.c engine/F.c engine/D.c \
                    162:        engine/E.c engine/Ebug.c engine/EZ.c engine/H.c engine/M.c \
                    163:        engine/NEZ.c engine/Mgfs.c engine/Hgfs.c engine/Fgfs.c \
                    164:        engine/C.c engine/A.c engine/alg.c engine/p-itv.c \
                    165:        engine/f-itv.c engine/d-itv.c engine/nd.c engine/ndbug.c \
                    166:        engine/Z.c engine/dalg.c engine/gmpq.c fft/dft.c fft/polmul.c \
                    167:        fft/fft_primes.c io/pexpr.c io/spexpr.c io/biovar.c io/bsave.c \
                    168:        io/bload.c io/io.c io/sio.c io/cpexpr.c io/cio.c io/ox.c \
                    169:        io/ox_asir.c io/ox_launch.c io/tcpf.c io/ws_fileio.c \
                    170:        parse/arith.c parse/comp.c parse/debug.c parse/eval.c \
                    171:        parse/evall.c parse/function.c parse/glob.c parse/kwd.c \
                    172:        parse/lex.c parse/load.c parse/parser.c parse/puref.c \
                    173:        parse/pvar.c parse/quote.c parse/struct.c parse/util.c \
                    174:        parse/xdeb.c parse/gc_risa.c parse/comp.h parse/cpp.h \
                    175:        parse/parse.h parse/w_stdio.h include/al.h include/b.h \
                    176:        include/base.h include/bf.h include/ca-27.h include/ca.h \
                    177:        include/com.h include/inline.h include/ox.h include/prime.h \
                    178:        include/version.h include/wsio.h include/interval.h \
                    179:        plot/calc.c plot/if.c plot/plotp.c plot/plotg.c plot/ox_plot.c \
                    180:        plot/plotf.c plot/ox_plot_xevent.c plot/smoothing.c
                    181: am__dirstamp = $(am__leading_dot)dirstamp
                    182: am__objects_1 = asm/ddM.lo asm/ddN.lo asm/asmalpha.lo
                    183: am__objects_2 = builtin/ftab.lo builtin/algnum.lo builtin/array.lo \
                    184:        builtin/cplxnum.lo builtin/ctrl.lo builtin/dp.lo \
                    185:        builtin/fctr.lo builtin/file.lo builtin/help.lo builtin/int.lo \
                    186:        builtin/list.lo builtin/miscf.lo builtin/parif.lo \
                    187:        builtin/poly.lo builtin/pdiv.lo builtin/print.lo builtin/pf.lo \
                    188:        builtin/rat.lo builtin/reduct.lo builtin/result.lo \
                    189:        builtin/itvnum.lo builtin/mattran.lo builtin/isolv.lo \
                    190:        builtin/strobj.lo builtin/subst.lo builtin/time.lo \
                    191:        builtin/type.lo builtin/var.lo builtin/compobj.lo \
                    192:        builtin/gr.lo builtin/dp-supp.lo builtin/gf.lo builtin/math.lo \
                    193:        builtin/numerical.lo builtin/ec.lo builtin/al.lo \
                    194:        builtin/batch.lo builtin/sha1.lo builtin/user.lo \
                    195:        builtin/round.lo builtin/iarray.lo builtin/bfaux.lo
                    196: am__objects_3 = engine/init.lo engine/mat.lo engine/vect.lo \
                    197:        engine/str.lo engine/dist.lo engine/distm.lo engine/_distm.lo \
                    198:        engine/ui.lo engine/N.lo engine/Q.lo engine/QM.lo \
                    199:        engine/real.lo engine/bf.lo engine/cplx.lo engine/num.lo \
                    200:        engine/pari.lo engine/mi.lo engine/lmi.lo engine/mt19937.lo \
                    201:        engine/P.lo engine/PM.lo engine/PD.lo engine/PDM.lo \
                    202:        engine/up.lo engine/up_lm.lo engine/up_gf2n.lo engine/up2.lo \
                    203:        engine/gf2n.lo engine/gfpn.lo engine/gfs.lo engine/gfspn.lo \
                    204:        engine/PU.lo engine/PUM.lo engine/R.lo engine/RU.lo \
                    205:        engine/F.lo engine/D.lo engine/E.lo engine/Ebug.lo \
                    206:        engine/EZ.lo engine/H.lo engine/M.lo engine/NEZ.lo \
                    207:        engine/Mgfs.lo engine/Hgfs.lo engine/Fgfs.lo engine/C.lo \
                    208:        engine/A.lo engine/alg.lo engine/p-itv.lo engine/f-itv.lo \
                    209:        engine/d-itv.lo engine/nd.lo engine/ndbug.lo engine/Z.lo \
                    210:        engine/dalg.lo engine/gmpq.lo
                    211: am__objects_4 = fft/dft.lo fft/polmul.lo fft/fft_primes.lo
                    212: am__objects_5 = io/pexpr.lo io/spexpr.lo io/biovar.lo io/bsave.lo \
                    213:        io/bload.lo io/io.lo io/sio.lo io/cpexpr.lo io/cio.lo io/ox.lo \
                    214:        io/ox_asir.lo io/ox_launch.lo io/tcpf.lo io/ws_fileio.lo
                    215: am__objects_6 = parse/arith.lo parse/comp.lo parse/debug.lo \
                    216:        parse/eval.lo parse/evall.lo parse/function.lo parse/glob.lo \
                    217:        parse/kwd.lo parse/lex.lo parse/load.lo parse/parser.lo \
                    218:        parse/puref.lo parse/pvar.lo parse/quote.lo parse/struct.lo \
                    219:        parse/util.lo parse/xdeb.lo parse/gc_risa.lo
                    220: am__objects_7 =
                    221: am__objects_8 = plot/calc.lo plot/if.lo plot/plotp.lo plot/plotg.lo \
                    222:        plot/ox_plot.lo plot/plotf.lo plot/ox_plot_xevent.lo \
                    223:        plot/smoothing.lo
                    224: @USE_PLOT_TRUE@am__objects_9 = $(am__objects_8)
                    225: am_libasir@sufx@_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
                    226:        $(am__objects_3) $(am__objects_4) $(am__objects_5) \
                    227:        $(am__objects_6) $(am__objects_7) $(am__objects_9)
                    228: am__objects_10 = parse/y.tab.lo
                    229: nodist_libasir@sufx@_la_OBJECTS = $(am__objects_10)
                    230: libasir@sufx@_la_OBJECTS = $(am_libasir@sufx@_la_OBJECTS) \
                    231:        $(nodist_libasir@sufx@_la_OBJECTS)
                    232: AM_V_lt = $(am__v_lt_@AM_V@)
                    233: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
                    234: am__v_lt_0 = --silent
                    235: am__v_lt_1 =
                    236: am_asir_OBJECTS = parse/main.$(OBJEXT)
1.3       noro      237: asir_OBJECTS = $(am_asir_OBJECTS)
1.6       ohara     238: am__DEPENDENCIES_1 =
                    239: am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.1       noro      240: AM_V_P = $(am__v_P_@AM_V@)
                    241: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    242: am__v_P_0 = false
                    243: am__v_P_1 = :
                    244: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    245: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    246: am__v_GEN_0 = @echo "  GEN     " $@;
                    247: am__v_GEN_1 =
                    248: AM_V_at = $(am__v_at_@AM_V@)
                    249: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    250: am__v_at_0 = @
                    251: am__v_at_1 =
                    252: DEFAULT_INCLUDES = -I.@am__isrc@
                    253: depcomp =
1.6       ohara     254: am__maybe_remake_depfiles =
1.1       noro      255: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    256:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.6       ohara     257: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    258:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
                    259:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                    260:        $(AM_CFLAGS) $(CFLAGS)
1.1       noro      261: AM_V_CC = $(am__v_CC_@AM_V@)
                    262: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    263: am__v_CC_0 = @echo "  CC      " $@;
                    264: am__v_CC_1 =
                    265: CCLD = $(CC)
1.6       ohara     266: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    267:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    268:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.1       noro      269: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    270: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    271: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    272: am__v_CCLD_1 =
1.6       ohara     273: SOURCES = $(libasir@sufx@_la_SOURCES) \
                    274:        $(nodist_libasir@sufx@_la_SOURCES) $(asir_SOURCES)
                    275: DIST_SOURCES = $(am__libasir@sufx@_la_SOURCES_DIST) $(asir_SOURCES)
1.1       noro      276: am__can_run_installinfo = \
                    277:   case $$AM_UPDATE_INFO_DIR in \
                    278:     n|no|NO) false;; \
                    279:     *) (install-info --version) >/dev/null 2>&1;; \
                    280:   esac
1.6       ohara     281: DATA = $(asir_DATA)
                    282: HEADERS = $(inc_HEADERS)
1.1       noro      283: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    284: # Read a list of newline-separated strings from the standard input,
                    285: # and print each of them once, without duplicates.  Input order is
                    286: # *not* preserved.
                    287: am__uniquify_input = $(AWK) '\
                    288:   BEGIN { nonempty = 0; } \
                    289:   { items[$$0] = 1; nonempty = 1; } \
                    290:   END { if (nonempty) { for (i in items) print i; }; } \
                    291: '
                    292: # Make sure the list of sources is unique.  This is necessary because,
                    293: # e.g., the same source file might be shared among _SOURCES variables
                    294: # for different programs/libraries.
                    295: am__define_uniq_tagged_files = \
                    296:   list='$(am__tagged_files)'; \
                    297:   unique=`for i in $$list; do \
                    298:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    299:   done | $(am__uniquify_input)`
                    300: ETAGS = etags
                    301: CTAGS = ctags
                    302: CSCOPE = cscope
1.6       ohara     303: AM_RECURSIVE_TARGETS = cscope
1.4       noro      304: am__DIST_COMMON = $(srcdir)/Makefile.in INSTALL compile config.guess \
1.6       ohara     305:        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
1.1       noro      306: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    307: distdir = $(PACKAGE)-$(VERSION)
                    308: top_distdir = $(distdir)
                    309: am__remove_distdir = \
                    310:   if test -d "$(distdir)"; then \
                    311:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    312:       && rm -rf "$(distdir)" \
                    313:       || { sleep 5 && rm -rf "$(distdir)"; }; \
                    314:   else :; fi
                    315: am__post_remove_distdir = $(am__remove_distdir)
                    316: DIST_ARCHIVES = $(distdir).tar.gz
                    317: GZIP_ENV = --best
                    318: DIST_TARGETS = dist-gzip
                    319: distuninstallcheck_listfiles = find . -type f -print
                    320: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    321:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
                    322: distcleancheck_listfiles = find . -type f -print
                    323: ACLOCAL = @ACLOCAL@
                    324: AMTAR = @AMTAR@
                    325: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.6       ohara     326: AR = @AR@
1.1       noro      327: AUTOCONF = @AUTOCONF@
                    328: AUTOHEADER = @AUTOHEADER@
                    329: AUTOMAKE = @AUTOMAKE@
                    330: AWK = @AWK@
                    331: CC = @CC@
                    332: CCDEPMODE = @CCDEPMODE@
                    333: CFLAGS = @CFLAGS@
                    334: CPP = @CPP@
                    335: CPPFLAGS = @CPPFLAGS@
                    336: CYGPATH_W = @CYGPATH_W@
1.3       noro      337: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       noro      338: DEPDIR = @DEPDIR@
1.6       ohara     339: DLLTOOL = @DLLTOOL@
                    340: DSYMUTIL = @DSYMUTIL@
                    341: DUMPBIN = @DUMPBIN@
1.1       noro      342: ECHO_C = @ECHO_C@
                    343: ECHO_N = @ECHO_N@
                    344: ECHO_T = @ECHO_T@
                    345: EGREP = @EGREP@
                    346: EXEEXT = @EXEEXT@
                    347: FEPLIB = @FEPLIB@
1.6       ohara     348: FGREP = @FGREP@
1.1       noro      349: GCINC = @GCINC@
                    350: GCLIB = @GCLIB@
1.6       ohara     351: GMPLIB = @GMPLIB@
1.1       noro      352: GREP = @GREP@
                    353: INSTALL = @INSTALL@
                    354: INSTALL_DATA = @INSTALL_DATA@
                    355: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    356: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    357: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    358: LAPACKLIB = @LAPACKLIB@
1.6       ohara     359: LD = @LD@
1.1       noro      360: LDFLAGS = @LDFLAGS@
                    361: LIBOBJS = @LIBOBJS@
1.6       ohara     362: LIBS = -L${libdir} @LIBS@ @GCLIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} @GMPLIB@ \
                    363:   -lm @WSLIB@ ${EXTRALIBS}
                    364:
                    365: LIBTOOL = @LIBTOOL@
                    366: LIPO = @LIPO@
1.1       noro      367: LN_S = @LN_S@
                    368: LTLIBOBJS = @LTLIBOBJS@
1.6       ohara     369: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1.1       noro      370: MAINT = @MAINT@
                    371: MAKEINFO = @MAKEINFO@
1.6       ohara     372: MANIFEST_TOOL = @MANIFEST_TOOL@
1.1       noro      373: MKDIR_P = @MKDIR_P@
1.6       ohara     374: NM = @NM@
                    375: NMEDIT = @NMEDIT@
                    376: OBJDUMP = @OBJDUMP@
1.1       noro      377: OBJEXT = @OBJEXT@
1.6       ohara     378: OTOOL = @OTOOL@
                    379: OTOOL64 = @OTOOL64@
1.1       noro      380: PACKAGE = @PACKAGE@
                    381: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    382: PACKAGE_NAME = @PACKAGE_NAME@
                    383: PACKAGE_STRING = @PACKAGE_STRING@
                    384: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    385: PACKAGE_URL = @PACKAGE_URL@
                    386: PACKAGE_VERSION = @PACKAGE_VERSION@
                    387: PATH_SEPARATOR = @PATH_SEPARATOR@
                    388: RANLIB = @RANLIB@
1.6       ohara     389: SED = @SED@
1.1       noro      390: SET_MAKE = @SET_MAKE@
                    391: SHELL = @SHELL@
                    392: STRIP = @STRIP@
                    393: USE_GC_SPARC64 = @USE_GC_SPARC64@
                    394: VERSION = @VERSION@
                    395: WSLIB = @WSLIB@
                    396: XMKMF = @XMKMF@
                    397: XPMLIB = @XPMLIB@
                    398: X_CFLAGS = @X_CFLAGS@
                    399: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    400: X_LIBS = @X_LIBS@
                    401: X_PRE_LIBS = @X_PRE_LIBS@
                    402: YACC = @YACC@
                    403: YFLAGS = @YFLAGS@
                    404: abs_builddir = @abs_builddir@
                    405: abs_srcdir = @abs_srcdir@
                    406: abs_top_builddir = @abs_top_builddir@
                    407: abs_top_srcdir = @abs_top_srcdir@
1.6       ohara     408: ac_ct_AR = @ac_ct_AR@
1.1       noro      409: ac_ct_CC = @ac_ct_CC@
1.6       ohara     410: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.1       noro      411: am__include = @am__include@
                    412: am__leading_dot = @am__leading_dot@
                    413: am__quote = @am__quote@
                    414: am__tar = @am__tar@
                    415: am__untar = @am__untar@
                    416: bindir = @bindir@
                    417: build = @build@
                    418: build_alias = @build_alias@
                    419: build_cpu = @build_cpu@
                    420: build_os = @build_os@
                    421: build_vendor = @build_vendor@
                    422: builddir = @builddir@
                    423: datadir = @datadir@
                    424: datarootdir = @datarootdir@
                    425: docdir = @docdir@
                    426: dvidir = @dvidir@
                    427: exec_prefix = @exec_prefix@
                    428: host = @host@
                    429: host_alias = @host_alias@
                    430: host_cpu = @host_cpu@
                    431: host_os = @host_os@
                    432: host_vendor = @host_vendor@
                    433: htmldir = @htmldir@
                    434: includedir = @includedir@
                    435: infodir = @infodir@
                    436: install_sh = @install_sh@
                    437: libdir = @libdir@
                    438: libexecdir = @libexecdir@
                    439: localedir = @localedir@
                    440: localstatedir = @localstatedir@
                    441: mandir = @mandir@
                    442: mkdir_p = @mkdir_p@
                    443: oldincludedir = @oldincludedir@
                    444: pdfdir = @pdfdir@
                    445: prefix = @prefix@
                    446: program_transform_name = @program_transform_name@
                    447: psdir = @psdir@
                    448: sbindir = @sbindir@
                    449: sharedstatedir = @sharedstatedir@
                    450: srcdir = @srcdir@
1.6       ohara     451: sufx = @sufx@
1.1       noro      452: sysconfdir = @sysconfdir@
                    453: target = @target@
                    454: target_alias = @target_alias@
                    455: target_cpu = @target_cpu@
                    456: target_os = @target_os@
                    457: target_vendor = @target_vendor@
                    458: top_build_prefix = @top_build_prefix@
                    459: top_builddir = @top_builddir@
                    460: top_srcdir = @top_srcdir@
1.6       ohara     461: AUTOMAKE_OPTIONS = foreign no-dependencies subdir-objects 1.16
                    462: asirdir = ${prefix}/lib/asir
                    463: asir_DATA = lib/alpi lib/bfct lib/bgk lib/const lib/cyclic lib/defs.h \
                    464:   lib/dfff lib/dmul lib/dmul102 lib/fctrdata lib/fctrtest lib/fff lib/glib \
                    465:   lib/gr lib/ifplot lib/katsura lib/mat lib/nf lib/num lib/primdec \
                    466:   lib/primdec_lex lib/ratint lib/robot lib/solve lib/sp lib/sturm lib/sym \
                    467:   lib/xm lib/primdec_mod lib/weight
                    468:
                    469: incdir = ${prefix}/include/asir
                    470: inc_HEADERS = parse/comp.h parse/cpp.h parse/parse.h parse/w_stdio.h \
                    471:   include/al.h include/b.h include/base.h include/bf.h include/ca-27.h \
                    472:   include/ca.h include/com.h include/inline.h include/ox.h include/prime.h \
                    473:   include/version.h include/wsio.h include/interval.h
                    474:
                    475: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    476:               -I${top_srcdir}/gc/include \
                    477:               -I${prefix}/include @X_CFLAGS@
                    478:
                    479: ASM_SRCS = asm/ddM.c asm/ddN.c asm/asmalpha.c
                    480: BUILTIN_SRCS = builtin/ftab.c builtin/algnum.c builtin/array.c \
                    481:   builtin/cplxnum.c builtin/ctrl.c builtin/dp.c builtin/fctr.c \
                    482:   builtin/file.c builtin/help.c builtin/int.c builtin/list.c \
                    483:   builtin/miscf.c builtin/parif.c builtin/poly.c builtin/pdiv.c \
                    484:   builtin/print.c builtin/pf.c builtin/rat.c builtin/reduct.c \
                    485:   builtin/result.c builtin/itvnum.c builtin/mattran.c builtin/isolv.c \
                    486:   builtin/strobj.c builtin/subst.c builtin/time.c builtin/type.c \
                    487:   builtin/var.c builtin/compobj.c builtin/gr.c builtin/dp-supp.c \
                    488:   builtin/gf.c builtin/math.c builtin/numerical.c builtin/ec.c \
                    489:   builtin/al.c builtin/batch.c builtin/sha1.c builtin/user.c \
                    490:   builtin/round.c builtin/iarray.c builtin/bfaux.c
                    491:
                    492: ENGINE_SRCS = engine/init.c engine/mat.c engine/vect.c engine/str.c \
                    493:   engine/dist.c engine/distm.c engine/_distm.c engine/ui.c engine/N.c \
                    494:   engine/Q.c engine/QM.c engine/real.c engine/bf.c engine/cplx.c \
                    495:   engine/num.c engine/pari.c engine/mi.c engine/lmi.c engine/mt19937.c \
                    496:   engine/P.c engine/PM.c engine/PD.c engine/PDM.c engine/up.c \
                    497:   engine/up_lm.c engine/up_gf2n.c engine/up2.c engine/gf2n.c \
                    498:   engine/gfpn.c engine/gfs.c engine/gfspn.c engine/PU.c engine/PUM.c \
                    499:   engine/R.c engine/RU.c engine/F.c engine/D.c engine/E.c engine/Ebug.c \
                    500:   engine/EZ.c engine/H.c engine/M.c engine/NEZ.c engine/Mgfs.c \
                    501:   engine/Hgfs.c engine/Fgfs.c engine/C.c engine/A.c engine/alg.c \
                    502:   engine/p-itv.c engine/f-itv.c engine/d-itv.c engine/nd.c \
                    503:   engine/ndbug.c engine/Z.c engine/dalg.c engine/gmpq.c
                    504:
                    505: FFT_SRCS = fft/dft.c fft/polmul.c fft/fft_primes.c
                    506: IO_SRCS = io/pexpr.c io/spexpr.c io/biovar.c io/bsave.c io/bload.c \
                    507:   io/io.c io/sio.c io/cpexpr.c io/cio.c io/ox.c io/ox_asir.c \
                    508:   io/ox_launch.c io/tcpf.c io/ws_fileio.c
                    509:
                    510: PARSE_SRCS = parse/arith.c parse/comp.c parse/debug.c parse/eval.c \
                    511:   parse/evall.c parse/function.c parse/glob.c parse/kwd.c parse/lex.c \
                    512:   parse/load.c parse/parser.c parse/puref.c parse/pvar.c parse/quote.c \
                    513:   parse/struct.c parse/util.c parse/xdeb.c parse/gc_risa.c
                    514:
                    515: PLOT_SRCS = plot/calc.c plot/if.c plot/plotp.c plot/plotg.c \
                    516:   plot/ox_plot.c plot/plotf.c plot/ox_plot_xevent.c plot/smoothing.c
                    517:
                    518: YTAB_SRCS = parse/y.tab.c parse/y.tab.h
                    519: BUILT_SOURCES = ${YTAB_SRCS}
                    520: lib_LTLIBRARIES = libasir@sufx@.la
                    521: libasir@sufx@_la_SOURCES = ${ASM_SRCS} ${BUILTIN_SRCS} ${ENGINE_SRCS} \
                    522:        ${FFT_SRCS} ${IO_SRCS} ${PARSE_SRCS} ${inc_HEADERS} \
                    523:        $(am__append_1)
                    524: nodist_libasir@sufx@_la_SOURCES = ${YTAB_SRCS}
1.1       noro      525: @USE_PLOT_TRUE@X11LIB = @X_LIBS@ -lXaw -lXmu -lXt @X_PRE_LIBS@ @XPMLIB@ -lXext -lX11 @X_EXTRA_LIBS@
1.3       noro      526: asir_SOURCES = parse/main.c
1.7     ! ohara     527: asir_LDADD = -L${top_srcdir}/.libs -lasir@sufx@ ${LIBS}
        !           528: asir_DEPENDENCIES = libasir@sufx@.la
1.6       ohara     529: CLEANFILES = ${YTAB_SRCS}
                    530: all: $(BUILT_SOURCES)
                    531:        $(MAKE) $(AM_MAKEFLAGS) all-am
1.1       noro      532:
                    533: .SUFFIXES:
1.6       ohara     534: .SUFFIXES: .c .lo .o .obj
1.1       noro      535: am--refresh: Makefile
                    536:        @:
                    537: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    538:        @for dep in $?; do \
                    539:          case '$(am__configure_deps)' in \
                    540:            *$$dep*) \
                    541:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
                    542:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
                    543:                && exit 0; \
                    544:              exit 1;; \
                    545:          esac; \
                    546:        done; \
                    547:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
                    548:        $(am__cd) $(top_srcdir) && \
                    549:          $(AUTOMAKE) --foreign Makefile
                    550: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    551:        @case '$?' in \
                    552:          *config.status*) \
                    553:            echo ' $(SHELL) ./config.status'; \
                    554:            $(SHELL) ./config.status;; \
                    555:          *) \
1.6       ohara     556:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
                    557:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1.1       noro      558:        esac;
                    559:
                    560: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    561:        $(SHELL) ./config.status --recheck
                    562:
                    563: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    564:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    565: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    566:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    567: $(am__aclocal_m4_deps):
1.6       ohara     568: install-binPROGRAMS: $(bin_PROGRAMS)
1.1       noro      569:        @$(NORMAL_INSTALL)
1.6       ohara     570:        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1.1       noro      571:        if test -n "$$list"; then \
1.6       ohara     572:          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
                    573:          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1.1       noro      574:        fi; \
                    575:        for p in $$list; do echo "$$p $$p"; done | \
                    576:        sed 's/$(EXEEXT)$$//' | \
                    577:        while read p p1; do if test -f $$p \
1.6       ohara     578:         || test -f $$p1 \
1.1       noro      579:          ; then echo "$$p"; echo "$$p"; else :; fi; \
                    580:        done | \
                    581:        sed -e 'p;s,.*/,,;n;h' \
                    582:            -e 's|.*|.|' \
                    583:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    584:        sed 'N;N;N;s,\n, ,g' | \
                    585:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    586:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    587:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    588:            else { print "f", $$3 "/" $$4, $$1; } } \
                    589:          END { for (d in files) print "f", d, files[d] }' | \
                    590:        while read type dir files; do \
                    591:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    592:            test -z "$$files" || { \
1.6       ohara     593:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
                    594:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1.1       noro      595:            } \
                    596:        ; done
                    597:
1.6       ohara     598: uninstall-binPROGRAMS:
1.1       noro      599:        @$(NORMAL_UNINSTALL)
1.6       ohara     600:        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1.1       noro      601:        files=`for p in $$list; do echo "$$p"; done | \
                    602:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    603:              -e 's/$$/$(EXEEXT)/' \
                    604:        `; \
                    605:        test -n "$$list" || exit 0; \
1.6       ohara     606:        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
                    607:        cd "$(DESTDIR)$(bindir)" && rm -f $$files
                    608:
                    609: clean-binPROGRAMS:
                    610:        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
                    611:        echo " rm -f" $$list; \
                    612:        rm -f $$list || exit $$?; \
                    613:        test -n "$(EXEEXT)" || exit 0; \
                    614:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    615:        echo " rm -f" $$list; \
                    616:        rm -f $$list
                    617:
                    618: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
                    619:        @$(NORMAL_INSTALL)
                    620:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                    621:        list2=; for p in $$list; do \
                    622:          if test -f $$p; then \
                    623:            list2="$$list2 $$p"; \
                    624:          else :; fi; \
                    625:        done; \
                    626:        test -z "$$list2" || { \
                    627:          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
                    628:          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
                    629:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
                    630:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
                    631:        }
                    632:
                    633: uninstall-libLTLIBRARIES:
                    634:        @$(NORMAL_UNINSTALL)
                    635:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                    636:        for p in $$list; do \
                    637:          $(am__strip_dir) \
                    638:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
                    639:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
                    640:        done
1.1       noro      641:
1.6       ohara     642: clean-libLTLIBRARIES:
                    643:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
                    644:        @list='$(lib_LTLIBRARIES)'; \
                    645:        locs=`for p in $$list; do echo $$p; done | \
                    646:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
                    647:              sort -u`; \
                    648:        test -z "$$locs" || { \
                    649:          echo rm -f $${locs}; \
                    650:          rm -f $${locs}; \
                    651:        }
                    652: asm/$(am__dirstamp):
                    653:        @$(MKDIR_P) asm
                    654:        @: > asm/$(am__dirstamp)
                    655: asm/ddM.lo: asm/$(am__dirstamp)
                    656: asm/ddN.lo: asm/$(am__dirstamp)
                    657: asm/asmalpha.lo: asm/$(am__dirstamp)
                    658: builtin/$(am__dirstamp):
                    659:        @$(MKDIR_P) builtin
                    660:        @: > builtin/$(am__dirstamp)
                    661: builtin/ftab.lo: builtin/$(am__dirstamp)
                    662: builtin/algnum.lo: builtin/$(am__dirstamp)
                    663: builtin/array.lo: builtin/$(am__dirstamp)
                    664: builtin/cplxnum.lo: builtin/$(am__dirstamp)
                    665: builtin/ctrl.lo: builtin/$(am__dirstamp)
                    666: builtin/dp.lo: builtin/$(am__dirstamp)
                    667: builtin/fctr.lo: builtin/$(am__dirstamp)
                    668: builtin/file.lo: builtin/$(am__dirstamp)
                    669: builtin/help.lo: builtin/$(am__dirstamp)
                    670: builtin/int.lo: builtin/$(am__dirstamp)
                    671: builtin/list.lo: builtin/$(am__dirstamp)
                    672: builtin/miscf.lo: builtin/$(am__dirstamp)
                    673: builtin/parif.lo: builtin/$(am__dirstamp)
                    674: builtin/poly.lo: builtin/$(am__dirstamp)
                    675: builtin/pdiv.lo: builtin/$(am__dirstamp)
                    676: builtin/print.lo: builtin/$(am__dirstamp)
                    677: builtin/pf.lo: builtin/$(am__dirstamp)
                    678: builtin/rat.lo: builtin/$(am__dirstamp)
                    679: builtin/reduct.lo: builtin/$(am__dirstamp)
                    680: builtin/result.lo: builtin/$(am__dirstamp)
                    681: builtin/itvnum.lo: builtin/$(am__dirstamp)
                    682: builtin/mattran.lo: builtin/$(am__dirstamp)
                    683: builtin/isolv.lo: builtin/$(am__dirstamp)
                    684: builtin/strobj.lo: builtin/$(am__dirstamp)
                    685: builtin/subst.lo: builtin/$(am__dirstamp)
                    686: builtin/time.lo: builtin/$(am__dirstamp)
                    687: builtin/type.lo: builtin/$(am__dirstamp)
                    688: builtin/var.lo: builtin/$(am__dirstamp)
                    689: builtin/compobj.lo: builtin/$(am__dirstamp)
                    690: builtin/gr.lo: builtin/$(am__dirstamp)
                    691: builtin/dp-supp.lo: builtin/$(am__dirstamp)
                    692: builtin/gf.lo: builtin/$(am__dirstamp)
                    693: builtin/math.lo: builtin/$(am__dirstamp)
                    694: builtin/numerical.lo: builtin/$(am__dirstamp)
                    695: builtin/ec.lo: builtin/$(am__dirstamp)
                    696: builtin/al.lo: builtin/$(am__dirstamp)
                    697: builtin/batch.lo: builtin/$(am__dirstamp)
                    698: builtin/sha1.lo: builtin/$(am__dirstamp)
                    699: builtin/user.lo: builtin/$(am__dirstamp)
                    700: builtin/round.lo: builtin/$(am__dirstamp)
                    701: builtin/iarray.lo: builtin/$(am__dirstamp)
                    702: builtin/bfaux.lo: builtin/$(am__dirstamp)
                    703: engine/$(am__dirstamp):
                    704:        @$(MKDIR_P) engine
                    705:        @: > engine/$(am__dirstamp)
                    706: engine/init.lo: engine/$(am__dirstamp)
                    707: engine/mat.lo: engine/$(am__dirstamp)
                    708: engine/vect.lo: engine/$(am__dirstamp)
                    709: engine/str.lo: engine/$(am__dirstamp)
                    710: engine/dist.lo: engine/$(am__dirstamp)
                    711: engine/distm.lo: engine/$(am__dirstamp)
                    712: engine/_distm.lo: engine/$(am__dirstamp)
                    713: engine/ui.lo: engine/$(am__dirstamp)
                    714: engine/N.lo: engine/$(am__dirstamp)
                    715: engine/Q.lo: engine/$(am__dirstamp)
                    716: engine/QM.lo: engine/$(am__dirstamp)
                    717: engine/real.lo: engine/$(am__dirstamp)
                    718: engine/bf.lo: engine/$(am__dirstamp)
                    719: engine/cplx.lo: engine/$(am__dirstamp)
                    720: engine/num.lo: engine/$(am__dirstamp)
                    721: engine/pari.lo: engine/$(am__dirstamp)
                    722: engine/mi.lo: engine/$(am__dirstamp)
                    723: engine/lmi.lo: engine/$(am__dirstamp)
                    724: engine/mt19937.lo: engine/$(am__dirstamp)
                    725: engine/P.lo: engine/$(am__dirstamp)
                    726: engine/PM.lo: engine/$(am__dirstamp)
                    727: engine/PD.lo: engine/$(am__dirstamp)
                    728: engine/PDM.lo: engine/$(am__dirstamp)
                    729: engine/up.lo: engine/$(am__dirstamp)
                    730: engine/up_lm.lo: engine/$(am__dirstamp)
                    731: engine/up_gf2n.lo: engine/$(am__dirstamp)
                    732: engine/up2.lo: engine/$(am__dirstamp)
                    733: engine/gf2n.lo: engine/$(am__dirstamp)
                    734: engine/gfpn.lo: engine/$(am__dirstamp)
                    735: engine/gfs.lo: engine/$(am__dirstamp)
                    736: engine/gfspn.lo: engine/$(am__dirstamp)
                    737: engine/PU.lo: engine/$(am__dirstamp)
                    738: engine/PUM.lo: engine/$(am__dirstamp)
                    739: engine/R.lo: engine/$(am__dirstamp)
                    740: engine/RU.lo: engine/$(am__dirstamp)
                    741: engine/F.lo: engine/$(am__dirstamp)
                    742: engine/D.lo: engine/$(am__dirstamp)
                    743: engine/E.lo: engine/$(am__dirstamp)
                    744: engine/Ebug.lo: engine/$(am__dirstamp)
                    745: engine/EZ.lo: engine/$(am__dirstamp)
                    746: engine/H.lo: engine/$(am__dirstamp)
                    747: engine/M.lo: engine/$(am__dirstamp)
                    748: engine/NEZ.lo: engine/$(am__dirstamp)
                    749: engine/Mgfs.lo: engine/$(am__dirstamp)
                    750: engine/Hgfs.lo: engine/$(am__dirstamp)
                    751: engine/Fgfs.lo: engine/$(am__dirstamp)
                    752: engine/C.lo: engine/$(am__dirstamp)
                    753: engine/A.lo: engine/$(am__dirstamp)
                    754: engine/alg.lo: engine/$(am__dirstamp)
                    755: engine/p-itv.lo: engine/$(am__dirstamp)
                    756: engine/f-itv.lo: engine/$(am__dirstamp)
                    757: engine/d-itv.lo: engine/$(am__dirstamp)
                    758: engine/nd.lo: engine/$(am__dirstamp)
                    759: engine/ndbug.lo: engine/$(am__dirstamp)
                    760: engine/Z.lo: engine/$(am__dirstamp)
                    761: engine/dalg.lo: engine/$(am__dirstamp)
                    762: engine/gmpq.lo: engine/$(am__dirstamp)
                    763: fft/$(am__dirstamp):
                    764:        @$(MKDIR_P) fft
                    765:        @: > fft/$(am__dirstamp)
                    766: fft/dft.lo: fft/$(am__dirstamp)
                    767: fft/polmul.lo: fft/$(am__dirstamp)
                    768: fft/fft_primes.lo: fft/$(am__dirstamp)
                    769: io/$(am__dirstamp):
                    770:        @$(MKDIR_P) io
                    771:        @: > io/$(am__dirstamp)
                    772: io/pexpr.lo: io/$(am__dirstamp)
                    773: io/spexpr.lo: io/$(am__dirstamp)
                    774: io/biovar.lo: io/$(am__dirstamp)
                    775: io/bsave.lo: io/$(am__dirstamp)
                    776: io/bload.lo: io/$(am__dirstamp)
                    777: io/io.lo: io/$(am__dirstamp)
                    778: io/sio.lo: io/$(am__dirstamp)
                    779: io/cpexpr.lo: io/$(am__dirstamp)
                    780: io/cio.lo: io/$(am__dirstamp)
                    781: io/ox.lo: io/$(am__dirstamp)
                    782: io/ox_asir.lo: io/$(am__dirstamp)
                    783: io/ox_launch.lo: io/$(am__dirstamp)
                    784: io/tcpf.lo: io/$(am__dirstamp)
                    785: io/ws_fileio.lo: io/$(am__dirstamp)
                    786: parse/$(am__dirstamp):
                    787:        @$(MKDIR_P) parse
                    788:        @: > parse/$(am__dirstamp)
                    789: parse/arith.lo: parse/$(am__dirstamp)
                    790: parse/comp.lo: parse/$(am__dirstamp)
                    791: parse/debug.lo: parse/$(am__dirstamp)
                    792: parse/eval.lo: parse/$(am__dirstamp)
                    793: parse/evall.lo: parse/$(am__dirstamp)
                    794: parse/function.lo: parse/$(am__dirstamp)
                    795: parse/glob.lo: parse/$(am__dirstamp)
                    796: parse/kwd.lo: parse/$(am__dirstamp)
                    797: parse/lex.lo: parse/$(am__dirstamp)
                    798: parse/load.lo: parse/$(am__dirstamp)
                    799: parse/parser.lo: parse/$(am__dirstamp)
                    800: parse/puref.lo: parse/$(am__dirstamp)
                    801: parse/pvar.lo: parse/$(am__dirstamp)
                    802: parse/quote.lo: parse/$(am__dirstamp)
                    803: parse/struct.lo: parse/$(am__dirstamp)
                    804: parse/util.lo: parse/$(am__dirstamp)
                    805: parse/xdeb.lo: parse/$(am__dirstamp)
                    806: parse/gc_risa.lo: parse/$(am__dirstamp)
                    807: plot/$(am__dirstamp):
                    808:        @$(MKDIR_P) plot
                    809:        @: > plot/$(am__dirstamp)
                    810: plot/calc.lo: plot/$(am__dirstamp)
                    811: plot/if.lo: plot/$(am__dirstamp)
                    812: plot/plotp.lo: plot/$(am__dirstamp)
                    813: plot/plotg.lo: plot/$(am__dirstamp)
                    814: plot/ox_plot.lo: plot/$(am__dirstamp)
                    815: plot/plotf.lo: plot/$(am__dirstamp)
                    816: plot/ox_plot_xevent.lo: plot/$(am__dirstamp)
                    817: plot/smoothing.lo: plot/$(am__dirstamp)
                    818: parse/y.tab.lo: parse/$(am__dirstamp)
                    819:
                    820: libasir@sufx@.la: $(libasir@sufx@_la_OBJECTS) $(libasir@sufx@_la_DEPENDENCIES) $(EXTRA_libasir@sufx@_la_DEPENDENCIES)
                    821:        $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libasir@sufx@_la_OBJECTS) $(libasir@sufx@_la_LIBADD) $(LIBS)
                    822: parse/main.$(OBJEXT): parse/$(am__dirstamp)
1.1       noro      823:
1.3       noro      824: asir$(EXEEXT): $(asir_OBJECTS) $(asir_DEPENDENCIES) $(EXTRA_asir_DEPENDENCIES)
                    825:        @rm -f asir$(EXEEXT)
                    826:        $(AM_V_CCLD)$(LINK) $(asir_OBJECTS) $(asir_LDADD) $(LIBS)
1.1       noro      827:
                    828: mostlyclean-compile:
                    829:        -rm -f *.$(OBJEXT)
1.6       ohara     830:        -rm -f asm/*.$(OBJEXT)
                    831:        -rm -f asm/*.lo
                    832:        -rm -f builtin/*.$(OBJEXT)
                    833:        -rm -f builtin/*.lo
                    834:        -rm -f engine/*.$(OBJEXT)
                    835:        -rm -f engine/*.lo
                    836:        -rm -f fft/*.$(OBJEXT)
                    837:        -rm -f fft/*.lo
                    838:        -rm -f io/*.$(OBJEXT)
                    839:        -rm -f io/*.lo
                    840:        -rm -f parse/*.$(OBJEXT)
                    841:        -rm -f parse/*.lo
                    842:        -rm -f plot/*.$(OBJEXT)
                    843:        -rm -f plot/*.lo
1.1       noro      844:
                    845: distclean-compile:
                    846:        -rm -f *.tab.c
                    847:
                    848: .c.o:
                    849:        $(AM_V_CC)$(COMPILE) -c -o $@ $<
                    850:
                    851: .c.obj:
                    852:        $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    853:
1.6       ohara     854: .c.lo:
                    855:        $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
1.1       noro      856:
1.6       ohara     857: mostlyclean-libtool:
                    858:        -rm -f *.lo
1.1       noro      859:
1.6       ohara     860: clean-libtool:
                    861:        -rm -rf .libs _libs
                    862:        -rm -rf asm/.libs asm/_libs
                    863:        -rm -rf builtin/.libs builtin/_libs
                    864:        -rm -rf engine/.libs engine/_libs
                    865:        -rm -rf fft/.libs fft/_libs
                    866:        -rm -rf io/.libs io/_libs
                    867:        -rm -rf parse/.libs parse/_libs
                    868:        -rm -rf plot/.libs plot/_libs
                    869:
                    870: distclean-libtool:
                    871:        -rm -f libtool config.lt
                    872: install-asirDATA: $(asir_DATA)
                    873:        @$(NORMAL_INSTALL)
                    874:        @list='$(asir_DATA)'; test -n "$(asirdir)" || list=; \
                    875:        if test -n "$$list"; then \
                    876:          echo " $(MKDIR_P) '$(DESTDIR)$(asirdir)'"; \
                    877:          $(MKDIR_P) "$(DESTDIR)$(asirdir)" || exit 1; \
                    878:        fi; \
                    879:        for p in $$list; do \
                    880:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    881:          echo "$$d$$p"; \
                    882:        done | $(am__base_list) | \
                    883:        while read files; do \
                    884:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(asirdir)'"; \
                    885:          $(INSTALL_DATA) $$files "$(DESTDIR)$(asirdir)" || exit $$?; \
                    886:        done
                    887:
                    888: uninstall-asirDATA:
                    889:        @$(NORMAL_UNINSTALL)
                    890:        @list='$(asir_DATA)'; test -n "$(asirdir)" || list=; \
                    891:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                    892:        dir='$(DESTDIR)$(asirdir)'; $(am__uninstall_files_from_dir)
                    893: install-incHEADERS: $(inc_HEADERS)
                    894:        @$(NORMAL_INSTALL)
                    895:        @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
                    896:        if test -n "$$list"; then \
                    897:          echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \
                    898:          $(MKDIR_P) "$(DESTDIR)$(incdir)" || exit 1; \
1.1       noro      899:        fi; \
1.6       ohara     900:        for p in $$list; do \
                    901:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    902:          echo "$$d$$p"; \
                    903:        done | $(am__base_list) | \
                    904:        while read files; do \
                    905:          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(incdir)'"; \
                    906:          $(INSTALL_HEADER) $$files "$(DESTDIR)$(incdir)" || exit $$?; \
                    907:        done
                    908:
                    909: uninstall-incHEADERS:
                    910:        @$(NORMAL_UNINSTALL)
                    911:        @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
                    912:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                    913:        dir='$(DESTDIR)$(incdir)'; $(am__uninstall_files_from_dir)
1.1       noro      914:
                    915: ID: $(am__tagged_files)
                    916:        $(am__define_uniq_tagged_files); mkid -fID $$unique
1.6       ohara     917: tags: tags-am
1.1       noro      918: TAGS: tags
                    919:
                    920: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    921:        set x; \
                    922:        here=`pwd`; \
                    923:        $(am__define_uniq_tagged_files); \
                    924:        shift; \
                    925:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    926:          test -n "$$unique" || unique=$$empty_fix; \
                    927:          if test $$# -gt 0; then \
                    928:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    929:              "$$@" $$unique; \
                    930:          else \
                    931:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    932:              $$unique; \
                    933:          fi; \
                    934:        fi
1.6       ohara     935: ctags: ctags-am
1.1       noro      936:
                    937: CTAGS: ctags
                    938: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    939:        $(am__define_uniq_tagged_files); \
                    940:        test -z "$(CTAGS_ARGS)$$unique" \
                    941:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    942:             $$unique
                    943:
                    944: GTAGS:
                    945:        here=`$(am__cd) $(top_builddir) && pwd` \
                    946:          && $(am__cd) $(top_srcdir) \
                    947:          && gtags -i $(GTAGS_ARGS) "$$here"
                    948: cscope: cscope.files
                    949:        test ! -s cscope.files \
                    950:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    951: clean-cscope:
                    952:        -rm -f cscope.files
                    953: cscope.files: clean-cscope cscopelist
1.6       ohara     954: cscopelist: cscopelist-am
1.1       noro      955:
                    956: cscopelist-am: $(am__tagged_files)
                    957:        list='$(am__tagged_files)'; \
                    958:        case "$(srcdir)" in \
                    959:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    960:          *) sdir=$(subdir)/$(srcdir) ;; \
                    961:        esac; \
                    962:        for i in $$list; do \
                    963:          if test -f "$$i"; then \
                    964:            echo "$(subdir)/$$i"; \
                    965:          else \
                    966:            echo "$$sdir/$$i"; \
                    967:          fi; \
                    968:        done >> $(top_builddir)/cscope.files
                    969:
                    970: distclean-tags:
                    971:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    972:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
                    973:
1.6       ohara     974: distdir: $(BUILT_SOURCES)
                    975:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
                    976:
                    977: distdir-am: $(DISTFILES)
1.1       noro      978:        $(am__remove_distdir)
                    979:        test -d "$(distdir)" || mkdir "$(distdir)"
                    980:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    981:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    982:        list='$(DISTFILES)'; \
                    983:          dist_files=`for file in $$list; do echo $$file; done | \
                    984:          sed -e "s|^$$srcdirstrip/||;t" \
                    985:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    986:        case $$dist_files in \
                    987:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    988:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    989:                           sort -u` ;; \
                    990:        esac; \
                    991:        for file in $$dist_files; do \
                    992:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    993:          if test -d $$d/$$file; then \
                    994:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    995:            if test -d "$(distdir)/$$file"; then \
                    996:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    997:            fi; \
                    998:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    999:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                   1000:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                   1001:            fi; \
                   1002:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                   1003:          else \
                   1004:            test -f "$(distdir)/$$file" \
                   1005:            || cp -p $$d/$$file "$(distdir)/$$file" \
                   1006:            || exit 1; \
                   1007:          fi; \
                   1008:        done
                   1009:        -test -n "$(am__skip_mode_fix)" \
                   1010:        || find "$(distdir)" -type d ! -perm -755 \
                   1011:                -exec chmod u+rwx,go+rx {} \; -o \
                   1012:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                   1013:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                   1014:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                   1015:        || chmod -R a+r "$(distdir)"
                   1016: dist-gzip: distdir
1.6       ohara    1017:        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1.1       noro     1018:        $(am__post_remove_distdir)
                   1019:
                   1020: dist-bzip2: distdir
                   1021:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                   1022:        $(am__post_remove_distdir)
                   1023:
                   1024: dist-lzip: distdir
                   1025:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                   1026:        $(am__post_remove_distdir)
                   1027:
                   1028: dist-xz: distdir
                   1029:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                   1030:        $(am__post_remove_distdir)
                   1031:
                   1032: dist-tarZ: distdir
1.4       noro     1033:        @echo WARNING: "Support for distribution archives compressed with" \
                   1034:                       "legacy program 'compress' is deprecated." >&2
1.1       noro     1035:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                   1036:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                   1037:        $(am__post_remove_distdir)
                   1038:
                   1039: dist-shar: distdir
1.4       noro     1040:        @echo WARNING: "Support for shar distribution archives is" \
                   1041:                       "deprecated." >&2
1.1       noro     1042:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.6       ohara    1043:        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1.1       noro     1044:        $(am__post_remove_distdir)
                   1045:
                   1046: dist-zip: distdir
                   1047:        -rm -f $(distdir).zip
                   1048:        zip -rq $(distdir).zip $(distdir)
                   1049:        $(am__post_remove_distdir)
                   1050:
                   1051: dist dist-all:
                   1052:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                   1053:        $(am__post_remove_distdir)
                   1054:
                   1055: # This target untars the dist file and tries a VPATH configuration.  Then
                   1056: # it guarantees that the distribution is self-contained by making another
                   1057: # tarfile.
                   1058: distcheck: dist
                   1059:        case '$(DIST_ARCHIVES)' in \
                   1060:        *.tar.gz*) \
1.6       ohara    1061:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1.1       noro     1062:        *.tar.bz2*) \
                   1063:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                   1064:        *.tar.lz*) \
                   1065:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
                   1066:        *.tar.xz*) \
                   1067:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                   1068:        *.tar.Z*) \
                   1069:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                   1070:        *.shar.gz*) \
1.6       ohara    1071:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1.1       noro     1072:        *.zip*) \
                   1073:          unzip $(distdir).zip ;;\
                   1074:        esac
                   1075:        chmod -R a-w $(distdir)
                   1076:        chmod u+w $(distdir)
1.4       noro     1077:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1.1       noro     1078:        chmod a-w $(distdir)
                   1079:        test -d $(distdir)/_build || exit 0; \
                   1080:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                   1081:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                   1082:          && am__cwd=`pwd` \
1.4       noro     1083:          && $(am__cd) $(distdir)/_build/sub \
                   1084:          && ../../configure \
1.1       noro     1085:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
                   1086:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.4       noro     1087:            --srcdir=../.. --prefix="$$dc_install_base" \
1.1       noro     1088:          && $(MAKE) $(AM_MAKEFLAGS) \
                   1089:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                   1090:          && $(MAKE) $(AM_MAKEFLAGS) check \
                   1091:          && $(MAKE) $(AM_MAKEFLAGS) install \
                   1092:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                   1093:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                   1094:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                   1095:                distuninstallcheck \
                   1096:          && chmod -R a-w "$$dc_install_base" \
                   1097:          && ({ \
                   1098:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                   1099:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                   1100:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                   1101:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                   1102:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                   1103:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                   1104:          && rm -rf "$$dc_destdir" \
                   1105:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                   1106:          && rm -rf $(DIST_ARCHIVES) \
                   1107:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                   1108:          && cd "$$am__cwd" \
                   1109:          || exit 1
                   1110:        $(am__post_remove_distdir)
                   1111:        @(echo "$(distdir) archives ready for distribution: "; \
                   1112:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                   1113:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                   1114: distuninstallcheck:
                   1115:        @test -n '$(distuninstallcheck_dir)' || { \
                   1116:          echo 'ERROR: trying to run $@ with an empty' \
                   1117:               '$$(distuninstallcheck_dir)' >&2; \
                   1118:          exit 1; \
                   1119:        }; \
                   1120:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                   1121:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                   1122:          exit 1; \
                   1123:        }; \
                   1124:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
                   1125:           || { echo "ERROR: files left after uninstall:" ; \
                   1126:                if test -n "$(DESTDIR)"; then \
                   1127:                  echo "  (check DESTDIR support)"; \
                   1128:                fi ; \
                   1129:                $(distuninstallcheck_listfiles) ; \
                   1130:                exit 1; } >&2
                   1131: distcleancheck: distclean
                   1132:        @if test '$(srcdir)' = . ; then \
                   1133:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                   1134:          exit 1 ; \
                   1135:        fi
                   1136:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                   1137:          || { echo "ERROR: files left in build directory after distclean:" ; \
                   1138:               $(distcleancheck_listfiles) ; \
                   1139:               exit 1; } >&2
                   1140: check-am: all-am
1.6       ohara    1141: check: $(BUILT_SOURCES)
                   1142:        $(MAKE) $(AM_MAKEFLAGS) check-am
                   1143: all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(DATA) $(HEADERS)
                   1144: install-binPROGRAMS: install-libLTLIBRARIES
                   1145:
                   1146: installdirs:
                   1147:        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(asirdir)" "$(DESTDIR)$(incdir)"; do \
1.1       noro     1148:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                   1149:        done
1.6       ohara    1150: install: $(BUILT_SOURCES)
                   1151:        $(MAKE) $(AM_MAKEFLAGS) install-am
                   1152: install-exec: install-exec-am
                   1153: install-data: install-data-am
                   1154: uninstall: uninstall-am
1.1       noro     1155:
                   1156: install-am: all-am
                   1157:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                   1158:
1.6       ohara    1159: installcheck: installcheck-am
1.1       noro     1160: install-strip:
                   1161:        if test -z '$(STRIP)'; then \
                   1162:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   1163:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   1164:              install; \
                   1165:        else \
                   1166:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   1167:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   1168:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                   1169:        fi
                   1170: mostlyclean-generic:
                   1171:
                   1172: clean-generic:
                   1173:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                   1174:
                   1175: distclean-generic:
                   1176:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                   1177:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.6       ohara    1178:        -rm -f asm/$(am__dirstamp)
                   1179:        -rm -f builtin/$(am__dirstamp)
                   1180:        -rm -f engine/$(am__dirstamp)
                   1181:        -rm -f fft/$(am__dirstamp)
                   1182:        -rm -f io/$(am__dirstamp)
                   1183:        -rm -f parse/$(am__dirstamp)
                   1184:        -rm -f plot/$(am__dirstamp)
1.1       noro     1185:
                   1186: maintainer-clean-generic:
                   1187:        @echo "This command is intended for maintainers to use"
                   1188:        @echo "it deletes files that may require special tools to rebuild."
1.6       ohara    1189:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                   1190: clean: clean-am
1.1       noro     1191:
1.6       ohara    1192: clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
                   1193:        clean-libtool mostlyclean-am
1.1       noro     1194:
1.6       ohara    1195: distclean: distclean-am
1.1       noro     1196:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                   1197:        -rm -f Makefile
                   1198: distclean-am: clean-am distclean-compile distclean-generic \
1.6       ohara    1199:        distclean-libtool distclean-tags
1.1       noro     1200:
1.6       ohara    1201: dvi: dvi-am
1.1       noro     1202:
                   1203: dvi-am:
                   1204:
1.6       ohara    1205: html: html-am
1.1       noro     1206:
                   1207: html-am:
                   1208:
1.6       ohara    1209: info: info-am
1.1       noro     1210:
                   1211: info-am:
                   1212:
1.6       ohara    1213: install-data-am: install-asirDATA install-incHEADERS
1.1       noro     1214:
1.6       ohara    1215: install-dvi: install-dvi-am
1.1       noro     1216:
                   1217: install-dvi-am:
                   1218:
1.6       ohara    1219: install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1.1       noro     1220:
1.6       ohara    1221: install-html: install-html-am
1.1       noro     1222:
                   1223: install-html-am:
                   1224:
1.6       ohara    1225: install-info: install-info-am
1.1       noro     1226:
                   1227: install-info-am:
                   1228:
                   1229: install-man:
                   1230:
1.6       ohara    1231: install-pdf: install-pdf-am
1.1       noro     1232:
                   1233: install-pdf-am:
                   1234:
1.6       ohara    1235: install-ps: install-ps-am
1.1       noro     1236:
                   1237: install-ps-am:
                   1238:
                   1239: installcheck-am:
                   1240:
1.6       ohara    1241: maintainer-clean: maintainer-clean-am
1.1       noro     1242:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                   1243:        -rm -rf $(top_srcdir)/autom4te.cache
                   1244:        -rm -f Makefile
                   1245: maintainer-clean-am: distclean-am maintainer-clean-generic
                   1246:
1.6       ohara    1247: mostlyclean: mostlyclean-am
1.1       noro     1248:
1.6       ohara    1249: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                   1250:        mostlyclean-libtool
1.1       noro     1251:
1.6       ohara    1252: pdf: pdf-am
1.1       noro     1253:
                   1254: pdf-am:
                   1255:
1.6       ohara    1256: ps: ps-am
1.1       noro     1257:
                   1258: ps-am:
                   1259:
1.6       ohara    1260: uninstall-am: uninstall-asirDATA uninstall-binPROGRAMS \
                   1261:        uninstall-incHEADERS uninstall-libLTLIBRARIES
1.1       noro     1262:
1.6       ohara    1263: .MAKE: all check install install-am install-strip
1.1       noro     1264:
1.6       ohara    1265: .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
                   1266:        clean-binPROGRAMS clean-cscope clean-generic \
                   1267:        clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
                   1268:        ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
                   1269:        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
                   1270:        distclean-compile distclean-generic distclean-libtool \
                   1271:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
                   1272:        dvi-am html html-am info info-am install install-am \
                   1273:        install-asirDATA install-binPROGRAMS install-data \
                   1274:        install-data-am install-dvi install-dvi-am install-exec \
                   1275:        install-exec-am install-html install-html-am \
                   1276:        install-incHEADERS install-info install-info-am \
                   1277:        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
                   1278:        install-ps install-ps-am install-strip installcheck \
                   1279:        installcheck-am installdirs maintainer-clean \
                   1280:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                   1281:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                   1282:        tags tags-am uninstall uninstall-am uninstall-asirDATA \
                   1283:        uninstall-binPROGRAMS uninstall-incHEADERS \
                   1284:        uninstall-libLTLIBRARIES
1.1       noro     1285:
1.4       noro     1286: .PRECIOUS: Makefile
                   1287:
1.6       ohara    1288: parse/lex.o parse/kwd.o: parse/y.tab.h
                   1289: ${YTAB_SRCS}: parse/parse.y
                   1290:        ${YACC} ${YFLAGS} -o parse/y.tab.c -d parse/parse.y
1.1       noro     1291:
1.6       ohara    1292: install-doc:
                   1293:        ${MKDIR_P} ${DESTDIR}${asirdir}
                   1294:        -for i in ja en ; do \
                   1295:                uudecode lib/help-$$i.uu ; \
                   1296:                gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \
                   1297:                rm -f help-$$i.tgz ; \
                   1298:        done
                   1299:        -(cd ${DESTDIR}${asirdir}; rm -rf help-jp help-eg help)
                   1300:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-ja help-jp)
                   1301:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help-eg)
                   1302:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help)
1.1       noro     1303:
1.6       ohara    1304: install-openxm: install install-doc
                   1305:        ${MKDIR_P} ${DESTDIR}${asirdir}
1.3       noro     1306:        -rm -f ${DESTDIR}${bindir}/ox_asir${EXEEXT}
                   1307:        (cd ${DESTDIR}${bindir} ; ${LN_S} asir${EXEEXT} ox_asir${EXEEXT})
                   1308:        -(cd ${DESTDIR}${asirdir}; \
                   1309:     rm -f asir${EXEEXT} ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
                   1310:        (cd ${DESTDIR}${asirdir} ; \
                   1311:        ${LN_S} ../../bin/asir${EXEEXT} asir${EXEEXT} ; \
                   1312:        ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
                   1313:        ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
                   1314:        ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
1.1       noro     1315:
                   1316: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                   1317: # Otherwise a system limit (for SysV at least) may be exceeded.
                   1318: .NOEXPORT:

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