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