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

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

1.2     ! noro        1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1       noro        2: # @configure_input@
                      3:
1.2     ! noro        4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1.1       noro        5:
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9:
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14:
                     15: @SET_MAKE@
                     16:
                     17: VPATH = @srcdir@
1.2     ! noro       18: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1.1       noro       19: am__make_running_with_option = \
                     20:   case $${target_option-} in \
                     21:       ?) ;; \
                     22:       *) echo "am__make_running_with_option: internal error: invalid" \
                     23:               "target option '$${target_option-}' specified" >&2; \
                     24:          exit 1;; \
                     25:   esac; \
                     26:   has_opt=no; \
                     27:   sane_makeflags=$$MAKEFLAGS; \
                     28:   if $(am__is_gnu_make); then \
                     29:     sane_makeflags=$$MFLAGS; \
                     30:   else \
                     31:     case $$MAKEFLAGS in \
                     32:       *\\[\ \  ]*) \
                     33:         bs=\\; \
                     34:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     35:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     36:     esac; \
                     37:   fi; \
                     38:   skip_next=no; \
                     39:   strip_trailopt () \
                     40:   { \
                     41:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     42:   }; \
                     43:   for flg in $$sane_makeflags; do \
                     44:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     45:     case $$flg in \
                     46:       *=*|--*) continue;; \
                     47:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     48:       -*I?*) strip_trailopt 'I';; \
                     49:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     50:       -*O?*) strip_trailopt 'O';; \
                     51:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     52:       -*l?*) strip_trailopt 'l';; \
                     53:       -[dEDm]) skip_next=yes;; \
                     54:       -[JT]) skip_next=yes;; \
                     55:     esac; \
                     56:     case $$flg in \
                     57:       *$$target_option*) has_opt=yes; break;; \
                     58:     esac; \
                     59:   done; \
                     60:   test $$has_opt = yes
                     61: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     62: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     63: pkgdatadir = $(datadir)/@PACKAGE@
                     64: pkgincludedir = $(includedir)/@PACKAGE@
                     65: pkglibdir = $(libdir)/@PACKAGE@
                     66: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     67: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     68: install_sh_DATA = $(install_sh) -c -m 644
                     69: install_sh_PROGRAM = $(install_sh) -c
                     70: install_sh_SCRIPT = $(install_sh) -c
                     71: INSTALL_HEADER = $(INSTALL_DATA)
                     72: transform = $(program_transform_name)
                     73: NORMAL_INSTALL = :
                     74: PRE_INSTALL = :
                     75: POST_INSTALL = :
                     76: NORMAL_UNINSTALL = :
                     77: PRE_UNINSTALL = :
                     78: POST_UNINSTALL = :
                     79: build_triplet = @build@
                     80: host_triplet = @host@
                     81: target_triplet = @target@
1.2     ! noro       82: Asir_PROGRAMS = Asir$(EXEEXT)
1.1       noro       83: subdir = .
1.2     ! noro       84: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
        !            85:        $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \
        !            86:        INSTALL compile config.guess config.sub depcomp install-sh \
        !            87:        missing
1.1       noro       88: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     89: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     90: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     91:        $(ACLOCAL_M4)
                     92: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                     93:  configure.lineno config.status.lineno
                     94: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     95: CONFIG_CLEAN_FILES =
                     96: CONFIG_CLEAN_VPATH_FILES =
1.2     ! noro       97: am__installdirs = "$(DESTDIR)$(Asirdir)"
        !            98: PROGRAMS = $(Asir_PROGRAMS)
        !            99: am_Asir_OBJECTS = main.$(OBJEXT)
        !           100: Asir_OBJECTS = $(am_Asir_OBJECTS)
        !           101: Asir_DEPENDENCIES = libAsir.a
1.1       noro      102: AM_V_P = $(am__v_P_@AM_V@)
                    103: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    104: am__v_P_0 = false
                    105: am__v_P_1 = :
                    106: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    107: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    108: am__v_GEN_0 = @echo "  GEN     " $@;
                    109: am__v_GEN_1 =
                    110: AM_V_at = $(am__v_at_@AM_V@)
                    111: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    112: am__v_at_0 = @
                    113: am__v_at_1 =
                    114: DEFAULT_INCLUDES = -I.@am__isrc@
                    115: depcomp =
                    116: am__depfiles_maybe =
                    117: AM_V_lt = $(am__v_lt_@AM_V@)
                    118: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
                    119: am__v_lt_0 = --silent
                    120: am__v_lt_1 =
                    121: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    122:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    123: AM_V_CC = $(am__v_CC_@AM_V@)
                    124: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    125: am__v_CC_0 = @echo "  CC      " $@;
                    126: am__v_CC_1 =
                    127: CCLD = $(CC)
                    128: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    129: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    130: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    131: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    132: am__v_CCLD_1 =
1.2     ! noro      133: SOURCES = $(Asir_SOURCES)
        !           134: DIST_SOURCES = $(Asir_SOURCES)
1.1       noro      135: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
                    136:        ctags-recursive dvi-recursive html-recursive info-recursive \
                    137:        install-data-recursive install-dvi-recursive \
                    138:        install-exec-recursive install-html-recursive \
                    139:        install-info-recursive install-pdf-recursive \
                    140:        install-ps-recursive install-recursive installcheck-recursive \
                    141:        installdirs-recursive pdf-recursive ps-recursive \
                    142:        tags-recursive uninstall-recursive
                    143: am__can_run_installinfo = \
                    144:   case $$AM_UPDATE_INFO_DIR in \
                    145:     n|no|NO) false;; \
                    146:     *) (install-info --version) >/dev/null 2>&1;; \
                    147:   esac
                    148: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    149:   distclean-recursive maintainer-clean-recursive
                    150: am__recursive_targets = \
                    151:   $(RECURSIVE_TARGETS) \
                    152:   $(RECURSIVE_CLEAN_TARGETS) \
                    153:   $(am__extra_recursive_targets)
                    154: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
                    155:        cscope distdir dist dist-all distcheck
                    156: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    157: # Read a list of newline-separated strings from the standard input,
                    158: # and print each of them once, without duplicates.  Input order is
                    159: # *not* preserved.
                    160: am__uniquify_input = $(AWK) '\
                    161:   BEGIN { nonempty = 0; } \
                    162:   { items[$$0] = 1; nonempty = 1; } \
                    163:   END { if (nonempty) { for (i in items) print i; }; } \
                    164: '
                    165: # Make sure the list of sources is unique.  This is necessary because,
                    166: # e.g., the same source file might be shared among _SOURCES variables
                    167: # for different programs/libraries.
                    168: am__define_uniq_tagged_files = \
                    169:   list='$(am__tagged_files)'; \
                    170:   unique=`for i in $$list; do \
                    171:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    172:   done | $(am__uniquify_input)`
                    173: ETAGS = etags
                    174: CTAGS = ctags
                    175: CSCOPE = cscope
                    176: DIST_SUBDIRS = asm builtin engine fft include io lib parse plot
                    177: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    178: distdir = $(PACKAGE)-$(VERSION)
                    179: top_distdir = $(distdir)
                    180: am__remove_distdir = \
                    181:   if test -d "$(distdir)"; then \
                    182:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    183:       && rm -rf "$(distdir)" \
                    184:       || { sleep 5 && rm -rf "$(distdir)"; }; \
                    185:   else :; fi
                    186: am__post_remove_distdir = $(am__remove_distdir)
                    187: am__relativize = \
                    188:   dir0=`pwd`; \
                    189:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    190:   sed_rest='s,^[^/]*/*,,'; \
                    191:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    192:   sed_butlast='s,/*[^/]*$$,,'; \
                    193:   while test -n "$$dir1"; do \
                    194:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    195:     if test "$$first" != "."; then \
                    196:       if test "$$first" = ".."; then \
                    197:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    198:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    199:       else \
                    200:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    201:         if test "$$first2" = "$$first"; then \
                    202:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    203:         else \
                    204:           dir2="../$$dir2"; \
                    205:         fi; \
                    206:         dir0="$$dir0"/"$$first"; \
                    207:       fi; \
                    208:     fi; \
                    209:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    210:   done; \
                    211:   reldir="$$dir2"
                    212: DIST_ARCHIVES = $(distdir).tar.gz
                    213: GZIP_ENV = --best
                    214: DIST_TARGETS = dist-gzip
                    215: distuninstallcheck_listfiles = find . -type f -print
                    216: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    217:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
                    218: distcleancheck_listfiles = find . -type f -print
                    219: ACLOCAL = @ACLOCAL@
                    220: AMTAR = @AMTAR@
                    221: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    222: ASIR_GCLIB = @ASIR_GCLIB@
                    223: AUTOCONF = @AUTOCONF@
                    224: AUTOHEADER = @AUTOHEADER@
                    225: AUTOMAKE = @AUTOMAKE@
                    226: AWK = @AWK@
                    227: CC = @CC@
                    228: CCDEPMODE = @CCDEPMODE@
                    229: CFLAGS = @CFLAGS@
                    230: CPP = @CPP@
                    231: CPPFLAGS = @CPPFLAGS@
                    232: CYGPATH_W = @CYGPATH_W@
