~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to extern/fftw/dft/codelets/standard/Makefile.in

  • Committer: theeth
  • Date: 2008-10-14 16:52:04 UTC
  • Revision ID: vcs-imports@canonical.com-20081014165204-r32w2gm6s0osvdhn
copy back trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# This Makefile.am specifies a set of codelets, efficient transforms
 
18
# of small sizes, that are used as building blocks (kernels) by FFTW
 
19
# to build up large transforms, as well as the options for generating
 
20
# and compiling them.
 
21
 
 
22
# You can customize FFTW for special needs, e.g. to handle certain
 
23
# sizes more efficiently, by adding new codelets to the lists of those
 
24
# included by default.  If you change the list of codelets, any new
 
25
# ones you added will be automatically generated when you run the
 
26
# bootstrap script (see "Generating your own code" in the FFTW
 
27
# manual).
 
28
 
 
29
# -*- makefile -*-
 
30
# This file contains special make rules to generate codelets.
 
31
# Most of this file requires GNU make .
 
32
 
 
33
srcdir = @srcdir@
 
34
top_srcdir = @top_srcdir@
 
35
VPATH = @srcdir@
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ../../..
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
INSTALL = @INSTALL@
 
42
install_sh_DATA = $(install_sh) -c -m 644
 
43
install_sh_PROGRAM = $(install_sh) -c
 
44
install_sh_SCRIPT = $(install_sh) -c
 
45
INSTALL_HEADER = $(INSTALL_DATA)
 
46
transform = $(program_transform_name)
 
47
NORMAL_INSTALL = :
 
48
PRE_INSTALL = :
 
49
POST_INSTALL = :
 
50
NORMAL_UNINSTALL = :
 
51
PRE_UNINSTALL = :
 
52
POST_UNINSTALL = :
 
53
build_triplet = @build@
 
54
host_triplet = @host@
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
56
        $(top_srcdir)/support/Makefile.codelets
 
57
subdir = dft/codelets/standard
 
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
59
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
60
        $(top_srcdir)/m4/amx_prog_as.m4 \
 
61
        $(top_srcdir)/m4/ax_cc_maxopt.m4 \
 
62
        $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
 
63
        $(top_srcdir)/m4/ax_compiler_vendor.m4 \
 
64
        $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
 
65
        $(top_srcdir)/m4/ax_gcc_archflag.m4 \
 
66
        $(top_srcdir)/m4/ax_gcc_version.m4 \
 
67
        $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
 
68
        $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/ocaml.m4 \
 
69
        $(top_srcdir)/configure.ac
 
70
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
71
        $(ACLOCAL_M4)
 
72
mkinstalldirs = $(install_sh) -d
 
73
CONFIG_HEADER = $(top_builddir)/config.h
 
74
CONFIG_CLEAN_FILES =
 
75
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
76
libdft_standard_la_LIBADD =
 
77
am__objects_1 = n1_2.lo n1_3.lo n1_4.lo n1_5.lo n1_6.lo n1_7.lo \
 
78
        n1_8.lo n1_9.lo n1_10.lo n1_11.lo n1_12.lo n1_13.lo n1_14.lo \
 
79
        n1_15.lo n1_16.lo n1_32.lo n1_64.lo
 
80
am__objects_2 = t1_2.lo t1_3.lo t1_4.lo t1_5.lo t1_6.lo t1_7.lo \
 
81
        t1_8.lo t1_9.lo t1_10.lo t1_12.lo t1_15.lo t1_16.lo t1_32.lo \
 
82
        t1_64.lo
 
83
am__objects_3 = t2_4.lo t2_8.lo t2_16.lo t2_32.lo t2_64.lo
 
84
am__objects_4 =
 
85
am__objects_5 = q1_2.lo q1_4.lo q1_8.lo q1_3.lo q1_5.lo q1_6.lo
 
86
am__objects_6 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
 
87
        $(am__objects_4) $(am__objects_4) $(am__objects_5)
 
88
am__objects_7 = codlist.lo
 
89
am__objects_8 = $(am__objects_6) $(am__objects_7)
 
90
am_libdft_standard_la_OBJECTS = $(am__objects_8)
 
91
libdft_standard_la_OBJECTS = $(am_libdft_standard_la_OBJECTS)
 
