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