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

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

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

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