92
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
93
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
94
am__depfiles_maybe = depfiles
 
95
CCLD = $(CC)
 
96
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
97
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
98
SOURCES = $(libdft_standard_la_SOURCES)
 
99
DIST_SOURCES = $(libdft_standard_la_SOURCES)
 
100
ETAGS = etags
 
101
CTAGS = ctags
 
102
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
103
ACLOCAL = @ACLOCAL@
 
104
ALLOCA = @ALLOCA@
 
105
AMDEP_FALSE = @AMDEP_FALSE@
 
106
AMDEP_TRUE = @AMDEP_TRUE@
 
107
AMTAR = @AMTAR@
 
108
AR = @AR@
 
109
AS = @AS@
 
110
ASFLAGS = @ASFLAGS@
 
111
AUTOCONF = @AUTOCONF@
 
112
AUTOHEADER = @AUTOHEADER@
 
113
AUTOMAKE = @AUTOMAKE@
 
114
AWK = @AWK@
 
115
CC = @CC@
 
116
CCAS = @CCAS@
 
117
CCASFLAGS = @CCASFLAGS@
 
118
CCDEPMODE = @CCDEPMODE@
 
119
CFLAGS = @CFLAGS@
 
120
CODELET_OPTIM = @CODELET_OPTIM@
 
121
COMBINED_THREADS_FALSE = @COMBINED_THREADS_FALSE@
 
122
COMBINED_THREADS_TRUE = @COMBINED_THREADS_TRUE@
 
123
CPP = @CPP@
 
124
CPPFLAGS = @CPPFLAGS@
 
125
CXX = @CXX@
 
126
CXXCPP = @CXXCPP@
 
127
CXXDEPMODE = @CXXDEPMODE@
 
128
CXXFLAGS = @CXXFLAGS@
 
129
CYGPATH_W = @CYGPATH_W@
 
130
DEFS = @DEFS@
 
131
DEPDIR = @DEPDIR@
 
132
DLLTOOL = @DLLTOOL@
 
133
ECHO = @ECHO@
 
134
ECHO_C = @ECHO_C@
 
135
ECHO_N = @ECHO_N@
 
136
ECHO_T = @ECHO_T@
 
137
EGREP = @EGREP@
 
138
EXEEXT = @EXEEXT@
 
139
F77 = @F77@
 
140
FFLAGS = @FFLAGS@
 
141
FLIBS = @FLIBS@
 
142
GREP = @GREP@
 
143
HAVE_K7_FALSE = @HAVE_K7_FALSE@
 
144
HAVE_K7_TRUE = @HAVE_K7_TRUE@
 
145
HAVE_SIMD_FALSE = @HAVE_SIMD_FALSE@
 
146
HAVE_SIMD_TRUE = @HAVE_SIMD_TRUE@
 
147
INSTALLED_OCAMLC = @INSTALLED_OCAMLC@
 
148
INSTALL_DATA = @INSTALL_DATA@
 
149
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
150
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
151
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
152
LDFLAGS = @LDFLAGS@
 
153
LDOUBLE_FALSE = @LDOUBLE_FALSE@
 
154
LDOUBLE_TRUE = @LDOUBLE_TRUE@
 
155
LIBOBJS = @LIBOBJS@
 
156
LIBS = @LIBS@
 
157
LIBTOOL = @LIBTOOL@
 
158
LN_S = @LN_S@
 
159
LTLIBOBJS = @LTLIBOBJS@
 
160
MAINT = @MAINT@
 
161
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
162
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
163
MAKEINFO = @MAKEINFO@
 
164
OBJDUMP = @OBJDUMP@
 
165
OBJEXT = @OBJEXT@
 
166
OCAMLC = @OCAMLC@
 
167
OCAMLCFLAGS = @OCAMLCFLAGS@
 
168
OCAMLDEFS = @OCAMLDEFS@
 
169
OCAMLDEP = @OCAMLDEP@
 
170
OCAMLLDFLAGS = @OCAMLLDFLAGS@
 
171
OCAMLOPT = @OCAMLOPT@
 
172
OCAMLOPTCFLAGS = @OCAMLOPTCFLAGS@
 
173
PACKAGE = @PACKAGE@
 
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
175
PACKAGE_NAME = @PACKAGE_NAME@
 