1.2     ! noro      233: DEFS = @DEFS@ -DASIR_LIBDIR=\"${Asirdir}\"
1.1       noro      234: DEPDIR = @DEPDIR@
                    235: ECHO_C = @ECHO_C@
                    236: ECHO_N = @ECHO_N@
                    237: ECHO_T = @ECHO_T@
                    238: EGREP = @EGREP@
                    239: EXEEXT = @EXEEXT@
                    240: FEPLIB = @FEPLIB@
                    241: GC = @GC@
                    242: GCINC = @GCINC@
                    243: GCLIB = @GCLIB@
                    244: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
                    245: GC_DISTDIR = @GC_DISTDIR@
                    246: GMPLIB = -L${libdir} @GMPLIB@
                    247: GREP = @GREP@
                    248: INSTALL = @INSTALL@
                    249: INSTALL_DATA = @INSTALL_DATA@
                    250: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    251: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    252: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    253: LAPACKLIB = @LAPACKLIB@
                    254: LDFLAGS = @LDFLAGS@
                    255: LIBOBJS = @LIBOBJS@
                    256: LIBS = @LIBS@ @GCLIB@ @PARILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} ${GMPLIB} -lm @WSLIB@ ${EXTRALIBS}
                    257: LN_S = @LN_S@
                    258: LTLIBOBJS = @LTLIBOBJS@
                    259: MAINT = @MAINT@
                    260: MAKEINFO = @MAKEINFO@
                    261: MKDIR_P = @MKDIR_P@
                    262: OBJEXT = @OBJEXT@
                    263: PACKAGE = @PACKAGE@
                    264: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    265: PACKAGE_NAME = @PACKAGE_NAME@
                    266: PACKAGE_STRING = @PACKAGE_STRING@
                    267: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    268: PACKAGE_URL = @PACKAGE_URL@
                    269: PACKAGE_VERSION = @PACKAGE_VERSION@
                    270: PARIINC = @PARIINC@
                    271: PARILIB = @PARILIB@
                    272: PATH_SEPARATOR = @PATH_SEPARATOR@
                    273: RANLIB = @RANLIB@
                    274: SET_MAKE = @SET_MAKE@
                    275: SHELL = @SHELL@
                    276: STRIP = @STRIP@
                    277: USE_GC_SPARC64 = @USE_GC_SPARC64@
                    278: VERSION = @VERSION@
                    279: WSLIB = @WSLIB@
                    280: XMKMF = @XMKMF@
                    281: XPMLIB = @XPMLIB@
                    282: X_CFLAGS = @X_CFLAGS@
                    283: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    284: X_LIBS = @X_LIBS@
                    285: X_PRE_LIBS = @X_PRE_LIBS@
                    286: YACC = @YACC@
                    287: YFLAGS = @YFLAGS@
                    288: abs_builddir = @abs_builddir@
                    289: abs_srcdir = @abs_srcdir@
                    290: abs_top_builddir = @abs_top_builddir@
                    291: abs_top_srcdir = @abs_top_srcdir@
                    292: ac_ct_CC = @ac_ct_CC@
                    293: am__include = @am__include@
                    294: am__leading_dot = @am__leading_dot@
                    295: am__quote = @am__quote@
                    296: am__tar = @am__tar@
                    297: am__untar = @am__untar@
                    298: asm_obj = @asm_obj@
                    299: bindir = @bindir@
                    300: build = @build@
                    301: build_alias = @build_alias@
                    302: build_cpu = @build_cpu@
                    303: build_os = @build_os@
                    304: build_vendor = @build_vendor@
                    305: builddir = @builddir@
                    306: datadir = @datadir@
                    307: datarootdir = @datarootdir@
                    308: docdir = @docdir@
                    309: dvidir = @dvidir@
                    310: exec_prefix = @exec_prefix@
                    311: host = @host@
                    312: host_alias = @host_alias@
                    313: host_cpu = @host_cpu@
                    314: host_os = @host_os@
                    315: host_vendor = @host_vendor@
                    316: htmldir = @htmldir@
                    317: includedir = @includedir@
                    318: infodir = @infodir@
                    319: install_sh = @install_sh@
                    320: libasir_postfix = @libasir_postfix@
                    321: libdir = @libdir@
                    322: libexecdir = @libexecdir@
                    323: localedir = @localedir@
                    324: localstatedir = @localstatedir@
                    325: mandir = @mandir@
                    326: mkdir_p = @mkdir_p@
                    327: oldincludedir = @oldincludedir@
                    328: pdfdir = @pdfdir@
                    329: prefix = @prefix@
                    330: program_transform_name = @program_transform_name@
                    331: psdir = @psdir@
                    332: sbindir = @sbindir@
                    333: sharedstatedir = @sharedstatedir@
                    334: srcdir = @srcdir@
                    335: sysconfdir = @sysconfdir@
                    336: target = @target@
                    337: target_alias = @target_alias@
                    338: target_cpu = @target_cpu@
                    339: target_os = @target_os@
                    340: target_vendor = @target_vendor@
                    341: top_build_prefix = @top_build_prefix@
                    342: top_builddir = @top_builddir@
                    343: top_srcdir = @top_srcdir@
                    344: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
                    345: @USE_PLOT_TRUE@PLOTDIR = plot
                    346: @USE_PLOT_TRUE@PLLIB = plot/libplot.a
                    347: @USE_PLOT_TRUE@X11LIB = @X_LIBS@ -lXaw -lXmu -lXt @X_PRE_LIBS@ @XPMLIB@ -lXext -lX11 @X_EXTRA_LIBS@
                    348: SUBDIRS = asm builtin engine fft include io lib parse ${PLOTDIR}
1.2     ! noro      349: Asirdir = ${libdir}/Asir
        !           350: Asir_SOURCES = parse/main.c
        !           351: Asir_LDADD = libAsir.a @ASIR_GCLIB@
        !           352: CLEANFILES = ${Asir_LDADD} Asir-openxm-${VERSION}.tgz
1.1       noro      353: GC_TAR_GZ = gc-7.4.2.tar.gz
                    354: GC_PATCH = gc-7.diff gc-7.0-risa.diff
                    355: LIB_ATOMIC = libatomic_ops-7.4.0
                    356: LIB_ATOMIC_TAR_GZ = ${LIB_ATOMIC}.tar.gz
                    357: #GC_TAR_GZ     = ${GC}.tar.gz
                    358: #GC_PATCH      = gc6.diff gc6-risa.diff
                    359: GC_MASTER_SITE = http://www.math.kobe-u.ac.jp/pub/OpenXM/misc/
                    360: OX_FETCH = ${bindir}/oxfetch.sh
                    361: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    362:            -I${prefix}/include @GCINC@ @PARIINC@ @X_CFLAGS@
                    363:
                    364: GLIB = @ASIR_GCLIB@
                    365: ALIB = asm/libasm.a
                    366: BLIB = builtin/libfunc.a
                    367: ELIB = engine/libca.a
                    368: FLIB = fft/libdft.a
                    369: IOLIB = io/libio.a
                    370: PLIB = parse/libparse.a
                    371: ASIRLIB = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} ${FLIB} ${ALIB}
                    372: all: all-recursive
                    373:
                    374: .SUFFIXES:
                    375: .SUFFIXES: .c .o .obj
                    376: am--refresh: Makefile
                    377:        @:
                    378: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    379:        @for dep in $?; do \
                    380:          case '$(am__configure_deps)' in \
                    381:            *$$dep*) \
                    382:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
                    383:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
                    384:                && exit 0; \
                    385:              exit 1;; \
                    386:          esac; \
                    387:        done; \
                    388:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
                    389:        $(am__cd) $(top_srcdir) && \
                    390:          $(AUTOMAKE) --foreign Makefile
