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

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

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

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