176
PACKAGE_STRING = @PACKAGE_STRING@
 
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
178
PACKAGE_VERSION = @PACKAGE_VERSION@
 
179
PATH_SEPARATOR = @PATH_SEPARATOR@
 
180
POW_LIB = @POW_LIB@
 
181
PRECISION = @PRECISION@
 
182
PREC_SUFFIX = @PREC_SUFFIX@
 
183
PRTDIAG = @PRTDIAG@
 
184
PTHREAD_CC = @PTHREAD_CC@
 
185
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
186
PTHREAD_LIBS = @PTHREAD_LIBS@
 
187
RANLIB = @RANLIB@
 
188
SET_MAKE = @SET_MAKE@
 
189
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
 
190
SHELL = @SHELL@
 
191
SIMD_CFLAGS = @SIMD_CFLAGS@
 
192
SINGLE_FALSE = @SINGLE_FALSE@
 
193
SINGLE_TRUE = @SINGLE_TRUE@
 
194
STRIP = @STRIP@
 
195
TARGET_OCAMLBIN = @TARGET_OCAMLBIN@
 
196
TARGET_OCAMLLIB = @TARGET_OCAMLLIB@
 
197
TARGET_OCAMLRUN = @TARGET_OCAMLRUN@
 
198
THREADLIBS = @THREADLIBS@
 
199
THREADS_FALSE = @THREADS_FALSE@
 
200
THREADS_TRUE = @THREADS_TRUE@
 
201
VERSION = @VERSION@
 
202
ac_ct_CC = @ac_ct_CC@
 
203
ac_ct_CXX = @ac_ct_CXX@
 
204
ac_ct_F77 = @ac_ct_F77@
 
205
acx_pthread_config = @acx_pthread_config@
 
206
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
207
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
208
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
209
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
210
am__include = @am__include@
 
211
am__leading_dot = @am__leading_dot@
 
212
am__quote = @am__quote@
 
213
am__tar = @am__tar@
 
214
am__untar = @am__untar@
 
215
bindir = @bindir@
 
216
build = @build@
 
217
build_alias = @build_alias@
 
218
build_cpu = @build_cpu@
 
219
build_os = @build_os@
 
220
build_vendor = @build_vendor@
 
221
datadir = @datadir@
 
222
datarootdir = @datarootdir@
 
223
docdir = @docdir@
 
224
dvidir = @dvidir@
 
225
exec_prefix = @exec_prefix@
 
226
host = @host@
 
227
host_alias = @host_alias@
 
228
host_cpu = @host_cpu@
 
229
host_os = @host_os@
 
230
host_vendor = @host_vendor@
 
231
htmldir = @htmldir@
 
232
includedir = @includedir@
 
233
infodir = @infodir@
 
234
install_sh = @install_sh@
 
235
libdir = @libdir@
 
236
libexecdir = @libexecdir@
 
237
localedir = @localedir@
 
238
localstatedir = @localstatedir@
 
239
mandir = @mandir@
 
240
mkdir_p = @mkdir_p@
 
241
oldincludedir = @oldincludedir@
 
242
pdfdir = @pdfdir@
 
243
prefix = @prefix@
 
244
program_transform_name = @program_transform_name@
 
245
psdir = @psdir@
 
246
sbindir = @sbindir@
 
247
sharedstatedir = @sharedstatedir@
 
248
sysconfdir = @sysconfdir@
 
249
target_alias = @target_alias@
 
250
 
 
251
###########################################################################
 
252
AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft        \
 
253
-I$(top_srcdir)/dft/codelets
 
254
 
 
255
noinst_LTLIBRARIES = libdft_standard.la
 
256
 
 
257
###########################################################################
 
258
# n1_<n> is a hard-coded FFT of size <n> (base cases of FFT recursion)
 
259
N1 = n1_2.c n1_3.c n1_4.c n1_5.c n1_6.c n1_7.c n1_8.c n1_9.c n1_10.c    \
 
260
n1_11.c n1_12.c n1_13.c n1_14.c n1_15.c n1_16.c n1_32.c n1_64.c
 
261
 
 
262
 
 
263
###########################################################################
 
264
# t1_<r> is a "twiddle" FFT of size <r>, implementing a radix-r DIT step
 
