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

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

1.49    ! noro        1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.30      ohara       2: # @configure_input@
1.1       ohara       3:
1.46      noro        4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.49    ! noro        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 \
1.46      noro       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.49    ! noro       86:   { test ! -d "$(distdir)" \
        !            87:     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
        !            88:          && rm -fr "$(distdir)"; }; }
1.39      ohara      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.46      noro      153: LIBS = @LIBS@ @GCLIB@ @PARILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} ${GMPLIB} -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.44      noro      249: GC_TAR_GZ = gc-7.2b.tar.gz
                    250: GC_PATCH = gc-7.diff gc-7.0-risa.diff
1.45      ohara     251: #GC_TAR_GZ     = ${GC}.tar.gz
                    252: #GC_PATCH      = gc6.diff gc6-risa.diff
1.48      ohara     253: GC_MASTER_SITE = http://www.math.kobe-u.ac.jp/pub/OpenXM/misc/
1.26      ohara     254: OX_FETCH = ${bindir}/oxfetch.sh
1.1       ohara     255: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.47      noro      256:            -I${prefix}/include @GCINC@ @PARIINC@ @X_CFLAGS@
1.1       ohara     257:
1.35      ohara     258: GLIB = @ASIR_GCLIB@
1.1       ohara     259: ALIB = asm/libasm.a
                    260: BLIB = builtin/libfunc.a
                    261: ELIB = engine/libca.a
                    262: FLIB = fft/libdft.a
                    263: IOLIB = io/libio.a
                    264: PLIB = parse/libparse.a
1.49    ! noro      265: GMPLIB = ${libdir}/libmpfr.a ${libdir}/libgmp.a
1.1       ohara     266: ASIRLIB = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} ${FLIB} ${ALIB}
                    267: all: all-recursive
                    268:
                    269: .SUFFIXES:
                    270: .SUFFIXES: .c .o .obj
1.49    ! noro      271: am--refresh:
1.30      ohara     272:        @:
                    273: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    274:        @for dep in $?; do \
                    275:          case '$(am__configure_deps)' in \
                    276:            *$$dep*) \
1.39      ohara     277:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
                    278:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1.30      ohara     279:                && exit 0; \
                    280:              exit 1;; \
                    281:          esac; \
                    282:        done; \
1.39      ohara     283:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
                    284:        $(am__cd) $(top_srcdir) && \
                    285:          $(AUTOMAKE) --foreign Makefile
1.30      ohara     286: .PRECIOUS: Makefile
                    287: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    288:        @case '$?' in \
                    289:          *config.status*) \
                    290:            echo ' $(SHELL) ./config.status'; \
                    291:            $(SHELL) ./config.status;; \
                    292:          *) \
                    293:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    294:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    295:        esac;
1.1       ohara     296:
1.30      ohara     297: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       ohara     298:        $(SHELL) ./config.status --recheck
1.30      ohara     299:
                    300: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1.39      ohara     301:        $(am__cd) $(srcdir) && $(AUTOCONF)
1.30      ohara     302: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1.39      ohara     303:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    304: $(am__aclocal_m4_deps):
1.19      ohara     305: install-asirPROGRAMS: $(asir_PROGRAMS)
1.1       ohara     306:        @$(NORMAL_INSTALL)
1.49    ! noro      307:        test -z "$(asirdir)" || $(MKDIR_P) "$(DESTDIR)$(asirdir)"
1.39      ohara     308:        @list='$(asir_PROGRAMS)'; test -n "$(asirdir)" || list=; \
                    309:        for p in $$list; do echo "$$p $$p"; done | \
                    310:        sed 's/$(EXEEXT)$$//' | \
                    311:        while read p p1; do if test -f $$p; \
                    312:          then echo "$$p"; echo "$$p"; else :; fi; \
                    313:        done | \
                    314:        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
                    315:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    316:        sed 'N;N;N;s,\n, ,g' | \
                    317:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    318:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    319:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    320:            else { print "f", $$3 "/" $$4, $$1; } } \
                    321:          END { for (d in files) print "f", d, files[d] }' | \
                    322:        while read type dir files; do \
                    323:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    324:            test -z "$$files" || { \
                    325:              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(asirdir)$$dir'"; \
                    326:              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(asirdir)$$dir" || exit $$?; \
                    327:            } \
                    328:        ; done
