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

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@
                     81: VERSION = @VERSION@
1.4     ! ohara      82: XPMLIB = @XPMLIB@
1.1       ohara      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
1.4     ! ohara     136: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.1       ohara     137:        cd $(top_srcdir) && \
                    138:          $(AUTOMAKE) --gnu  plot/Makefile
1.4     ! ohara     139: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
1.1       ohara     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>