~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to extern/fftw/reodft/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Roy
  • Date: 2011-02-08 22:20:54 UTC
  • mfrom: (1.4.2 upstream)
  • mto: (14.2.6 sid) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20110208222054-kk0gwa4bu8h5lyq4
Tags: upstream-2.56.1-beta-svn34076
ImportĀ upstreamĀ versionĀ 2.56.1-beta-svn34076

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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
subdir = reodft
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
43
 
        $(top_srcdir)/m4/amx_prog_as.m4 \
44
 
        $(top_srcdir)/m4/ax_cc_maxopt.m4 \
45
 
        $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
46
 
        $(top_srcdir)/m4/ax_compiler_vendor.m4 \
47
 
        $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
48
 
        $(top_srcdir)/m4/ax_gcc_archflag.m4 \
49
 
        $(top_srcdir)/m4/ax_gcc_version.m4 \
50
 
        $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
51
 
        $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/ocaml.m4 \
52
 
        $(top_srcdir)/configure.ac
53
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
 
        $(ACLOCAL_M4)
55
 
mkinstalldirs = $(install_sh) -d
56
 
CONFIG_HEADER = $(top_builddir)/config.h
57
 
CONFIG_CLEAN_FILES =
58
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
59
 
libreodft_la_LIBADD =
60
 
am_libreodft_la_OBJECTS = conf.lo reodft010e-r2hc.lo \
61
 
        reodft11e-radix2.lo reodft11e-r2hc-odd.lo redft00e-r2hc-pad.lo \
62
 
        rodft00e-r2hc-pad.lo reodft00e-splitradix.lo
63
 
libreodft_la_OBJECTS = $(am_libreodft_la_OBJECTS)
64
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
65
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
 
am__depfiles_maybe = depfiles
67
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
70
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
71
 
        $(AM_CFLAGS) $(CFLAGS)
72
 
CCLD = $(CC)
73
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
75
 
SOURCES = $(libreodft_la_SOURCES)
76
 
DIST_SOURCES = $(libreodft_la_SOURCES)
77
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78
 
        html-recursive info-recursive install-data-recursive \
79
 
        install-exec-recursive install-info-recursive \
80
 
        install-recursive installcheck-recursive installdirs-recursive \
81
 
        pdf-recursive ps-recursive uninstall-info-recursive \
82
 
        uninstall-recursive
83
 
ETAGS = etags
84
 
CTAGS = ctags
85
 
DIST_SUBDIRS = $(SUBDIRS)
86
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87
 
ACLOCAL = @ACLOCAL@
88
 
ALLOCA = @ALLOCA@
89
 
AMDEP_FALSE = @AMDEP_FALSE@
90
 
AMDEP_TRUE = @AMDEP_TRUE@
91
 
AMTAR = @AMTAR@
92
 
AR = @AR@
93
 
AS = @AS@
94
 
ASFLAGS = @ASFLAGS@
95
 
AUTOCONF = @AUTOCONF@
96
 
AUTOHEADER = @AUTOHEADER@
97
 
AUTOMAKE = @AUTOMAKE@
98
 
AWK = @AWK@
99
 
CC = @CC@
100
 
CCAS = @CCAS@
101
 
CCASFLAGS = @CCASFLAGS@
102
 
CCDEPMODE = @CCDEPMODE@
103
 
CFLAGS = @CFLAGS@
104
 
CODELET_OPTIM = @CODELET_OPTIM@
105
 
COMBINED_THREADS_FALSE = @COMBINED_THREADS_FALSE@
106
 
COMBINED_THREADS_TRUE = @COMBINED_THREADS_TRUE@
107
 
CPP = @CPP@
108
 
CPPFLAGS = @CPPFLAGS@
109
 
CXX = @CXX@
110
 
CXXCPP = @CXXCPP@
111
 
CXXDEPMODE = @CXXDEPMODE@
112
 
CXXFLAGS = @CXXFLAGS@
113
 
CYGPATH_W = @CYGPATH_W@
114
 
DEFS = @DEFS@
115
 
DEPDIR = @DEPDIR@
116
 
DLLTOOL = @DLLTOOL@
117
 
ECHO = @ECHO@
118
 
ECHO_C = @ECHO_C@
119
 
ECHO_N = @ECHO_N@
120
 
ECHO_T = @ECHO_T@
121
 
EGREP = @EGREP@
122
 
EXEEXT = @EXEEXT@
123
 
F77 = @F77@
124
 
FFLAGS = @FFLAGS@
125
 
FLIBS = @FLIBS@
126
 
GREP = @GREP@
127
 
HAVE_K7_FALSE = @HAVE_K7_FALSE@
128
 
HAVE_K7_TRUE = @HAVE_K7_TRUE@
129
 
HAVE_SIMD_FALSE = @HAVE_SIMD_FALSE@
130
 
HAVE_SIMD_TRUE = @HAVE_SIMD_TRUE@
131
 
INSTALLED_OCAMLC = @INSTALLED_OCAMLC@
132
 
INSTALL_DATA = @INSTALL_DATA@
133
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
134
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
135
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136
 
LDFLAGS = @LDFLAGS@
137
 
LDOUBLE_FALSE = @LDOUBLE_FALSE@
138
 
LDOUBLE_TRUE = @LDOUBLE_TRUE@
139
 
LIBOBJS = @LIBOBJS@
140
 
LIBS = @LIBS@
141
 
LIBTOOL = @LIBTOOL@
142
 
LN_S = @LN_S@
143
 
LTLIBOBJS = @LTLIBOBJS@
144
 
MAINT = @MAINT@
145
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
146
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
147
 
MAKEINFO = @MAKEINFO@
148
 
OBJDUMP = @OBJDUMP@
149
 
OBJEXT = @OBJEXT@
150
 
OCAMLC = @OCAMLC@
151
 
OCAMLCFLAGS = @OCAMLCFLAGS@
152
 
OCAMLDEFS = @OCAMLDEFS@
153
 
OCAMLDEP = @OCAMLDEP@
154
 
OCAMLLDFLAGS = @OCAMLLDFLAGS@
155
 
OCAMLOPT = @OCAMLOPT@
156
 
OCAMLOPTCFLAGS = @OCAMLOPTCFLAGS@
157
 
PACKAGE = @PACKAGE@
158
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159
 
PACKAGE_NAME = @PACKAGE_NAME@
160
 
PACKAGE_STRING = @PACKAGE_STRING@
161
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
162
 
PACKAGE_VERSION = @PACKAGE_VERSION@
163
 
PATH_SEPARATOR = @PATH_SEPARATOR@
164
 
POW_LIB = @POW_LIB@
165
 
PRECISION = @PRECISION@
166
 
PREC_SUFFIX = @PREC_SUFFIX@
167
 
PRTDIAG = @PRTDIAG@
168
 
PTHREAD_CC = @PTHREAD_CC@
169
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
170
 
PTHREAD_LIBS = @PTHREAD_LIBS@
171
 
RANLIB = @RANLIB@
172
 
SET_MAKE = @SET_MAKE@
173
 
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
174
 
SHELL = @SHELL@
175
 
SIMD_CFLAGS = @SIMD_CFLAGS@
176
 
SINGLE_FALSE = @SINGLE_FALSE@
177
 
SINGLE_TRUE = @SINGLE_TRUE@
178
 
STRIP = @STRIP@
179
 
TARGET_OCAMLBIN = @TARGET_OCAMLBIN@
180
 
TARGET_OCAMLLIB = @TARGET_OCAMLLIB@
181
 
TARGET_OCAMLRUN = @TARGET_OCAMLRUN@
182
 
THREADLIBS = @THREADLIBS@
183
 
THREADS_FALSE = @THREADS_FALSE@
184
 
THREADS_TRUE = @THREADS_TRUE@
185
 
VERSION = @VERSION@
186
 
ac_ct_CC = @ac_ct_CC@
187
 
ac_ct_CXX = @ac_ct_CXX@
188
 
ac_ct_F77 = @ac_ct_F77@
189
 
acx_pthread_config = @acx_pthread_config@
190
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
191
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
192
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
193
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
194
 
am__include = @am__include@
195
 
am__leading_dot = @am__leading_dot@
196
 
am__quote = @am__quote@
197
 
am__tar = @am__tar@
198
 
am__untar = @am__untar@
199
 
bindir = @bindir@
200
 
build = @build@
201
 
build_alias = @build_alias@
202
 
build_cpu = @build_cpu@
203
 
build_os = @build_os@
204
 
build_vendor = @build_vendor@
205
 
datadir = @datadir@
206
 
datarootdir = @datarootdir@
207
 
docdir = @docdir@
208
 
dvidir = @dvidir@
209
 
exec_prefix = @exec_prefix@
210
 
host = @host@
211
 