1.1       ohara     329:
1.19      ohara     330: uninstall-asirPROGRAMS:
1.1       ohara     331:        @$(NORMAL_UNINSTALL)
1.39      ohara     332:        @list='$(asir_PROGRAMS)'; test -n "$(asirdir)" || list=; \
                    333:        files=`for p in $$list; do echo "$$p"; done | \
                    334:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    335:              -e 's/$$/$(EXEEXT)/' `; \
                    336:        test -n "$$list" || exit 0; \
                    337:        echo " ( cd '$(DESTDIR)$(asirdir)' && rm -f" $$files ")"; \
                    338:        cd "$(DESTDIR)$(asirdir)" && rm -f $$files
1.1       ohara     339:
1.19      ohara     340: clean-asirPROGRAMS:
                    341:        -test -z "$(asir_PROGRAMS)" || rm -f $(asir_PROGRAMS)
1.49    ! noro      342: asir$(EXEEXT): $(asir_OBJECTS) $(asir_DEPENDENCIES)
1.1       ohara     343:        @rm -f asir$(EXEEXT)
1.30      ohara     344:        $(LINK) $(asir_OBJECTS) $(asir_LDADD) $(LIBS)
1.1       ohara     345:
                    346: mostlyclean-compile:
1.30      ohara     347:        -rm -f *.$(OBJEXT)
1.1       ohara     348:
                    349: distclean-compile:
                    350:        -rm -f *.tab.c
                    351:
                    352: .c.o:
1.30      ohara     353:        $(COMPILE) -c $<
1.1       ohara     354:
                    355: .c.obj:
1.30      ohara     356:        $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       ohara     357:
                    358: main.o: parse/main.c
1.30      ohara     359:        $(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     360:
                    361: main.obj: parse/main.c
1.30      ohara     362:        $(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     363:
                    364: # This directory's subdirectories are mostly independent; you can cd
1.46      noro      365: # into them and run `make' without going through this Makefile.
                    366: # To change the values of `make' variables: instead of editing Makefiles,
                    367: # (1) if the variable is set in `config.status', edit `config.status'
                    368: #     (which will cause the Makefiles to be regenerated when you run `make');
                    369: # (2) otherwise, pass the desired values on the `make' command line.
                    370: $(RECURSIVE_TARGETS):
1.39      ohara     371:        @fail= failcom='exit 1'; \
1.30      ohara     372:        for f in x $$MAKEFLAGS; do \
                    373:          case $$f in \
                    374:            *=* | --[!k]*);; \
                    375:            *k*) failcom='fail=yes';; \
                    376:          esac; \
                    377:        done; \
1.1       ohara     378:        dot_seen=no; \
                    379:        target=`echo $@ | sed s/-recursive//`; \
1.46      noro      380:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.1       ohara     381:          echo "Making $$target in $$subdir"; \
                    382:          if test "$$subdir" = "."; then \
                    383:            dot_seen=yes; \
                    384:            local_target="$$target-am"; \
                    385:          else \
                    386:            local_target="$$target"; \
                    387:          fi; \
1.39      ohara     388:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.30      ohara     389:          || eval $$failcom; \
1.1       ohara     390:        done; \
                    391:        if test "$$dot_seen" = "no"; then \
                    392:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    393:        fi; test -z "$$fail"
1.46      noro      394:
                    395: $(RECURSIVE_CLEAN_TARGETS):
                    396:        @fail= failcom='exit 1'; \
                    397:        for f in x $$MAKEFLAGS; do \
                    398:          case $$f in \
                    399:            *=* | --[!k]*);; \
                    400:            *k*) failcom='fail=yes';; \
                    401:          esac; \
                    402:        done; \
                    403:        dot_seen=no; \
                    404:        case "$@" in \
                    405:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    406:          *) list='$(SUBDIRS)' ;; \
                    407:        esac; \
                    408:        rev=''; for subdir in $$list; do \
                    409:          if test "$$subdir" = "."; then :; else \
                    410:            rev="$$subdir $$rev"; \
                    411:          fi; \
                    412:        done; \
                    413:        rev="$$rev ."; \
                    414:        target=`echo $@ | sed s/-recursive//`; \
                    415:        for subdir in $$rev; do \
                    416:          echo "Making $$target in $$subdir"; \
                    417:          if test "$$subdir" = "."; then \
                    418:            local_target="$$target-am"; \
                    419:          else \
                    420:            local_target="$$target"; \
                    421:          fi; \
                    422:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    423:          || eval $$failcom; \
                    424:        done && test -z "$$fail"
