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