[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.5

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

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