host_alias = @host_alias@
212
 
host_cpu = @host_cpu@
213
 
host_os = @host_os@
214
 
host_vendor = @host_vendor@
215
 
htmldir = @htmldir@
216
 
includedir = @includedir@
217
 
infodir = @infodir@
218
 
install_sh = @install_sh@
219
 
libdir = @libdir@
220
 
libexecdir = @libexecdir@
221
 
localedir = @localedir@
222
 
localstatedir = @localstatedir@
223
 
mandir = @mandir@
224
 
mkdir_p = @mkdir_p@
225
 
oldincludedir = @oldincludedir@
226
 
pdfdir = @pdfdir@
227
 
prefix = @prefix@
228
 
program_transform_name = @program_transform_name@
229
 
psdir = @psdir@
230
 
sbindir = @sbindir@
231
 
sharedstatedir = @sharedstatedir@
232
 
sysconfdir = @sysconfdir@
233
 
target_alias = @target_alias@
234
 
AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/rdft
235
 
SUBDIRS = 
236
 
noinst_LTLIBRARIES = libreodft.la
237
 
 
238
 
# no longer used due to numerical problems
239
 
EXTRA_DIST = reodft11e-r2hc.c redft00e-r2hc.c rodft00e-r2hc.c
240
 
libreodft_la_SOURCES = conf.c reodft.h reodft010e-r2hc.c        \
241
 
reodft11e-radix2.c reodft11e-r2hc-odd.c redft00e-r2hc-pad.c     \
242
 
rodft00e-r2hc-pad.c reodft00e-splitradix.c
243
 
 
244
 
all: all-recursive
245
 
 
246
 
.SUFFIXES:
247
 
.SUFFIXES: .c .lo .o .obj
248
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
249
 
        @for dep in $?; do \
250
 
          case '$(am__configure_deps)' in \
251
 
            *$$dep*) \
252
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
253
 
                && exit 0; \
254
 
              exit 1;; \
255
 
          esac; \
256
 
        done; \
257
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  reodft/Makefile'; \
258
 
        cd $(top_srcdir) && \
259
 
          $(AUTOMAKE) --gnu  reodft/Makefile
260
 
.PRECIOUS: Makefile
261
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262
 
        @case '$?' in \
263
 
          *config.status*) \
264
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
265
 
          *) \
266
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
267
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
268
 
        esac;
269
 
 
270
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
 
 
273
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
274
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
276
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
 
 
278
 
clean-noinstLTLIBRARIES:
279
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
280
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
281
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
282
 
          test "$$dir" != "$$p" || dir=.; \
283
 
          echo "rm -f \"$${dir}/so_locations\""; \
284
 
          rm -f "$${dir}/so_locations"; \
285
 
        done
286
 
libreodft.la: $(libreodft_la_OBJECTS) $(libreodft_la_DEPENDENCIES) 
287
 
        $(LINK)  $(libreodft_la_LDFLAGS) $(libreodft_la_OBJECTS) $(libreodft_la_LIBADD) $(LIBS)
288
 
 
289
 
mostlyclean-compile:
290
 
        -rm -f *.$(OBJEXT)
291
 
 
292
 
distclean-compile:
293
 
        -rm -f *.tab.c
294
 
 
295
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Plo@am__quote@
296
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redft00e-r2hc-pad.Plo@am__quote@
297
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reodft00e-splitradix.Plo@am__quote@
298
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reodft010e-r2hc.Plo@am__quote@
299
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reodft11e-r2hc-odd.Plo@am__quote@
300
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reodft11e-radix2.Plo@am__quote@
301
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rodft00e-r2hc-pad.Plo@am__quote@
302
 
 
303
 
.c.o:
304
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
305
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
306
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
309
 
 
310
 
.c.obj:
311
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
312
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
313
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
316
 
 
317
 
.c.lo:
318
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
319
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
320
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
321
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
323
 
 
324
 
mostlyclean-libtool:
325
 
        -rm -f *.lo
326
 
 
327
 
clean-libtool:
328
 
        -rm -rf .libs _libs
329
 
 
330
 
distclean-libtool:
331
 
        -rm -f libtool
332
 
uninstall-info-am:
333
 
 
334
 
# This directory's subdirectories are mostly independent; you can cd
335
 
# into them and run `make' without going through this Makefile.
336
 
# To change the values of `make' variables: instead of editing Makefiles,
337
 
# (1) if the variable is set in `config.status', edit `config.status'
338
 
