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