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

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

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

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