265
T1 = t1_2.c t1_3.c t1_4.c t1_5.c t1_6.c t1_7.c t1_8.c t1_9.c    \
 
266
t1_10.c t1_12.c t1_15.c t1_16.c t1_32.c t1_64.c
 
267
 
 
268
 
 
269
# t2_<r> is also a twiddle FFT, but instead of using a complete lookup table
 
270
# of trig. functions, it partially generates the trig. values on the fly
 
271
# (this is faster for large sizes).
 
272
T2 = t2_4.c t2_8.c t2_16.c t2_32.c t2_64.c
 
273
 
 
274
###########################################################################
 
275
# The F (DIF) codelets are used for a kind of in-place transform algorithm,
 
276
# but the planner seems to never (or hardly ever) use them on the machines
 
277
# we have access to, preferring the Q codelets and the use of buffers
 
278
# for sub-transforms.  So, we comment them out, at least for now.
 
279
 
 
280
# f1_<r> is a "twiddle" FFT of size <r>, implementing a radix-r DIF step
 
281
F1 = # f1_2.c f1_3.c f1_4.c f1_5.c f1_6.c f1_7.c f1_8.c f1_9.c f1_10.c f1_12.c f1_15.c f1_16.c f1_32.c f1_64.c
 
282
 
 
283
# like f1, but partially generates its trig. table on the fly
 
284
F2 = # f2_4.c f2_8.c f2_16.c f2_32.c f2_64.c
 
285
 
 
286
###########################################################################
 
287
# q1_<r> is <r> twiddle FFTs of size <r> (DIF step), where the output is
 
288
# transposed.  This is used for in-place transposes in sizes that are
 
289
# divisible by <r>^2.  These codelets have size ~ <r>^2, so you should
 
290
# probably not use <r> bigger than 8 or so.
 
291
Q1 = q1_2.c q1_4.c q1_8.c  q1_3.c q1_5.c q1_6.c
 
292
 
 
293
###########################################################################
 
294
ALL_CODELETS = $(N1) $(T1) $(T2) $(F1) $(F2) $(Q1)
 
295
BUILT_SOURCES = $(ALL_CODELETS) $(CODLIST)
 
296
libdft_standard_la_SOURCES = $(BUILT_SOURCES)
 
297
SOLVTAB_NAME = X(solvtab_dft_standard)
 
298
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
299
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CODELET_OPTIM)
 
300
 
 
301
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
302
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CODELET_OPTIM)
 
303
 
 
304
CODLIST = codlist.c
 
305
CODELET_NAME = codelet_
 
306
@MAINTAINER_MODE_TRUE@INDENT = indent -kr -cs -i5 -l800 -fca -nfc1 -sc -sob -cli4 -TR -Tplanner -TV
 
307
@MAINTAINER_MODE_TRUE@TWOVERS = sh ${top_srcdir}/support/twovers.sh
 
308
@MAINTAINER_MODE_TRUE@GENFFTDIR = ${top_builddir}/genfft
 
309
@MAINTAINER_MODE_TRUE@K7GENFFTDIR = ${top_builddir}/genfft-k7
 
310
@MAINTAINER_MODE_TRUE@GEN_NOTW = ${GENFFTDIR}/gen_notw
 
311
@MAINTAINER_MODE_TRUE@GEN_NOTW_C = ${GENFFTDIR}/gen_notw_c
 
312
@MAINTAINER_MODE_TRUE@K7GEN_NOTW = ${K7GENFFTDIR}/gen_notw
 
313
@MAINTAINER_MODE_TRUE@GEN_TWIDDLE = ${GENFFTDIR}/gen_twiddle
 
314
@MAINTAINER_MODE_TRUE@GEN_TWIDDLE_C = ${GENFFTDIR}/gen_twiddle_c
 
315
@MAINTAINER_MODE_TRUE@K7GEN_TWIDDLE = ${K7GENFFTDIR}/gen_twiddle
 
316
@MAINTAINER_MODE_TRUE@GEN_TWIDSQ = ${GENFFTDIR}/gen_twidsq
 
317
@MAINTAINER_MODE_TRUE@GEN_TWIDSQ_C = ${GENFFTDIR}/gen_twidsq_c
 
318
@MAINTAINER_MODE_TRUE@GEN_R2HC = ${GENFFTDIR}/gen_r2hc
 
