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

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

1.23      noro        1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
                      2: # @configure_input@
1.1       ohara       3:
1.23      noro        4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
1.1       ohara       5: # Free Software Foundation, Inc.
                      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@
                     16: SHELL = @SHELL@
                     17:
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: prefix = @prefix@
                     22: exec_prefix = @exec_prefix@
                     23:
                     24: bindir = @bindir@
                     25: sbindir = @sbindir@
                     26: libexecdir = @libexecdir@
                     27: datadir = @datadir@
                     28: sysconfdir = @sysconfdir@
                     29: sharedstatedir = @sharedstatedir@
                     30: localstatedir = @localstatedir@
                     31: libdir = @libdir@
                     32: infodir = @infodir@
                     33: mandir = @mandir@
                     34: includedir = @includedir@
                     35: oldincludedir = /usr/include
                     36: pkgdatadir = $(datadir)/@PACKAGE@
                     37: pkglibdir = $(libdir)/@PACKAGE@
                     38: pkgincludedir = $(includedir)/@PACKAGE@
                     39: top_builddir = .
                     40:
                     41: ACLOCAL = @ACLOCAL@
                     42: AUTOCONF = @AUTOCONF@
                     43: AUTOMAKE = @AUTOMAKE@
                     44: AUTOHEADER = @AUTOHEADER@
                     45:
1.23      noro       46: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       ohara      47: INSTALL = @INSTALL@
                     48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     49: INSTALL_DATA = @INSTALL_DATA@
1.23      noro       50: install_sh_DATA = $(install_sh) -c -m 644
                     51: install_sh_PROGRAM = $(install_sh) -c
                     52: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     54: INSTALL_HEADER = $(INSTALL_DATA)
                     55: transform = @program_transform_name@
                     56: NORMAL_INSTALL = :
                     57: PRE_INSTALL = :
                     58: POST_INSTALL = :
                     59: NORMAL_UNINSTALL = :
                     60: PRE_UNINSTALL = :
                     61: POST_UNINSTALL = :
                     62: build_alias = @build_alias@
                     63: build_triplet = @build@
                     64: host_alias = @host_alias@
                     65: host_triplet = @host@
                     66: target_alias = @target_alias@
                     67: target_triplet = @target@
1.23      noro       68:
                     69: EXEEXT = @EXEEXT@
                     70: OBJEXT = @OBJEXT@
                     71: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara      72: AMTAR = @AMTAR@
                     73: AWK = @AWK@
                     74: CC = @CC@
                     75: DEPDIR = @DEPDIR@
                     76: FEPLIB = @FEPLIB@
                     77: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     78: LAPACKLIB = @LAPACKLIB@
                     79: LN_S = @LN_S@
1.12      ohara      80: MAINT = @MAINT@
1.1       ohara      81: MPIINC = @MPIINC@
                     82: MPILIB = @MPILIB@
                     83: PACKAGE = @PACKAGE@
                     84: PARIINC = @PARIINC@
                     85: PARILIB = @PARILIB@
                     86: RANLIB = @RANLIB@
1.21      ohara      87: USE_GC_INTERIX = @USE_GC_INTERIX@
1.22      ohara      88: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.13      ohara      89: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      90: VERSION = @VERSION@
1.11      ohara      91: XPMLIB = @XPMLIB@
1.1       ohara      92: X_CFLAGS = @X_CFLAGS@
                     93: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                     94: X_LIBS = @X_LIBS@
                     95: X_PRE_LIBS = @X_PRE_LIBS@
                     96: YACC = @YACC@
                     97: am__include = @am__include@
                     98: am__quote = @am__quote@
                     99: asm_obj = @asm_obj@
                    100: install_sh = @install_sh@
                    101: libasir_postfix = @libasir_postfix@
                    102:
                    103: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
                    104: @USE_PLOT_TRUE@PLOTDIR = plot
                    105: @USE_PLOT_TRUE@PLLIB = plot/libplot.a
