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

Annotation of OpenXM_contrib2/asir2000/Makefile.in, Revision 1.50

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

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