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 VPATH = @srcdir@
|
Chris@19
|
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
Chris@19
|
19 am__make_running_with_option = \
|
Chris@19
|
20 case $${target_option-} in \
|
Chris@19
|
21 ?) ;; \
|
Chris@19
|
22 *) echo "am__make_running_with_option: internal error: invalid" \
|
Chris@19
|
23 "target option '$${target_option-}' specified" >&2; \
|
Chris@19
|
24 exit 1;; \
|
Chris@19
|
25 esac; \
|
Chris@19
|
26 has_opt=no; \
|
Chris@19
|
27 sane_makeflags=$$MAKEFLAGS; \
|
Chris@19
|
28 if $(am__is_gnu_make); then \
|
Chris@19
|
29 sane_makeflags=$$MFLAGS; \
|
Chris@19
|
30 else \
|
Chris@19
|
31 case $$MAKEFLAGS in \
|
Chris@19
|
32 *\\[\ \ ]*) \
|
Chris@19
|
33 bs=\\; \
|
Chris@19
|
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
Chris@19
|
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
Chris@19
|
36 esac; \
|
Chris@19
|
37 fi; \
|
Chris@19
|
38 skip_next=no; \
|
Chris@19
|
39 strip_trailopt () \
|
Chris@19
|
40 { \
|
Chris@19
|
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
Chris@19
|
42 }; \
|
Chris@19
|
43 for flg in $$sane_makeflags; do \
|
Chris@19
|
44 test $$skip_next = yes && { skip_next=no; continue; }; \
|
Chris@19
|
45 case $$flg in \
|
Chris@19
|
46 *=*|--*) continue;; \
|
Chris@19
|
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
|
Chris@19
|
48 -*I?*) strip_trailopt 'I';; \
|
Chris@19
|
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
|
Chris@19
|
50 -*O?*) strip_trailopt 'O';; \
|
Chris@19
|
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
|
Chris@19
|
52 -*l?*) strip_trailopt 'l';; \
|
Chris@19
|
53 -[dEDm]) skip_next=yes;; \
|
Chris@19
|
54 -[JT]) skip_next=yes;; \
|
Chris@19
|
55 esac; \
|
Chris@19
|
56 case $$flg in \
|
Chris@19
|
57 *$$target_option*) has_opt=yes; break;; \
|
Chris@19
|
58 esac; \
|
Chris@19
|
59 done; \
|
Chris@19
|
60 test $$has_opt = yes
|
Chris@19
|
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
Chris@19
|
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
Chris@19
|
63 pkgdatadir = $(datadir)/@PACKAGE@
|
Chris@19
|
64 pkgincludedir = $(includedir)/@PACKAGE@
|
Chris@19
|
65 pkglibdir = $(libdir)/@PACKAGE@
|
Chris@19
|
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
|
Chris@19
|
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
Chris@19
|
68 install_sh_DATA = $(install_sh) -c -m 644
|
Chris@19
|
69 install_sh_PROGRAM = $(install_sh) -c
|
Chris@19
|
70 install_sh_SCRIPT = $(install_sh) -c
|
Chris@19
|
71 INSTALL_HEADER = $(INSTALL_DATA)
|
Chris@19
|
72 transform = $(program_transform_name)
|
Chris@19
|
73 NORMAL_INSTALL = :
|
Chris@19
|
74 PRE_INSTALL = :
|
Chris@19
|
75 POST_INSTALL = :
|
Chris@19
|
76 NORMAL_UNINSTALL = :
|
Chris@19
|
77 PRE_UNINSTALL = :
|
Chris@19
|
78 POST_UNINSTALL = :
|
Chris@19
|
79 build_triplet = @build@
|
Chris@19
|
80 host_triplet = @host@
|
Chris@19
|
81 subdir = threads
|
Chris@19
|
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
Chris@19
|
83 $(top_srcdir)/depcomp
|
Chris@19
|
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
Chris@19
|
85 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
|
Chris@19
|
86 $(top_srcdir)/m4/acx_pthread.m4 \
|
Chris@19
|
87 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
|
Chris@19
|
88 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
|
Chris@19
|
89 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
|
Chris@19
|
90 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
|
Chris@19
|
91 $(top_srcdir)/m4/ax_gcc_version.m4 \
|
Chris@19
|
92 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
|
Chris@19
|
93 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
Chris@19
|
94 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
Chris@19
|
95 $(top_srcdir)/configure.ac
|
Chris@19
|
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
Chris@19
|
97 $(ACLOCAL_M4)
|
Chris@19
|
98 mkinstalldirs = $(install_sh) -d
|
Chris@19
|
99 CONFIG_HEADER = $(top_builddir)/config.h
|
Chris@19
|
100 CONFIG_CLEAN_FILES =
|
Chris@19
|
101 CONFIG_CLEAN_VPATH_FILES =
|
Chris@19
|
102 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
Chris@19
|
103 am__vpath_adj = case $$p in \
|
Chris@19
|
104 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
Chris@19
|
105 *) f=$$p;; \
|
Chris@19
|
106 esac;
|
Chris@19
|
107 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
Chris@19
|
108 am__install_max = 40
|
Chris@19
|
109 am__nobase_strip_setup = \
|
Chris@19
|
110 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
Chris@19
|
111 am__nobase_strip = \
|
Chris@19
|
112 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
Chris@19
|
113 am__nobase_list = $(am__nobase_strip_setup); \
|
Chris@19
|
114 for p in $$list; do echo "$$p $$p"; done | \
|
Chris@19
|
115 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
Chris@19
|
116 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
Chris@19
|
117 if (++n[$$2] == $(am__install_max)) \
|
Chris@19
|
118 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
Chris@19
|
119 END { for (dir in files) print dir, files[dir] }'
|
Chris@19
|
120 am__base_list = \
|
Chris@19
|
121 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
Chris@19
|
122 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
Chris@19
|
123 am__uninstall_files_from_dir = { \
|
Chris@19
|
124 test -z "$$files" \
|
Chris@19
|
125 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
Chris@19
|
126 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
Chris@19
|
127 $(am__cd) "$$dir" && rm -f $$files; }; \
|
Chris@19
|
128 }
|
Chris@19
|
129 am__installdirs = "$(DESTDIR)$(libdir)"
|
Chris@19
|
130 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
|
Chris@19
|
131 @COMBINED_THREADS_FALSE@libfftw3@PREC_SUFFIX@_omp_la_DEPENDENCIES = \
|
Chris@19
|
132 @COMBINED_THREADS_FALSE@ ../libfftw3@PREC_SUFFIX@.la
|
Chris@19
|
133 am_libfftw3@PREC_SUFFIX@_omp_la_OBJECTS = \
|
Chris@19
|
134 libfftw3@PREC_SUFFIX@_omp_la-api.lo \
|
Chris@19
|
135 libfftw3@PREC_SUFFIX@_omp_la-conf.lo \
|
Chris@19
|
136 libfftw3@PREC_SUFFIX@_omp_la-openmp.lo \
|
Chris@19
|
137 libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo \
|
Chris@19
|
138 libfftw3@PREC_SUFFIX@_omp_la-ct.lo \
|
Chris@19
|
139 libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo \
|
Chris@19
|
140 libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo \
|
Chris@19
|
141 libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo \
|
Chris@19
|
142 libfftw3@PREC_SUFFIX@_omp_la-f77api.lo
|
Chris@19
|
143 libfftw3@PREC_SUFFIX@_omp_la_OBJECTS = \
|
Chris@19
|
144 $(am_libfftw3@PREC_SUFFIX@_omp_la_OBJECTS)
|
Chris@19
|
145 AM_V_lt = $(am__v_lt_@AM_V@)
|
Chris@19
|
146 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
Chris@19
|
147 am__v_lt_0 = --silent
|
Chris@19
|
148 am__v_lt_1 =
|
Chris@19
|
149 libfftw3@PREC_SUFFIX@_omp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
Chris@19
|
150 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
Chris@19
|
151 $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) \
|
Chris@19
|
152 $(libfftw3@PREC_SUFFIX@_omp_la_LDFLAGS) $(LDFLAGS) -o $@
|
Chris@19
|
153 @COMBINED_THREADS_FALSE@@OPENMP_TRUE@@THREADS_TRUE@am_libfftw3@PREC_SUFFIX@_omp_la_rpath = \
|
Chris@19
|
154 @COMBINED_THREADS_FALSE@@OPENMP_TRUE@@THREADS_TRUE@ -rpath \
|
Chris@19
|
155 @COMBINED_THREADS_FALSE@@OPENMP_TRUE@@THREADS_TRUE@ $(libdir)
|
Chris@19
|
156 @OPENMP_TRUE@@THREADS_FALSE@am_libfftw3@PREC_SUFFIX@_omp_la_rpath = \
|
Chris@19
|
157 @OPENMP_TRUE@@THREADS_FALSE@ -rpath $(libdir)
|
Chris@19
|
158 @COMBINED_THREADS_FALSE@libfftw3@PREC_SUFFIX@_threads_la_DEPENDENCIES = \
|
Chris@19
|
159 @COMBINED_THREADS_FALSE@ ../libfftw3@PREC_SUFFIX@.la
|
Chris@19
|
160 am_libfftw3@PREC_SUFFIX@_threads_la_OBJECTS = \
|
Chris@19
|
161 libfftw3@PREC_SUFFIX@_threads_la-api.lo \
|
Chris@19
|
162 libfftw3@PREC_SUFFIX@_threads_la-conf.lo \
|
Chris@19
|
163 libfftw3@PREC_SUFFIX@_threads_la-threads.lo \
|
Chris@19
|
164 libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo \
|
Chris@19
|
165 libfftw3@PREC_SUFFIX@_threads_la-ct.lo \
|
Chris@19
|
166 libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo \
|
Chris@19
|
167 libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo \
|
Chris@19
|
168 libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo \
|
Chris@19
|
169 libfftw3@PREC_SUFFIX@_threads_la-f77api.lo
|
Chris@19
|
170 libfftw3@PREC_SUFFIX@_threads_la_OBJECTS = \
|
Chris@19
|
171 $(am_libfftw3@PREC_SUFFIX@_threads_la_OBJECTS)
|
Chris@19
|
172 libfftw3@PREC_SUFFIX@_threads_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
Chris@19
|
173 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
Chris@19
|
174 $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) \
|
Chris@19
|
175 $(libfftw3@PREC_SUFFIX@_threads_la_LDFLAGS) $(LDFLAGS) -o $@
|
Chris@19
|
176 @COMBINED_THREADS_FALSE@@THREADS_TRUE@am_libfftw3@PREC_SUFFIX@_threads_la_rpath = \
|
Chris@19
|
177 @COMBINED_THREADS_FALSE@@THREADS_TRUE@ -rpath $(libdir)
|
Chris@19
|
178 @COMBINED_THREADS_TRUE@@THREADS_TRUE@am_libfftw3@PREC_SUFFIX@_threads_la_rpath =
|
Chris@19
|
179 AM_V_P = $(am__v_P_@AM_V@)
|
Chris@19
|
180 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
Chris@19
|
181 am__v_P_0 = false
|
Chris@19
|
182 am__v_P_1 = :
|
Chris@19
|
183 AM_V_GEN = $(am__v_GEN_@AM_V@)
|
Chris@19
|
184 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
Chris@19
|
185 am__v_GEN_0 = @echo " GEN " $@;
|
Chris@19
|
186 am__v_GEN_1 =
|
Chris@19
|
187 AM_V_at = $(am__v_at_@AM_V@)
|
Chris@19
|
188 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
Chris@19
|
189 am__v_at_0 = @
|
Chris@19
|
190 am__v_at_1 =
|
Chris@19
|
191 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
Chris@19
|
192 depcomp = $(SHELL) $(top_srcdir)/depcomp
|
Chris@19
|
193 am__depfiles_maybe = depfiles
|
Chris@19
|
194 am__mv = mv -f
|
Chris@19
|
195 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
Chris@19
|
196 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
Chris@19
|
197 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
Chris@19
|
198 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
Chris@19
|
199 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
Chris@19
|
200 $(AM_CFLAGS) $(CFLAGS)
|
Chris@19
|
201 AM_V_CC = $(am__v_CC_@AM_V@)
|
Chris@19
|
202 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
Chris@19
|
203 am__v_CC_0 = @echo " CC " $@;
|
Chris@19
|
204 am__v_CC_1 =
|
Chris@19
|
205 CCLD = $(CC)
|
Chris@19
|
206 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
Chris@19
|
207 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
Chris@19
|
208 $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
Chris@19
|
209 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
Chris@19
|
210 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
Chris@19
|
211 am__v_CCLD_0 = @echo " CCLD " $@;
|
Chris@19
|
212 am__v_CCLD_1 =
|
Chris@19
|
213 SOURCES = $(libfftw3@PREC_SUFFIX@_omp_la_SOURCES) \
|
Chris@19
|
214 $(libfftw3@PREC_SUFFIX@_threads_la_SOURCES)
|
Chris@19
|
215 DIST_SOURCES = $(libfftw3@PREC_SUFFIX@_omp_la_SOURCES) \
|
Chris@19
|
216 $(libfftw3@PREC_SUFFIX@_threads_la_SOURCES)
|
Chris@19
|
217 am__can_run_installinfo = \
|
Chris@19
|
218 case $$AM_UPDATE_INFO_DIR in \
|
Chris@19
|
219 n|no|NO) false;; \
|
Chris@19
|
220 *) (install-info --version) >/dev/null 2>&1;; \
|
Chris@19
|
221 esac
|
Chris@19
|
222 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
Chris@19
|
223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
Chris@19
|
224 ACLOCAL = @ACLOCAL@
|
Chris@19
|
225 ALLOCA = @ALLOCA@
|
Chris@19
|
226 ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
|
Chris@19
|
227 AMTAR = @AMTAR@
|
Chris@19
|
228 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
Chris@19
|
229 AR = @AR@
|
Chris@19
|
230 AS = @AS@
|
Chris@19
|
231 AUTOCONF = @AUTOCONF@
|
Chris@19
|
232 AUTOHEADER = @AUTOHEADER@
|
Chris@19
|
233 AUTOMAKE = @AUTOMAKE@
|
Chris@19
|
234 AVX_CFLAGS = @AVX_CFLAGS@
|
Chris@19
|
235 AWK = @AWK@
|
Chris@19
|
236 CC = @CC@
|
Chris@19
|
237 CCDEPMODE = @CCDEPMODE@
|
Chris@19
|
238 CFLAGS = @CFLAGS@
|
Chris@19
|
239 CHECK_PL_OPTS = @CHECK_PL_OPTS@
|
Chris@19
|
240 CPP = @CPP@
|
Chris@19
|
241 CPPFLAGS = @CPPFLAGS@
|
Chris@19
|
242 CYGPATH_W = @CYGPATH_W@
|
Chris@19
|
243 C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
|
Chris@19
|
244 C_MPI_FINT = @C_MPI_FINT@
|
Chris@19
|
245 DEFS = @DEFS@
|
Chris@19
|
246 DEPDIR = @DEPDIR@
|
Chris@19
|
247 DLLTOOL = @DLLTOOL@
|
Chris@19
|
248 DSYMUTIL = @DSYMUTIL@
|
Chris@19
|
249 DUMPBIN = @DUMPBIN@
|
Chris@19
|
250 ECHO_C = @ECHO_C@
|
Chris@19
|
251 ECHO_N = @ECHO_N@
|
Chris@19
|
252 ECHO_T = @ECHO_T@
|
Chris@19
|
253 EGREP = @EGREP@
|
Chris@19
|
254 EXEEXT = @EXEEXT@
|
Chris@19
|
255 F77 = @F77@
|
Chris@19
|
256 FFLAGS = @FFLAGS@
|
Chris@19
|
257 FGREP = @FGREP@
|
Chris@19
|
258 FLIBS = @FLIBS@
|
Chris@19
|
259 GREP = @GREP@
|
Chris@19
|
260 INSTALL = @INSTALL@
|
Chris@19
|
261 INSTALL_DATA = @INSTALL_DATA@
|
Chris@19
|
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
Chris@19
|
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
Chris@19
|
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
Chris@19
|
265 LD = @LD@
|
Chris@19
|
266 LDFLAGS = @LDFLAGS@
|
Chris@19
|
267 LIBOBJS = @LIBOBJS@
|
Chris@19
|
268 LIBQUADMATH = @LIBQUADMATH@
|
Chris@19
|
269 LIBS = @LIBS@
|
Chris@19
|
270 LIBTOOL = @LIBTOOL@
|
Chris@19
|
271 LIPO = @LIPO@
|
Chris@19
|
272 LN_S = @LN_S@
|
Chris@19
|
273 LTLIBOBJS = @LTLIBOBJS@
|
Chris@19
|
274 MAINT = @MAINT@
|
Chris@19
|
275 MAKEINFO = @MAKEINFO@
|
Chris@19
|
276 MANIFEST_TOOL = @MANIFEST_TOOL@
|
Chris@19
|
277 MKDIR_P = @MKDIR_P@
|
Chris@19
|
278 MPICC = @MPICC@
|
Chris@19
|
279 MPILIBS = @MPILIBS@
|
Chris@19
|
280 MPIRUN = @MPIRUN@
|
Chris@19
|
281 NEON_CFLAGS = @NEON_CFLAGS@
|
Chris@19
|
282 NM = @NM@
|
Chris@19
|
283 NMEDIT = @NMEDIT@
|
Chris@19
|
284 OBJDUMP = @OBJDUMP@
|
Chris@19
|
285 OBJEXT = @OBJEXT@
|
Chris@19
|
286 OCAMLBUILD = @OCAMLBUILD@
|
Chris@19
|
287 OPENMP_CFLAGS = @OPENMP_CFLAGS@
|
Chris@19
|
288 OTOOL = @OTOOL@
|
Chris@19
|
289 OTOOL64 = @OTOOL64@
|
Chris@19
|
290 PACKAGE = @PACKAGE@
|
Chris@19
|
291 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
Chris@19
|
292 PACKAGE_NAME = @PACKAGE_NAME@
|
Chris@19
|
293 PACKAGE_STRING = @PACKAGE_STRING@
|
Chris@19
|
294 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
Chris@19
|
295 PACKAGE_URL = @PACKAGE_URL@
|
Chris@19
|
296 PACKAGE_VERSION = @PACKAGE_VERSION@
|
Chris@19
|
297 PATH_SEPARATOR = @PATH_SEPARATOR@
|
Chris@19
|
298 POW_LIB = @POW_LIB@
|
Chris@19
|
299 PRECISION = @PRECISION@
|
Chris@19
|
300 PREC_SUFFIX = @PREC_SUFFIX@
|
Chris@19
|
301 PTHREAD_CC = @PTHREAD_CC@
|
Chris@19
|
302 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
Chris@19
|
303 PTHREAD_LIBS = @PTHREAD_LIBS@
|
Chris@19
|
304 RANLIB = @RANLIB@
|
Chris@19
|
305 SED = @SED@
|
Chris@19
|
306 SET_MAKE = @SET_MAKE@
|
Chris@19
|
307 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
|
Chris@19
|
308 SHELL = @SHELL@
|
Chris@19
|
309 SSE2_CFLAGS = @SSE2_CFLAGS@
|
Chris@19
|
310 STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
|
Chris@19
|
311 STRIP = @STRIP@
|
Chris@19
|
312 THREADLIBS = @THREADLIBS@
|
Chris@19
|
313 VERSION = @VERSION@
|
Chris@19
|
314 abs_builddir = @abs_builddir@
|
Chris@19
|
315 abs_srcdir = @abs_srcdir@
|
Chris@19
|
316 abs_top_builddir = @abs_top_builddir@
|
Chris@19
|
317 abs_top_srcdir = @abs_top_srcdir@
|
Chris@19
|
318 ac_ct_AR = @ac_ct_AR@
|
Chris@19
|
319 ac_ct_CC = @ac_ct_CC@
|
Chris@19
|
320 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
Chris@19
|
321 ac_ct_F77 = @ac_ct_F77@
|
Chris@19
|
322 acx_pthread_config = @acx_pthread_config@
|
Chris@19
|
323 am__include = @am__include@
|
Chris@19
|
324 am__leading_dot = @am__leading_dot@
|
Chris@19
|
325 am__quote = @am__quote@
|
Chris@19
|
326 am__tar = @am__tar@
|
Chris@19
|
327 am__untar = @am__untar@
|
Chris@19
|
328 bindir = @bindir@
|
Chris@19
|
329 build = @build@
|
Chris@19
|
330 build_alias = @build_alias@
|
Chris@19
|
331 build_cpu = @build_cpu@
|
Chris@19
|
332 build_os = @build_os@
|
Chris@19
|
333 build_vendor = @build_vendor@
|
Chris@19
|
334 builddir = @builddir@
|
Chris@19
|
335 datadir = @datadir@
|
Chris@19
|
336 datarootdir = @datarootdir@
|
Chris@19
|
337 docdir = @docdir@
|
Chris@19
|
338 dvidir = @dvidir@
|
Chris@19
|
339 exec_prefix = @exec_prefix@
|
Chris@19
|
340 host = @host@
|
Chris@19
|
341 host_alias = @host_alias@
|
Chris@19
|
342 host_cpu = @host_cpu@
|
Chris@19
|
343 host_os = @host_os@
|
Chris@19
|
344 host_vendor = @host_vendor@
|
Chris@19
|
345 htmldir = @htmldir@
|
Chris@19
|
346 includedir = @includedir@
|
Chris@19
|
347 infodir = @infodir@
|
Chris@19
|
348 install_sh = @install_sh@
|
Chris@19
|
349 libdir = @libdir@
|
Chris@19
|
350 libexecdir = @libexecdir@
|
Chris@19
|
351 localedir = @localedir@
|
Chris@19
|
352 localstatedir = @localstatedir@
|
Chris@19
|
353 mandir = @mandir@
|
Chris@19
|
354 mkdir_p = @mkdir_p@
|
Chris@19
|
355 oldincludedir = @oldincludedir@
|
Chris@19
|
356 pdfdir = @pdfdir@
|
Chris@19
|
357 prefix = @prefix@
|
Chris@19
|
358 program_transform_name = @program_transform_name@
|
Chris@19
|
359 psdir = @psdir@
|
Chris@19
|
360 sbindir = @sbindir@
|
Chris@19
|
361 sharedstatedir = @sharedstatedir@
|
Chris@19
|
362 srcdir = @srcdir@
|
Chris@19
|
363 sysconfdir = @sysconfdir@
|
Chris@19
|
364 target_alias = @target_alias@
|
Chris@19
|
365 top_build_prefix = @top_build_prefix@
|
Chris@19
|
366 top_builddir = @top_builddir@
|
Chris@19
|
367 top_srcdir = @top_srcdir@
|
Chris@19
|
368 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \
|
Chris@19
|
369 -I$(top_srcdir)/rdft -I$(top_srcdir)/api
|
Chris@19
|
370
|
Chris@19
|
371 AM_CFLAGS = $(STACK_ALIGN_CFLAGS)
|
Chris@19
|
372 @OPENMP_FALSE@FFTWOMPLIB =
|
Chris@19
|
373 @OPENMP_TRUE@FFTWOMPLIB = libfftw3@PREC_SUFFIX@_omp.la
|
Chris@19
|
374 @COMBINED_THREADS_TRUE@@THREADS_TRUE@noinst_LTLIBRARIES = libfftw3@PREC_SUFFIX@_threads.la
|
Chris@19
|
375 @COMBINED_THREADS_FALSE@@THREADS_TRUE@lib_LTLIBRARIES = libfftw3@PREC_SUFFIX@_threads.la $(FFTWOMPLIB)
|
Chris@19
|
376 @THREADS_FALSE@lib_LTLIBRARIES = $(FFTWOMPLIB)
|
Chris@19
|
377
|
Chris@19
|
378 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
|
Chris@19
|
379 # pkginclude_HEADERS = threads.h
|
Chris@19
|
380 libfftw3@PREC_SUFFIX@_threads_la_SOURCES = api.c conf.c threads.c \
|
Chris@19
|
381 threads.h dft-vrank-geq1.c ct.c rdft-vrank-geq1.c hc2hc.c \
|
Chris@19
|
382 vrank-geq1-rdft2.c f77api.c f77funcs.h
|
Chris@19
|
383
|
Chris@19
|
384 libfftw3@PREC_SUFFIX@_threads_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
|
Chris@19
|
385 libfftw3@PREC_SUFFIX@_threads_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
|
Chris@19
|
386 @COMBINED_THREADS_FALSE@libfftw3@PREC_SUFFIX@_threads_la_LIBADD = ../libfftw3@PREC_SUFFIX@.la
|
Chris@19
|
387 libfftw3@PREC_SUFFIX@_omp_la_SOURCES = api.c conf.c openmp.c \
|
Chris@19
|
388 threads.h dft-vrank-geq1.c ct.c rdft-vrank-geq1.c hc2hc.c \
|
Chris@19
|
389 vrank-geq1-rdft2.c f77api.c f77funcs.h
|
Chris@19
|
390
|
Chris@19
|
391 libfftw3@PREC_SUFFIX@_omp_la_CFLAGS = $(AM_CFLAGS) $(OPENMP_CFLAGS)
|
Chris@19
|
392 libfftw3@PREC_SUFFIX@_omp_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
|
Chris@19
|
393 @COMBINED_THREADS_FALSE@libfftw3@PREC_SUFFIX@_omp_la_LIBADD = ../libfftw3@PREC_SUFFIX@.la
|
Chris@19
|
394 all: all-am
|
Chris@19
|
395
|
Chris@19
|
396 .SUFFIXES:
|
Chris@19
|
397 .SUFFIXES: .c .lo .o .obj
|
Chris@19
|
398 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
Chris@19
|
399 @for dep in $?; do \
|
Chris@19
|
400 case '$(am__configure_deps)' in \
|
Chris@19
|
401 *$$dep*) \
|
Chris@19
|
402 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
Chris@19
|
403 && { if test -f $@; then exit 0; else break; fi; }; \
|
Chris@19
|
404 exit 1;; \
|
Chris@19
|
405 esac; \
|
Chris@19
|
406 done; \
|
Chris@19
|
407 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu threads/Makefile'; \
|
Chris@19
|
408 $(am__cd) $(top_srcdir) && \
|
Chris@19
|
409 $(AUTOMAKE) --gnu threads/Makefile
|
Chris@19
|
410 .PRECIOUS: Makefile
|
Chris@19
|
411 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Chris@19
|
412 @case '$?' in \
|
Chris@19
|
413 *config.status*) \
|
Chris@19
|
414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
Chris@19
|
415 *) \
|
Chris@19
|
416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
Chris@19
|
417 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
Chris@19
|
418 esac;
|
Chris@19
|
419
|
Chris@19
|
420 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
Chris@19
|
421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@19
|
422
|
Chris@19
|
423 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
Chris@19
|
424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@19
|
425 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
Chris@19
|
426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@19
|
427 $(am__aclocal_m4_deps):
|
Chris@19
|
428
|
Chris@19
|
429 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
Chris@19
|
430 @$(NORMAL_INSTALL)
|
Chris@19
|
431 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
Chris@19
|
432 list2=; for p in $$list; do \
|
Chris@19
|
433 if test -f $$p; then \
|
Chris@19
|
434 list2="$$list2 $$p"; \
|
Chris@19
|
435 else :; fi; \
|
Chris@19
|
436 done; \
|
Chris@19
|
437 test -z "$$list2" || { \
|
Chris@19
|
438 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
Chris@19
|
439 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
Chris@19
|
440 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
Chris@19
|
441 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
Chris@19
|
442 }
|
Chris@19
|
443
|
Chris@19
|
444 uninstall-libLTLIBRARIES:
|
Chris@19
|
445 @$(NORMAL_UNINSTALL)
|
Chris@19
|
446 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
Chris@19
|
447 for p in $$list; do \
|
Chris@19
|
448 $(am__strip_dir) \
|
Chris@19
|
449 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
Chris@19
|
450 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
Chris@19
|
451 done
|
Chris@19
|
452
|
Chris@19
|
453 clean-libLTLIBRARIES:
|
Chris@19
|
454 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
Chris@19
|
455 @list='$(lib_LTLIBRARIES)'; \
|
Chris@19
|
456 locs=`for p in $$list; do echo $$p; done | \
|
Chris@19
|
457 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
Chris@19
|
458 sort -u`; \
|
Chris@19
|
459 test -z "$$locs" || { \
|
Chris@19
|
460 echo rm -f $${locs}; \
|
Chris@19
|
461 rm -f $${locs}; \
|
Chris@19
|
462 }
|
Chris@19
|
463
|
Chris@19
|
464 clean-noinstLTLIBRARIES:
|
Chris@19
|
465 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
Chris@19
|
466 @list='$(noinst_LTLIBRARIES)'; \
|
Chris@19
|
467 locs=`for p in $$list; do echo $$p; done | \
|
Chris@19
|
468 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
Chris@19
|
469 sort -u`; \
|
Chris@19
|
470 test -z "$$locs" || { \
|
Chris@19
|
471 echo rm -f $${locs}; \
|
Chris@19
|
472 rm -f $${locs}; \
|
Chris@19
|
473 }
|
Chris@19
|
474
|
Chris@19
|
475 libfftw3@PREC_SUFFIX@_omp.la: $(libfftw3@PREC_SUFFIX@_omp_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_omp_la_DEPENDENCIES) $(EXTRA_libfftw3@PREC_SUFFIX@_omp_la_DEPENDENCIES)
|
Chris@19
|
476 $(AM_V_CCLD)$(libfftw3@PREC_SUFFIX@_omp_la_LINK) $(am_libfftw3@PREC_SUFFIX@_omp_la_rpath) $(libfftw3@PREC_SUFFIX@_omp_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_omp_la_LIBADD) $(LIBS)
|
Chris@19
|
477
|
Chris@19
|
478 libfftw3@PREC_SUFFIX@_threads.la: $(libfftw3@PREC_SUFFIX@_threads_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_threads_la_DEPENDENCIES) $(EXTRA_libfftw3@PREC_SUFFIX@_threads_la_DEPENDENCIES)
|
Chris@19
|
479 $(AM_V_CCLD)$(libfftw3@PREC_SUFFIX@_threads_la_LINK) $(am_libfftw3@PREC_SUFFIX@_threads_la_rpath) $(libfftw3@PREC_SUFFIX@_threads_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_threads_la_LIBADD) $(LIBS)
|
Chris@19
|
480
|
Chris@19
|
481 mostlyclean-compile:
|
Chris@19
|
482 -rm -f *.$(OBJEXT)
|
Chris@19
|
483
|
Chris@19
|
484 distclean-compile:
|
Chris@19
|
485 -rm -f *.tab.c
|
Chris@19
|
486
|
Chris@19
|
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-api.Plo@am__quote@
|
Chris@19
|
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-conf.Plo@am__quote@
|
Chris@19
|
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-ct.Plo@am__quote@
|
Chris@19
|
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.Plo@am__quote@
|
Chris@19
|
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-f77api.Plo@am__quote@
|
Chris@19
|
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-hc2hc.Plo@am__quote@
|
Chris@19
|
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-openmp.Plo@am__quote@
|
Chris@19
|
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.Plo@am__quote@
|
Chris@19
|
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.Plo@am__quote@
|
Chris@19
|
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-api.Plo@am__quote@
|
Chris@19
|
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-conf.Plo@am__quote@
|
Chris@19
|
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-ct.Plo@am__quote@
|
Chris@19
|
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.Plo@am__quote@
|
Chris@19
|
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-f77api.Plo@am__quote@
|
Chris@19
|
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-hc2hc.Plo@am__quote@
|
Chris@19
|
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.Plo@am__quote@
|
Chris@19
|
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-threads.Plo@am__quote@
|
Chris@19
|
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.Plo@am__quote@
|
Chris@19
|
505
|
Chris@19
|
506 .c.o:
|
Chris@19
|
507 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
Chris@19
|
508 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
Chris@19
|
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
Chris@19
|
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
511 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
Chris@19
|
512
|
Chris@19
|
513 .c.obj:
|
Chris@19
|
514 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
Chris@19
|
515 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
Chris@19
|
516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
Chris@19
|
517 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
518 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
Chris@19
|
519
|
Chris@19
|
520 .c.lo:
|
Chris@19
|
521 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
Chris@19
|
522 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
Chris@19
|
523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
524 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
525 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
|
Chris@19
|
526
|
Chris@19
|
527 libfftw3@PREC_SUFFIX@_omp_la-api.lo: api.c
|
Chris@19
|
528 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-api.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-api.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
|
Chris@19
|
529 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-api.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-api.Plo
|
Chris@19
|
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api.c' object='libfftw3@PREC_SUFFIX@_omp_la-api.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
532 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
|
Chris@19
|
533
|
Chris@19
|
534 libfftw3@PREC_SUFFIX@_omp_la-conf.lo: conf.c
|
Chris@19
|
535 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-conf.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-conf.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
|
Chris@19
|
536 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-conf.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-conf.Plo
|
Chris@19
|
537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conf.c' object='libfftw3@PREC_SUFFIX@_omp_la-conf.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
539 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
|
Chris@19
|
540
|
Chris@19
|
541 libfftw3@PREC_SUFFIX@_omp_la-openmp.lo: openmp.c
|
Chris@19
|
542 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-openmp.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-openmp.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-openmp.lo `test -f 'openmp.c' || echo '$(srcdir)/'`openmp.c
|
Chris@19
|
543 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-openmp.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-openmp.Plo
|
Chris@19
|
544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openmp.c' object='libfftw3@PREC_SUFFIX@_omp_la-openmp.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
545 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
546 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-openmp.lo `test -f 'openmp.c' || echo '$(srcdir)/'`openmp.c
|
Chris@19
|
547
|
Chris@19
|
548 libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo: dft-vrank-geq1.c
|
Chris@19
|
549 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo '$(srcdir)/'`dft-vrank-geq1.c
|
Chris@19
|
550 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.Plo
|
Chris@19
|
551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dft-vrank-geq1.c' object='libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
552 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
553 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo '$(srcdir)/'`dft-vrank-geq1.c
|
Chris@19
|
554
|
Chris@19
|
555 libfftw3@PREC_SUFFIX@_omp_la-ct.lo: ct.c
|
Chris@19
|
556 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-ct.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-ct.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
|
Chris@19
|
557 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-ct.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-ct.Plo
|
Chris@19
|
558 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ct.c' object='libfftw3@PREC_SUFFIX@_omp_la-ct.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
559 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
560 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
|
Chris@19
|
561
|
Chris@19
|
562 libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo: rdft-vrank-geq1.c
|
Chris@19
|
563 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo '$(srcdir)/'`rdft-vrank-geq1.c
|
Chris@19
|
564 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.Plo
|
Chris@19
|
565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rdft-vrank-geq1.c' object='libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
567 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo '$(srcdir)/'`rdft-vrank-geq1.c
|
Chris@19
|
568
|
Chris@19
|
569 libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo: hc2hc.c
|
Chris@19
|
570 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-hc2hc.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo `test -f 'hc2hc.c' || echo '$(srcdir)/'`hc2hc.c
|
Chris@19
|
571 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-hc2hc.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-hc2hc.Plo
|
Chris@19
|
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hc2hc.c' object='libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
573 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
574 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-hc2hc.lo `test -f 'hc2hc.c' || echo '$(srcdir)/'`hc2hc.c
|
Chris@19
|
575
|
Chris@19
|
576 libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo: vrank-geq1-rdft2.c
|
Chris@19
|
577 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo '$(srcdir)/'`vrank-geq1-rdft2.c
|
Chris@19
|
578 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.Plo
|
Chris@19
|
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vrank-geq1-rdft2.c' object='libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
581 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo '$(srcdir)/'`vrank-geq1-rdft2.c
|
Chris@19
|
582
|
Chris@19
|
583 libfftw3@PREC_SUFFIX@_omp_la-f77api.lo: f77api.c
|
Chris@19
|
584 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_omp_la-f77api.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-f77api.Tpo -c -o libfftw3@PREC_SUFFIX@_omp_la-f77api.lo `test -f 'f77api.c' || echo '$(srcdir)/'`f77api.c
|
Chris@19
|
585 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-f77api.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_omp_la-f77api.Plo
|
Chris@19
|
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='f77api.c' object='libfftw3@PREC_SUFFIX@_omp_la-f77api.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
588 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_omp_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_omp_la-f77api.lo `test -f 'f77api.c' || echo '$(srcdir)/'`f77api.c
|
Chris@19
|
589
|
Chris@19
|
590 libfftw3@PREC_SUFFIX@_threads_la-api.lo: api.c
|
Chris@19
|
591 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-api.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-api.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
|
Chris@19
|
592 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-api.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-api.Plo
|
Chris@19
|
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api.c' object='libfftw3@PREC_SUFFIX@_threads_la-api.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
595 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
|
Chris@19
|
596
|
Chris@19
|
597 libfftw3@PREC_SUFFIX@_threads_la-conf.lo: conf.c
|
Chris@19
|
598 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-conf.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-conf.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
|
Chris@19
|
599 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-conf.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-conf.Plo
|
Chris@19
|
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conf.c' object='libfftw3@PREC_SUFFIX@_threads_la-conf.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
602 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
|
Chris@19
|
603
|
Chris@19
|
604 libfftw3@PREC_SUFFIX@_threads_la-threads.lo: threads.c
|
Chris@19
|
605 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-threads.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-threads.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-threads.lo `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
|
Chris@19
|
606 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-threads.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-threads.Plo
|
Chris@19
|
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='threads.c' object='libfftw3@PREC_SUFFIX@_threads_la-threads.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
609 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-threads.lo `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
|
Chris@19
|
610
|
Chris@19
|
611 libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo: dft-vrank-geq1.c
|
Chris@19
|
612 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo '$(srcdir)/'`dft-vrank-geq1.c
|
Chris@19
|
613 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.Plo
|
Chris@19
|
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dft-vrank-geq1.c' object='libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
616 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo '$(srcdir)/'`dft-vrank-geq1.c
|
Chris@19
|
617
|
Chris@19
|
618 libfftw3@PREC_SUFFIX@_threads_la-ct.lo: ct.c
|
Chris@19
|
619 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-ct.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-ct.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
|
Chris@19
|
620 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-ct.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-ct.Plo
|
Chris@19
|
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ct.c' object='libfftw3@PREC_SUFFIX@_threads_la-ct.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
623 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-ct.lo `test -f 'ct.c' || echo '$(srcdir)/'`ct.c
|
Chris@19
|
624
|
Chris@19
|
625 libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo: rdft-vrank-geq1.c
|
Chris@19
|
626 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo '$(srcdir)/'`rdft-vrank-geq1.c
|
Chris@19
|
627 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.Plo
|
Chris@19
|
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rdft-vrank-geq1.c' object='libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
630 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo '$(srcdir)/'`rdft-vrank-geq1.c
|
Chris@19
|
631
|
Chris@19
|
632 libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo: hc2hc.c
|
Chris@19
|
633 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-hc2hc.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo `test -f 'hc2hc.c' || echo '$(srcdir)/'`hc2hc.c
|
Chris@19
|
634 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-hc2hc.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-hc2hc.Plo
|
Chris@19
|
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hc2hc.c' object='libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
637 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-hc2hc.lo `test -f 'hc2hc.c' || echo '$(srcdir)/'`hc2hc.c
|
Chris@19
|
638
|
Chris@19
|
639 libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo: vrank-geq1-rdft2.c
|
Chris@19
|
640 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo '$(srcdir)/'`vrank-geq1-rdft2.c
|
Chris@19
|
641 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.Plo
|
Chris@19
|
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vrank-geq1-rdft2.c' object='libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
644 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo '$(srcdir)/'`vrank-geq1-rdft2.c
|
Chris@19
|
645
|
Chris@19
|
646 libfftw3@PREC_SUFFIX@_threads_la-f77api.lo: f77api.c
|
Chris@19
|
647 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -MT libfftw3@PREC_SUFFIX@_threads_la-f77api.lo -MD -MP -MF $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-f77api.Tpo -c -o libfftw3@PREC_SUFFIX@_threads_la-f77api.lo `test -f 'f77api.c' || echo '$(srcdir)/'`f77api.c
|
Chris@19
|
648 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-f77api.Tpo $(DEPDIR)/libfftw3@PREC_SUFFIX@_threads_la-f77api.Plo
|
Chris@19
|
649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='f77api.c' object='libfftw3@PREC_SUFFIX@_threads_la-f77api.lo' libtool=yes @AMDEPBACKSLASH@
|
Chris@19
|
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@19
|
651 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfftw3@PREC_SUFFIX@_threads_la_CFLAGS) $(CFLAGS) -c -o libfftw3@PREC_SUFFIX@_threads_la-f77api.lo `test -f 'f77api.c' || echo '$(srcdir)/'`f77api.c
|
Chris@19
|
652
|
Chris@19
|
653 mostlyclean-libtool:
|
Chris@19
|
654 -rm -f *.lo
|
Chris@19
|
655
|
Chris@19
|
656 clean-libtool:
|
Chris@19
|
657 -rm -rf .libs _libs
|
Chris@19
|
658 tags TAGS:
|
Chris@19
|
659
|
Chris@19
|
660 ctags CTAGS:
|
Chris@19
|
661
|
Chris@19
|
662 cscope cscopelist:
|
Chris@19
|
663
|
Chris@19
|
664
|
Chris@19
|
665 distdir: $(DISTFILES)
|
Chris@19
|
666 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
Chris@19
|
667 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
Chris@19
|
668 list='$(DISTFILES)'; \
|
Chris@19
|
669 dist_files=`for file in $$list; do echo $$file; done | \
|
Chris@19
|
670 sed -e "s|^$$srcdirstrip/||;t" \
|
Chris@19
|
671 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
Chris@19
|
672 case $$dist_files in \
|
Chris@19
|
673 */*) $(MKDIR_P) `echo "$$dist_files" | \
|
Chris@19
|
674 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
Chris@19
|
675 sort -u` ;; \
|
Chris@19
|
676 esac; \
|
Chris@19
|
677 for file in $$dist_files; do \
|
Chris@19
|
678 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
Chris@19
|
679 if test -d $$d/$$file; then \
|
Chris@19
|
680 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
Chris@19
|
681 if test -d "$(distdir)/$$file"; then \
|
Chris@19
|
682 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
Chris@19
|
683 fi; \
|
Chris@19
|
684 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
Chris@19
|
685 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
Chris@19
|
686 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
Chris@19
|
687 fi; \
|
Chris@19
|
688 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
Chris@19
|
689 else \
|
Chris@19
|
690 test -f "$(distdir)/$$file" \
|
Chris@19
|
691 || cp -p $$d/$$file "$(distdir)/$$file" \
|
Chris@19
|
692 || exit 1; \
|
Chris@19
|
693 fi; \
|
Chris@19
|
694 done
|
Chris@19
|
695 check-am: all-am
|
Chris@19
|
696 check: check-am
|
Chris@19
|
697 all-am: Makefile $(LTLIBRARIES)
|
Chris@19
|
698 installdirs:
|
Chris@19
|
699 for dir in "$(DESTDIR)$(libdir)"; do \
|
Chris@19
|
700 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
Chris@19
|
701 done
|
Chris@19
|
702 install: install-am
|
Chris@19
|
703 install-exec: install-exec-am
|
Chris@19
|
704 install-data: install-data-am
|
Chris@19
|
705 uninstall: uninstall-am
|
Chris@19
|
706
|
Chris@19
|
707 install-am: all-am
|
Chris@19
|
708 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
Chris@19
|
709
|
Chris@19
|
710 installcheck: installcheck-am
|
Chris@19
|
711 install-strip:
|
Chris@19
|
712 if test -z '$(STRIP)'; then \
|
Chris@19
|
713 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
Chris@19
|
714 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
Chris@19
|
715 install; \
|
Chris@19
|
716 else \
|
Chris@19
|
717 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
Chris@19
|
718 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
Chris@19
|
719 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
Chris@19
|
720 fi
|
Chris@19
|
721 mostlyclean-generic:
|
Chris@19
|
722
|
Chris@19
|
723 clean-generic:
|
Chris@19
|
724
|
Chris@19
|
725 distclean-generic:
|
Chris@19
|
726 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
Chris@19
|
727 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
Chris@19
|
728
|
Chris@19
|
729 maintainer-clean-generic:
|
Chris@19
|
730 @echo "This command is intended for maintainers to use"
|
Chris@19
|
731 @echo "it deletes files that may require special tools to rebuild."
|
Chris@19
|
732 clean: clean-am
|
Chris@19
|
733
|
Chris@19
|
734 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
Chris@19
|
735 clean-noinstLTLIBRARIES mostlyclean-am
|
Chris@19
|
736
|
Chris@19
|
737 distclean: distclean-am
|
Chris@19
|
738 -rm -rf ./$(DEPDIR)
|
Chris@19
|
739 -rm -f Makefile
|
Chris@19
|
740 distclean-am: clean-am distclean-compile distclean-generic
|
Chris@19
|
741
|
Chris@19
|
742 dvi: dvi-am
|
Chris@19
|
743
|
Chris@19
|
744 dvi-am:
|
Chris@19
|
745
|
Chris@19
|
746 html: html-am
|
Chris@19
|
747
|
Chris@19
|
748 html-am:
|
Chris@19
|
749
|
Chris@19
|
750 info: info-am
|
Chris@19
|
751
|
Chris@19
|
752 info-am:
|
Chris@19
|
753
|
Chris@19
|
754 install-data-am:
|
Chris@19
|
755
|
Chris@19
|
756 install-dvi: install-dvi-am
|
Chris@19
|
757
|
Chris@19
|
758 install-dvi-am:
|
Chris@19
|
759
|
Chris@19
|
760 install-exec-am: install-libLTLIBRARIES
|
Chris@19
|
761
|
Chris@19
|
762 install-html: install-html-am
|
Chris@19
|
763
|
Chris@19
|
764 install-html-am:
|
Chris@19
|
765
|
Chris@19
|
766 install-info: install-info-am
|
Chris@19
|
767
|
Chris@19
|
768 install-info-am:
|
Chris@19
|
769
|
Chris@19
|
770 install-man:
|
Chris@19
|
771
|
Chris@19
|
772 install-pdf: install-pdf-am
|
Chris@19
|
773
|
Chris@19
|
774 install-pdf-am:
|
Chris@19
|
775
|
Chris@19
|
776 install-ps: install-ps-am
|
Chris@19
|
777
|
Chris@19
|
778 install-ps-am:
|
Chris@19
|
779
|
Chris@19
|
780 installcheck-am:
|
Chris@19
|
781
|
Chris@19
|
782 maintainer-clean: maintainer-clean-am
|
Chris@19
|
783 -rm -rf ./$(DEPDIR)
|
Chris@19
|
784 -rm -f Makefile
|
Chris@19
|
785 maintainer-clean-am: distclean-am maintainer-clean-generic
|
Chris@19
|
786
|
Chris@19
|
787 mostlyclean: mostlyclean-am
|
Chris@19
|
788
|
Chris@19
|
789 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
Chris@19
|
790 mostlyclean-libtool
|
Chris@19
|
791
|
Chris@19
|
792 pdf: pdf-am
|
Chris@19
|
793
|
Chris@19
|
794 pdf-am:
|
Chris@19
|
795
|
Chris@19
|
796 ps: ps-am
|
Chris@19
|
797
|
Chris@19
|
798 ps-am:
|
Chris@19
|
799
|
Chris@19
|
800 uninstall-am: uninstall-libLTLIBRARIES
|
Chris@19
|
801
|
Chris@19
|
802 .MAKE: install-am install-strip
|
Chris@19
|
803
|
Chris@19
|
804 .PHONY: all all-am check check-am clean clean-generic \
|
Chris@19
|
805 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
|
Chris@19
|
806 cscopelist-am ctags-am distclean distclean-compile \
|
Chris@19
|
807 distclean-generic distclean-libtool distdir dvi dvi-am html \
|
Chris@19
|
808 html-am info info-am install install-am install-data \
|
Chris@19
|
809 install-data-am install-dvi install-dvi-am install-exec \
|
Chris@19
|
810 install-exec-am install-html install-html-am install-info \
|
Chris@19
|
811 install-info-am install-libLTLIBRARIES install-man install-pdf \
|
Chris@19
|
812 install-pdf-am install-ps install-ps-am install-strip \
|
Chris@19
|
813 installcheck installcheck-am installdirs maintainer-clean \
|
Chris@19
|
814 maintainer-clean-generic mostlyclean mostlyclean-compile \
|
Chris@19
|
815 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
Chris@19
|
816 tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
|
Chris@19
|
817
|
Chris@19
|
818
|
Chris@19
|
819 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
Chris@19
|
820 # Otherwise a system limit (for SysV at least) may be exceeded.
|
Chris@19
|
821 .NOEXPORT:
|