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