1.2     ! noro      391: .PRECIOUS: Makefile
1.1       noro      392: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    393:        @case '$?' in \
                    394:          *config.status*) \
                    395:            echo ' $(SHELL) ./config.status'; \
                    396:            $(SHELL) ./config.status;; \
                    397:          *) \
                    398:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    399:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    400:        esac;
                    401:
                    402: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    403:        $(SHELL) ./config.status --recheck
                    404:
                    405: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    406:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    407: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    408:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    409: $(am__aclocal_m4_deps):
1.2     ! noro      410: install-AsirPROGRAMS: $(Asir_PROGRAMS)
1.1       noro      411:        @$(NORMAL_INSTALL)
1.2     ! noro      412:        @list='$(Asir_PROGRAMS)'; test -n "$(Asirdir)" || list=; \
1.1       noro      413:        if test -n "$$list"; then \
1.2     ! noro      414:          echo " $(MKDIR_P) '$(DESTDIR)$(Asirdir)'"; \
        !           415:          $(MKDIR_P) "$(DESTDIR)$(Asirdir)" || exit 1; \
1.1       noro      416:        fi; \
                    417:        for p in $$list; do echo "$$p $$p"; done | \
                    418:        sed 's/$(EXEEXT)$$//' | \
                    419:        while read p p1; do if test -f $$p \
                    420:          ; then echo "$$p"; echo "$$p"; else :; fi; \
                    421:        done | \
                    422:        sed -e 'p;s,.*/,,;n;h' \
                    423:            -e 's|.*|.|' \
                    424:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    425:        sed 'N;N;N;s,\n, ,g' | \
                    426:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    427:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    428:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    429:            else { print "f", $$3 "/" $$4, $$1; } } \
                    430:          END { for (d in files) print "f", d, files[d] }' | \
                    431:        while read type dir files; do \
                    432:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    433:            test -z "$$files" || { \
1.2     ! noro      434:              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(Asirdir)$$dir'"; \
        !           435:              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(Asirdir)$$dir" || exit $$?; \
1.1       noro      436:            } \
                    437:        ; done
                    438:
1.2     ! noro      439: uninstall-AsirPROGRAMS:
1.1       noro      440:        @$(NORMAL_UNINSTALL)
1.2     ! noro      441:        @list='$(Asir_PROGRAMS)'; test -n "$(Asirdir)" || list=; \
1.1       noro      442:        files=`for p in $$list; do echo "$$p"; done | \
                    443:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    444:              -e 's/$$/$(EXEEXT)/' \
                    445:        `; \
                    446:        test -n "$$list" || exit 0; \
1.2     ! noro      447:        echo " ( cd '$(DESTDIR)$(Asirdir)' && rm -f" $$files ")"; \
        !           448:        cd "$(DESTDIR)$(Asirdir)" && rm -f $$files
1.1       noro      449:
1.2     ! noro      450: clean-AsirPROGRAMS:
        !           451:        -test -z "$(Asir_PROGRAMS)" || rm -f $(Asir_PROGRAMS)
1.1       noro      452:
1.2     ! noro      453: Asir$(EXEEXT): $(Asir_OBJECTS) $(Asir_DEPENDENCIES) $(EXTRA_Asir_DEPENDENCIES)
        !           454:        @rm -f Asir$(EXEEXT)
        !           455:        $(AM_V_CCLD)$(LINK) $(Asir_OBJECTS) $(Asir_LDADD) $(LIBS)