1.1       ohara     425: tags-recursive:
                    426:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.39      ohara     427:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1       ohara     428:        done
1.30      ohara     429: ctags-recursive:
                    430:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.39      ohara     431:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.30      ohara     432:        done
1.1       ohara     433:
                    434: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.30      ohara     435:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     436:        unique=`for i in $$list; do \
                    437:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    438:          done | \
1.39      ohara     439:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.33      ohara     440:              END { if (nonempty) { for (i in files) print i; }; }'`; \
1.30      ohara     441:        mkid -fID $$unique
                    442: tags: TAGS
1.1       ohara     443:
                    444: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    445:                $(TAGS_FILES) $(LISP)
1.39      ohara     446:        set x; \
1.1       ohara     447:        here=`pwd`; \
1.30      ohara     448:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    449:          include_option=--etags-include; \
                    450:          empty_fix=.; \
                    451:        else \
                    452:          include_option=--include; \
                    453:          empty_fix=; \
                    454:        fi; \
1.1       ohara     455:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    456:          if test "$$subdir" = .; then :; else \
1.30      ohara     457:            test ! -f $$subdir/TAGS || \
1.39      ohara     458:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1       ohara     459:          fi; \
                    460:        done; \
1.30      ohara     461:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     462:        unique=`for i in $$list; do \
                    463:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    464:          done | \
1.33      ohara     465:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    466:              END { if (nonempty) { for (i in files) print i; }; }'`; \
1.39      ohara     467:        shift; \
                    468:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.30      ohara     469:          test -n "$$unique" || unique=$$empty_fix; \
1.39      ohara     470:          if test $$# -gt 0; then \
                    471:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    472:              "$$@" $$unique; \
                    473:          else \
                    474:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    475:              $$unique; \
                    476:          fi; \
1.30      ohara     477:        fi
                    478: ctags: CTAGS
                    479: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    480:                $(TAGS_FILES) $(LISP)
                    481:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    482:        unique=`for i in $$list; do \
                    483:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    484:          done | \
1.33      ohara     485:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    486:              END { if (nonempty) { for (i in files) print i; }; }'`; \
1.39      ohara     487:        test -z "$(CTAGS_ARGS)$$unique" \
1.30      ohara     488:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.39      ohara     489:             $$unique
1.1       ohara     490:
                    491: GTAGS:
1.30      ohara     492:        here=`$(am__cd) $(top_builddir) && pwd` \
1.39      ohara     493:          && $(am__cd) $(top_srcdir) \
                    494:          && gtags -i $(GTAGS_ARGS) "$$here"
1.1       ohara     495:
                    496: distclean-tags:
1.30      ohara     497:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     498:
                    499: distdir: $(DISTFILES)
1.30      ohara     500:        $(am__remove_distdir)
1.39      ohara     501:        test -d "$(distdir)" || mkdir "$(distdir)"
1.30      ohara     502:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    503:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    504:        list='$(DISTFILES)'; \
                    505:          dist_files=`for file in $$list; do echo $$file; done | \
                    506:          sed -e "s|^$$srcdirstrip/||;t" \
                    507:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    508:        case $$dist_files in \
                    509:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    510:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    511:                           sort -u` ;; \
                    512:        esac; \
                    513:        for file in $$dist_files; do \
                    514:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     515:          if test -d $$d/$$file; then \
1.30      ohara     516:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.39      ohara     517:            if test -d "$(distdir)/$$file"; then \
                    518:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    519:            fi; \
1.30      ohara     520:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.39      ohara     521:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    522:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.30      ohara     523:            fi; \
1.39      ohara     524:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     525:          else \
1.39      ohara     526:            test -f "$(distdir)/$$file" \
                    527:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     528:            || exit 1; \
                    529:          fi; \
                    530:        done
