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

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

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

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