319
@MAINTAINER_MODE_TRUE@GEN_HC2R = ${GENFFTDIR}/gen_hc2r
 
320
@MAINTAINER_MODE_TRUE@GEN_HC2HC = ${GENFFTDIR}/gen_hc2hc
 
321
@MAINTAINER_MODE_TRUE@GEN_R2R = ${GENFFTDIR}/gen_r2r
 
322
@MAINTAINER_MODE_TRUE@PRELUDE_DFT = ${top_srcdir}/support/codelet_prelude.dft
 
323
@MAINTAINER_MODE_TRUE@PRELUDE_RDFT = ${top_srcdir}/support/codelet_prelude.rdft
 
324
@MAINTAINER_MODE_TRUE@ASMPRELUDE = ${top_srcdir}/support/codelet_asmprelude
 
325
@MAINTAINER_MODE_TRUE@ADD_DATE = sed -e s/@DATE@/"`date`"/
 
326
@MAINTAINER_MODE_TRUE@COPYRIGHT = ${top_srcdir}/COPYRIGHT
 
327
@MAINTAINER_MODE_TRUE@CODELET_DEPS = $(COPYRIGHT) $(PRELUDE) $(ASMPRELUDE)
 
328
@MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_DFT = cat $(COPYRIGHT) $(PRELUDE_DFT)
 
329
@MAINTAINER_MODE_TRUE@PRELUDE_COMMANDS_RDFT = cat $(COPYRIGHT) $(PRELUDE_RDFT)
 
330
@MAINTAINER_MODE_TRUE@ASMPRELUDE_COMMANDS = cat $(COPYRIGHT) $(ASMPRELUDE)
 
331
@MAINTAINER_MODE_TRUE@FLAGS_COMMON = -compact -variables 4
 
332
@MAINTAINER_MODE_TRUE@DFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4
 
333
@MAINTAINER_MODE_TRUE@RDFT_FLAGS_COMMON = $(FLAGS_COMMON) -pipeline-latency 4
 
334
 
 
335
# special rules for regenerating codelets.
 
336
@MAINTAINER_MODE_TRUE@FLAGS_N1 = $(DFT_FLAGS_COMMON)
 
337
@MAINTAINER_MODE_TRUE@FLAGS_T1 = $(DFT_FLAGS_COMMON)
 
338
@MAINTAINER_MODE_TRUE@FLAGS_T2 = $(DFT_FLAGS_COMMON) -twiddle-log3 -precompute-twiddles
 
339
@MAINTAINER_MODE_TRUE@FLAGS_F1 = $(DFT_FLAGS_COMMON)
 
340
@MAINTAINER_MODE_TRUE@FLAGS_F2 = $(DFT_FLAGS_COMMON) -twiddle-log3  -precompute-twiddles
 
341
@MAINTAINER_MODE_TRUE@FLAGS_Q1 = $(DFT_FLAGS_COMMON) -reload-twiddle
 
342
@MAINTAINER_MODE_TRUE@FLAGS_Q2 = $(DFT_FLAGS_COMMON) -twiddle-log3  -precompute-twiddles
 
343
all: $(BUILT_SOURCES)
 
344
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
345
 
 
346
.SUFFIXES:
 
347
.SUFFIXES: .c .lo .o .obj
 
348
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/support/Makefile.codelets $(am__configure_deps)
 
349
        @for dep in $?; do \
 
350
          case '$(am__configure_deps)' in \
 
351
            *$$dep*) \
 
352
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
353
                && exit 0; \
 
354
              exit 1;; \
 
355
          esac; \
 
356
        done; \
 
357
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  dft/codelets/standard/Makefile'; \
 
358
        cd $(top_srcdir) && \
 
359
          $(AUTOMAKE) --gnu  dft/codelets/standard/Makefile
 
360
.PRECIOUS: Makefile
 
361
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
362
        @case '$?' in \
 
363
          *config.status*) \
 
364
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
365
          *) \
 
366
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
367
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
368
        esac;
 
369
 
 
370
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
371
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
372
 
 
373
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
374
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
375
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
376
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
377
 
 
378
clean-noinstLTLIBRARIES:
 
379
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
380
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
381
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
382
          test "$$dir" != "$$p" || dir=.; \
 
