Annotation of OpenXM_contrib2/asir2000/plot/Makefile.in, Revision 1.14
1.12 ohara 1: # Makefile.in generated by automake 1.10 from Makefile.am.
2: # @configure_input@
1.1 ohara 3:
1.12 ohara 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.1 ohara 6: # This Makefile.in is free software; the Free Software Foundation
7: # gives unlimited permission to copy and/or distribute it,
8: # with or without modifications, as long as this notice is preserved.
9:
10: # This program is distributed in the hope that it will be useful,
11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13: # PARTICULAR PURPOSE.
14:
15: @SET_MAKE@
1.10 ohara 16:
1.1 ohara 17: VPATH = @srcdir@
18: pkgdatadir = $(datadir)/@PACKAGE@
19: pkglibdir = $(libdir)/@PACKAGE@
20: pkgincludedir = $(includedir)/@PACKAGE@
1.12 ohara 21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22: install_sh_DATA = $(install_sh) -c -m 644
23: install_sh_PROGRAM = $(install_sh) -c
24: install_sh_SCRIPT = $(install_sh) -c
1.1 ohara 25: INSTALL_HEADER = $(INSTALL_DATA)
1.12 ohara 26: transform = $(program_transform_name)
1.1 ohara 27: NORMAL_INSTALL = :
28: PRE_INSTALL = :
29: POST_INSTALL = :
30: NORMAL_UNINSTALL = :
31: PRE_UNINSTALL = :
32: POST_UNINSTALL = :
33: build_triplet = @build@
34: host_triplet = @host@
35: target_triplet = @target@
1.12 ohara 36: subdir = plot
37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39: am__aclocal_m4_deps = $(top_srcdir)/configure.in
40: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41: $(ACLOCAL_M4)
42: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43: CONFIG_CLEAN_FILES =
44: LIBRARIES = $(noinst_LIBRARIES)
45: AR = ar
46: ARFLAGS = cru
47: libplot_a_AR = $(AR) $(ARFLAGS)
48: libplot_a_LIBADD =
49: am_libplot_a_OBJECTS = calc.$(OBJEXT) if.$(OBJEXT) plotp.$(OBJEXT) \
50: plotg.$(OBJEXT) ox_plot.$(OBJEXT) plotf.$(OBJEXT) \
51: ox_plot_xevent.$(OBJEXT) smoothing.$(OBJEXT)
52: libplot_a_OBJECTS = $(am_libplot_a_OBJECTS)
53: DEFAULT_INCLUDES = -I.@am__isrc@
54: depcomp = $(SHELL) $(top_srcdir)/depcomp
55: am__depfiles_maybe = depfiles
56: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
57: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
58: CCLD = $(CC)
59: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
60: SOURCES = $(libplot_a_SOURCES)
61: DIST_SOURCES = $(libplot_a_SOURCES)
62: ETAGS = etags
63: CTAGS = ctags
64: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65: ACLOCAL = @ACLOCAL@
1.1 ohara 66: AMTAR = @AMTAR@
1.12 ohara 67: AUTOCONF = @AUTOCONF@
68: AUTOHEADER = @AUTOHEADER@
69: AUTOMAKE = @AUTOMAKE@
1.1 ohara 70: AWK = @AWK@
71: CC = @CC@
1.12 ohara 72: CCDEPMODE = @CCDEPMODE@
73: CFLAGS = @CFLAGS@
74: CPP = @CPP@
75: CPPFLAGS = @CPPFLAGS@
76: CYGPATH_W = @CYGPATH_W@
77: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1 ohara 78: DEPDIR = @DEPDIR@
1.12 ohara 79: ECHO_C = @ECHO_C@
80: ECHO_N = @ECHO_N@
81: ECHO_T = @ECHO_T@
82: EGREP = @EGREP@
1.10 ohara 83: EXEEXT = @EXEEXT@
1.1 ohara 84: FEPLIB = @FEPLIB@
1.12 ohara 85: GC = @GC@
86: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11 ohara 87: GC_DISTDIR = @GC_DISTDIR@
1.12 ohara 88: GREP = @GREP@
89: INSTALL = @INSTALL@
90: INSTALL_DATA = @INSTALL_DATA@
91: INSTALL_PROGRAM = @INSTALL_PROGRAM@
92: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1 ohara 93: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94: LAPACKLIB = @LAPACKLIB@
1.12 ohara 95: LDFLAGS = @LDFLAGS@
96: LIBOBJS = @LIBOBJS@
97: LIBS = @LIBS@
1.1 ohara 98: LN_S = @LN_S@
1.12 ohara 99: LTLIBOBJS = @LTLIBOBJS@
1.4 ohara 100: MAINT = @MAINT@
1.12 ohara 101: MAKEINFO = @MAKEINFO@
102: MKDIR_P = @MKDIR_P@
1.10 ohara 103: OBJEXT = @OBJEXT@
1.1 ohara 104: PACKAGE = @PACKAGE@
1.12 ohara 105: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
106: PACKAGE_NAME = @PACKAGE_NAME@
107: PACKAGE_STRING = @PACKAGE_STRING@
108: PACKAGE_TARNAME = @PACKAGE_TARNAME@
109: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1 ohara 110: PARIINC = @PARIINC@
111: PARILIB = @PARILIB@
1.12 ohara 112: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 ohara 113: RANLIB = @RANLIB@
1.12 ohara 114: SET_MAKE = @SET_MAKE@
115: SHELL = @SHELL@
116: STRIP = @STRIP@
1.8 ohara 117: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1 ohara 118: VERSION = @VERSION@
1.12 ohara 119: XMKMF = @XMKMF@
1.4 ohara 120: XPMLIB = @XPMLIB@
1.1 ohara 121: X_CFLAGS = @X_CFLAGS@
122: X_EXTRA_LIBS = @X_EXTRA_LIBS@
123: X_LIBS = @X_LIBS@
124: X_PRE_LIBS = @X_PRE_LIBS@
125: YACC = @YACC@
1.12 ohara 126: YFLAGS = @YFLAGS@
127: abs_builddir = @abs_builddir@
128: abs_srcdir = @abs_srcdir@
129: abs_top_builddir = @abs_top_builddir@
130: abs_top_srcdir = @abs_top_srcdir@
131: ac_ct_CC = @ac_ct_CC@
1.1 ohara 132: am__include = @am__include@
1.12 ohara 133: am__leading_dot = @am__leading_dot@
1.1 ohara 134: am__quote = @am__quote@
1.12 ohara 135: am__tar = @am__tar@
136: am__untar = @am__untar@
1.1 ohara 137: asm_obj = @asm_obj@
1.12 ohara 138: bindir = @bindir@
139: build = @build@
140: build_alias = @build_alias@
141: build_cpu = @build_cpu@
142: build_os = @build_os@
143: build_vendor = @build_vendor@
144: builddir = @builddir@
145: datadir = @datadir@
146: datarootdir = @datarootdir@
147: docdir = @docdir@
148: dvidir = @dvidir@
149: exec_prefix = @exec_prefix@
150: host = @host@
151: host_alias = @host_alias@
152: host_cpu = @host_cpu@
153: host_os = @host_os@
154: host_vendor = @host_vendor@
155: htmldir = @htmldir@
156: includedir = @includedir@
157: infodir = @infodir@
1.1 ohara 158: install_sh = @install_sh@
159: libasir_postfix = @libasir_postfix@
1.12 ohara 160: libdir = @libdir@
161: libexecdir = @libexecdir@
162: localedir = @localedir@
163: localstatedir = @localstatedir@
164: mandir = @mandir@
165: mkdir_p = @mkdir_p@
166: oldincludedir = @oldincludedir@
167: pdfdir = @pdfdir@
168: prefix = @prefix@
169: program_transform_name = @program_transform_name@
170: psdir = @psdir@
171: sbindir = @sbindir@
172: sharedstatedir = @sharedstatedir@
173: srcdir = @srcdir@
174: sysconfdir = @sysconfdir@
175: target = @target@
176: target_alias = @target_alias@
177: target_cpu = @target_cpu@
178: target_os = @target_os@
179: target_vendor = @target_vendor@
180: top_builddir = @top_builddir@
181: top_srcdir = @top_srcdir@
1.6 ohara 182: asirdir = ${prefix}/lib/asir
1.1 ohara 183: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
184: -I${top_srcdir}/gc/include \
1.14 ! ohara 185: @PARIINC@ @X_CFLAGS@
1.1 ohara 186:
187: noinst_LIBRARIES = libplot.a
188: libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \
189: ox_plot_xevent.c smoothing.c
190:
191: all: all-am
192:
193: .SUFFIXES:
194: .SUFFIXES: .c .o .obj
1.12 ohara 195: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
196: @for dep in $?; do \
197: case '$(am__configure_deps)' in \
198: *$$dep*) \
199: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
200: && exit 0; \
201: exit 1;; \
202: esac; \
203: done; \
204: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plot/Makefile'; \
1.1 ohara 205: cd $(top_srcdir) && \
206: $(AUTOMAKE) --gnu plot/Makefile
1.12 ohara 207: .PRECIOUS: Makefile
208: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
209: @case '$?' in \
210: *config.status*) \
211: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
212: *) \
213: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
214: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
215: esac;
216:
217: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
218: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219:
220: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
221: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
223: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1 ohara 224:
225: clean-noinstLIBRARIES:
226: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
227: libplot.a: $(libplot_a_OBJECTS) $(libplot_a_DEPENDENCIES)
228: -rm -f libplot.a
229: $(libplot_a_AR) libplot.a $(libplot_a_OBJECTS) $(libplot_a_LIBADD)
230: $(RANLIB) libplot.a
231:
232: mostlyclean-compile:
1.12 ohara 233: -rm -f *.$(OBJEXT)
1.1 ohara 234:
235: distclean-compile:
236: -rm -f *.tab.c
237:
1.12 ohara 238: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calc.Po@am__quote@
239: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if.Po@am__quote@
240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot.Po@am__quote@
241: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot_xevent.Po@am__quote@
242: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotf.Po@am__quote@
243: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotg.Po@am__quote@
244: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotp.Po@am__quote@
245: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smoothing.Po@am__quote@
1.1 ohara 246:
247: .c.o:
1.12 ohara 248: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
249: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
250: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
251: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1.1 ohara 253:
254: .c.obj:
1.12 ohara 255: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
256: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
257: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
258: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
259: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1 ohara 260:
261: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.12 ohara 262: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 263: unique=`for i in $$list; do \
264: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265: done | \
266: $(AWK) ' { files[$$0] = 1; } \
267: END { for (i in files) print i; }'`; \
1.12 ohara 268: mkid -fID $$unique
269: tags: TAGS
1.1 ohara 270:
271: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
272: $(TAGS_FILES) $(LISP)
273: tags=; \
274: here=`pwd`; \
1.12 ohara 275: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
276: unique=`for i in $$list; do \
277: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278: done | \
279: $(AWK) ' { files[$$0] = 1; } \
280: END { for (i in files) print i; }'`; \
281: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
282: test -n "$$unique" || unique=$$empty_fix; \
283: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
284: $$tags $$unique; \
285: fi
286: ctags: CTAGS
287: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
288: $(TAGS_FILES) $(LISP)
289: tags=; \
290: here=`pwd`; \
291: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1 ohara 292: unique=`for i in $$list; do \
293: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294: done | \
295: $(AWK) ' { files[$$0] = 1; } \
296: END { for (i in files) print i; }'`; \
1.12 ohara 297: test -z "$(CTAGS_ARGS)$$tags$$unique" \
298: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
299: $$tags $$unique
1.1 ohara 300:
301: GTAGS:
1.12 ohara 302: here=`$(am__cd) $(top_builddir) && pwd` \
1.1 ohara 303: && cd $(top_srcdir) \
304: && gtags -i $(GTAGS_ARGS) $$here
305:
306: distclean-tags:
1.12 ohara 307: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 ohara 308:
309: distdir: $(DISTFILES)
1.12 ohara 310: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
311: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
312: list='$(DISTFILES)'; \
313: dist_files=`for file in $$list; do echo $$file; done | \
314: sed -e "s|^$$srcdirstrip/||;t" \
315: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
316: case $$dist_files in \
317: */*) $(MKDIR_P) `echo "$$dist_files" | \
318: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
319: sort -u` ;; \
320: esac; \
321: for file in $$dist_files; do \
322: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 323: if test -d $$d/$$file; then \
1.12 ohara 324: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
325: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
326: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
327: fi; \
328: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 ohara 329: else \
330: test -f $(distdir)/$$file \
331: || cp -p $$d/$$file $(distdir)/$$file \
332: || exit 1; \
333: fi; \
334: done
335: check-am: all-am
336: check: check-am
337: all-am: Makefile $(LIBRARIES)
338: installdirs:
339: install: install-am
340: install-exec: install-exec-am
341: install-data: install-data-am
342: uninstall: uninstall-am
343:
344: install-am: all-am
345: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
346:
347: installcheck: installcheck-am
348: install-strip:
349: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.12 ohara 350: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1 ohara 351: `test -z '$(STRIP)' || \
352: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
353: mostlyclean-generic:
354:
355: clean-generic:
356:
357: distclean-generic:
1.12 ohara 358: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 ohara 359:
360: maintainer-clean-generic:
361: @echo "This command is intended for maintainers to use"
362: @echo "it deletes files that may require special tools to rebuild."
363: clean: clean-am
364:
365: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
366:
367: distclean: distclean-am
1.12 ohara 368: -rm -rf ./$(DEPDIR)
369: -rm -f Makefile
370: distclean-am: clean-am distclean-compile distclean-generic \
371: distclean-tags
1.1 ohara 372:
373: dvi: dvi-am
374:
375: dvi-am:
376:
1.12 ohara 377: html: html-am
378:
1.1 ohara 379: info: info-am
380:
381: info-am:
382:
383: install-data-am:
384:
1.12 ohara 385: install-dvi: install-dvi-am
386:
1.1 ohara 387: install-exec-am:
388:
1.12 ohara 389: install-html: install-html-am
390:
1.1 ohara 391: install-info: install-info-am
392:
393: install-man:
394:
1.12 ohara 395: install-pdf: install-pdf-am
396:
397: install-ps: install-ps-am
398:
1.1 ohara 399: installcheck-am:
400:
401: maintainer-clean: maintainer-clean-am
1.12 ohara 402: -rm -rf ./$(DEPDIR)
403: -rm -f Makefile
1.1 ohara 404: maintainer-clean-am: distclean-am maintainer-clean-generic
405:
406: mostlyclean: mostlyclean-am
407:
408: mostlyclean-am: mostlyclean-compile mostlyclean-generic
409:
1.12 ohara 410: pdf: pdf-am
411:
412: pdf-am:
413:
414: ps: ps-am
415:
416: ps-am:
417:
418: uninstall-am:
419:
420: .MAKE: install-am install-strip
1.1 ohara 421:
1.12 ohara 422: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
423: clean-noinstLIBRARIES ctags distclean distclean-compile \
424: distclean-generic distclean-tags distdir dvi dvi-am html \
425: html-am info info-am install install-am install-data \
426: install-data-am install-dvi install-dvi-am install-exec \
427: install-exec-am install-html install-html-am install-info \
428: install-info-am install-man install-pdf install-pdf-am \
429: install-ps install-ps-am install-strip installcheck \
1.1 ohara 430: installcheck-am installdirs maintainer-clean \
431: maintainer-clean-generic mostlyclean mostlyclean-compile \
1.12 ohara 432: mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
433: uninstall-am
1.1 ohara 434:
435: # Tell versions [3.59,3.63) of GNU make to not export all variables.
436: # Otherwise a system limit (for SysV at least) may be exceeded.
437: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>