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