383
          echo "rm -f \"$${dir}/so_locations\""; \
 
384
          rm -f "$${dir}/so_locations"; \
 
385
        done
 
386
libdft_standard.la: $(libdft_standard_la_OBJECTS) $(libdft_standard_la_DEPENDENCIES) 
 
387
        $(LINK)  $(libdft_standard_la_LDFLAGS) $(libdft_standard_la_OBJECTS) $(libdft_standard_la_LIBADD) $(LIBS)
 
388
 
 
389
mostlyclean-compile:
 
390
        -rm -f *.$(OBJEXT)
 
391
 
 
392
distclean-compile:
 
393
        -rm -f *.tab.c
 
394
 
 
395
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codlist.Plo@am__quote@
 
396
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_10.Plo@am__quote@
 
397
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_11.Plo@am__quote@
 
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_12.Plo@am__quote@
 
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_13.Plo@am__quote@
 
400
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_14.Plo@am__quote@
 
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_15.Plo@am__quote@
 
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_16.Plo@am__quote@
 
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_2.Plo@am__quote@
 
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_3.Plo@am__quote@
 
405
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_32.Plo@am__quote@
 
406
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_4.Plo@am__quote@
 
407
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_5.Plo@am__quote@
 
408
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_6.Plo@am__quote@
 
409
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_64.Plo@am__quote@
 
410
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_7.Plo@am__quote@
 
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_8.Plo@am__quote@
 
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n1_9.Plo@am__quote@
 
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_2.Plo@am__quote@
 
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_3.Plo@am__quote@
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_4.Plo@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_5.Plo@am__quote@
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_6.Plo@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/q1_8.Plo@am__quote@
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_10.Plo@am__quote@
 
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_12.Plo@am__quote@
 
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_15.Plo@am__quote@
 
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_16.Plo@am__quote@
 
423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_2.Plo@am__quote@
 
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_3.Plo@am__quote@
 
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_32.Plo@am__quote@
 
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_4.Plo@am__quote@
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_5.Plo@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_6.Plo@am__quote@
 
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_64.Plo@am__quote@
 
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_7.Plo@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_8.Plo@am__quote@
 
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1_9.Plo@am__quote@
 
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_16.Plo@am__quote@
 
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_32.Plo@am__quote@
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_4.Plo@am__quote@
 
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_64.Plo@am__quote@
 
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2_8.Plo@am__quote@
 
438
 
 
439
.c.o:
 
440
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
441
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
443
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
444
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
445
 
 
446
.c.obj:
 
447
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
448
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
451
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
452
 
 
453
.c.lo:
 
454
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
455
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
458
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
459
 
 
460
mostlyclean-libtool:
 
461
        -rm -f *.lo
 
462
 
 
463
clean-libtool:
 
464
        -rm -rf .libs _libs
 
465
 
 
466
distclean-libtool:
 
467
        -rm -f libtool
 
468
uninstall-info-am:
 
469
 
 
470
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
471
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
472
        unique=`for i in $$list; do \
 
473
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
474
          done | \
 
475
          $(AWK) '    { files[$$0] = 1; } \
 
476
               END { for (i in files) print i; }'`; \
 
477
        mkid -fID $$unique
 
478
tags: TAGS
 
479
 
 
480
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
481
                $(TAGS_FILES) $(LISP)
 
482
        tags=; \
 
483
        here=`pwd`; \
 
484
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
485
        unique=`for i in $$list; do \
 
486
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
487
          done | \
 
488
          $(AWK) '    { files[$$0] = 1; } \
 
489
               END { for (i in files) print i; }'`; \
 
490
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
491
          test -n "$$unique" || unique=$$empty_fix; \
 
492
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
493
            $$tags $$unique; \
 
494
        fi
 
495
ctags: CTAGS
 
496
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
497
                $(TAGS_FILES) $(LISP)
 
498
        tags=; \
 
499
        here=`pwd`; \
 
500
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
501
        unique=`for i in $$list; do \
 
502
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
503
          done | \
 
504
          $(AWK) '    { files[$$0] = 1; } \
 
505
               END { for (i in files) print i; }'`; \
 
506
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
507
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
508
             $$tags $$unique
 
509
 
 
510
GTAGS:
 
511
        here=`$(am__cd) $(top_builddir) && pwd` \
 