1.11      ohara     106: @USE_PLOT_TRUE@X11LIB = @X_LIBS@ -lXaw -lXmu -lXt @X_PRE_LIBS@ @XPMLIB@ -lXext -lX11 @X_EXTRA_LIBS@
1.1       ohara     107:
                    108: SUBDIRS = asm builtin engine fft include io lib parse ${PLOTDIR}
                    109:
1.19      ohara     110: asirdir = ${libdir}/asir
                    111: asir_PROGRAMS = asir
                    112: asir_SOURCES = parse/main.c
                    113: asir_LDADD = libasir.a libasir-gc.a
                    114: CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz
                    115:
1.23      noro      116: gc = gc6.5
                    117:
1.19      ohara     118: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     119: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.23      noro      120:            -I${top_srcdir}/${gc}/include \
1.1       ohara     121:            @PARIINC@ @MPIINC@ @X_CFLAGS@
                    122:
                    123:
                    124: GLIB = libasir-gc.a
                    125: ALIB = asm/libasm.a
                    126: BLIB = builtin/libfunc.a
                    127: ELIB = engine/libca.a
                    128: FLIB = fft/libdft.a
                    129: IOLIB = io/libio.a
                    130: PLIB = parse/libparse.a
                    131:
                    132: ASIRLIB = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} ${FLIB} ${ALIB}
                    133: LIBS = @LIBS@ @PARILIB@ @MPILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} -lm ${EXTRALIBS}
                    134: subdir = .
                    135: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                    136: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    137: CONFIG_CLEAN_FILES =
1.19      ohara     138: asir_PROGRAMS = asir$(EXEEXT)
                    139: PROGRAMS = $(asir_PROGRAMS)
1.1       ohara     140:
                    141: am_asir_OBJECTS = main.$(OBJEXT)
                    142: asir_OBJECTS = $(am_asir_OBJECTS)
1.15      ohara     143: asir_DEPENDENCIES = libasir.a libasir-gc.a
1.1       ohara     144: asir_LDFLAGS =
                    145: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    146: CPPFLAGS = @CPPFLAGS@
                    147: LDFLAGS = @LDFLAGS@
                    148: depcomp =
1.23      noro      149: am__depfiles_maybe =
1.1       ohara     150: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    151:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    152: CCLD = $(CC)
                    153: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    154: CFLAGS = @CFLAGS@
1.16      ohara     155: DIST_SOURCES = $(asir_SOURCES)
1.1       ohara     156:
                    157: RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
                    158:        uninstall-info-recursive all-recursive install-data-recursive \
                    159:        install-exec-recursive installdirs-recursive install-recursive \
                    160:        uninstall-recursive check-recursive installcheck-recursive
                    161: DIST_COMMON = INSTALL Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
                    162:        config.guess config.sub configure configure.in depcomp \
                    163:        install-sh missing mkinstalldirs
                    164: DIST_SUBDIRS = asm builtin engine fft include io lib parse plot
1.16      ohara     165: SOURCES = $(asir_SOURCES)
1.1       ohara     166:
                    167: all: all-recursive
                    168:
                    169: .SUFFIXES:
                    170: .SUFFIXES: .c .o .obj
1.23      noro      171:
                    172: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                    173:  configure.lineno
1.12      ohara     174: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     175:        cd $(top_srcdir) && \
                    176:          $(AUTOMAKE) --foreign  Makefile
1.12      ohara     177: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.23      noro      178:        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
1.1       ohara     179:
                    180: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    181:        $(SHELL) ./config.status --recheck
1.12      ohara     182: $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1.1       ohara     183:        cd $(srcdir) && $(AUTOCONF)
                    184:
1.12      ohara     185: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
1.1       ohara     186:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1.23      noro      187: asirPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
1.19      ohara     188: install-asirPROGRAMS: $(asir_PROGRAMS)
1.1       ohara     189:        @$(NORMAL_INSTALL)
1.19      ohara     190:        $(mkinstalldirs) $(DESTDIR)$(asirdir)
                    191:        @list='$(asir_PROGRAMS)'; for p in $$list; do \
1.1       ohara     192:          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
                    193:          if test -f $$p \
                    194:          ; then \
1.23      noro      195:            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
                    196:           echo " $(INSTALL_PROGRAM_ENV) $(asirPROGRAMS_INSTALL) $$p $(DESTDIR)$(asirdir)/$$f"; \
                    197:           $(INSTALL_PROGRAM_ENV) $(asirPROGRAMS_INSTALL) $$p $(DESTDIR)$(asirdir)/$$f; \
1.1       ohara     198:          else :; fi; \
                    199:        done
                    200:
1.19      ohara     201: uninstall-asirPROGRAMS:
1.1       ohara     202:        @$(NORMAL_UNINSTALL)
1.19      ohara     203:        @list='$(asir_PROGRAMS)'; for p in $$list; do \
1.23      noro      204:          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
1.19      ohara     205:          echo " rm -f $(DESTDIR)$(asirdir)/$$f"; \
                    206:          rm -f $(DESTDIR)$(asirdir)/$$f; \
1.1       ohara     207:        done
                    208:
1.19      ohara     209: clean-asirPROGRAMS:
                    210:        -test -z "$(asir_PROGRAMS)" || rm -f $(asir_PROGRAMS)
1.1       ohara     211: main.$(OBJEXT): parse/main.c
                    212: asir$(EXEEXT): $(asir_OBJECTS) $(asir_DEPENDENCIES)
                    213:        @rm -f asir$(EXEEXT)
                    214:        $(LINK) $(asir_LDFLAGS) $(asir_OBJECTS) $(asir_LDADD) $(LIBS)
                    215:
                    216: mostlyclean-compile:
                    217:        -rm -f *.$(OBJEXT) core *.core
                    218:
                    219: distclean-compile:
                    220:        -rm -f *.tab.c
                    221:
                    222: .c.o:
1.23      noro      223:        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
1.1       ohara     224:
                    225: .c.obj:
                    226:        $(COMPILE) -c `cygpath -w $<`
                    227:
                    228: main.o: parse/main.c
1.23      noro      229:        $(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     230:
                    231: main.obj: parse/main.c
                    232:        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `cygpath -w parse/main.c`
                    233: uninstall-info-am:
                    234:
                    235: # This directory's subdirectories are mostly independent; you can cd
                    236: # into them and run `make' without going through this Makefile.
                    237: # To change the values of `make' variables: instead of editing Makefiles,
                    238: # (1) if the variable is set in `config.status', edit `config.status'
                    239: #     (which will cause the Makefiles to be regenerated when you run `make');
                    240: # (2) otherwise, pass the desired values on the `make' command line.
                    241: $(RECURSIVE_TARGETS):
1.23      noro      242:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       ohara     243:        dot_seen=no; \
                    244:        target=`echo $@ | sed s/-recursive//`; \
                    245:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    246:          echo "Making $$target in $$subdir"; \
                    247:          if test "$$subdir" = "."; then \
                    248:            dot_seen=yes; \
                    249:            local_target="$$target-am"; \
                    250:          else \
                    251:            local_target="$$target"; \
                    252:          fi; \
                    253:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    254:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    255:        done; \
                    256:        if test "$$dot_seen" = "no"; then \
                    257:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    258:        fi; test -z "$$fail"
                    259:
                    260: mostlyclean-recursive clean-recursive distclean-recursive \
                    261: maintainer-clean-recursive:
1.23      noro      262:        @set fnord $$MAKEFLAGS; amf=$$2; \
1.1       ohara     263:        dot_seen=no; \
                    264:        case "$@" in \
                    265:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    266:          *) list='$(SUBDIRS)' ;; \
                    267:        esac; \
                    268:        rev=''; for subdir in $$list; do \
                    269:          if test "$$subdir" = "."; then :; else \
                    270:            rev="$$subdir $$rev"; \
                    271:          fi; \
                    272:        done; \
                    273:        rev="$$rev ."; \
                    274:        target=`echo $@ | sed s/-recursive//`; \
                    275:        for subdir in $$rev; do \
                    276:          echo "Making $$target in $$subdir"; \
                    277:          if test "$$subdir" = "."; then \
                    278:            local_target="$$target-am"; \
                    279:          else \
                    280:            local_target="$$target"; \
                    281:          fi; \
                    282:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    283:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    284:        done && test -z "$$fail"
                    285: tags-recursive:
                    286:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    287:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    288:        done
                    289:
1.23      noro      290: ETAGS = etags
                    291: ETAGSFLAGS =
                    292:
1.1       ohara     293: tags: TAGS
                    294:
                    295: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.23      noro      296:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     297:        unique=`for i in $$list; do \
                    298:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    299:          done | \
                    300:          $(AWK) '    { files[$$0] = 1; } \
                    301:               END { for (i in files) print i; }'`; \
1.23      noro      302:        mkid -fID $$unique
1.1       ohara     303:
                    304: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    305:                $(TAGS_FILES) $(LISP)
                    306:        tags=; \
                    307:        here=`pwd`; \
                    308:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    309:          if test "$$subdir" = .; then :; else \
                    310:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    311:          fi; \
                    312:        done; \
1.23      noro      313:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     314:        unique=`for i in $$list; do \
                    315:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    316:          done | \
                    317:          $(AWK) '    { files[$$0] = 1; } \
                    318:               END { for (i in files) print i; }'`; \
1.23      noro      319:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
                    320:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    321:             $$tags $$unique
1.1       ohara     322:
                    323: GTAGS:
1.23      noro      324:        here=`$(am__cd) $(top_builddir) && pwd` \
1.1       ohara     325:          && cd $(top_srcdir) \
                    326:          && gtags -i $(GTAGS_ARGS) $$here
                    327:
                    328: distclean-tags:
                    329:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
                    330: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    331:
                    332: top_distdir = .
                    333: distdir = $(PACKAGE)-$(VERSION)
                    334:
1.23      noro      335: am__remove_distdir = \
                    336:   { test ! -d $(distdir) \
                    337:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
                    338:          && rm -fr $(distdir); }; }
                    339:
1.1       ohara     340: GZIP_ENV = --best
1.23      noro      341: distcleancheck_listfiles = find . -type f -print
1.1       ohara     342:
                    343: distdir: $(DISTFILES)
1.23      noro      344:        $(am__remove_distdir)
1.1       ohara     345:        mkdir $(distdir)
1.23      noro      346:        @list='$(DISTFILES)'; for file in $$list; do \
                    347:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     348:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    349:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.23      noro      350:            dir="/$$dir"; \
                    351:            $(mkinstalldirs) "$(distdir)$$dir"; \
                    352:          else \
                    353:            dir=''; \
1.1       ohara     354:          fi; \
                    355:          if test -d $$d/$$file; then \
1.23      noro      356:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    357:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    358:            fi; \
                    359:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     360:          else \
                    361:            test -f $(distdir)/$$file \
                    362:            || cp -p $$d/$$file $(distdir)/$$file \
                    363:            || exit 1; \
                    364:          fi; \
                    365:        done
1.23      noro      366:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       ohara     367:          if test "$$subdir" = .; then :; else \
                    368:            test -d $(distdir)/$$subdir \
                    369:            || mkdir $(distdir)/$$subdir \
                    370:            || exit 1; \
                    371:            (cd $$subdir && \
                    372:              $(MAKE) $(AM_MAKEFLAGS) \
                    373:                top_distdir="$(top_distdir)" \
                    374:                distdir=../$(distdir)/$$subdir \
                    375:                distdir) \
                    376:              || exit 1; \
                    377:          fi; \
                    378:        done
                    379:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
                    380:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    381:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    382:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
                    383:        || chmod -R a+r $(distdir)
1.23      noro      384: dist-gzip: distdir
                    385:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    386:        $(am__remove_distdir)
                    387:
                    388: dist dist-all: distdir
1.1       ohara     389:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.23      noro      390:        $(am__remove_distdir)
1.1       ohara     391:
                    392: # This target untars the dist file and tries a VPATH configuration.  Then
                    393: # it guarantees that the distribution is self-contained by making another
                    394: # tarfile.
                    395: distcheck: dist
1.23      noro      396:        $(am__remove_distdir)
1.1       ohara     397:        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
                    398:        chmod -R a-w $(distdir); chmod a+w $(distdir)
                    399:        mkdir $(distdir)/=build
                    400:        mkdir $(distdir)/=inst
                    401:        chmod a-w $(distdir)
1.23      noro      402:        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
1.1       ohara     403:          && cd $(distdir)/=build \
                    404:          && ../configure --srcdir=.. --prefix=$$dc_install_base \
1.23      noro      405:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.1       ohara     406:          && $(MAKE) $(AM_MAKEFLAGS) \
                    407:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    408:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    409:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    410:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    411:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    412:          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
1.23      noro      413:              || { echo "ERROR: files left after uninstall:" ; \
                    414:                   find $$dc_install_base -type f -print ; \
                    415:                   exit 1; } >&2 ) \
                    416:          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
1.1       ohara     417:          && rm -f $(distdir).tar.gz \
1.23      noro      418:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
                    419:        $(am__remove_distdir)
1.1       ohara     420:        @echo "$(distdir).tar.gz is ready for distribution" | \
                    421:          sed 'h;s/./=/g;p;x;p;x'
1.23      noro      422: distcleancheck: distclean
                    423:        if test '$(srcdir)' = . ; then \
                    424:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    425:          exit 1 ; \
                    426:        fi
                    427:        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    428:          || { echo "ERROR: files left after distclean:" ; \
                    429:               $(distcleancheck_listfiles) ; \
                    430:               exit 1; } >&2
1.1       ohara     431: check-am: all-am
                    432: check: check-recursive
1.16      ohara     433: all-am: Makefile $(PROGRAMS)
1.1       ohara     434: installdirs: installdirs-recursive
                    435: installdirs-am:
1.19      ohara     436:        $(mkinstalldirs) $(DESTDIR)$(asirdir)
1.1       ohara     437:
                    438: install: install-recursive
                    439: install-exec: install-exec-recursive
                    440: install-data: install-data-recursive
                    441: uninstall: uninstall-recursive
                    442:
                    443: install-am: all-am
                    444:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    445:
                    446: installcheck: installcheck-recursive
                    447: install-strip:
                    448:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.23      noro      449:          INSTALL_STRIP_FLAG=-s \
1.1       ohara     450:          `test -z '$(STRIP)' || \
                    451:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    452: mostlyclean-generic:
                    453:
                    454: clean-generic:
                    455:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    456:
                    457: distclean-generic:
1.23      noro      458:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
1.1       ohara     459:
                    460: maintainer-clean-generic:
                    461:        @echo "This command is intended for maintainers to use"
                    462:        @echo "it deletes files that may require special tools to rebuild."
                    463: clean: clean-recursive
                    464:
1.19      ohara     465: clean-am: clean-asirPROGRAMS clean-generic mostlyclean-am
1.1       ohara     466:
                    467: distclean: distclean-recursive
1.23      noro      468:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.1       ohara     469: distclean-am: clean-am distclean-compile distclean-generic \
                    470:        distclean-tags
                    471:
                    472: dvi: dvi-recursive
                    473:
                    474: dvi-am:
                    475:
                    476: info: info-recursive
                    477:
                    478: info-am:
                    479:
1.19      ohara     480: install-data-am: install-asirPROGRAMS
1.1       ohara     481:
1.19      ohara     482: install-exec-am:
1.1       ohara     483:
                    484: install-info: install-info-recursive
                    485:
                    486: install-man:
                    487:
                    488: installcheck-am:
                    489:
                    490: maintainer-clean: maintainer-clean-recursive
1.23      noro      491:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    492:        -rm -rf autom4te.cache
1.1       ohara     493: maintainer-clean-am: distclean-am maintainer-clean-generic
                    494:
                    495: mostlyclean: mostlyclean-recursive
                    496:
                    497: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    498:
1.19      ohara     499: uninstall-am: uninstall-asirPROGRAMS uninstall-info-am
1.1       ohara     500:
                    501: uninstall-info: uninstall-info-recursive
                    502:
                    503: .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
1.19      ohara     504:        clean-asirPROGRAMS clean-generic clean-recursive dist dist-all \
1.23      noro      505:        dist-gzip distcheck distclean distclean-compile \
                    506:        distclean-generic distclean-recursive distclean-tags \
                    507:        distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
                    508:        info-recursive install install-am install-asirPROGRAMS \
                    509:        install-data install-data-am install-data-recursive \
                    510:        install-exec install-exec-am install-exec-recursive \
                    511:        install-info install-info-am install-info-recursive install-man \
                    512:        install-recursive install-strip installcheck installcheck-am \
                    513:        installdirs installdirs-am installdirs-recursive \
                    514:        maintainer-clean maintainer-clean-generic \
                    515:        maintainer-clean-recursive mostlyclean mostlyclean-compile \
                    516:        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
                    517:        uninstall uninstall-am uninstall-asirPROGRAMS uninstall-info-am \
1.5       ohara     518:        uninstall-info-recursive uninstall-recursive
1.1       ohara     519:
1.19      ohara     520: # EXTRALIBS = @EXTRALIBS@
1.1       ohara     521:
                    522: umain.o: parse/main.c
                    523:        ${COMPILE} -DUINIT main.c -o umain.o
                    524:
1.23      noro      525: libasir-gc.a: ${gc}.tar.gz ${gc}-risa.diff parse/gc_risa.c
1.24    ! noro      526:        -if [ ! -f ${top_srcdir}/.gc-risa_done ]; then \
1.23      noro      527:            (cd ${top_srcdir}; tar xzvf ${gc}.tar.gz; patch -p0 < ${gc}-risa.diff) ; \
                    528:            touch ${top_srcdir}/.gc-risa_done ; \
                    529:        fi
1.13      ohara     530:        -if [ "${USE_GC_ZEROPAGE}" = yes \
1.23      noro      531:             -a ! -f ${top_srcdir}/${gc}/.patch_gc_zeropage_done ]; then \
                    532:            (cd ${top_srcdir}/${gc}; patch < ../gc_zeropage.diff) ; \
                    533:            touch ${top_srcdir}/${gc}/.patch_gc_zeropage_done ; \
1.21      ohara     534:        fi
                    535:        -if [ "${USE_GC_INTERIX}" = yes \
1.23      noro      536:             -a ! -f ${top_srcdir}/${gc}/.patch_gc_interix_done ]; then \
                    537:            (cd ${top_srcdir}/${gc}; patch -p0 < ../gc_interix.diff) ; \
                    538:            touch ${top_srcdir}/${gc}/.patch_gc_interix_done ; \
1.22      ohara     539:        fi
                    540:        -if [ "${USE_GC_SPARC64}" = yes \
1.23      noro      541:             -a ! -f ${top_srcdir}/${gc}/.patch_gc_sparc64_done ]; then \
                    542:            (cd ${top_srcdir}/${gc}; patch -p0 < ../gc_sparc64.diff) ; \
                    543:            touch ${top_srcdir}/${gc}/.patch_gc_sparc64_done ; \
1.13      ohara     544:        fi
1.23      noro      545:        -if [ ! -f ${top_srcdir}/${gc}/.configure_done ]; then \
1.14      ohara     546:            if [ -n "${host_alias}" ]; then \
1.23      noro      547:                (cd ${top_srcdir}/${gc}; ./configure --host=${host_alias} --disable-threads) ; \
1.14      ohara     548:            else \
1.23      noro      549:                (cd ${top_srcdir}/${gc}; ./configure --disable-threads) ; \
1.14      ohara     550:            fi ; \
1.23      noro      551:            touch ${top_srcdir}/${gc}/.configure_done ; \
1.1       ohara     552:        fi
1.23      noro      553:        (cd ${top_srcdir}/${gc}; ${MAKE})
                    554:        cp ${top_srcdir}/${gc}/.libs/libgc.a ${GLIB}
1.15      ohara     555:        (cd ${top_srcdir}/parse; ${MAKE} gc_risa.o)
                    556:        ${AR} q ${GLIB} ${top_srcdir}/parse/gc_risa.o
                    557:        ${RANLIB} ${GLIB}
1.1       ohara     558:
                    559: libasir.a: ${ASIRLIB}
                    560:        -mkdir ${top_srcdir}/libtmp
                    561:        -rm -f ${top_srcdir}/libtmp/*  ${top_srcdir}/$@
                    562:        for i in ${ASIRLIB}; do (cd ${top_srcdir}/libtmp; ar x ../$$i; chmod 644 *) done
                    563:        (cd ${top_srcdir}/libtmp; ${AR} cq ../$@ *.o)
                    564:        (cd ${top_srcdir}; ${RANLIB} $@)
                    565:        -rm -rf ${top_srcdir}/libtmp
                    566:
                    567: #asir.o: umain.o ${ASIRLIB} ${GLIB}
                    568: #      -rm $@
                    569: #      ld -r $@ umain.o ${ASIRLIB} ${GLIB} ${LIBS} ${EXTRALIBS}
                    570:
1.3       ohara     571: install-libasir: libasir.a
1.19      ohara     572:        mkdir -p ${DESTDIR}${libdir}
                    573:        ${INSTALL_DATA} libasir.a ${DESTDIR}${libdir}/libasir${libasir_postfix}.a
1.5       ohara     574:
1.20      ohara     575: install-libasir-gc: libasir-gc.a
                    576:        mkdir -p ${DESTDIR}${libdir}
                    577:        ${INSTALL_DATA} libasir-gc.a ${DESTDIR}${libdir}/libasir-gc.a
                    578:
                    579: install-openxm: asir${EXEEXT} install-libasir install-libasir-gc
1.19      ohara     580:        -mkdir -p ${DESTDIR}${bindir}
                    581:        ${INSTALL_PROGRAM} asir ${DESTDIR}${bindir}
                    582:        -mkdir -p ${DESTDIR}${asirdir}
1.5       ohara     583:        (cd ${top_srcdir}/lib; ${MAKE} install-doc install-lib)
1.19      ohara     584:        -rm -f ${DESTDIR}${bindir}/ox_asir${EXEEXT}
                    585:        (cd ${DESTDIR}${bindir} ; ${LN_S} asir${EXEEXT} ox_asir${EXEEXT})
                    586:        -(cd ${DESTDIR}${asirdir}; \
1.6       ohara     587:     rm -f asir${EXEEXT} ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
1.19      ohara     588:        (cd ${DESTDIR}${asirdir} ; \
1.6       ohara     589:        ${LN_S} ../../bin/asir${EXEEXT} asir${EXEEXT} ; \
                    590:        ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
                    591:        ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
                    592:        ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
1.8       ohara     593:        (cd ${top_srcdir}/include; ${MAKE} install)
1.9       ohara     594:        (cd ${top_srcdir}/parse; ${MAKE} install)
1.5       ohara     595:
                    596: install-lib:
                    597:        (cd ${top_srcdir}/lib; ${MAKE} install-lib)
1.19      ohara     598:        -(cd ${DESTDIR}${asirdir}; \
1.7       ohara     599:        rm -f ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
1.19      ohara     600:        (cd ${DESTDIR}${asirdir} ; \
1.5       ohara     601:        ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
                    602:        ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
                    603:        ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
1.19      ohara     604:        -mkdir -p ${DESTDIR}${bindir}
                    605:        -rm -f ${DESTDIR}${bindir}/asir${EXEEXT}
                    606:        (cd ${DESTDIR}${bindir} ; ${LN_S} ../lib/asir/asir${EXEEXT} asir${EXEEXT})
1.5       ohara     607:
                    608: install-doc:
                    609:        (cd ${top_srcdir}/lib; ${MAKE} install-doc)
1.18      ohara     610:
                    611: tarball:
                    612:        -rm -rf tmp
                    613:        -mkdir tmp
                    614:        DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm
                    615:        (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz
                    616:        -rm -rf tmp
1.1       ohara     617: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    618: # Otherwise a system limit (for SysV at least) may be exceeded.
                    619: .NOEXPORT:

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