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

Annotation of OpenXM_contrib2/asir2000/plot/Makefile.in, Revision 1.9

1.9     ! noro        1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
        !             2: # @configure_input@
1.1       ohara       3:
1.9     ! 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.9     ! 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.9     ! 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.9     ! 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.4       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.7       ohara      87: USE_GC_INTERIX = @USE_GC_INTERIX@
1.8       ohara      88: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.5       ohara      89: USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
1.1       ohara      90: VERSION = @VERSION@
1.4       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:
1.6       ohara     103: asirdir = ${prefix}/lib/asir
                    104: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     105: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    106:            -I${top_srcdir}/gc/include \
                    107:            @PARIINC@ @MPIINC@ @X_CFLAGS@
                    108:
                    109: noinst_LIBRARIES = libplot.a
                    110: libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \
                    111:                     ox_plot_xevent.c smoothing.c
                    112:
                    113: subdir = plot
                    114: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    115: CONFIG_CLEAN_FILES =
                    116: LIBRARIES = $(noinst_LIBRARIES)
                    117:
                    118: libplot_a_AR = $(AR) cru
                    119: libplot_a_LIBADD =
                    120: am_libplot_a_OBJECTS = calc.$(OBJEXT) if.$(OBJEXT) plotp.$(OBJEXT) \
                    121:        plotg.$(OBJEXT) ox_plot.$(OBJEXT) plotf.$(OBJEXT) \
                    122:        ox_plot_xevent.$(OBJEXT) smoothing.$(OBJEXT)
                    123: libplot_a_OBJECTS = $(am_libplot_a_OBJECTS)
                    124: DEFAULT_INCLUDES =  -I. -I$(srcdir)
                    125: CPPFLAGS = @CPPFLAGS@
                    126: LDFLAGS = @LDFLAGS@
                    127: LIBS = @LIBS@
                    128: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.9     ! noro      129: am__depfiles_maybe = depfiles
        !           130: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/calc.Po ./$(DEPDIR)/if.Po \
        !           131: @AMDEP_TRUE@   ./$(DEPDIR)/ox_plot.Po \
        !           132: @AMDEP_TRUE@   ./$(DEPDIR)/ox_plot_xevent.Po ./$(DEPDIR)/plotf.Po \
        !           133: @AMDEP_TRUE@   ./$(DEPDIR)/plotg.Po ./$(DEPDIR)/plotp.Po \
        !           134: @AMDEP_TRUE@   ./$(DEPDIR)/smoothing.Po
1.1       ohara     135: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    136:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    137: CCLD = $(CC)
                    138: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    139: CFLAGS = @CFLAGS@
                    140: DIST_SOURCES = $(libplot_a_SOURCES)
                    141: DIST_COMMON = Makefile.am Makefile.in
                    142: SOURCES = $(libplot_a_SOURCES)
                    143:
                    144: all: all-am
                    145:
                    146: .SUFFIXES:
                    147: .SUFFIXES: .c .o .obj
1.4       ohara     148: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     149:        cd $(top_srcdir) && \
                    150:          $(AUTOMAKE) --gnu  plot/Makefile
1.4       ohara     151: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.9     ! noro      152:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1       ohara     153:
                    154: AR = ar
                    155:
                    156: clean-noinstLIBRARIES:
                    157:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    158: libplot.a: $(libplot_a_OBJECTS) $(libplot_a_DEPENDENCIES)
                    159:        -rm -f libplot.a
                    160:        $(libplot_a_AR) libplot.a $(libplot_a_OBJECTS) $(libplot_a_LIBADD)
                    161:        $(RANLIB) libplot.a
                    162:
                    163: mostlyclean-compile:
                    164:        -rm -f *.$(OBJEXT) core *.core
                    165:
                    166: distclean-compile:
                    167:        -rm -f *.tab.c
                    168:
1.9     ! noro      169: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calc.Po@am__quote@
        !           170: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if.Po@am__quote@
        !           171: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot.Po@am__quote@
        !           172: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot_xevent.Po@am__quote@
        !           173: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotf.Po@am__quote@
        !           174: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotg.Po@am__quote@
        !           175: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotp.Po@am__quote@
        !           176: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smoothing.Po@am__quote@
1.1       ohara     177:
                    178: distclean-depend:
1.9     ! noro      179:        -rm -rf ./$(DEPDIR)
1.1       ohara     180:
                    181: .c.o:
                    182: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    183: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    184: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.9     ! noro      185:        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
1.1       ohara     186:
                    187: .c.obj:
                    188: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    189: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    190: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    191:        $(COMPILE) -c `cygpath -w $<`
                    192: CCDEPMODE = @CCDEPMODE@
                    193: uninstall-info-am:
                    194:
1.9     ! noro      195: ETAGS = etags
        !           196: ETAGSFLAGS =
        !           197:
1.1       ohara     198: tags: TAGS
                    199:
                    200: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.9     ! noro      201:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     202:        unique=`for i in $$list; do \
                    203:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    204:          done | \
                    205:          $(AWK) '    { files[$$0] = 1; } \
                    206:               END { for (i in files) print i; }'`; \
1.9     ! noro      207:        mkid -fID $$unique
1.1       ohara     208:
                    209: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    210:                $(TAGS_FILES) $(LISP)
                    211:        tags=; \
                    212:        here=`pwd`; \
1.9     ! noro      213:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     214:        unique=`for i in $$list; do \
                    215:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    216:          done | \
                    217:          $(AWK) '    { files[$$0] = 1; } \
                    218:               END { for (i in files) print i; }'`; \
1.9     ! noro      219:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           220:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           221:             $$tags $$unique
1.1       ohara     222:
                    223: GTAGS:
1.9     ! noro      224:        here=`$(am__cd) $(top_builddir) && pwd` \
1.1       ohara     225:          && cd $(top_srcdir) \
                    226:          && gtags -i $(GTAGS_ARGS) $$here
                    227:
                    228: distclean-tags:
                    229:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
                    230: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    231:
                    232: top_distdir = ..
                    233: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    234:
                    235: distdir: $(DISTFILES)
1.9     ! noro      236:        @list='$(DISTFILES)'; for file in $$list; do \
        !           237:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     238:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    239:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1.9     ! noro      240:            dir="/$$dir"; \
        !           241:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           242:          else \
        !           243:            dir=''; \
1.1       ohara     244:          fi; \
                    245:          if test -d $$d/$$file; then \
1.9     ! noro      246:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           247:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           248:            fi; \
        !           249:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       ohara     250:          else \
                    251:            test -f $(distdir)/$$file \
                    252:            || cp -p $$d/$$file $(distdir)/$$file \
                    253:            || exit 1; \
                    254:          fi; \
                    255:        done
                    256: check-am: all-am
                    257: check: check-am
                    258: all-am: Makefile $(LIBRARIES)
                    259:
                    260: installdirs:
                    261:
                    262: install: install-am
                    263: install-exec: install-exec-am
                    264: install-data: install-data-am
                    265: uninstall: uninstall-am
                    266:
                    267: install-am: all-am
                    268:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    269:
                    270: installcheck: installcheck-am
                    271: install-strip:
                    272:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.9     ! noro      273:          INSTALL_STRIP_FLAG=-s \
1.1       ohara     274:          `test -z '$(STRIP)' || \
                    275:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    276: mostlyclean-generic:
                    277:
                    278: clean-generic:
                    279:
                    280: distclean-generic:
1.9     ! noro      281:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
1.1       ohara     282:
                    283: maintainer-clean-generic:
                    284:        @echo "This command is intended for maintainers to use"
                    285:        @echo "it deletes files that may require special tools to rebuild."
                    286: clean: clean-am
                    287:
                    288: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    289:
                    290: distclean: distclean-am
                    291:
                    292: distclean-am: clean-am distclean-compile distclean-depend \
                    293:        distclean-generic distclean-tags
                    294:
                    295: dvi: dvi-am
                    296:
                    297: dvi-am:
                    298:
                    299: info: info-am
                    300:
                    301: info-am:
                    302:
                    303: install-data-am:
                    304:
                    305: install-exec-am:
                    306:
                    307: install-info: install-info-am
                    308:
                    309: install-man:
                    310:
                    311: installcheck-am:
                    312:
                    313: maintainer-clean: maintainer-clean-am
                    314:
                    315: maintainer-clean-am: distclean-am maintainer-clean-generic
                    316:
                    317: mostlyclean: mostlyclean-am
                    318:
                    319: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    320:
                    321: uninstall-am: uninstall-info-am
                    322:
                    323: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    324:        clean-noinstLIBRARIES distclean distclean-compile \
                    325:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    326:        dvi-am info info-am install install-am install-data \
                    327:        install-data-am install-exec install-exec-am install-info \
                    328:        install-info-am install-man install-strip installcheck \
                    329:        installcheck-am installdirs maintainer-clean \
                    330:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    331:        mostlyclean-generic tags uninstall uninstall-am \
                    332:        uninstall-info-am
                    333:
                    334: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    335: # Otherwise a system limit (for SysV at least) may be exceeded.
                    336: .NOEXPORT:

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