512
          && cd $(top_srcdir) \
 
513
          && gtags -i $(GTAGS_ARGS) $$here
 
514
 
 
515
distclean-tags:
 
516
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
517
 
 
518
distdir: $(DISTFILES)
 
519
        $(mkdir_p) $(distdir)/../../../support
 
520
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
521
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
522
        list='$(DISTFILES)'; for file in $$list; do \
 
523
          case $$file in \
 
524
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
525
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
526
          esac; \
 
527
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
528
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
529
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
530
            dir="/$$dir"; \
 
531
            $(mkdir_p) "$(distdir)$$dir"; \
 
532
          else \
 
533
            dir=''; \
 
534
          fi; \
 
535
          if test -d $$d/$$file; then \
 
536
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
537
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
538
            fi; \
 
539
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
540
          else \
 
541
            test -f $(distdir)/$$file \
 
542
            || cp -p $$d/$$file $(distdir)/$$file \
 
543
            || exit 1; \
 
544
          fi; \
 
545
        done
 
546
check-am: all-am
 
547
check: $(BUILT_SOURCES)
 
548
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
549
all-am: Makefile $(LTLIBRARIES)
 
550
installdirs:
 
551
install: $(BUILT_SOURCES)
 
552
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
553
install-exec: install-exec-am
 
554
install-data: install-data-am
 
555
uninstall: uninstall-am
 
556
 
 
557
install-am: all-am
 
558
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
559
 
 
560
installcheck: installcheck-am
 
561
install-strip:
 