1.39      ohara     531:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       ohara     532:          if test "$$subdir" = .; then :; else \
1.49    ! noro      533:            test -d "$(distdir)/$$subdir" \
        !           534:            || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           535:            || exit 1; \
        !           536:          fi; \
        !           537:        done
        !           538:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           539:          if test "$$subdir" = .; then :; else \
1.39      ohara     540:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    541:            $(am__relativize); \
                    542:            new_distdir=$$reldir; \
                    543:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    544:            $(am__relativize); \
                    545:            new_top_distdir=$$reldir; \
                    546:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    547:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    548:            ($(am__cd) $$subdir && \
1.1       ohara     549:              $(MAKE) $(AM_MAKEFLAGS) \
1.39      ohara     550:                top_distdir="$$new_top_distdir" \
                    551:                distdir="$$new_distdir" \
1.30      ohara     552:                am__remove_distdir=: \
                    553:                am__skip_length_check=: \
1.39      ohara     554:                am__skip_mode_fix=: \
1.1       ohara     555:                distdir) \
                    556:              || exit 1; \
                    557:          fi; \
                    558:        done
1.39      ohara     559:        -test -n "$(am__skip_mode_fix)" \
                    560:        || find "$(distdir)" -type d ! -perm -755 \
                    561:                -exec chmod u+rwx,go+rx {} \; -o \
1.1       ohara     562:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    563:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.30      ohara     564:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.39      ohara     565:        || chmod -R a+r "$(distdir)"
1.30      ohara     566: dist-gzip: distdir
                    567:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.46      noro      568:        $(am__remove_distdir)
1.30      ohara     569:
                    570: dist-bzip2: distdir
1.49    ! noro      571:        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1.46      noro      572:        $(am__remove_distdir)
                    573:
                    574: dist-lzma: distdir
                    575:        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
                    576:        $(am__remove_distdir)
1.33      ohara     577:
1.39      ohara     578: dist-xz: distdir
1.49    ! noro      579:        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
1.46      noro      580:        $(am__remove_distdir)
1.39      ohara     581:
1.30      ohara     582: dist-tarZ: distdir
                    583:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.46      noro      584:        $(am__remove_distdir)
1.30      ohara     585:
                    586: dist-shar: distdir
                    587:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1.46      noro      588:        $(am__remove_distdir)
1.30      ohara     589:
                    590: dist-zip: distdir
                    591:        -rm -f $(distdir).zip
                    592:        zip -rq $(distdir).zip $(distdir)
1.46      noro      593:        $(am__remove_distdir)
1.30      ohara     594:
1.46      noro      595: dist dist-all: distdir
                    596:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    597:        $(am__remove_distdir)
1.1       ohara     598:
                    599: # This target untars the dist file and tries a VPATH configuration.  Then
                    600: # it guarantees that the distribution is self-contained by making another
                    601: # tarfile.
                    602: distcheck: dist
1.30      ohara     603:        case '$(DIST_ARCHIVES)' in \
                    604:        *.tar.gz*) \
1.39      ohara     605:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1.30      ohara     606:        *.tar.bz2*) \
1.39      ohara     607:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.46      noro      608:        *.tar.lzma*) \
                    609:          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1.39      ohara     610:        *.tar.xz*) \
                    611:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.30      ohara     612:        *.tar.Z*) \
                    613:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    614:        *.shar.gz*) \
1.39      ohara     615:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1.30      ohara     616:        *.zip*) \
                    617:          unzip $(distdir).zip ;;\
                    618:        esac
1.46      noro      619:        chmod -R a-w $(distdir); chmod u+w $(distdir)
                    620:        mkdir $(distdir)/_build
                    621:        mkdir $(distdir)/_inst
1.1       ohara     622:        chmod a-w $(distdir)
1.39      ohara     623:        test -d $(distdir)/_build || exit 0; \
1.30      ohara     624:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    625:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.39      ohara     626:          && am__cwd=`pwd` \
                    627:          && $(am__cd) $(distdir)/_build \