1.1       noro      456:
                    457: mostlyclean-compile:
                    458:        -rm -f *.$(OBJEXT)
                    459:
                    460: distclean-compile:
                    461:        -rm -f *.tab.c
                    462:
                    463: .c.o:
                    464:        $(AM_V_CC)$(COMPILE) -c -o $@ $<
                    465:
                    466: .c.obj:
                    467:        $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    468:
                    469: main.o: parse/main.c
                    470:        $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.o `test -f 'parse/main.c' || echo '$(srcdir)/'`parse/main.c
                    471:
                    472: main.obj: parse/main.c
                    473:        $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `if test -f 'parse/main.c'; then $(CYGPATH_W) 'parse/main.c'; else $(CYGPATH_W) '$(srcdir)/parse/main.c'; fi`
                    474:
                    475: # This directory's subdirectories are mostly independent; you can cd
                    476: # into them and run 'make' without going through this Makefile.
                    477: # To change the values of 'make' variables: instead of editing Makefiles,
                    478: # (1) if the variable is set in 'config.status', edit 'config.status'
                    479: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    480: # (2) otherwise, pass the desired values on the 'make' command line.
                    481: $(am__recursive_targets):
                    482:        @fail=; \
                    483:        if $(am__make_keepgoing); then \
                    484:          failcom='fail=yes'; \
                    485:        else \
                    486:          failcom='exit 1'; \
                    487:        fi; \
                    488:        dot_seen=no; \
                    489:        target=`echo $@ | sed s/-recursive//`; \
                    490:        case "$@" in \
                    491:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    492:          *) list='$(SUBDIRS)' ;; \
                    493:        esac; \
                    494:        for subdir in $$list; do \
                    495:          echo "Making $$target in $$subdir"; \
                    496:          if test "$$subdir" = "."; then \
                    497:            dot_seen=yes; \
                    498:            local_target="$$target-am"; \
                    499:          else \
                    500:            local_target="$$target"; \
                    501:          fi; \
                    502:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    503:          || eval $$failcom; \
                    504:        done; \
                    505:        if test "$$dot_seen" = "no"; then \
                    506:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    507:        fi; test -z "$$fail"
                    508:
                    509: ID: $(am__tagged_files)
                    510:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    511: tags: tags-recursive
                    512: TAGS: tags
                    513:
                    514: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    515:        set x; \
                    516:        here=`pwd`; \
                    517:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    518:          include_option=--etags-include; \
                    519:          empty_fix=.; \
                    520:        else \
                    521:          include_option=--include; \
                    522:          empty_fix=; \
                    523:        fi; \
                    524:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    525:          if test "$$subdir" = .; then :; else \
                    526:            test ! -f $$subdir/TAGS || \
                    527:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    528:          fi; \
                    529:        done; \
                    530:        $(am__define_uniq_tagged_files); \
                    531:        shift; \
                    532:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    533:          test -n "$$unique" || unique=$$empty_fix; \
                    534:          if test $$# -gt 0; then \
                    535:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    536:              "$$@" $$unique; \
                    537:          else \
                    538:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    539:              $$unique; \
                    540:          fi; \
                    541:        fi
                    542: ctags: ctags-recursive
                    543:
                    544: CTAGS: ctags
                    545: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    546:        $(am__define_uniq_tagged_files); \
                    547:        test -z "$(CTAGS_ARGS)$$unique" \
                    548:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    549:             $$unique
                    550:
                    551: GTAGS:
                    552:        here=`$(am__cd) $(top_builddir) && pwd` \
                    553:          && $(am__cd) $(top_srcdir) \
                    554:          && gtags -i $(GTAGS_ARGS) "$$here"
                    555: cscope: cscope.files
                    556:        test ! -s cscope.files \
                    557:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    558: clean-cscope:
                    559:        -rm -f cscope.files
                    560: cscope.files: clean-cscope cscopelist
                    561: cscopelist: cscopelist-recursive
                    562:
                    563: cscopelist-am: $(am__tagged_files)
                    564:        list='$(am__tagged_files)'; \
                    565:        case "$(srcdir)" in \
                    566:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    567:          *) sdir=$(subdir)/$(srcdir) ;; \
                    568:        esac; \
                    569:        for i in $$list; do \
                    570:          if test -f "$$i"; then \
                    571:            echo "$(subdir)/$$i"; \
                    572:          else \
                    573:            echo "$$sdir/$$i"; \
                    574:          fi; \
                    575:        done >> $(top_builddir)/cscope.files
                    576:
                    577: distclean-tags:
                    578:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    579:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
                    580:
                    581: distdir: $(DISTFILES)
                    582:        $(am__remove_distdir)
                    583:        test -d "$(distdir)" || mkdir "$(distdir)"
                    584:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    585:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    586:        list='$(DISTFILES)'; \
                    587:          dist_files=`for file in $$list; do echo $$file; done | \
                    588:          sed -e "s|^$$srcdirstrip/||;t" \
                    589:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    590:        case $$dist_files in \
                    591:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    592:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    593:                           sort -u` ;; \
                    594:        esac; \
                    595:        for file in $$dist_files; do \
                    596:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    597:          if test -d $$d/$$file; then \
                    598:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    599:            if test -d "$(distdir)/$$file"; then \
                    600:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    601:            fi; \
                    602:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    603:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    604:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    605:            fi; \
                    606:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    607:          else \
                    608:            test -f "$(distdir)/$$file" \
                    609:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    610:            || exit 1; \
                    611:          fi; \
                    612:        done
                    613:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    614:          if test "$$subdir" = .; then :; else \
                    615:            $(am__make_dryrun) \
                    616:              || test -d "$(distdir)/$$subdir" \
                    617:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    618:              || exit 1; \
                    619:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    620:            $(am__relativize); \
                    621:            new_distdir=$$reldir; \
                    622:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    623:            $(am__relativize); \
                    624:            new_top_distdir=$$reldir; \
                    625:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    626:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    627:            ($(am__cd) $$subdir && \
                    628:              $(MAKE) $(AM_MAKEFLAGS) \
                    629:                top_distdir="$$new_top_distdir" \
                    630:                distdir="$$new_distdir" \
                    631:                am__remove_distdir=: \
                    632:                am__skip_length_check=: \
                    633:                am__skip_mode_fix=: \
                    634:                distdir) \
                    635:              || exit 1; \
                    636:          fi; \
                    637:        done
                    638:        -test -n "$(am__skip_mode_fix)" \
                    639:        || find "$(distdir)" -type d ! -perm -755 \
                    640:                -exec chmod u+rwx,go+rx {} \; -o \
                    641:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    642:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    643:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    644:        || chmod -R a+r "$(distdir)"
                    645: dist-gzip: distdir
                    646:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    647:        $(am__post_remove_distdir)
                    648:
                    649: dist-bzip2: distdir
                    650:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    651:        $(am__post_remove_distdir)
                    652:
                    653: dist-lzip: distdir
                    654:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    655:        $(am__post_remove_distdir)
                    656:
                    657: dist-xz: distdir
                    658:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    659:        $(am__post_remove_distdir)
                    660:
                    661: dist-tarZ: distdir
1.2     ! noro      662:        @echo WARNING: "Support for shar distribution archives is" \
        !           663:                       "deprecated." >&2
1.1       noro      664:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    665:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    666:        $(am__post_remove_distdir)
                    667:
                    668: dist-shar: distdir
1.2     ! noro      669:        @echo WARNING: "Support for distribution archives compressed with" \
        !           670:                       "legacy program 'compress' is deprecated." >&2
1.1       noro      671:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    672:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    673:        $(am__post_remove_distdir)
                    674:
                    675: dist-zip: distdir
                    676:        -rm -f $(distdir).zip
                    677:        zip -rq $(distdir).zip $(distdir)
                    678:        $(am__post_remove_distdir)
                    679:
                    680: dist dist-all:
                    681:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    682:        $(am__post_remove_distdir)
                    683:
                    684: # This target untars the dist file and tries a VPATH configuration.  Then
                    685: # it guarantees that the distribution is self-contained by making another
                    686: # tarfile.
                    687: distcheck: dist
                    688:        case '$(DIST_ARCHIVES)' in \
                    689:        *.tar.gz*) \
                    690:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
                    691:        *.tar.bz2*) \
                    692:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                    693:        *.tar.lz*) \
                    694:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
                    695:        *.tar.xz*) \
                    696:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                    697:        *.tar.Z*) \
                    698:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    699:        *.shar.gz*) \
                    700:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
                    701:        *.zip*) \
                    702:          unzip $(distdir).zip ;;\
                    703:        esac
                    704:        chmod -R a-w $(distdir)
                    705:        chmod u+w $(distdir)
1.2     ! noro      706:        mkdir $(distdir)/_build $(distdir)/_inst
1.1       noro      707:        chmod a-w $(distdir)
                    708:        test -d $(distdir)/_build || exit 0; \
                    709:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    710:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                    711:          && am__cwd=`pwd` \
1.2     ! noro      712:          && $(am__cd) $(distdir)/_build \
        !           713:          && ../configure \
1.1       noro      714:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
                    715:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.2     ! noro      716:            --srcdir=.. --prefix="$$dc_install_base" \
1.1       noro      717:          && $(MAKE) $(AM_MAKEFLAGS) \
                    718:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    719:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    720:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    721:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    722:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    723:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    724:                distuninstallcheck \
                    725:          && chmod -R a-w "$$dc_install_base" \
                    726:          && ({ \
                    727:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    728:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    729:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    730:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    731:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    732:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    733:          && rm -rf "$$dc_destdir" \
                    734:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    735:          && rm -rf $(DIST_ARCHIVES) \
                    736:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    737:          && cd "$$am__cwd" \
                    738:          || exit 1
                    739:        $(am__post_remove_distdir)
                    740:        @(echo "$(distdir) archives ready for distribution: "; \
                    741:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    742:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    743: distuninstallcheck:
                    744:        @test -n '$(distuninstallcheck_dir)' || { \
                    745:          echo 'ERROR: trying to run $@ with an empty' \
                    746:               '$$(distuninstallcheck_dir)' >&2; \
                    747:          exit 1; \
                    748:        }; \
                    749:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    750:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    751:          exit 1; \
                    752:        }; \
                    753:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
                    754:           || { echo "ERROR: files left after uninstall:" ; \
                    755:                if test -n "$(DESTDIR)"; then \
                    756:                  echo "  (check DESTDIR support)"; \
                    757:                fi ; \
                    758:                $(distuninstallcheck_listfiles) ; \
                    759:                exit 1; } >&2
                    760: distcleancheck: distclean
                    761:        @if test '$(srcdir)' = . ; then \
                    762:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    763:          exit 1 ; \
                    764:        fi
                    765:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    766:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    767:               $(distcleancheck_listfiles) ; \
                    768:               exit 1; } >&2
                    769: check-am: all-am
                    770: check: check-recursive
                    771: all-am: Makefile $(PROGRAMS)
                    772: installdirs: installdirs-recursive
                    773: installdirs-am:
1.2     ! noro      774:        for dir in "$(DESTDIR)$(Asirdir)"; do \
1.1       noro      775:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    776:        done
                    777: install: install-recursive
                    778: install-exec: install-exec-recursive
                    779: install-data: install-data-recursive
                    780: uninstall: uninstall-recursive
                    781:
                    782: install-am: all-am
                    783:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    784:
                    785: installcheck: installcheck-recursive
                    786: install-strip:
                    787:        if test -z '$(STRIP)'; then \
                    788:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    789:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    790:              install; \
                    791:        else \
                    792:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    793:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    794:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    795:        fi
                    796: mostlyclean-generic:
                    797:
                    798: clean-generic:
                    799:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    800:
                    801: distclean-generic:
                    802:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    803:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    804:
                    805: maintainer-clean-generic:
                    806:        @echo "This command is intended for maintainers to use"
                    807:        @echo "it deletes files that may require special tools to rebuild."
                    808: clean: clean-recursive
                    809:
1.2     ! noro      810: clean-am: clean-AsirPROGRAMS clean-generic mostlyclean-am
1.1       noro      811:
                    812: distclean: distclean-recursive
                    813:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    814:        -rm -f Makefile
                    815: distclean-am: clean-am distclean-compile distclean-generic \
                    816:        distclean-tags
                    817:
                    818: dvi: dvi-recursive
                    819:
                    820: dvi-am:
                    821:
                    822: html: html-recursive
                    823:
                    824: html-am:
                    825:
                    826: info: info-recursive
                    827:
                    828: info-am:
                    829:
1.2     ! noro      830: install-data-am: install-AsirPROGRAMS
1.1       noro      831:
                    832: install-dvi: install-dvi-recursive
                    833:
                    834: install-dvi-am:
                    835:
                    836: install-exec-am:
                    837:
                    838: install-html: install-html-recursive
                    839:
                    840: install-html-am:
                    841:
                    842: install-info: install-info-recursive
                    843:
                    844: install-info-am:
                    845:
                    846: install-man:
                    847:
                    848: install-pdf: install-pdf-recursive
                    849:
                    850: install-pdf-am:
                    851:
                    852: install-ps: install-ps-recursive
                    853:
                    854: install-ps-am:
                    855:
                    856: installcheck-am:
                    857:
                    858: maintainer-clean: maintainer-clean-recursive
                    859:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    860:        -rm -rf $(top_srcdir)/autom4te.cache
                    861:        -rm -f Makefile
                    862: maintainer-clean-am: distclean-am maintainer-clean-generic
                    863:
                    864: mostlyclean: mostlyclean-recursive
                    865:
                    866: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    867:
                    868: pdf: pdf-recursive
                    869:
                    870: pdf-am:
                    871:
                    872: ps: ps-recursive
                    873:
                    874: ps-am:
                    875:
1.2     ! noro      876: uninstall-am: uninstall-AsirPROGRAMS
1.1       noro      877:
                    878: .MAKE: $(am__recursive_targets) install-am install-strip
                    879:
                    880: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1.2     ! noro      881:        am--refresh check check-am clean clean-AsirPROGRAMS \
1.1       noro      882:        clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
                    883:        dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
                    884:        dist-tarZ dist-xz dist-zip distcheck distclean \
                    885:        distclean-compile distclean-generic distclean-tags \
                    886:        distcleancheck distdir distuninstallcheck dvi dvi-am html \
1.2     ! noro      887:        html-am info info-am install install-AsirPROGRAMS install-am \
1.1       noro      888:        install-data install-data-am install-dvi install-dvi-am \
                    889:        install-exec install-exec-am install-html install-html-am \
                    890:        install-info install-info-am install-man install-pdf \
                    891:        install-pdf-am install-ps install-ps-am install-strip \
                    892:        installcheck installcheck-am installdirs installdirs-am \
                    893:        maintainer-clean maintainer-clean-generic mostlyclean \
                    894:        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1.2     ! noro      895:        tags tags-am uninstall uninstall-AsirPROGRAMS uninstall-am
1.1       noro      896:
                    897: # EXTRALIBS = @EXTRALIBS@
                    898:
                    899: all-recursive: ${GLIB}
                    900:
                    901: umain.o: parse/main.c
                    902:        ${COMPILE} -DUINIT main.c -o umain.o
                    903:
1.2     ! noro      904: libAsir-gc.a: ${GC_PATCH}
1.1       noro      905:        -if [ ! -f ${top_srcdir}/.gc_fetch_done ]; then \
                    906:                if [ ! -f ${GC_DISTDIR}/${GC_TAR_GZ} ]; then \
                    907:                        ${OX_FETCH} ${GC_MASTER_SITE}${GC_TAR_GZ} ${GC_DISTDIR}; \
                    908:                        ${OX_FETCH} ${GC_MASTER_SITE}${LIB_ATOMIC_TAR_GZ} ${GC_DISTDIR}; \
                    909:                fi ; \
                    910:                touch ${top_srcdir}/.gc_fetch_done ; \
                    911:        fi
                    912:        -if [ ! -f ${top_srcdir}/.gc_risa_done ]; then \
                    913:            (cd ${top_srcdir}; tar xzvf ${GC_DISTDIR}/${GC_TAR_GZ}) ; \
                    914:            (cd ${top_srcdir}/${GC}; tar xzvf ${GC_DISTDIR}/${LIB_ATOMIC_TAR_GZ}; mv ${LIB_ATOMIC} libatomic_ops) ; \
                    915:                for i in ${GC_PATCH} ; do \
                    916:            (cd ${top_srcdir}/${GC}; patch -p1 < ../$$i) ; \
                    917:                done ; \
                    918:            touch ${top_srcdir}/.gc_risa_done ; \
                    919:        fi
                    920:        -if [ "${USE_GC_SPARC64}" = yes \
                    921:             -a ! -f ${top_srcdir}/${GC}/.patch_gc_sparc64_done ]; then \
                    922:            (cd ${top_srcdir}/${GC}; patch -p0 < ../gc_sparc64.diff) ; \
                    923:            touch ${top_srcdir}/${GC}/.patch_gc_sparc64_done ; \
                    924:        fi
                    925:        -if [ ! -f ${top_srcdir}/${GC}/.configure_done ]; then \
                    926:            (cd ${top_srcdir}/${GC}; ./configure ${GC_CONFIGURE_ARGS}) ; \
                    927:            touch ${top_srcdir}/${GC}/.configure_done ; \
                    928:        fi
                    929:        (cd ${top_srcdir}/${GC}; ${MAKE})
                    930:        cp ${top_srcdir}/${GC}/.libs/libgc.a $@
                    931:
1.2     ! noro      932: libAsir.a: ${ASIRLIB} ${GLIB} parse/gc_risa.c
1.1       noro      933:        -mkdir ${top_srcdir}/libtmp
                    934:        -rm -f ${top_srcdir}/libtmp/*  ${top_srcdir}/$@
                    935:        for i in ${ASIRLIB}; do (cd ${top_srcdir}/libtmp; ar x ../$$i; chmod 644 *) done
                    936:        (cd ${top_srcdir}/parse; ${MAKE} gc_risa.o; cp gc_risa.o ../libtmp)
                    937:        (cd ${top_srcdir}/libtmp; ${AR} cq ../$@ *.o)
                    938:        (cd ${top_srcdir}; ${RANLIB} $@)
                    939:        -rm -rf ${top_srcdir}/libtmp
                    940:
1.2     ! noro      941: install-libAsir: libAsir.a
1.1       noro      942:        mkdir -p ${DESTDIR}${libdir}
1.2     ! noro      943:        ${INSTALL_DATA} libAsir.a ${DESTDIR}${libdir}/libAsir${libAsir_postfix}.a
1.1       noro      944:
1.2     ! noro      945: install-libAsir-gc: libAsir-gc.a
1.1       noro      946:        mkdir -p ${DESTDIR}${libdir}
1.2     ! noro      947:        ${INSTALL_DATA} libAsir-gc.a ${DESTDIR}${libdir}/libAsir-gc.a
1.1       noro      948:
1.2     ! noro      949: install-openxm: Asir${EXEEXT} install-libAsir install-libAsir-gc
1.1       noro      950:        -mkdir -p ${DESTDIR}${bindir}
1.2     ! noro      951:        ${INSTALL_PROGRAM} Asir ${DESTDIR}${bindir}
        !           952:        -mkdir -p ${DESTDIR}${Asirdir}
1.1       noro      953:        (cd ${top_srcdir}/lib; ${MAKE} install-doc install-lib)
1.2     ! noro      954:        -rm -f ${DESTDIR}${bindir}/ox_Asir${EXEEXT}
        !           955:        (cd ${DESTDIR}${bindir} ; ${LN_S} Asir${EXEEXT} ox_Asir${EXEEXT})
        !           956:        -(cd ${DESTDIR}${Asirdir}; \
        !           957:     rm -f Asir${EXEEXT} ox_Asir${EXEEXT} ox_Launch${EXEEXT} ox_Plot${EXEEXT})
        !           958:        (cd ${DESTDIR}${Asirdir} ; \
        !           959:        ${LN_S} ../../bin/Asir${EXEEXT} Asir${EXEEXT} ; \
        !           960:        ${LN_S} Asir${EXEEXT} ox_Asir${EXEEXT} ; \
        !           961:        ${LN_S} Asir${EXEEXT} ox_Launch${EXEEXT} ; \
        !           962:        ${LN_S} Asir${EXEEXT} ox_Plot${EXEEXT})
1.1       noro      963:        (cd ${top_srcdir}/include; ${MAKE} install)
                    964:        (cd ${top_srcdir}/parse; ${MAKE} install)
                    965:
                    966: install-lib:
                    967:        (cd ${top_srcdir}/lib; ${MAKE} install-lib)
1.2     ! noro      968:        -(cd ${DESTDIR}${Asirdir}; \
        !           969:        rm -f ox_Asir${EXEEXT} ox_Launch${EXEEXT} ox_Plot${EXEEXT})
        !           970:        (cd ${DESTDIR}${Asirdir} ; \
        !           971:        ${LN_S} Asir${EXEEXT} ox_Asir${EXEEXT} ; \
        !           972:        ${LN_S} Asir${EXEEXT} ox_Launch${EXEEXT} ; \
        !           973:        ${LN_S} Asir${EXEEXT} ox_Plot${EXEEXT})
1.1       noro      974:        -mkdir -p ${DESTDIR}${bindir}
1.2     ! noro      975:        -rm -f ${DESTDIR}${bindir}/Asir${EXEEXT}
        !           976:        (cd ${DESTDIR}${bindir} ; ${LN_S} ../lib/Asir/Asir${EXEEXT} Asir${EXEEXT})
1.1       noro      977:
                    978: install-doc:
                    979:        (cd ${top_srcdir}/lib; ${MAKE} install-doc)
                    980:
                    981: tarball:
                    982:        -rm -rf tmp
                    983:        -mkdir tmp
                    984:        DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm
1.2     ! noro      985:        (cd tmp${prefix}; tar cf - * ) | gzip -c > Asir-openxm-${VERSION}.tgz
1.1       noro      986:        -rm -rf tmp
                    987:
                    988: clean-gc:
                    989:        -rm -rf ${top_srcdir}/.gc_*_done ${top_srcdir}/${GC}
                    990:        -rm -rf ${top_srcdir}/autom4te.cache
                    991:
                    992: distclean-recursive: clean-gc
                    993:
                    994: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    995: # Otherwise a system limit (for SysV at least) may be exceeded.
                    996: .NOEXPORT:

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