562
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
563
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
564
          `test -z '$(STRIP)' || \
 
565
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
566
mostlyclean-generic:
 
567
 
 
568
clean-generic:
 
569
 
 
570
distclean-generic:
 
571
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
572
 
 
573
maintainer-clean-generic:
 
574
        @echo "This command is intended for maintainers to use"
 
575
        @echo "it deletes files that may require special tools to rebuild."
 
576
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
577
clean: clean-am
 
578
 
 
579
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
580
        mostlyclean-am
 
581
 
 
582
distclean: distclean-am
 
583
        -rm -rf ./$(DEPDIR)
 
584
        -rm -f Makefile
 
585
distclean-am: clean-am distclean-compile distclean-generic \
 
586
        distclean-libtool distclean-tags
 
587
 
 
588
dvi: dvi-am
 
589
 
 
590
dvi-am:
 
591
 
 
592
html: html-am
 
593
 
 
594
info: info-am
 
595
 
 
596
info-am:
 
597
 
 
598
install-data-am:
 
599
 
 
600
install-exec-am:
 
601
 
 
602
install-info: install-info-am
 
603
 
 
604
install-man:
 
605
 
 
606
installcheck-am:
 
607
 
 
608
maintainer-clean: maintainer-clean-am
 
609
        -rm -rf ./$(DEPDIR)
 
610
        -rm -f Makefile
 
611
maintainer-clean-am: distclean-am maintainer-clean-generic \
 
612
        maintainer-clean-local
 
613
 
 
614
mostlyclean: mostlyclean-am
 
615
 
 
616
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
617
        mostlyclean-libtool
 
618
 
 
619
pdf: pdf-am
 
620
 
 
621
pdf-am:
 
622
 
 
623
ps: ps-am
 
624
 
 
625
ps-am:
 
626
 
 
627
uninstall-am: uninstall-info-am
 
628
 
 
629
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
630
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
631
        distclean-compile distclean-generic distclean-libtool \
 
632
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
633
        install install-am install-data install-data-am install-exec \
 
634
        install-exec-am install-info install-info-am install-man \
 
635
        install-strip installcheck installcheck-am installdirs \
 
636
        maintainer-clean maintainer-clean-generic \
 
637
        maintainer-clean-local mostlyclean mostlyclean-compile \
 
638
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
639
        tags uninstall uninstall-am uninstall-info-am
 
640
 
 
641
 
 
642
# rule to build codlist
 
643
$(CODLIST): Makefile
 
644
        (                                                               \
 
645
        echo "#include \"ifftw.h\"";                                    \
 
646
        echo;                                                           \
 
647
        for i in $(ALL_CODELETS) NIL; do                                \
 
648
           if test "$$i" != NIL; then                                   \
 
649
             j=`basename $$i | sed -e 's/[.][cS]$$//g'`;                \
 
650
             echo "extern void X($(CODELET_NAME)$$j)(planner *);";      \
 
651
           fi                                                           \
 
652
        done;                                                           \
 
653
        echo;                                                           \
 
654
        echo;                                                           \
 
655
        echo "extern const solvtab $(SOLVTAB_NAME);";                   \
 
656
        echo "const solvtab $(SOLVTAB_NAME) = {";                       \
 
657
        for i in $(ALL_CODELETS) NIL; do                                \
 
658
           if test "$$i" != NIL; then                                   \
 
659
             j=`basename $$i | sed -e 's/[.][cS]$$//g'`;                \
 
660
             echo "   SOLVTAB(X($(CODELET_NAME)$$j)),";                 \
 
661
           fi                                                           \
 
662
        done;                                                           \
 
663
        echo "   SOLVTAB_END";                                          \
 
664
        echo "};";                                                      \
 
665
        ) >$@
 
666
 
 
667
# only delete codlist.c in maintainer-mode, since it is included in the dist
 
668
# FIXME: is there a way to delete in 'make clean' only when builddir != srcdir?
 
669
maintainer-clean-local:
 
670
        rm -f $(CODLIST)
 
671
 
 
672
# cancel the hideous builtin rules that cause an infinite loop
 
673
@MAINTAINER_MODE_TRUE@%: %.o
 
674
@MAINTAINER_MODE_TRUE@%: %.s
 
675
@MAINTAINER_MODE_TRUE@%: %.c
 
676
@MAINTAINER_MODE_TRUE@%: %.S
 
677
 
 
678
@MAINTAINER_MODE_TRUE@n1_%.c:  $(CODELET_DEPS) $(GEN_NOTW)
 
679
@MAINTAINER_MODE_TRUE@  ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_NOTW) $(FLAGS_N1) -n $* -name n1_$* -include "n.h") | $(ADD_DATE) | $(INDENT) >$@
 
680
 
 
681
@MAINTAINER_MODE_TRUE@t1_%.c:  $(CODELET_DEPS) $(GEN_TWIDDLE)
 
682
@MAINTAINER_MODE_TRUE@  ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_T1) -n $* -name t1_$* -include "t.h") | $(ADD_DATE) | $(INDENT) >$@
 
683
 
 
684
@MAINTAINER_MODE_TRUE@t2_%.c:  $(CODELET_DEPS) $(GEN_TWIDDLE)
 
685
@MAINTAINER_MODE_TRUE@  ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_T2) -n $* -name t2_$* -include "t.h") | $(ADD_DATE) | $(INDENT) >$@
 
686
 
 
687
@MAINTAINER_MODE_TRUE@f1_%.c:  $(CODELET_DEPS) $(GEN_TWIDDLE)
 
688
@MAINTAINER_MODE_TRUE@  ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_F1) -dif -n $* -name f1_$* -include "f.h") | $(ADD_DATE) | $(INDENT) >$@
 
689
 
 
690
@MAINTAINER_MODE_TRUE@f2_%.c:  $(CODELET_DEPS) $(GEN_TWIDDLE)
 
691
@MAINTAINER_MODE_TRUE@  ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDDLE) $(FLAGS_F2) -dif -n $* -name f2_$* -include "f.h") | $(ADD_DATE) | $(INDENT) >$@
 
692
 
 
693
@MAINTAINER_MODE_TRUE@q1_%.c:  $(CODELET_DEPS) $(GEN_TWIDSQ)
 
694
@MAINTAINER_MODE_TRUE@  ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ) $(FLAGS_Q1) -dif -n $* -name q1_$* -include "q.h") | $(ADD_DATE) | $(INDENT) >$@
 
695
 
 
696
@MAINTAINER_MODE_TRUE@q2_%.c:  $(CODELET_DEPS) $(GEN_TWIDSQ)
 
697
@MAINTAINER_MODE_TRUE@  ($(PRELUDE_COMMANDS_DFT); $(TWOVERS) $(GEN_TWIDSQ) $(FLAGS_Q2) -dif -n $* -name q2_$* -include "q.h") | $(ADD_DATE) | $(INDENT) >$@
 
698
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
699
# Otherwise a system limit (for SysV at least) may be exceeded.
 
700
.NOEXPORT: