annotate fft/fftw/fftw-3.3.4/dft/simd/altivec/Makefile.in @ 40:223f770b5341 kissfft-double tip

Try a double-precision kissfft
author Chris Cannam
date Wed, 07 Sep 2016 10:40:32 +0100
parents 26056e866c29
children
rev   line source
Chris@19 1 # Makefile.in generated by automake 1.14 from Makefile.am.
Chris@19 2 # @configure_input@
Chris@19 3
Chris@19 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
Chris@19 5
Chris@19 6 # This Makefile.in is free software; the Free Software Foundation
Chris@19 7 # gives unlimited permission to copy and/or distribute it,
Chris@19 8 # with or without modifications, as long as this notice is preserved.
Chris@19 9
Chris@19 10 # This program is distributed in the hope that it will be useful,
Chris@19 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Chris@19 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Chris@19 13 # PARTICULAR PURPOSE.
Chris@19 14
Chris@19 15 @SET_MAKE@
Chris@19 16
Chris@19 17 # This file contains a standard list of DFT SIMD codelets. It is
Chris@19 18 # included by common/Makefile to generate the C files with the actual
Chris@19 19 # codelets in them. It is included by {sse,sse2,...}/Makefile to
Chris@19 20 # generate and compile stub files that include common/*.c
Chris@19 21
Chris@19 22 # You can customize FFTW for special needs, e.g. to handle certain
Chris@19 23 # sizes more efficiently, by adding new codelets to the lists of those
Chris@19 24 # included by default. If you change the list of codelets, any new
Chris@19 25 # ones you added will be automatically generated when you run the
Chris@19 26 # bootstrap script (see "Generating your own code" in the FFTW
Chris@19 27 # manual).
Chris@19 28
Chris@19 29 VPATH = @srcdir@
Chris@19 30 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
Chris@19 31 am__make_running_with_option = \
Chris@19 32 case $${target_option-} in \
Chris@19 33 ?) ;; \
Chris@19 34 *) echo "am__make_running_with_option: internal error: invalid" \
Chris@19 35 "target option '$${target_option-}' specified" >&2; \
Chris@19 36 exit 1;; \
Chris@19 37 esac; \
Chris@19 38 has_opt=no; \
Chris@19 39 sane_makeflags=$$MAKEFLAGS; \
Chris@19 40 if $(am__is_gnu_make); then \
Chris@19 41 sane_makeflags=$$MFLAGS; \
Chris@19 42 else \
Chris@19 43 case $$MAKEFLAGS in \
Chris@19 44 *\\[\ \ ]*) \
Chris@19 45 bs=\\; \
Chris@19 46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Chris@19 47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
Chris@19 48 esac; \
Chris@19 49 fi; \
Chris@19 50 skip_next=no; \
Chris@19 51 strip_trailopt () \
Chris@19 52 { \
Chris@19 53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Chris@19 54 }; \
Chris@19 55 for flg in $$sane_makeflags; do \
Chris@19 56 test $$skip_next = yes && { skip_next=no; continue; }; \
Chris@19 57 case $$flg in \
Chris@19 58 *=*|--*) continue;; \
Chris@19 59 -*I) strip_trailopt 'I'; skip_next=yes;; \
Chris@19 60 -*I?*) strip_trailopt 'I';; \
Chris@19 61 -*O) strip_trailopt 'O'; skip_next=yes;; \
Chris@19 62 -*O?*) strip_trailopt 'O';; \
Chris@19 63 -*l) strip_trailopt 'l'; skip_next=yes;; \
Chris@19 64 -*l?*) strip_trailopt 'l';; \
Chris@19 65 -[dEDm]) skip_next=yes;; \
Chris@19 66 -[JT]) skip_next=yes;; \
Chris@19 67 esac; \
Chris@19 68 case $$flg in \
Chris@19 69 *$$target_option*) has_opt=yes; break;; \
Chris@19 70 esac; \
Chris@19 71 done; \
Chris@19 72 test $$has_opt = yes
Chris@19 73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Chris@19 74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Chris@19 75 pkgdatadir = $(datadir)/@PACKAGE@
Chris@19 76 pkgincludedir = $(includedir)/@PACKAGE@
Chris@19 77 pkglibdir = $(libdir)/@PACKAGE@
Chris@19 78 pkglibexecdir = $(libexecdir)/@PACKAGE@
Chris@19 79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Chris@19 80 install_sh_DATA = $(install_sh) -c -m 644
Chris@19 81 install_sh_PROGRAM = $(install_sh) -c
Chris@19 82 install_sh_SCRIPT = $(install_sh) -c
Chris@19 83 INSTALL_HEADER = $(INSTALL_DATA)
Chris@19 84 transform = $(program_transform_name)
Chris@19 85 NORMAL_INSTALL = :
Chris@19 86 PRE_INSTALL = :
Chris@19 87 POST_INSTALL = :
Chris@19 88 NORMAL_UNINSTALL = :
Chris@19 89 PRE_UNINSTALL = :
Chris@19 90 POST_UNINSTALL = :
Chris@19 91 build_triplet = @build@
Chris@19 92 host_triplet = @host@
Chris@19 93 DIST_COMMON = $(top_srcdir)/dft/simd/codlist.mk \
Chris@19 94 $(top_srcdir)/dft/simd/simd.mk $(srcdir)/Makefile.in \
Chris@19 95 $(srcdir)/Makefile.am $(top_srcdir)/depcomp
Chris@19 96 subdir = dft/simd/altivec
Chris@19 97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Chris@19 98 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
Chris@19 99 $(top_srcdir)/m4/acx_pthread.m4 \
Chris@19 100 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
Chris@19 101 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
Chris@19 102 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
Chris@19 103 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
Chris@19 104 $(top_srcdir)/m4/ax_gcc_version.m4 \
Chris@19 105 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
Chris@19 106 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Chris@19 107 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Chris@19 108 $(top_srcdir)/configure.ac
Chris@19 109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Chris@19 110 $(ACLOCAL_M4)
Chris@19 111 mkinstalldirs = $(install_sh) -d
Chris@19 112 CONFIG_HEADER = $(top_builddir)/config.h
Chris@19 113 CONFIG_CLEAN_FILES =
Chris@19 114 CONFIG_CLEAN_VPATH_FILES =
Chris@19 115 LTLIBRARIES = $(noinst_LTLIBRARIES)
Chris@19 116 libdft_altivec_codelets_la_LIBADD =
Chris@19 117 am__libdft_altivec_codelets_la_SOURCES_DIST = n1fv_2.c n1fv_3.c \
Chris@19 118 n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c n1fv_9.c \
Chris@19 119 n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c \
Chris@19 120 n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c \
Chris@19 121 n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c \
Chris@19 122 n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c \
Chris@19 123 n1bv_15.c n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c \
Chris@19 124 n1bv_25.c n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c \
Chris@19 125 n2fv_12.c n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c \
Chris@19 126 n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c \
Chris@19 127 n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c n2sv_4.c \
Chris@19 128 n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c t1fuv_2.c t1fuv_3.c \
Chris@19 129 t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c t1fuv_8.c t1fuv_9.c \
Chris@19 130 t1fuv_10.c t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c \
Chris@19 131 t1fv_7.c t1fv_8.c t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c \
Chris@19 132 t1fv_16.c t1fv_32.c t1fv_64.c t1fv_20.c t1fv_25.c t2fv_2.c \
Chris@19 133 t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c t2fv_5.c \
Chris@19 134 t2fv_10.c t2fv_20.c t2fv_25.c t3fv_4.c t3fv_8.c t3fv_16.c \
Chris@19 135 t3fv_32.c t3fv_5.c t3fv_10.c t3fv_20.c t3fv_25.c t1buv_2.c \
Chris@19 136 t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c t1buv_8.c \
Chris@19 137 t1buv_9.c t1buv_10.c t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c \
Chris@19 138 t1bv_6.c t1bv_7.c t1bv_8.c t1bv_9.c t1bv_10.c t1bv_12.c \
Chris@19 139 t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c t1bv_20.c t1bv_25.c \
Chris@19 140 t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c \
Chris@19 141 t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c t3bv_4.c t3bv_8.c \
Chris@19 142 t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c t3bv_20.c t3bv_25.c \
Chris@19 143 t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c t2sv_4.c \
Chris@19 144 t2sv_8.c t2sv_16.c t2sv_32.c q1fv_2.c q1fv_4.c q1fv_5.c \
Chris@19 145 q1fv_8.c q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c genus.c codlist.c
Chris@19 146 am__objects_1 = n1fv_2.lo n1fv_3.lo n1fv_4.lo n1fv_5.lo n1fv_6.lo \
Chris@19 147 n1fv_7.lo n1fv_8.lo n1fv_9.lo n1fv_10.lo n1fv_11.lo n1fv_12.lo \
Chris@19 148 n1fv_13.lo n1fv_14.lo n1fv_15.lo n1fv_16.lo n1fv_32.lo \
Chris@19 149 n1fv_64.lo n1fv_128.lo n1fv_20.lo n1fv_25.lo
Chris@19 150 am__objects_2 = n1bv_2.lo n1bv_3.lo n1bv_4.lo n1bv_5.lo n1bv_6.lo \
Chris@19 151 n1bv_7.lo n1bv_8.lo n1bv_9.lo n1bv_10.lo n1bv_11.lo n1bv_12.lo \
Chris@19 152 n1bv_13.lo n1bv_14.lo n1bv_15.lo n1bv_16.lo n1bv_32.lo \
Chris@19 153 n1bv_64.lo n1bv_128.lo n1bv_20.lo n1bv_25.lo
Chris@19 154 am__objects_3 = n2fv_2.lo n2fv_4.lo n2fv_6.lo n2fv_8.lo n2fv_10.lo \
Chris@19 155 n2fv_12.lo n2fv_14.lo n2fv_16.lo n2fv_32.lo n2fv_64.lo \
Chris@19 156 n2fv_20.lo
Chris@19 157 am__objects_4 = n2bv_2.lo n2bv_4.lo n2bv_6.lo n2bv_8.lo n2bv_10.lo \
Chris@19 158 n2bv_12.lo n2bv_14.lo n2bv_16.lo n2bv_32.lo n2bv_64.lo \
Chris@19 159 n2bv_20.lo
Chris@19 160 am__objects_5 = n2sv_4.lo n2sv_8.lo n2sv_16.lo n2sv_32.lo n2sv_64.lo
Chris@19 161 am__objects_6 = t1fuv_2.lo t1fuv_3.lo t1fuv_4.lo t1fuv_5.lo t1fuv_6.lo \
Chris@19 162 t1fuv_7.lo t1fuv_8.lo t1fuv_9.lo t1fuv_10.lo
Chris@19 163 am__objects_7 = t1fv_2.lo t1fv_3.lo t1fv_4.lo t1fv_5.lo t1fv_6.lo \
Chris@19 164 t1fv_7.lo t1fv_8.lo t1fv_9.lo t1fv_10.lo t1fv_12.lo t1fv_15.lo \
Chris@19 165 t1fv_16.lo t1fv_32.lo t1fv_64.lo t1fv_20.lo t1fv_25.lo
Chris@19 166 am__objects_8 = t2fv_2.lo t2fv_4.lo t2fv_8.lo t2fv_16.lo t2fv_32.lo \
Chris@19 167 t2fv_64.lo t2fv_5.lo t2fv_10.lo t2fv_20.lo t2fv_25.lo
Chris@19 168 am__objects_9 = t3fv_4.lo t3fv_8.lo t3fv_16.lo t3fv_32.lo t3fv_5.lo \
Chris@19 169 t3fv_10.lo t3fv_20.lo t3fv_25.lo
Chris@19 170 am__objects_10 = t1buv_2.lo t1buv_3.lo t1buv_4.lo t1buv_5.lo \
Chris@19 171 t1buv_6.lo t1buv_7.lo t1buv_8.lo t1buv_9.lo t1buv_10.lo
Chris@19 172 am__objects_11 = t1bv_2.lo t1bv_3.lo t1bv_4.lo t1bv_5.lo t1bv_6.lo \
Chris@19 173 t1bv_7.lo t1bv_8.lo t1bv_9.lo t1bv_10.lo t1bv_12.lo t1bv_15.lo \
Chris@19 174 t1bv_16.lo t1bv_32.lo t1bv_64.lo t1bv_20.lo t1bv_25.lo
Chris@19 175 am__objects_12 = t2bv_2.lo t2bv_4.lo t2bv_8.lo t2bv_16.lo t2bv_32.lo \
Chris@19 176 t2bv_64.lo t2bv_5.lo t2bv_10.lo t2bv_20.lo t2bv_25.lo
Chris@19 177 am__objects_13 = t3bv_4.lo t3bv_8.lo t3bv_16.lo t3bv_32.lo t3bv_5.lo \
Chris@19 178 t3bv_10.lo t3bv_20.lo t3bv_25.lo
Chris@19 179 am__objects_14 = t1sv_2.lo t1sv_4.lo t1sv_8.lo t1sv_16.lo t1sv_32.lo
Chris@19 180 am__objects_15 = t2sv_4.lo t2sv_8.lo t2sv_16.lo t2sv_32.lo
Chris@19 181 am__objects_16 = q1fv_2.lo q1fv_4.lo q1fv_5.lo q1fv_8.lo
Chris@19 182 am__objects_17 = q1bv_2.lo q1bv_4.lo q1bv_5.lo q1bv_8.lo
Chris@19 183 am__objects_18 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
Chris@19 184 $(am__objects_4) $(am__objects_5) $(am__objects_6) \
Chris@19 185 $(am__objects_7) $(am__objects_8) $(am__objects_9) \
Chris@19 186 $(am__objects_10) $(am__objects_11) $(am__objects_12) \
Chris@19 187 $(am__objects_13) $(am__objects_14) $(am__objects_15) \
Chris@19 188 $(am__objects_16) $(am__objects_17)
Chris@19 189 am__objects_19 = $(am__objects_18) genus.lo codlist.lo
Chris@19 190 @HAVE_ALTIVEC_TRUE@am__objects_20 = $(am__objects_19)
Chris@19 191 @HAVE_ALTIVEC_TRUE@am_libdft_altivec_codelets_la_OBJECTS = \
Chris@19 192 @HAVE_ALTIVEC_TRUE@ $(am__objects_20)
Chris@19 193 libdft_altivec_codelets_la_OBJECTS = \
Chris@19 194 $(am_libdft_altivec_codelets_la_OBJECTS)
Chris@19 195 AM_V_lt = $(am__v_lt_@AM_V@)
Chris@19 196 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Chris@19 197 am__v_lt_0 = --silent
Chris@19 198 am__v_lt_1 =
Chris@19 199 @HAVE_ALTIVEC_TRUE@am_libdft_altivec_codelets_la_rpath =
Chris@19 200 AM_V_P = $(am__v_P_@AM_V@)
Chris@19 201 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Chris@19 202 am__v_P_0 = false
Chris@19 203 am__v_P_1 = :
Chris@19 204 AM_V_GEN = $(am__v_GEN_@AM_V@)
Chris@19 205 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Chris@19 206 am__v_GEN_0 = @echo " GEN " $@;
Chris@19 207 am__v_GEN_1 =
Chris@19 208 AM_V_at = $(am__v_at_@AM_V@)
Chris@19 209 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Chris@19 210 am__v_at_0 = @
Chris@19 211 am__v_at_1 =
Chris@19 212 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Chris@19 213 depcomp = $(SHELL) $(top_srcdir)/depcomp
Chris@19 214 am__depfiles_maybe = depfiles
Chris@19 215 am__mv = mv -f
Chris@19 216 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Chris@19 217 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Chris@19 218 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Chris@19 219 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Chris@19 220 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Chris@19 221 $(AM_CFLAGS) $(CFLAGS)
Chris@19 222 AM_V_CC = $(am__v_CC_@AM_V@)
Chris@19 223 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Chris@19 224 am__v_CC_0 = @echo " CC " $@;
Chris@19 225 am__v_CC_1 =
Chris@19 226 CCLD = $(CC)
Chris@19 227 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Chris@19 228 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Chris@19 229 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Chris@19 230 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Chris@19 231 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Chris@19 232 am__v_CCLD_0 = @echo " CCLD " $@;
Chris@19 233 am__v_CCLD_1 =
Chris@19 234 SOURCES = $(libdft_altivec_codelets_la_SOURCES)
Chris@19 235 DIST_SOURCES = $(am__libdft_altivec_codelets_la_SOURCES_DIST)
Chris@19 236 am__can_run_installinfo = \
Chris@19 237 case $$AM_UPDATE_INFO_DIR in \
Chris@19 238 n|no|NO) false;; \
Chris@19 239 *) (install-info --version) >/dev/null 2>&1;; \
Chris@19 240 esac
Chris@19 241 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Chris@19 242 # Read a list of newline-separated strings from the standard input,
Chris@19 243 # and print each of them once, without duplicates. Input order is
Chris@19 244 # *not* preserved.
Chris@19 245 am__uniquify_input = $(AWK) '\
Chris@19 246 BEGIN { nonempty = 0; } \
Chris@19 247 { items[$$0] = 1; nonempty = 1; } \
Chris@19 248 END { if (nonempty) { for (i in items) print i; }; } \
Chris@19 249 '
Chris@19 250 # Make sure the list of sources is unique. This is necessary because,
Chris@19 251 # e.g., the same source file might be shared among _SOURCES variables
Chris@19 252 # for different programs/libraries.
Chris@19 253 am__define_uniq_tagged_files = \
Chris@19 254 list='$(am__tagged_files)'; \
Chris@19 255 unique=`for i in $$list; do \
Chris@19 256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@19 257 done | $(am__uniquify_input)`
Chris@19 258 ETAGS = etags
Chris@19 259 CTAGS = ctags
Chris@19 260 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Chris@19 261 ACLOCAL = @ACLOCAL@
Chris@19 262 ALLOCA = @ALLOCA@
Chris@19 263 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
Chris@19 264 AMTAR = @AMTAR@
Chris@19 265 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Chris@19 266 AR = @AR@
Chris@19 267 AS = @AS@
Chris@19 268 AUTOCONF = @AUTOCONF@
Chris@19 269 AUTOHEADER = @AUTOHEADER@
Chris@19 270 AUTOMAKE = @AUTOMAKE@
Chris@19 271 AVX_CFLAGS = @AVX_CFLAGS@
Chris@19 272 AWK = @AWK@
Chris@19 273 CC = @CC@
Chris@19 274 CCDEPMODE = @CCDEPMODE@
Chris@19 275 CFLAGS = @CFLAGS@
Chris@19 276 CHECK_PL_OPTS = @CHECK_PL_OPTS@
Chris@19 277 CPP = @CPP@
Chris@19 278 CPPFLAGS = @CPPFLAGS@
Chris@19 279 CYGPATH_W = @CYGPATH_W@
Chris@19 280 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
Chris@19 281 C_MPI_FINT = @C_MPI_FINT@
Chris@19 282 DEFS = @DEFS@
Chris@19 283 DEPDIR = @DEPDIR@
Chris@19 284 DLLTOOL = @DLLTOOL@
Chris@19 285 DSYMUTIL = @DSYMUTIL@
Chris@19 286 DUMPBIN = @DUMPBIN@
Chris@19 287 ECHO_C = @ECHO_C@
Chris@19 288 ECHO_N = @ECHO_N@
Chris@19 289 ECHO_T = @ECHO_T@
Chris@19 290 EGREP = @EGREP@
Chris@19 291 EXEEXT = @EXEEXT@
Chris@19 292 F77 = @F77@
Chris@19 293 FFLAGS = @FFLAGS@
Chris@19 294 FGREP = @FGREP@
Chris@19 295 FLIBS = @FLIBS@
Chris@19 296 GREP = @GREP@
Chris@19 297 INSTALL = @INSTALL@
Chris@19 298 INSTALL_DATA = @INSTALL_DATA@
Chris@19 299 INSTALL_PROGRAM = @INSTALL_PROGRAM@
Chris@19 300 INSTALL_SCRIPT = @INSTALL_SCRIPT@
Chris@19 301 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Chris@19 302 LD = @LD@
Chris@19 303 LDFLAGS = @LDFLAGS@
Chris@19 304 LIBOBJS = @LIBOBJS@
Chris@19 305 LIBQUADMATH = @LIBQUADMATH@
Chris@19 306 LIBS = @LIBS@
Chris@19 307 LIBTOOL = @LIBTOOL@
Chris@19 308 LIPO = @LIPO@
Chris@19 309 LN_S = @LN_S@
Chris@19 310 LTLIBOBJS = @LTLIBOBJS@
Chris@19 311 MAINT = @MAINT@
Chris@19 312 MAKEINFO = @MAKEINFO@
Chris@19 313 MANIFEST_TOOL = @MANIFEST_TOOL@
Chris@19 314 MKDIR_P = @MKDIR_P@
Chris@19 315 MPICC = @MPICC@
Chris@19 316 MPILIBS = @MPILIBS@
Chris@19 317 MPIRUN = @MPIRUN@
Chris@19 318 NEON_CFLAGS = @NEON_CFLAGS@
Chris@19 319 NM = @NM@
Chris@19 320 NMEDIT = @NMEDIT@
Chris@19 321 OBJDUMP = @OBJDUMP@
Chris@19 322 OBJEXT = @OBJEXT@
Chris@19 323 OCAMLBUILD = @OCAMLBUILD@
Chris@19 324 OPENMP_CFLAGS = @OPENMP_CFLAGS@
Chris@19 325 OTOOL = @OTOOL@
Chris@19 326 OTOOL64 = @OTOOL64@
Chris@19 327 PACKAGE = @PACKAGE@
Chris@19 328 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Chris@19 329 PACKAGE_NAME = @PACKAGE_NAME@
Chris@19 330 PACKAGE_STRING = @PACKAGE_STRING@
Chris@19 331 PACKAGE_TARNAME = @PACKAGE_TARNAME@
Chris@19 332 PACKAGE_URL = @PACKAGE_URL@
Chris@19 333 PACKAGE_VERSION = @PACKAGE_VERSION@
Chris@19 334 PATH_SEPARATOR = @PATH_SEPARATOR@
Chris@19 335 POW_LIB = @POW_LIB@
Chris@19 336 PRECISION = @PRECISION@
Chris@19 337 PREC_SUFFIX = @PREC_SUFFIX@
Chris@19 338 PTHREAD_CC = @PTHREAD_CC@
Chris@19 339 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Chris@19 340 PTHREAD_LIBS = @PTHREAD_LIBS@
Chris@19 341 RANLIB = @RANLIB@
Chris@19 342 SED = @SED@
Chris@19 343 SET_MAKE = @SET_MAKE@
Chris@19 344 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
Chris@19 345 SHELL = @SHELL@
Chris@19 346 SSE2_CFLAGS = @SSE2_CFLAGS@
Chris@19 347 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
Chris@19 348 STRIP = @STRIP@
Chris@19 349 THREADLIBS = @THREADLIBS@
Chris@19 350 VERSION = @VERSION@
Chris@19 351 abs_builddir = @abs_builddir@
Chris@19 352 abs_srcdir = @abs_srcdir@
Chris@19 353 abs_top_builddir = @abs_top_builddir@
Chris@19 354 abs_top_srcdir = @abs_top_srcdir@
Chris@19 355 ac_ct_AR = @ac_ct_AR@
Chris@19 356 ac_ct_CC = @ac_ct_CC@
Chris@19 357 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Chris@19 358 ac_ct_F77 = @ac_ct_F77@
Chris@19 359 acx_pthread_config = @acx_pthread_config@
Chris@19 360 am__include = @am__include@
Chris@19 361 am__leading_dot = @am__leading_dot@
Chris@19 362 am__quote = @am__quote@
Chris@19 363 am__tar = @am__tar@
Chris@19 364 am__untar = @am__untar@
Chris@19 365 bindir = @bindir@
Chris@19 366 build = @build@
Chris@19 367 build_alias = @build_alias@
Chris@19 368 build_cpu = @build_cpu@
Chris@19 369 build_os = @build_os@
Chris@19 370 build_vendor = @build_vendor@
Chris@19 371 builddir = @builddir@
Chris@19 372 datadir = @datadir@
Chris@19 373 datarootdir = @datarootdir@
Chris@19 374 docdir = @docdir@
Chris@19 375 dvidir = @dvidir@
Chris@19 376 exec_prefix = @exec_prefix@
Chris@19 377 host = @host@
Chris@19 378 host_alias = @host_alias@
Chris@19 379 host_cpu = @host_cpu@
Chris@19 380 host_os = @host_os@
Chris@19 381 host_vendor = @host_vendor@
Chris@19 382 htmldir = @htmldir@
Chris@19 383 includedir = @includedir@
Chris@19 384 infodir = @infodir@
Chris@19 385 install_sh = @install_sh@
Chris@19 386 libdir = @libdir@
Chris@19 387 libexecdir = @libexecdir@
Chris@19 388 localedir = @localedir@
Chris@19 389 localstatedir = @localstatedir@
Chris@19 390 mandir = @mandir@
Chris@19 391 mkdir_p = @mkdir_p@
Chris@19 392 oldincludedir = @oldincludedir@
Chris@19 393 pdfdir = @pdfdir@
Chris@19 394 prefix = @prefix@
Chris@19 395 program_transform_name = @program_transform_name@
Chris@19 396 psdir = @psdir@
Chris@19 397 sbindir = @sbindir@
Chris@19 398 sharedstatedir = @sharedstatedir@
Chris@19 399 srcdir = @srcdir@
Chris@19 400 sysconfdir = @sysconfdir@
Chris@19 401 target_alias = @target_alias@
Chris@19 402 top_build_prefix = @top_build_prefix@
Chris@19 403 top_builddir = @top_builddir@
Chris@19 404 top_srcdir = @top_srcdir@
Chris@19 405 AM_CFLAGS = $(ALTIVEC_CFLAGS)
Chris@19 406 SIMD_HEADER = simd-altivec.h
Chris@19 407
Chris@19 408 ###########################################################################
Chris@19 409 # n1fv_<n> is a hard-coded FFTW_FORWARD FFT of size <n>, using SIMD
Chris@19 410 N1F = n1fv_2.c n1fv_3.c n1fv_4.c n1fv_5.c n1fv_6.c n1fv_7.c n1fv_8.c \
Chris@19 411 n1fv_9.c n1fv_10.c n1fv_11.c n1fv_12.c n1fv_13.c n1fv_14.c n1fv_15.c \
Chris@19 412 n1fv_16.c n1fv_32.c n1fv_64.c n1fv_128.c n1fv_20.c n1fv_25.c
Chris@19 413
Chris@19 414
Chris@19 415 # as above, with restricted input vector stride
Chris@19 416 N2F = n2fv_2.c n2fv_4.c n2fv_6.c n2fv_8.c n2fv_10.c n2fv_12.c \
Chris@19 417 n2fv_14.c n2fv_16.c n2fv_32.c n2fv_64.c n2fv_20.c
Chris@19 418
Chris@19 419
Chris@19 420 # as above, but FFTW_BACKWARD
Chris@19 421 N1B = n1bv_2.c n1bv_3.c n1bv_4.c n1bv_5.c n1bv_6.c n1bv_7.c n1bv_8.c \
Chris@19 422 n1bv_9.c n1bv_10.c n1bv_11.c n1bv_12.c n1bv_13.c n1bv_14.c n1bv_15.c \
Chris@19 423 n1bv_16.c n1bv_32.c n1bv_64.c n1bv_128.c n1bv_20.c n1bv_25.c
Chris@19 424
Chris@19 425 N2B = n2bv_2.c n2bv_4.c n2bv_6.c n2bv_8.c n2bv_10.c n2bv_12.c \
Chris@19 426 n2bv_14.c n2bv_16.c n2bv_32.c n2bv_64.c n2bv_20.c
Chris@19 427
Chris@19 428
Chris@19 429 # split-complex codelets
Chris@19 430 N2S = n2sv_4.c n2sv_8.c n2sv_16.c n2sv_32.c n2sv_64.c
Chris@19 431
Chris@19 432 ###########################################################################
Chris@19 433 # t1fv_<r> is a "twiddle" FFT of size <r>, implementing a radix-r DIT step
Chris@19 434 # for an FFTW_FORWARD transform, using SIMD
Chris@19 435 T1F = t1fv_2.c t1fv_3.c t1fv_4.c t1fv_5.c t1fv_6.c t1fv_7.c t1fv_8.c \
Chris@19 436 t1fv_9.c t1fv_10.c t1fv_12.c t1fv_15.c t1fv_16.c t1fv_32.c t1fv_64.c \
Chris@19 437 t1fv_20.c t1fv_25.c
Chris@19 438
Chris@19 439
Chris@19 440 # same as t1fv_*, but with different twiddle storage scheme
Chris@19 441 T2F = t2fv_2.c t2fv_4.c t2fv_8.c t2fv_16.c t2fv_32.c t2fv_64.c \
Chris@19 442 t2fv_5.c t2fv_10.c t2fv_20.c t2fv_25.c
Chris@19 443
Chris@19 444 T3F = t3fv_4.c t3fv_8.c t3fv_16.c t3fv_32.c t3fv_5.c t3fv_10.c \
Chris@19 445 t3fv_20.c t3fv_25.c
Chris@19 446
Chris@19 447 T1FU = t1fuv_2.c t1fuv_3.c t1fuv_4.c t1fuv_5.c t1fuv_6.c t1fuv_7.c \
Chris@19 448 t1fuv_8.c t1fuv_9.c t1fuv_10.c
Chris@19 449
Chris@19 450
Chris@19 451 # as above, but FFTW_BACKWARD
Chris@19 452 T1B = t1bv_2.c t1bv_3.c t1bv_4.c t1bv_5.c t1bv_6.c t1bv_7.c t1bv_8.c \
Chris@19 453 t1bv_9.c t1bv_10.c t1bv_12.c t1bv_15.c t1bv_16.c t1bv_32.c t1bv_64.c \
Chris@19 454 t1bv_20.c t1bv_25.c
Chris@19 455
Chris@19 456
Chris@19 457 # same as t1bv_*, but with different twiddle storage scheme
Chris@19 458 T2B = t2bv_2.c t2bv_4.c t2bv_8.c t2bv_16.c t2bv_32.c t2bv_64.c \
Chris@19 459 t2bv_5.c t2bv_10.c t2bv_20.c t2bv_25.c
Chris@19 460
Chris@19 461 T3B = t3bv_4.c t3bv_8.c t3bv_16.c t3bv_32.c t3bv_5.c t3bv_10.c \
Chris@19 462 t3bv_20.c t3bv_25.c
Chris@19 463
Chris@19 464 T1BU = t1buv_2.c t1buv_3.c t1buv_4.c t1buv_5.c t1buv_6.c t1buv_7.c \
Chris@19 465 t1buv_8.c t1buv_9.c t1buv_10.c
Chris@19 466
Chris@19 467
Chris@19 468 # split-complex codelets
Chris@19 469 T1S = t1sv_2.c t1sv_4.c t1sv_8.c t1sv_16.c t1sv_32.c
Chris@19 470 T2S = t2sv_4.c t2sv_8.c t2sv_16.c t2sv_32.c
Chris@19 471
Chris@19 472 ###########################################################################
Chris@19 473 # q1fv_<r> is <r> twiddle FFTW_FORWARD FFTs of size <r> (DIF step),
Chris@19 474 # where the output is transposed, using SIMD. This is used for
Chris@19 475 # in-place transposes in sizes that are divisible by <r>^2. These
Chris@19 476 # codelets have size ~ <r>^2, so you should probably not use <r>
Chris@19 477 # bigger than 8 or so.
Chris@19 478 Q1F = q1fv_2.c q1fv_4.c q1fv_5.c q1fv_8.c
Chris@19 479
Chris@19 480 # as above, but FFTW_BACKWARD
Chris@19 481 Q1B = q1bv_2.c q1bv_4.c q1bv_5.c q1bv_8.c
Chris@19 482
Chris@19 483 ###########################################################################
Chris@19 484 SIMD_CODELETS = $(N1F) $(N1B) $(N2F) $(N2B) $(N2S) $(T1FU) $(T1F) \
Chris@19 485 $(T2F) $(T3F) $(T1BU) $(T1B) $(T2B) $(T3B) $(T1S) $(T2S) $(Q1F) $(Q1B)
Chris@19 486
Chris@19 487 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \
Chris@19 488 -I$(top_srcdir)/dft/simd -I$(top_srcdir)/simd-support
Chris@19 489
Chris@19 490 EXTRA_DIST = $(SIMD_CODELETS) genus.c codlist.c
Chris@19 491 @HAVE_ALTIVEC_TRUE@BUILT_SOURCES = $(EXTRA_DIST)
Chris@19 492 @HAVE_ALTIVEC_TRUE@noinst_LTLIBRARIES = libdft_altivec_codelets.la
Chris@19 493 @HAVE_ALTIVEC_TRUE@libdft_altivec_codelets_la_SOURCES = $(BUILT_SOURCES)
Chris@19 494 all: $(BUILT_SOURCES)
Chris@19 495 $(MAKE) $(AM_MAKEFLAGS) all-am
Chris@19 496
Chris@19 497 .SUFFIXES:
Chris@19 498 .SUFFIXES: .c .lo .o .obj
Chris@19 499 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/dft/simd/simd.mk $(am__configure_deps)
Chris@19 500 @for dep in $?; do \
Chris@19 501 case '$(am__configure_deps)' in \
Chris@19 502 *$$dep*) \
Chris@19 503 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Chris@19 504 && { if test -f $@; then exit 0; else break; fi; }; \
Chris@19 505 exit 1;; \
Chris@19 506 esac; \
Chris@19 507 done; \
Chris@19 508 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dft/simd/altivec/Makefile'; \
Chris@19 509 $(am__cd) $(top_srcdir) && \
Chris@19 510 $(AUTOMAKE) --gnu dft/simd/altivec/Makefile
Chris@19 511 .PRECIOUS: Makefile
Chris@19 512 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Chris@19 513 @case '$?' in \
Chris@19 514 *config.status*) \
Chris@19 515 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Chris@19 516 *) \
Chris@19 517 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Chris@19 518 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Chris@19 519 esac;
Chris@19 520 $(top_srcdir)/dft/simd/codlist.mk $(top_srcdir)/dft/simd/simd.mk:
Chris@19 521
Chris@19 522 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Chris@19 523 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@19 524
Chris@19 525 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Chris@19 526 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@19 527 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Chris@19 528 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@19 529 $(am__aclocal_m4_deps):
Chris@19 530
Chris@19 531 clean-noinstLTLIBRARIES:
Chris@19 532 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
Chris@19 533 @list='$(noinst_LTLIBRARIES)'; \
Chris@19 534 locs=`for p in $$list; do echo $$p; done | \
Chris@19 535 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Chris@19 536 sort -u`; \
Chris@19 537 test -z "$$locs" || { \
Chris@19 538 echo rm -f $${locs}; \
Chris@19 539 rm -f $${locs}; \
Chris@19 540 }
Chris@19 541
Chris@19 542 libdft_altivec_codelets.la: $(libdft_altivec_codelets_la_OBJECTS) $(libdft_altivec_codelets_la_DEPENDENCIES) $(EXTRA_libdft_altivec_codelets_la_DEPENDENCIES)
Chris@19 543 $(AM_V_CCLD)$(LINK) $(am_libdft_altivec_codelets_la_rpath) $(libdft_altivec_codelets_la_OBJECTS) $(libdft_altivec_codelets_la_LIBADD) $(LIBS)
Chris@19 544
Chris@19 545 mostlyclean-compile:
Chris@19 546 -rm -f *.$(OBJEXT)
Chris@19 547
Chris@19 548 distclean-compile:
Chris@19 549 -rm -f *.tab.c
Chris@19 550
Chris@19 551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codlist.Plo@am__quote@
Chris@19 552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genus.Plo@am__quote@
Chris@19 553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_10.Plo@am__quote@
Chris@19 554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_11.Plo@am__quote@
Chris@19 555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_12.Plo@am__quote@
Chris@19 556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_128.Plo@am__quote@
Chris@19 557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_13.Plo@am__quote@
Chris@19 558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_14.Plo@am__quote@
Chris@19 559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_15.Plo@am__quote@
Chris@19 560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_16.Plo@am__quote@
Chris@19 561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_2.Plo@am__quote@
Chris@19 562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_20.Plo@am__quote@
Chris@19 563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_25.Plo@am__quote@
Chris@19 564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_3.Plo@am__quote@
Chris@19 565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_32.Plo@am__quote@
Chris@19 566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_4.Plo@am__quote@
Chris@19 567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_5.Plo@am__quote@
Chris@19 568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_6.Plo@am__quote@
Chris@19 569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_64.Plo@am__quote@
Chris@19 570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_7.Plo@am__quote@
Chris@19 571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_8.Plo@am__quote@
Chris@19 572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1bv_9.Plo@am__quote@
Chris@19 573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_10.Plo@am__quote@
Chris@19 574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_11.Plo@am__quote@
Chris@19 575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_12.Plo@am__quote@
Chris@19 576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_128.Plo@am__quote@
Chris@19 577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_13.Plo@am__quote@
Chris@19 578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_14.Plo@am__quote@
Chris@19 579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_15.Plo@am__quote@
Chris@19 580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_16.Plo@am__quote@
Chris@19 581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_2.Plo@am__quote@
Chris@19 582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_20.Plo@am__quote@
Chris@19 583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_25.Plo@am__quote@
Chris@19 584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_3.Plo@am__quote@
Chris@19 585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_32.Plo@am__quote@
Chris@19 586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_4.Plo@am__quote@
Chris@19 587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_5.Plo@am__quote@
Chris@19 588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_6.Plo@am__quote@
Chris@19 589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_64.Plo@am__quote@
Chris@19 590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_7.Plo@am__quote@
Chris@19 591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_8.Plo@am__quote@
Chris@19 592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1fv_9.Plo@am__quote@
Chris@19 593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_10.Plo@am__quote@
Chris@19 594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_12.Plo@am__quote@
Chris@19 595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_14.Plo@am__quote@
Chris@19 596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_16.Plo@am__quote@
Chris@19 597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_2.Plo@am__quote@
Chris@19 598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_20.Plo@am__quote@
Chris@19 599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_32.Plo@am__quote@
Chris@19 600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_4.Plo@am__quote@
Chris@19 601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_6.Plo@am__quote@
Chris@19 602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_64.Plo@am__quote@
Chris@19 603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2bv_8.Plo@am__quote@
Chris@19 604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_10.Plo@am__quote@
Chris@19 605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_12.Plo@am__quote@
Chris@19 606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_14.Plo@am__quote@
Chris@19 607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_16.Plo@am__quote@
Chris@19 608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_2.Plo@am__quote@
Chris@19 609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_20.Plo@am__quote@
Chris@19 610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_32.Plo@am__quote@
Chris@19 611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_4.Plo@am__quote@
Chris@19 612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_6.Plo@am__quote@
Chris@19 613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_64.Plo@am__quote@
Chris@19 614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2fv_8.Plo@am__quote@
Chris@19 615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_16.Plo@am__quote@
Chris@19 616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_32.Plo@am__quote@
Chris@19 617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_4.Plo@am__quote@
Chris@19 618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_64.Plo@am__quote@
Chris@19 619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n2sv_8.Plo@am__quote@
Chris@19 620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_2.Plo@am__quote@
Chris@19 621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_4.Plo@am__quote@
Chris@19 622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_5.Plo@am__quote@
Chris@19 623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1bv_8.Plo@am__quote@
Chris@19 624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_2.Plo@am__quote@
Chris@19 625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_4.Plo@am__quote@
Chris@19 626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_5.Plo@am__quote@
Chris@19 627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1fv_8.Plo@am__quote@
Chris@19 628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_10.Plo@am__quote@
Chris@19 629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_2.Plo@am__quote@
Chris@19 630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_3.Plo@am__quote@
Chris@19 631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_4.Plo@am__quote@
Chris@19 632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_5.Plo@am__quote@
Chris@19 633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_6.Plo@am__quote@
Chris@19 634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_7.Plo@am__quote@
Chris@19 635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_8.Plo@am__quote@
Chris@19 636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1buv_9.Plo@am__quote@
Chris@19 637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_10.Plo@am__quote@
Chris@19 638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_12.Plo@am__quote@
Chris@19 639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_15.Plo@am__quote@
Chris@19 640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_16.Plo@am__quote@
Chris@19 641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_2.Plo@am__quote@
Chris@19 642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_20.Plo@am__quote@
Chris@19 643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_25.Plo@am__quote@
Chris@19 644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_3.Plo@am__quote@
Chris@19 645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_32.Plo@am__quote@
Chris@19 646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_4.Plo@am__quote@
Chris@19 647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_5.Plo@am__quote@
Chris@19 648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_6.Plo@am__quote@
Chris@19 649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_64.Plo@am__quote@
Chris@19 650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_7.Plo@am__quote@
Chris@19 651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_8.Plo@am__quote@
Chris@19 652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1bv_9.Plo@am__quote@
Chris@19 653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_10.Plo@am__quote@
Chris@19 654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_2.Plo@am__quote@
Chris@19 655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_3.Plo@am__quote@
Chris@19 656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_4.Plo@am__quote@
Chris@19 657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_5.Plo@am__quote@
Chris@19 658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_6.Plo@am__quote@
Chris@19 659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_7.Plo@am__quote@
Chris@19 660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_8.Plo@am__quote@
Chris@19 661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fuv_9.Plo@am__quote@
Chris@19 662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_10.Plo@am__quote@
Chris@19 663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_12.Plo@am__quote@
Chris@19 664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_15.Plo@am__quote@
Chris@19 665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_16.Plo@am__quote@
Chris@19 666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_2.Plo@am__quote@
Chris@19 667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_20.Plo@am__quote@
Chris@19 668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_25.Plo@am__quote@
Chris@19 669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_3.Plo@am__quote@
Chris@19 670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_32.Plo@am__quote@
Chris@19 671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_4.Plo@am__quote@
Chris@19 672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_5.Plo@am__quote@
Chris@19 673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_6.Plo@am__quote@
Chris@19 674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_64.Plo@am__quote@
Chris@19 675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_7.Plo@am__quote@
Chris@19 676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_8.Plo@am__quote@
Chris@19 677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1fv_9.Plo@am__quote@
Chris@19 678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_16.Plo@am__quote@
Chris@19 679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_2.Plo@am__quote@
Chris@19 680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_32.Plo@am__quote@
Chris@19 681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_4.Plo@am__quote@
Chris@19 682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1sv_8.Plo@am__quote@
Chris@19 683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_10.Plo@am__quote@
Chris@19 684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_16.Plo@am__quote@
Chris@19 685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_2.Plo@am__quote@
Chris@19 686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_20.Plo@am__quote@
Chris@19 687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_25.Plo@am__quote@
Chris@19 688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_32.Plo@am__quote@
Chris@19 689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_4.Plo@am__quote@
Chris@19 690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_5.Plo@am__quote@
Chris@19 691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_64.Plo@am__quote@
Chris@19 692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2bv_8.Plo@am__quote@
Chris@19 693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_10.Plo@am__quote@
Chris@19 694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_16.Plo@am__quote@
Chris@19 695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_2.Plo@am__quote@
Chris@19 696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_20.Plo@am__quote@
Chris@19 697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_25.Plo@am__quote@
Chris@19 698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_32.Plo@am__quote@
Chris@19 699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_4.Plo@am__quote@
Chris@19 700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_5.Plo@am__quote@
Chris@19 701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_64.Plo@am__quote@
Chris@19 702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2fv_8.Plo@am__quote@
Chris@19 703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_16.Plo@am__quote@
Chris@19 704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_32.Plo@am__quote@
Chris@19 705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_4.Plo@am__quote@
Chris@19 706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2sv_8.Plo@am__quote@
Chris@19 707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_10.Plo@am__quote@
Chris@19 708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_16.Plo@am__quote@
Chris@19 709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_20.Plo@am__quote@
Chris@19 710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_25.Plo@am__quote@
Chris@19 711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_32.Plo@am__quote@
Chris@19 712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_4.Plo@am__quote@
Chris@19 713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_5.Plo@am__quote@
Chris@19 714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3bv_8.Plo@am__quote@
Chris@19 715 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_10.Plo@am__quote@
Chris@19 716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_16.Plo@am__quote@
Chris@19 717 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_20.Plo@am__quote@
Chris@19 718 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_25.Plo@am__quote@
Chris@19 719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_32.Plo@am__quote@
Chris@19 720 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_4.Plo@am__quote@
Chris@19 721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_5.Plo@am__quote@
Chris@19 722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t3fv_8.Plo@am__quote@
Chris@19 723
Chris@19 724 .c.o:
Chris@19 725 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Chris@19 726 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Chris@19 727 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@19 728 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 729 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Chris@19 730
Chris@19 731 .c.obj:
Chris@19 732 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Chris@19 733 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Chris@19 734 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@19 735 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 736 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Chris@19 737
Chris@19 738 .c.lo:
Chris@19 739 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Chris@19 740 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Chris@19 741 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Chris@19 742 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@19 743 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Chris@19 744
Chris@19 745 mostlyclean-libtool:
Chris@19 746 -rm -f *.lo
Chris@19 747
Chris@19 748 clean-libtool:
Chris@19 749 -rm -rf .libs _libs
Chris@19 750
Chris@19 751 ID: $(am__tagged_files)
Chris@19 752 $(am__define_uniq_tagged_files); mkid -fID $$unique
Chris@19 753 tags: tags-am
Chris@19 754 TAGS: tags
Chris@19 755
Chris@19 756 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Chris@19 757 set x; \
Chris@19 758 here=`pwd`; \
Chris@19 759 $(am__define_uniq_tagged_files); \
Chris@19 760 shift; \
Chris@19 761 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Chris@19 762 test -n "$$unique" || unique=$$empty_fix; \
Chris@19 763 if test $$# -gt 0; then \
Chris@19 764 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Chris@19 765 "$$@" $$unique; \
Chris@19 766 else \
Chris@19 767 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Chris@19 768 $$unique; \
Chris@19 769 fi; \
Chris@19 770 fi
Chris@19 771 ctags: ctags-am
Chris@19 772
Chris@19 773 CTAGS: ctags
Chris@19 774 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Chris@19 775 $(am__define_uniq_tagged_files); \
Chris@19 776 test -z "$(CTAGS_ARGS)$$unique" \
Chris@19 777 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Chris@19 778 $$unique
Chris@19 779
Chris@19 780 GTAGS:
Chris@19 781 here=`$(am__cd) $(top_builddir) && pwd` \
Chris@19 782 && $(am__cd) $(top_srcdir) \
Chris@19 783 && gtags -i $(GTAGS_ARGS) "$$here"
Chris@19 784 cscopelist: cscopelist-am
Chris@19 785
Chris@19 786 cscopelist-am: $(am__tagged_files)
Chris@19 787 list='$(am__tagged_files)'; \
Chris@19 788 case "$(srcdir)" in \
Chris@19 789 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Chris@19 790 *) sdir=$(subdir)/$(srcdir) ;; \
Chris@19 791 esac; \
Chris@19 792 for i in $$list; do \
Chris@19 793 if test -f "$$i"; then \
Chris@19 794 echo "$(subdir)/$$i"; \
Chris@19 795 else \
Chris@19 796 echo "$$sdir/$$i"; \
Chris@19 797 fi; \
Chris@19 798 done >> $(top_builddir)/cscope.files
Chris@19 799
Chris@19 800 distclean-tags:
Chris@19 801 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Chris@19 802
Chris@19 803 distdir: $(DISTFILES)
Chris@19 804 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Chris@19 805 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Chris@19 806 list='$(DISTFILES)'; \
Chris@19 807 dist_files=`for file in $$list; do echo $$file; done | \
Chris@19 808 sed -e "s|^$$srcdirstrip/||;t" \
Chris@19 809 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Chris@19 810 case $$dist_files in \
Chris@19 811 */*) $(MKDIR_P) `echo "$$dist_files" | \
Chris@19 812 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Chris@19 813 sort -u` ;; \
Chris@19 814 esac; \
Chris@19 815 for file in $$dist_files; do \
Chris@19 816 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Chris@19 817 if test -d $$d/$$file; then \
Chris@19 818 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Chris@19 819 if test -d "$(distdir)/$$file"; then \
Chris@19 820 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Chris@19 821 fi; \
Chris@19 822 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Chris@19 823 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Chris@19 824 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Chris@19 825 fi; \
Chris@19 826 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Chris@19 827 else \
Chris@19 828 test -f "$(distdir)/$$file" \
Chris@19 829 || cp -p $$d/$$file "$(distdir)/$$file" \
Chris@19 830 || exit 1; \
Chris@19 831 fi; \
Chris@19 832 done
Chris@19 833 check-am: all-am
Chris@19 834 check: $(BUILT_SOURCES)
Chris@19 835 $(MAKE) $(AM_MAKEFLAGS) check-am
Chris@19 836 all-am: Makefile $(LTLIBRARIES)
Chris@19 837 installdirs:
Chris@19 838 install: $(BUILT_SOURCES)
Chris@19 839 $(MAKE) $(AM_MAKEFLAGS) install-am
Chris@19 840 install-exec: install-exec-am
Chris@19 841 install-data: install-data-am
Chris@19 842 uninstall: uninstall-am
Chris@19 843
Chris@19 844 install-am: all-am
Chris@19 845 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Chris@19 846
Chris@19 847 installcheck: installcheck-am
Chris@19 848 install-strip:
Chris@19 849 if test -z '$(STRIP)'; then \
Chris@19 850 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@19 851 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@19 852 install; \
Chris@19 853 else \
Chris@19 854 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@19 855 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@19 856 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Chris@19 857 fi
Chris@19 858 mostlyclean-generic:
Chris@19 859
Chris@19 860 clean-generic:
Chris@19 861
Chris@19 862 distclean-generic:
Chris@19 863 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Chris@19 864 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Chris@19 865
Chris@19 866 maintainer-clean-generic:
Chris@19 867 @echo "This command is intended for maintainers to use"
Chris@19 868 @echo "it deletes files that may require special tools to rebuild."
Chris@19 869 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
Chris@19 870 clean: clean-am
Chris@19 871
Chris@19 872 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
Chris@19 873 mostlyclean-am
Chris@19 874
Chris@19 875 distclean: distclean-am
Chris@19 876 -rm -rf ./$(DEPDIR)
Chris@19 877 -rm -f Makefile
Chris@19 878 distclean-am: clean-am distclean-compile distclean-generic \
Chris@19 879 distclean-tags
Chris@19 880
Chris@19 881 dvi: dvi-am
Chris@19 882
Chris@19 883 dvi-am:
Chris@19 884
Chris@19 885 html: html-am
Chris@19 886
Chris@19 887 html-am:
Chris@19 888
Chris@19 889 info: info-am
Chris@19 890
Chris@19 891 info-am:
Chris@19 892
Chris@19 893 install-data-am:
Chris@19 894
Chris@19 895 install-dvi: install-dvi-am
Chris@19 896
Chris@19 897 install-dvi-am:
Chris@19 898
Chris@19 899 install-exec-am:
Chris@19 900
Chris@19 901 install-html: install-html-am
Chris@19 902
Chris@19 903 install-html-am:
Chris@19 904
Chris@19 905 install-info: install-info-am
Chris@19 906
Chris@19 907 install-info-am:
Chris@19 908
Chris@19 909 install-man:
Chris@19 910
Chris@19 911 install-pdf: install-pdf-am
Chris@19 912
Chris@19 913 install-pdf-am:
Chris@19 914
Chris@19 915 install-ps: install-ps-am
Chris@19 916
Chris@19 917 install-ps-am:
Chris@19 918
Chris@19 919 installcheck-am:
Chris@19 920
Chris@19 921 maintainer-clean: maintainer-clean-am
Chris@19 922 -rm -rf ./$(DEPDIR)
Chris@19 923 -rm -f Makefile
Chris@19 924 maintainer-clean-am: distclean-am maintainer-clean-generic
Chris@19 925
Chris@19 926 mostlyclean: mostlyclean-am
Chris@19 927
Chris@19 928 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Chris@19 929 mostlyclean-libtool
Chris@19 930
Chris@19 931 pdf: pdf-am
Chris@19 932
Chris@19 933 pdf-am:
Chris@19 934
Chris@19 935 ps: ps-am
Chris@19 936
Chris@19 937 ps-am:
Chris@19 938
Chris@19 939 uninstall-am:
Chris@19 940
Chris@19 941 .MAKE: all check install install-am install-strip
Chris@19 942
Chris@19 943 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
Chris@19 944 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
Chris@19 945 ctags-am distclean distclean-compile distclean-generic \
Chris@19 946 distclean-libtool distclean-tags distdir dvi dvi-am html \
Chris@19 947 html-am info info-am install install-am install-data \
Chris@19 948 install-data-am install-dvi install-dvi-am install-exec \
Chris@19 949 install-exec-am install-html install-html-am install-info \
Chris@19 950 install-info-am install-man install-pdf install-pdf-am \
Chris@19 951 install-ps install-ps-am install-strip installcheck \
Chris@19 952 installcheck-am installdirs maintainer-clean \
Chris@19 953 maintainer-clean-generic mostlyclean mostlyclean-compile \
Chris@19 954 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Chris@19 955 tags tags-am uninstall uninstall-am
Chris@19 956
Chris@19 957
Chris@19 958 $(EXTRA_DIST): Makefile
Chris@19 959 ( \
Chris@19 960 echo "/* Generated automatically. DO NOT EDIT! */"; \
Chris@19 961 echo "#define SIMD_HEADER \"$(SIMD_HEADER)\""; \
Chris@19 962 echo "#include \"../common/"$*".c\""; \
Chris@19 963 ) >$@
Chris@19 964
Chris@19 965 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Chris@19 966 # Otherwise a system limit (for SysV at least) may be exceeded.
Chris@19 967 .NOEXPORT: