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

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

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

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