annotate src/fftw-3.3.5/dft/simd/generic-simd256/Makefile.in @ 56:af97cad61ff0

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