#     (which will cause the Makefiles to be regenerated when you run `make');
339
 
# (2) otherwise, pass the desired values on the `make' command line.
340
 
$(RECURSIVE_TARGETS):
341
 
        @failcom='exit 1'; \
342
 
        for f in x $$MAKEFLAGS; do \
343
 
          case $$f in \
344
 
            *=* | --[!k]*);; \
345
 
            *k*) failcom='fail=yes';; \
346
 
          esac; \
347
 
        done; \
348
 
        dot_seen=no; \
349
 
        target=`echo $@ | sed s/-recursive//`; \
350
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
 
          echo "Making $$target in $$subdir"; \
352
 
          if test "$$subdir" = "."; then \
353
 
            dot_seen=yes; \
354
 
            local_target="$$target-am"; \
355
 
          else \
356
 
            local_target="$$target"; \
357
 
          fi; \
358
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359
 
          || eval $$failcom; \
360
 
        done; \
361
 
        if test "$$dot_seen" = "no"; then \
362
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
363
 
        fi; test -z "$$fail"
364
 
 
365
 
mostlyclean-recursive clean-recursive distclean-recursive \
366
 
maintainer-clean-recursive:
367
 
        @failcom='exit 1'; \
368
 
        for f in x $$MAKEFLAGS; do \
369
 
          case $$f in \
370
 
            *=* | --[!k]*);; \
371
 
            *k*) failcom='fail=yes';; \
372
 
          esac; \
373
 
        done; \
374
 
        dot_seen=no; \
375
 
        case "$@" in \
376
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
377
 
          *) list='$(SUBDIRS)' ;; \
378
 
        esac; \
379
 
        rev=''; for subdir in $$list; do \
380
 
          if test "$$subdir" = "."; then :; else \
381
 
            rev="$$subdir $$rev"; \
382
 
          fi; \
383
 
        done; \
384
 
        rev="$$rev ."; \
385
 
        target=`echo $@ | sed s/-recursive//`; \
386
 
        for subdir in $$rev; do \
387
 
          echo "Making $$target in $$subdir"; \
388
 
          if test "$$subdir" = "."; then \
389
 
            local_target="$$target-am"; \
390
 
          else \
391
 
            local_target="$$target"; \
392
 
          fi; \
393
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
394
 
          || eval $$failcom; \
395
 
        done && test -z "$$fail"
396
 
tags-recursive:
397
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
398
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
399
 
        done
400
 
ctags-recursive:
401
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
402
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
403
 
        done
404
 
 
405
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407
 
        unique=`for i in $$list; do \
408
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
 
          done | \
410
 
          $(AWK) '    { files[$$0] = 1; } \
411
 
               END { for (i in files) print i; }'`; \
412
 
        mkid -fID $$unique
413
 
tags: TAGS
414
 
 
415
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416
 
                $(TAGS_FILES) $(LISP)
417
 
        tags=; \
418
 
        here=`pwd`; \
419
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
420
 
          include_option=--etags-include; \
421
 
          empty_fix=.; \
422
 
        else \
423
 
          include_option=--include; \
424
 
          empty_fix=; \
425
 
        fi; \
426
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
427
 
          if test "$$subdir" = .; then :; else \
428
 
            test ! -f $$subdir/TAGS || \
429
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
430
 
          fi; \
431
 
        done; \
432
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
433
 
        unique=`for i in $$list; do \
434
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435
 
          done | \
436
 
          $(AWK) '    { files[$$0] = 1; } \
437
 
               END { for (i in files) print i; }'`; \
438
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
439
 
          test -n "$$unique" || unique=$$empty_fix; \
440
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441
 
            $$tags $$unique; \
442
 
        fi
443
 
ctags: CTAGS
444
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445
 
                $(TAGS_FILES) $(LISP)
446
 
        tags=; \
447
 
        here=`pwd`; \
448
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449
 
        unique=`for i in $$list; do \
450
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
 
          done | \
452
 
          $(AWK) '    { files[$$0] = 1; } \
453
 
               END { for (i in files) print i; }'`; \
454
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
455
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456
 
             $$tags $$unique
457
 
 
458
 
GTAGS:
459
 
        here=`$(am__cd) $(top_builddir) && pwd` \
460
 
          && cd $(top_srcdir) \
461
 
          && gtags -i $(GTAGS_ARGS) $$here
462
 
 
463
 
distclean-tags:
464
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465
 
 
466
 
distdir: $(DISTFILES)
467
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
468
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
469
 
        list='$(DISTFILES)'; for file in $$list; do \
470
 
          case $$file in \
471
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
472
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
473
 
          esac; \
474
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
476
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
477
 
            dir="/$$dir"; \
478
 
            $(mkdir_p) "$(distdir)$$dir"; \
479
 
          else \
480
 
            dir=''; \
481
 
          fi; \
482
 
          if test -d $$d/$$file; then \
483
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
485
 
            fi; \
486
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
487
 
          else \
488
 
            test -f $(distdir)/$$file \
489
 
            || cp -p $$d/$$file $(distdir)/$$file \
490
 
            || exit 1; \
491
 
          fi; \
492
 
        done
493
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494
 
          if test "$$subdir" = .; then :; else \
495
 
            test -d "$(distdir)/$$subdir" \
496
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
497
 
            || exit 1; \
498
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
499
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
500
 
            (cd $$subdir && \
501
 
              $(MAKE) $(AM_MAKEFLAGS) \
502
 
                top_distdir="$$top_distdir" \
503
 
                distdir="$$distdir/$$subdir" \
504
 
                distdir) \
505
 
              || exit 1; \
506
 
          fi; \
507
 
        done
508
 
check-am: all-am
509
 
check: check-recursive
510
 
all-am: Makefile $(LTLIBRARIES)
511
 
installdirs: installdirs-recursive
512
 
installdirs-am:
513
 
install: install-recursive
514
 
install-exec: install-exec-recursive
515
 
install-data: install-data-recursive
516
 
uninstall: uninstall-recursive
517
 
 
518
 
install-am: all-am
519
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
520
 
 
521
 
installcheck: installcheck-recursive
522
 
install-strip:
523
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
524
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
525
 
          `test -z '$(STRIP)' || \
526
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
527
 
mostlyclean-generic:
528
 
 
529
 
clean-generic:
530
 
 
531
 
distclean-generic:
532
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
533
 
 
534
 
maintainer-clean-generic:
535
 
        @echo "This command is intended for maintainers to use"
536
 
        @echo "it deletes files that may require special tools to rebuild."
537
 
clean: clean-recursive
538
 
 
539
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
540
 
        mostlyclean-am
541
 
 
542
 
distclean: distclean-recursive
543
 
        -rm -rf ./$(DEPDIR)
544
 
        -rm -f Makefile
545
 
distclean-am: clean-am distclean-compile distclean-generic \
546
 
        distclean-libtool distclean-tags
547
 
 
548
 
dvi: dvi-recursive
549
 
 
550
 
dvi-am:
551
 
 
552
 
html: html-recursive
553
 
 
554
 
info: info-recursive
555
 
 
556
 
info-am:
557
 
 
558
 
install-data-am:
559
 
 
560
 
install-exec-am:
561
 
 
562
 
install-info: install-info-recursive
563
 
 
564
 
install-man:
565
 
 
566
 
installcheck-am:
567
 
 
568
 
maintainer-clean: maintainer-clean-recursive
569
 
        -rm -rf ./$(DEPDIR)
570
 
        -rm -f Makefile
571
 
maintainer-clean-am: distclean-am maintainer-clean-generic
572
 
 
573
 
mostlyclean: mostlyclean-recursive
574
 
 
575
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
576
 
        mostlyclean-libtool
577
 
 
578
 
pdf: pdf-recursive
579
 
 
580
 
pdf-am:
581
 
 
582
 
ps: ps-recursive
583
 
 
584
 
ps-am:
585
 
 
586
 
uninstall-am: uninstall-info-am
587
 
 
588
 
uninstall-info: uninstall-info-recursive
589
 
 
590
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
591
 
        clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
592
 
        clean-recursive ctags ctags-recursive distclean \
593
 
        distclean-compile distclean-generic distclean-libtool \
594
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
595
 
        html-am info info-am install install-am install-data \
596
 
        install-data-am install-exec install-exec-am install-info \
597
 
        install-info-am install-man install-strip installcheck \
598
 
        installcheck-am installdirs installdirs-am maintainer-clean \
599
 
        maintainer-clean-generic maintainer-clean-recursive \
600
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
601
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
602
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
603
 
 
604
 
# redft00e-r2hc.c rodft00e-r2hc.c reodft11e-r2hc.c
605
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
606
 
# Otherwise a system limit (for SysV at least) may be exceeded.
607
 
.NOEXPORT: