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