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

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

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