1.30      ohara     628:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                    629:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.1       ohara     630:          && $(MAKE) $(AM_MAKEFLAGS) \
                    631:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    632:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    633:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    634:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    635:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1.30      ohara     636:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    637:                distuninstallcheck \
                    638:          && chmod -R a-w "$$dc_install_base" \
                    639:          && ({ \
                    640:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    641:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    642:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    643:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    644:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    645:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    646:          && rm -rf "$$dc_destdir" \
1.25      ohara     647:          && $(MAKE) $(AM_MAKEFLAGS) dist \
1.30      ohara     648:          && rm -rf $(DIST_ARCHIVES) \
1.39      ohara     649:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    650:          && cd "$$am__cwd" \
                    651:          || exit 1
1.46      noro      652:        $(am__remove_distdir)
1.30      ohara     653:        @(echo "$(distdir) archives ready for distribution: "; \
                    654:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    655:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    656: distuninstallcheck:
1.49    ! noro      657:        @$(am__cd) '$(distuninstallcheck_dir)' \
        !           658:        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1.30      ohara     659:           || { echo "ERROR: files left after uninstall:" ; \
                    660:                if test -n "$(DESTDIR)"; then \
                    661:                  echo "  (check DESTDIR support)"; \
                    662:                fi ; \
                    663:                $(distuninstallcheck_listfiles) ; \
                    664:                exit 1; } >&2
                    665: distcleancheck: distclean
                    666:        @if test '$(srcdir)' = . ; then \
                    667:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    668:          exit 1 ; \
                    669:        fi
                    670:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    671:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    672:               $(distcleancheck_listfiles) ; \
                    673:               exit 1; } >&2
1.1       ohara     674: check-am: all-am
                    675: check: check-recursive
1.16      ohara     676: all-am: Makefile $(PROGRAMS)
1.1       ohara     677: installdirs: installdirs-recursive
                    678: installdirs-am:
1.30      ohara     679:        for dir in "$(DESTDIR)$(asirdir)"; do \
                    680:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    681:        done
1.1       ohara     682: install: install-recursive
                    683: install-exec: install-exec-recursive
                    684: install-data: install-data-recursive
                    685: uninstall: uninstall-recursive
                    686:
                    687: install-am: all-am
                    688:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    689:
                    690: installcheck: installcheck-recursive
                    691: install-strip:
1.49    ! noro      692:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           693:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           694:          `test -z '$(STRIP)' || \
        !           695:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       ohara     696: mostlyclean-generic:
                    697:
                    698: clean-generic:
                    699:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    700:
                    701: distclean-generic:
1.30      ohara     702:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.39      ohara     703:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     704:
                    705: maintainer-clean-generic:
                    706:        @echo "This command is intended for maintainers to use"
                    707:        @echo "it deletes files that may require special tools to rebuild."
                    708: clean: clean-recursive
                    709:
1.19      ohara     710: clean-am: clean-asirPROGRAMS clean-generic mostlyclean-am
1.1       ohara     711:
                    712: distclean: distclean-recursive
1.30      ohara     713:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    714:        -rm -f Makefile
1.1       ohara     715: distclean-am: clean-am distclean-compile distclean-generic \
                    716:        distclean-tags
                    717:
                    718: dvi: dvi-recursive
                    719:
                    720: dvi-am:
                    721:
1.30      ohara     722: html: html-recursive
                    723:
1.39      ohara     724: html-am:
                    725:
1.1       ohara     726: info: info-recursive
                    727:
                    728: info-am:
                    729:
1.19      ohara     730: install-data-am: install-asirPROGRAMS
1.1       ohara     731:
1.30      ohara     732: install-dvi: install-dvi-recursive
                    733:
1.39      ohara     734: install-dvi-am:
                    735:
1.19      ohara     736: install-exec-am:
1.1       ohara     737:
1.30      ohara     738: install-html: install-html-recursive
                    739:
1.39      ohara     740: install-html-am:
                    741:
1.1       ohara     742: install-info: install-info-recursive
                    743:
1.39      ohara     744: install-info-am:
                    745:
1.1       ohara     746: install-man:
                    747:
1.30      ohara     748: install-pdf: install-pdf-recursive
                    749:
1.39      ohara     750: install-pdf-am:
                    751:
1.30      ohara     752: install-ps: install-ps-recursive
                    753:
1.39      ohara     754: install-ps-am:
                    755:
1.1       ohara     756: installcheck-am:
                    757:
                    758: maintainer-clean: maintainer-clean-recursive
1.30      ohara     759:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    760:        -rm -rf $(top_srcdir)/autom4te.cache
                    761:        -rm -f Makefile
1.1       ohara     762: maintainer-clean-am: distclean-am maintainer-clean-generic
                    763:
                    764: mostlyclean: mostlyclean-recursive
                    765:
                    766: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    767:
1.30      ohara     768: pdf: pdf-recursive
                    769:
                    770: pdf-am:
                    771:
                    772: ps: ps-recursive
1.1       ohara     773:
1.30      ohara     774: ps-am:
1.1       ohara     775:
1.30      ohara     776: uninstall-am: uninstall-asirPROGRAMS
                    777:
1.46      noro      778: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
                    779:        install-am install-strip tags-recursive
1.30      ohara     780:
                    781: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    782:        all all-am am--refresh check check-am clean clean-asirPROGRAMS \
1.46      noro      783:        clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
1.49    ! noro      784:        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
        !           785:        distcheck distclean distclean-compile distclean-generic \
        !           786:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        !           787:        dvi-am html html-am info info-am install install-am \
        !           788:        install-asirPROGRAMS install-data install-data-am install-dvi \
        !           789:        install-dvi-am install-exec install-exec-am install-html \
        !           790:        install-html-am install-info install-info-am install-man \
        !           791:        install-pdf install-pdf-am install-ps install-ps-am \
        !           792:        install-strip installcheck installcheck-am installdirs \
        !           793:        installdirs-am maintainer-clean maintainer-clean-generic \
        !           794:        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
        !           795:        ps ps-am tags tags-recursive uninstall uninstall-am \
        !           796:        uninstall-asirPROGRAMS
1.1       ohara     797:
1.19      ohara     798: # EXTRALIBS = @EXTRALIBS@
1.1       ohara     799:
1.37      ohara     800: all-recursive: ${GLIB}
                    801:
1.1       ohara     802: umain.o: parse/main.c
                    803:        ${COMPILE} -DUINIT main.c -o umain.o
                    804:
1.34      ohara     805: libasir-gc.a: ${GC_PATCH}
1.26      ohara     806:        -if [ ! -f ${top_srcdir}/.gc_fetch_done ]; then \
                    807:                if [ ! -f ${GC_DISTDIR}/${GC_TAR_GZ} ]; then \
                    808:                        ${OX_FETCH} ${GC_MASTER_SITE}${GC_TAR_GZ} ${GC_DISTDIR}; \
                    809:                fi ; \
                    810:                touch ${top_srcdir}/.gc_fetch_done ; \
                    811:        fi
                    812:        -if [ ! -f ${top_srcdir}/.gc_risa_done ]; then \
1.27      ohara     813:            (cd ${top_srcdir}; tar xzvf ${GC_DISTDIR}/${GC_TAR_GZ}) ; \
1.32      ohara     814:                for i in ${GC_PATCH} ; do \
                    815:            (cd ${top_srcdir}/${GC}; patch -p1 < ../$$i) ; \
                    816:                done ; \
1.26      ohara     817:            touch ${top_srcdir}/.gc_risa_done ; \
1.23      noro      818:        fi
1.22      ohara     819:        -if [ "${USE_GC_SPARC64}" = yes \
1.26      ohara     820:             -a ! -f ${top_srcdir}/${GC}/.patch_gc_sparc64_done ]; then \
                    821:            (cd ${top_srcdir}/${GC}; patch -p0 < ../gc_sparc64.diff) ; \
                    822:            touch ${top_srcdir}/${GC}/.patch_gc_sparc64_done ; \
1.13      ohara     823:        fi
1.26      ohara     824:        -if [ ! -f ${top_srcdir}/${GC}/.configure_done ]; then \
1.30      ohara     825:            (cd ${top_srcdir}/${GC}; ./configure ${GC_CONFIGURE_ARGS}) ; \
1.26      ohara     826:            touch ${top_srcdir}/${GC}/.configure_done ; \
1.1       ohara     827:        fi
1.26      ohara     828:        (cd ${top_srcdir}/${GC}; ${MAKE})
1.33      ohara     829:        cp ${top_srcdir}/${GC}/.libs/libgc.a $@
1.1       ohara     830:
1.34      ohara     831: libasir.a: ${ASIRLIB} ${GLIB} parse/gc_risa.c
1.1       ohara     832:        -mkdir ${top_srcdir}/libtmp
                    833:        -rm -f ${top_srcdir}/libtmp/*  ${top_srcdir}/$@
                    834:        for i in ${ASIRLIB}; do (cd ${top_srcdir}/libtmp; ar x ../$$i; chmod 644 *) done
1.33      ohara     835:        (cd ${top_srcdir}/parse; ${MAKE} gc_risa.o; cp gc_risa.o ../libtmp)
1.1       ohara     836:        (cd ${top_srcdir}/libtmp; ${AR} cq ../$@ *.o)
                    837:        (cd ${top_srcdir}; ${RANLIB} $@)
                    838:        -rm -rf ${top_srcdir}/libtmp
                    839:
1.3       ohara     840: install-libasir: libasir.a
1.19      ohara     841:        mkdir -p ${DESTDIR}${libdir}
                    842:        ${INSTALL_DATA} libasir.a ${DESTDIR}${libdir}/libasir${libasir_postfix}.a
1.5       ohara     843:
1.20      ohara     844: install-libasir-gc: libasir-gc.a
                    845:        mkdir -p ${DESTDIR}${libdir}
                    846:        ${INSTALL_DATA} libasir-gc.a ${DESTDIR}${libdir}/libasir-gc.a
                    847:
                    848: install-openxm: asir${EXEEXT} install-libasir install-libasir-gc
1.19      ohara     849:        -mkdir -p ${DESTDIR}${bindir}
                    850:        ${INSTALL_PROGRAM} asir ${DESTDIR}${bindir}
                    851:        -mkdir -p ${DESTDIR}${asirdir}
1.5       ohara     852:        (cd ${top_srcdir}/lib; ${MAKE} install-doc install-lib)
1.19      ohara     853:        -rm -f ${DESTDIR}${bindir}/ox_asir${EXEEXT}
                    854:        (cd ${DESTDIR}${bindir} ; ${LN_S} asir${EXEEXT} ox_asir${EXEEXT})
                    855:        -(cd ${DESTDIR}${asirdir}; \
1.6       ohara     856:     rm -f asir${EXEEXT} ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
1.19      ohara     857:        (cd ${DESTDIR}${asirdir} ; \
1.6       ohara     858:        ${LN_S} ../../bin/asir${EXEEXT} asir${EXEEXT} ; \
                    859:        ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
                    860:        ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
                    861:        ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
1.8       ohara     862:        (cd ${top_srcdir}/include; ${MAKE} install)
1.9       ohara     863:        (cd ${top_srcdir}/parse; ${MAKE} install)
1.5       ohara     864:
                    865: install-lib:
                    866:        (cd ${top_srcdir}/lib; ${MAKE} install-lib)
1.19      ohara     867:        -(cd ${DESTDIR}${asirdir}; \
1.7       ohara     868:        rm -f ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
1.19      ohara     869:        (cd ${DESTDIR}${asirdir} ; \
1.5       ohara     870:        ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
                    871:        ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
                    872:        ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
1.19      ohara     873:        -mkdir -p ${DESTDIR}${bindir}
                    874:        -rm -f ${DESTDIR}${bindir}/asir${EXEEXT}
                    875:        (cd ${DESTDIR}${bindir} ; ${LN_S} ../lib/asir/asir${EXEEXT} asir${EXEEXT})
1.5       ohara     876:
                    877: install-doc:
                    878:        (cd ${top_srcdir}/lib; ${MAKE} install-doc)
1.18      ohara     879:
                    880: tarball:
                    881:        -rm -rf tmp
                    882:        -mkdir tmp
                    883:        DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm
                    884:        (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz
                    885:        -rm -rf tmp
1.38      ohara     886:
                    887: clean-gc:
                    888:        -rm -rf ${top_srcdir}/.gc_*_done ${top_srcdir}/${GC}
                    889:        -rm -rf ${top_srcdir}/autom4te.cache
                    890:
                    891: distclean-recursive: clean-gc
1.39      ohara     892:
1.1       ohara     893: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    894: # Otherwise a system limit (for SysV at least) may be exceeded.
                    895: .NOEXPORT:

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