Annotation of OpenXM_contrib2/asir2018/fft/Makefile, Revision 1.3
1.2 noro 1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1 noro 2: # fft/Makefile. Generated from Makefile.in by configure.
3:
1.2 noro 4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1.1 noro 5:
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:
16:
17:
1.2 noro 18: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1.1 noro 19: am__make_running_with_option = \
20: case $${target_option-} in \
21: ?) ;; \
22: *) echo "am__make_running_with_option: internal error: invalid" \
23: "target option '$${target_option-}' specified" >&2; \
24: exit 1;; \
25: esac; \
26: has_opt=no; \
27: sane_makeflags=$$MAKEFLAGS; \
28: if $(am__is_gnu_make); then \
29: sane_makeflags=$$MFLAGS; \
30: else \
31: case $$MAKEFLAGS in \
32: *\\[\ \ ]*) \
33: bs=\\; \
34: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36: esac; \
37: fi; \
38: skip_next=no; \
39: strip_trailopt () \
40: { \
41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42: }; \
43: for flg in $$sane_makeflags; do \
44: test $$skip_next = yes && { skip_next=no; continue; }; \
45: case $$flg in \
46: *=*|--*) continue;; \
47: -*I) strip_trailopt 'I'; skip_next=yes;; \
48: -*I?*) strip_trailopt 'I';; \
49: -*O) strip_trailopt 'O'; skip_next=yes;; \
50: -*O?*) strip_trailopt 'O';; \
51: -*l) strip_trailopt 'l'; skip_next=yes;; \
52: -*l?*) strip_trailopt 'l';; \
53: -[dEDm]) skip_next=yes;; \
54: -[JT]) skip_next=yes;; \
55: esac; \
56: case $$flg in \
57: *$$target_option*) has_opt=yes; break;; \
58: esac; \
59: done; \
60: test $$has_opt = yes
61: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63: pkgdatadir = $(datadir)/asir
64: pkgincludedir = $(includedir)/asir
65: pkglibdir = $(libdir)/asir
66: pkglibexecdir = $(libexecdir)/asir
67: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68: install_sh_DATA = $(install_sh) -c -m 644
69: install_sh_PROGRAM = $(install_sh) -c
70: install_sh_SCRIPT = $(install_sh) -c
71: INSTALL_HEADER = $(INSTALL_DATA)
72: transform = $(program_transform_name)
73: NORMAL_INSTALL = :
74: PRE_INSTALL = :
75: POST_INSTALL = :
76: NORMAL_UNINSTALL = :
77: PRE_UNINSTALL = :
78: POST_UNINSTALL = :
79: build_triplet = x86_64-pc-linux-gnu
80: host_triplet = x86_64-pc-linux-gnu
81: target_triplet = x86_64-pc-linux-gnu
82: subdir = fft
1.2 noro 83: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84: $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
1.1 noro 85: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.3 ! noro 86: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1 noro 87: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88: $(ACLOCAL_M4)
89: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90: CONFIG_CLEAN_FILES =
91: CONFIG_CLEAN_VPATH_FILES =
92: LIBRARIES = $(noinst_LIBRARIES)
93: AR = ar
94: ARFLAGS = cru
95: AM_V_AR = $(am__v_AR_$(V))
96: am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
97: am__v_AR_0 = @echo " AR " $@;
98: am__v_AR_1 =
99: libdft_a_AR = $(AR) $(ARFLAGS)
100: libdft_a_LIBADD =
101: am_libdft_a_OBJECTS = dft.$(OBJEXT) polmul.$(OBJEXT) \
102: fft_primes.$(OBJEXT)
103: libdft_a_OBJECTS = $(am_libdft_a_OBJECTS)
104: AM_V_P = $(am__v_P_$(V))
105: am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
106: am__v_P_0 = false
107: am__v_P_1 = :
108: AM_V_GEN = $(am__v_GEN_$(V))
109: am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
110: am__v_GEN_0 = @echo " GEN " $@;
111: am__v_GEN_1 =
112: AM_V_at = $(am__v_at_$(V))
113: am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
114: am__v_at_0 = @
115: am__v_at_1 =
116: DEFAULT_INCLUDES = -I.
117: depcomp = $(SHELL) $(top_srcdir)/depcomp
118: am__depfiles_maybe = depfiles
119: am__mv = mv -f
120: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122: AM_V_CC = $(am__v_CC_$(V))
123: am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
124: am__v_CC_0 = @echo " CC " $@;
125: am__v_CC_1 =
126: CCLD = $(CC)
127: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
128: AM_V_CCLD = $(am__v_CCLD_$(V))
129: am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
130: am__v_CCLD_0 = @echo " CCLD " $@;
131: am__v_CCLD_1 =
132: SOURCES = $(libdft_a_SOURCES)
133: DIST_SOURCES = $(libdft_a_SOURCES)
134: am__can_run_installinfo = \
135: case $$AM_UPDATE_INFO_DIR in \
136: n|no|NO) false;; \
137: *) (install-info --version) >/dev/null 2>&1;; \
138: esac
139: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140: # Read a list of newline-separated strings from the standard input,
141: # and print each of them once, without duplicates. Input order is
142: # *not* preserved.
143: am__uniquify_input = $(AWK) '\
144: BEGIN { nonempty = 0; } \
145: { items[$$0] = 1; nonempty = 1; } \
146: END { if (nonempty) { for (i in items) print i; }; } \
147: '
148: # Make sure the list of sources is unique. This is necessary because,
149: # e.g., the same source file might be shared among _SOURCES variables
150: # for different programs/libraries.
151: am__define_uniq_tagged_files = \
152: list='$(am__tagged_files)'; \
153: unique=`for i in $$list; do \
154: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155: done | $(am__uniquify_input)`
156: ETAGS = etags
157: CTAGS = ctags
158: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.2 noro 159: ACLOCAL = aclocal-1.14
1.1 noro 160: AMTAR = $${TAR-tar}
161: AM_DEFAULT_VERBOSITY = 1
162: ASIR_GCLIB = libasir-gc.a
163: AUTOCONF = autoconf
164: AUTOHEADER = autoheader
1.2 noro 165: AUTOMAKE = automake-1.14
166: AWK = gawk
1.1 noro 167: CC = gcc
168: CCDEPMODE = depmode=gcc3
169: CFLAGS = -g -O
170: CPP = gcc -E
171: CPPFLAGS =
172: CYGPATH_W = echo
173: DEFS = -DPACKAGE_NAME=\"asir\" -DPACKAGE_TARNAME=\"asir\" -DPACKAGE_VERSION=\"1.15\" -DPACKAGE_STRING=\"asir\ 1.15\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asir\" -DVERSION=\"1.15\" -DGC7=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNSIGNED_LONG_LONG=1 -DSIZEOF_LONG=8 -DLONG_IS_64BIT=1 -DDO_PLOT=1 -DHAVE_SIGACTION=1 -DASIR_LIBDIR=\"${asirdir}\"
174: DEPDIR = .deps
175: ECHO_C =
176: ECHO_N = -n
177: ECHO_T =
178: EGREP = /bin/grep -E
179: EXEEXT =
180: FEPLIB =
181: GC = gc-7.4.2
182: GCINC = -I${top_srcdir}/${GC}/include
183: GCLIB =
184: GC_CONFIGURE_ARGS = --disable-threads --enable-large-config
185: GC_DISTDIR = ${prefix}/../OpenXM_dist
186: GMPLIB = -L${exec_prefix}/lib -lmpc -lmpfr -lgmp
187: GREP = /bin/grep
188: INSTALL = /usr/bin/install -c
189: INSTALL_DATA = ${INSTALL} -m 644
190: INSTALL_PROGRAM = ${INSTALL}
191: INSTALL_SCRIPT = ${INSTALL}
192: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
193: LAPACKLIB =
194: LDFLAGS =
195: LIBOBJS =
196: LIBS =
197: LN_S = ln -s
198: LTLIBOBJS =
199: MAINT = #
200: MAKEINFO = makeinfo
201: MKDIR_P = /bin/mkdir -p
202: OBJEXT = o
203: PACKAGE = asir
204: PACKAGE_BUGREPORT =
205: PACKAGE_NAME = asir
206: PACKAGE_STRING = asir 1.15
207: PACKAGE_TARNAME = asir
208: PACKAGE_URL =
209: PACKAGE_VERSION = 1.15
210: PARIINC =
211: PARILIB =
212: PATH_SEPARATOR = :
213: RANLIB = ranlib
214: SET_MAKE =
215: SHELL = /bin/bash
216: STRIP =
217: USE_GC_SPARC64 =
218: VERSION = 1.15
219: WSLIB =
220: XMKMF =
221: XPMLIB =
222: X_CFLAGS =
223: X_EXTRA_LIBS =
224: X_LIBS =
225: X_PRE_LIBS = -lSM -lICE
226: YACC = bison -y
227: YFLAGS =
228: abs_builddir = /usr/local/ox/OpenXM_contrib2/asir2018/fft
229: abs_srcdir = /usr/local/ox/OpenXM_contrib2/asir2018/fft
230: abs_top_builddir = /usr/local/ox/OpenXM_contrib2/asir2018
231: abs_top_srcdir = /usr/local/ox/OpenXM_contrib2/asir2018
232: ac_ct_CC = gcc
233: am__include = include
234: am__leading_dot = .
235: am__quote =
236: am__tar = $${TAR-tar} chof - "$$tardir"
237: am__untar = $${TAR-tar} xf -
238: asm_obj = asmalpha.o
239: bindir = ${exec_prefix}/bin
240: build = x86_64-pc-linux-gnu
241: build_alias =
242: build_cpu = x86_64
243: build_os = linux-gnu
244: build_vendor = pc
245: builddir = .
246: datadir = ${datarootdir}
247: datarootdir = ${prefix}/share
248: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
249: dvidir = ${docdir}
250: exec_prefix = ${prefix}
251: host = x86_64-pc-linux-gnu
252: host_alias =
253: host_cpu = x86_64
254: host_os = linux-gnu
255: host_vendor = pc
256: htmldir = ${docdir}
257: includedir = ${prefix}/include
258: infodir = ${datarootdir}/info
259: install_sh = ${SHELL} /usr/local/ox/OpenXM_contrib2/asir2018/install-sh
260: libasir_postfix = _X
261: libdir = ${exec_prefix}/lib
262: libexecdir = ${exec_prefix}/libexec
263: localedir = ${datarootdir}/locale
264: localstatedir = ${prefix}/var
265: mandir = ${datarootdir}/man
266: mkdir_p = $(MKDIR_P)
267: oldincludedir = /usr/include
268: pdfdir = ${docdir}
269: prefix = /usr/local/ox/OpenXM
270: program_transform_name = s,x,x,
271: psdir = ${docdir}
272: sbindir = ${exec_prefix}/sbin
273: sharedstatedir = ${prefix}/com
274: srcdir = .
275: sysconfdir = ${prefix}/etc
276: target = x86_64-pc-linux-gnu
277: target_alias =
278: target_cpu = x86_64
279: target_os = linux-gnu
280: target_vendor = pc
281: top_build_prefix = ../
282: top_builddir = ..
283: top_srcdir = ..
284: asirdir = ${prefix}/lib/asir
285: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
286: -I${top_srcdir}/gc/include \
287: -I${prefix}/include
288:
289: noinst_LIBRARIES = libdft.a
290: libdft_a_SOURCES = dft.c polmul.c fft_primes.c
291: all: all-am
292:
293: .SUFFIXES:
294: .SUFFIXES: .c .o .obj
295: $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
296: @for dep in $?; do \
297: case '$(am__configure_deps)' in \
298: *$$dep*) \
299: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300: && { if test -f $@; then exit 0; else break; fi; }; \
301: exit 1;; \
302: esac; \
303: done; \
304: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fft/Makefile'; \
305: $(am__cd) $(top_srcdir) && \
306: $(AUTOMAKE) --gnu fft/Makefile
1.2 noro 307: .PRECIOUS: Makefile
1.1 noro 308: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309: @case '$?' in \
310: *config.status*) \
311: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
312: *) \
313: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
314: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
315: esac;
316:
317: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319:
320: $(top_srcdir)/configure: # $(am__configure_deps)
321: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322: $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
323: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324: $(am__aclocal_m4_deps):
325:
326: clean-noinstLIBRARIES:
327: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
328:
329: libdft.a: $(libdft_a_OBJECTS) $(libdft_a_DEPENDENCIES) $(EXTRA_libdft_a_DEPENDENCIES)
330: $(AM_V_at)-rm -f libdft.a
331: $(AM_V_AR)$(libdft_a_AR) libdft.a $(libdft_a_OBJECTS) $(libdft_a_LIBADD)
332: $(AM_V_at)$(RANLIB) libdft.a
333:
334: mostlyclean-compile:
335: -rm -f *.$(OBJEXT)
336:
337: distclean-compile:
338: -rm -f *.tab.c
339:
340: include ./$(DEPDIR)/dft.Po
341: include ./$(DEPDIR)/fft_primes.Po
342: include ./$(DEPDIR)/polmul.Po
343:
344: .c.o:
345: $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346: $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347: # $(AM_V_CC)source='$<' object='$@' libtool=no \
348: # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
349: # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
350:
351: .c.obj:
352: $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
353: $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354: # $(AM_V_CC)source='$<' object='$@' libtool=no \
355: # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
356: # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
357:
358: ID: $(am__tagged_files)
359: $(am__define_uniq_tagged_files); mkid -fID $$unique
360: tags: tags-am
361: TAGS: tags
362:
363: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
364: set x; \
365: here=`pwd`; \
366: $(am__define_uniq_tagged_files); \
367: shift; \
368: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
369: test -n "$$unique" || unique=$$empty_fix; \
370: if test $$# -gt 0; then \
371: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372: "$$@" $$unique; \
373: else \
374: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375: $$unique; \
376: fi; \
377: fi
378: ctags: ctags-am
379:
380: CTAGS: ctags
381: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
382: $(am__define_uniq_tagged_files); \
383: test -z "$(CTAGS_ARGS)$$unique" \
384: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385: $$unique
386:
387: GTAGS:
388: here=`$(am__cd) $(top_builddir) && pwd` \
389: && $(am__cd) $(top_srcdir) \
390: && gtags -i $(GTAGS_ARGS) "$$here"
391: cscopelist: cscopelist-am
392:
393: cscopelist-am: $(am__tagged_files)
394: list='$(am__tagged_files)'; \
395: case "$(srcdir)" in \
396: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
397: *) sdir=$(subdir)/$(srcdir) ;; \
398: esac; \
399: for i in $$list; do \
400: if test -f "$$i"; then \
401: echo "$(subdir)/$$i"; \
402: else \
403: echo "$$sdir/$$i"; \
404: fi; \
405: done >> $(top_builddir)/cscope.files
406:
407: distclean-tags:
408: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409:
410: distdir: $(DISTFILES)
411: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413: list='$(DISTFILES)'; \
414: dist_files=`for file in $$list; do echo $$file; done | \
415: sed -e "s|^$$srcdirstrip/||;t" \
416: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
417: case $$dist_files in \
418: */*) $(MKDIR_P) `echo "$$dist_files" | \
419: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
420: sort -u` ;; \
421: esac; \
422: for file in $$dist_files; do \
423: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
424: if test -d $$d/$$file; then \
425: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
426: if test -d "$(distdir)/$$file"; then \
427: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428: fi; \
429: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
431: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432: fi; \
433: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
434: else \
435: test -f "$(distdir)/$$file" \
436: || cp -p $$d/$$file "$(distdir)/$$file" \
437: || exit 1; \
438: fi; \
439: done
440: check-am: all-am
441: check: check-am
442: all-am: Makefile $(LIBRARIES)
443: installdirs:
444: install: install-am
445: install-exec: install-exec-am
446: install-data: install-data-am
447: uninstall: uninstall-am
448:
449: install-am: all-am
450: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
451:
452: installcheck: installcheck-am
453: install-strip:
454: if test -z '$(STRIP)'; then \
455: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457: install; \
458: else \
459: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
462: fi
463: mostlyclean-generic:
464:
465: clean-generic:
466:
467: distclean-generic:
468: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470:
471: maintainer-clean-generic:
472: @echo "This command is intended for maintainers to use"
473: @echo "it deletes files that may require special tools to rebuild."
474: clean: clean-am
475:
476: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
477:
478: distclean: distclean-am
479: -rm -rf ./$(DEPDIR)
480: -rm -f Makefile
481: distclean-am: clean-am distclean-compile distclean-generic \
482: distclean-tags
483:
484: dvi: dvi-am
485:
486: dvi-am:
487:
488: html: html-am
489:
490: html-am:
491:
492: info: info-am
493:
494: info-am:
495:
496: install-data-am:
497:
498: install-dvi: install-dvi-am
499:
500: install-dvi-am:
501:
502: install-exec-am:
503:
504: install-html: install-html-am
505:
506: install-html-am:
507:
508: install-info: install-info-am
509:
510: install-info-am:
511:
512: install-man:
513:
514: install-pdf: install-pdf-am
515:
516: install-pdf-am:
517:
518: install-ps: install-ps-am
519:
520: install-ps-am:
521:
522: installcheck-am:
523:
524: maintainer-clean: maintainer-clean-am
525: -rm -rf ./$(DEPDIR)
526: -rm -f Makefile
527: maintainer-clean-am: distclean-am maintainer-clean-generic
528:
529: mostlyclean: mostlyclean-am
530:
531: mostlyclean-am: mostlyclean-compile mostlyclean-generic
532:
533: pdf: pdf-am
534:
535: pdf-am:
536:
537: ps: ps-am
538:
539: ps-am:
540:
541: uninstall-am:
542:
543: .MAKE: install-am install-strip
544:
545: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
546: clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
547: distclean-compile distclean-generic distclean-tags distdir dvi \
548: dvi-am html html-am info info-am install install-am \
549: install-data install-data-am install-dvi install-dvi-am \
550: install-exec install-exec-am install-html install-html-am \
551: install-info install-info-am install-man install-pdf \
552: install-pdf-am install-ps install-ps-am install-strip \
553: installcheck installcheck-am installdirs maintainer-clean \
554: maintainer-clean-generic mostlyclean mostlyclean-compile \
555: mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
556: uninstall-am
557:
558:
559: # Tell versions [3.59,3.63) of GNU make to not export all variables.
560: # Otherwise a system limit (for SysV at least) may be exceeded.
561: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>