~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to extern/fftw/rdft/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

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
# rdft/Makefile.  Generated from Makefile.in by configure.
 
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
 
 
16
 
 
17
srcdir = .
 
18
top_srcdir = ..
 
19
 
 
20
pkgdatadir = $(datadir)/fftw
 
21
pkglibdir = $(libdir)/fftw
 
22
pkgincludedir = $(includedir)/fftw
 
23
top_builddir = ..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = /usr/bin/install -c
 
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 = x86_64-unknown-linux-gnu
 
38
host_triplet = x86_64-unknown-linux-gnu
 
39
subdir = rdft
 
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
librdft_la_LIBADD =
 
60
am__objects_1 = buffered2.lo direct2.lo nop2.lo rank0-rdft2.lo \
 
61
        rank-geq2-rdft2.lo plan2.lo problem2.lo solve2.lo \
 
62
        vrank-geq1-rdft2.lo rdft2-radix2.lo rdft2-tensor-max-index.lo \
 
63
        rdft2-inplace-strides.lo rdft2-strides.lo
 
64
am_librdft_la_OBJECTS = hc2hc.lo dft-r2hc.lo dht-r2hc.lo dht-rader.lo \
 
65
        buffered.lo conf.lo direct.lo generic.lo hc2hc-common.lo \
 
66
        hc2hc-direct.lo hc2hc-directbuf.lo hc2hc-generic.lo khc2hc.lo \
 
67
        khc2r.lo kr2hc.lo kr2r.lo indirect.lo nop.lo plan.lo \
 
68
        problem.lo rank0.lo rank-geq2.lo rdft-dht.lo solve.lo \
 
69
        vrank-geq1.lo vrank3-transpose.lo $(am__objects_1)
 
70
librdft_la_OBJECTS = $(am_librdft_la_OBJECTS)
 
71
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
73
am__depfiles_maybe = depfiles
 
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
77
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
78
        $(AM_CFLAGS) $(CFLAGS)
 
79
CCLD = $(CC)
 
80
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
81
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
82
SOURCES = $(librdft_la_SOURCES)
 
83
DIST_SOURCES = $(librdft_la_SOURCES)
 
84
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
85
        html-recursive info-recursive install-data-recursive \
 
86
        install-exec-recursive install-info-recursive \
 
87
        install-recursive installcheck-recursive installdirs-recursive \
 
88
        pdf-recursive ps-recursive uninstall-info-recursive \
 
89
        uninstall-recursive
 
90
ETAGS = etags
 
91
CTAGS = ctags
 
92
DIST_SUBDIRS = $(SUBDIRS)
 
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
ACLOCAL = ${SHELL} /home/daniel/Desktop/fftw-3.1.2/missing --run aclocal-1.9
 
95
ALLOCA = 
 
96
AMDEP_FALSE = #
 
97
AMDEP_TRUE = 
 
98
AMTAR = ${SHELL} /home/daniel/Desktop/fftw-3.1.2/missing --run tar
 
99
AR = ar
 
100
AS = gcc -std=gnu99
 
101
ASFLAGS = 
 
102
AUTOCONF = ${SHELL} /home/daniel/Desktop/fftw-3.1.2/missing --run autoconf
 
103
AUTOHEADER = ${SHELL} /home/daniel/Desktop/fftw-3.1.2/missing --run autoheader
 
104
AUTOMAKE = ${SHELL} /home/daniel/Desktop/fftw-3.1.2/missing --run automake-1.9
 
105
AWK = mawk
 
106
CC = gcc -std=gnu99
 
107
CCAS = gcc -std=gnu99
 
108
CCASFLAGS = 
 
109
CCDEPMODE = depmode=gcc3
 
110
CFLAGS = -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math
 
111
CODELET_OPTIM =  -fno-schedule-insns -fno-web -fno-loop-optimize --param inline-unit-growth=1000 --param large-function-growth=1000
 
112
COMBINED_THREADS_FALSE = 
 
113
COMBINED_THREADS_TRUE = #
 
114
CPP = gcc -std=gnu99 -E
 
115
CPPFLAGS = 
 
116
CXX = g++
 
117
CXXCPP = g++ -E
 
118
CXXDEPMODE = depmode=gcc3
 
119
CXXFLAGS = -g -O2
 
120
CYGPATH_W = echo
 
121
DEFS = -DHAVE_CONFIG_H
 
122
DEPDIR = .deps
 
123
DLLTOOL = dlltool
 
124
ECHO = echo
 
125
ECHO_C = 
 
126
ECHO_N = -n
 
127
ECHO_T = 
 
128
EGREP = /bin/grep -E
 
129
EXEEXT = 
 
130
F77 = gfortran
 
131
FFLAGS = -g -O2
 
132
FLIBS =  -L/usr/lib/gcc/x86_64-linux-gnu/4.2.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../.. -lgfortranbegin -lgfortran -lm -lgcc_s
 
133
GREP = /bin/grep
 
134
HAVE_K7_FALSE = 
 
135
HAVE_K7_TRUE = #
 
136
HAVE_SIMD_FALSE = 
 
137
HAVE_SIMD_TRUE = #
 
138
INSTALLED_OCAMLC = /usr/local/bin/ocamlc
 
139
INSTALL_DATA = ${INSTALL} -m 644
 
140
INSTALL_PROGRAM = ${INSTALL}
 
141
INSTALL_SCRIPT = ${INSTALL}
 
142
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
 
143
LDFLAGS = 
 
144
LDOUBLE_FALSE = 
 
145
LDOUBLE_TRUE = #
 
146
LIBOBJS = 
 
147
LIBS = -lm 
 
148
LIBTOOL = $(SHELL) $(top_builddir)/libtool
 
149
LN_S = ln -s
 
150
LTLIBOBJS = 
 
151
MAINT = #
 
152
MAINTAINER_MODE_FALSE = 
 
153
MAINTAINER_MODE_TRUE = #
 
154
MAKEINFO = ${SHELL} /home/daniel/Desktop/fftw-3.1.2/missing --run makeinfo
 
155
OBJDUMP = objdump
 
156
OBJEXT = o
 
157
OCAMLC = 
 
158
OCAMLCFLAGS = 
 
159
OCAMLDEFS = 
 
160
OCAMLDEP = 
 
161
OCAMLLDFLAGS = 
 
162
OCAMLOPT = 
 
163
OCAMLOPTCFLAGS = 
 
164
PACKAGE = fftw
 
165
PACKAGE_BUGREPORT = fftw@fftw.org
 
166
PACKAGE_NAME = fftw
 
167
PACKAGE_STRING = fftw 3.1.2
 
168
PACKAGE_TARNAME = fftw
 
169
PACKAGE_VERSION = 3.1.2
 
170
PATH_SEPARATOR = :
 
171
POW_LIB = 
 
172
PRECISION = d
 
173
PREC_SUFFIX = 
 
174
PRTDIAG = 
 
175
PTHREAD_CC = 
 
176
PTHREAD_CFLAGS = 
 
177
PTHREAD_LIBS = 
 
178
RANLIB = ranlib
 
179
SET_MAKE = 
 
180
SHARED_VERSION_INFO = 4:2:1
 
181
SHELL = /bin/bash
 
182
SIMD_CFLAGS = 
 
183
SINGLE_FALSE = 
 
184
SINGLE_TRUE = #
 
185
STRIP = strip
 
186
TARGET_OCAMLBIN = /usr/local/bin
 
187
TARGET_OCAMLLIB = /usr/local/lib/fftw
 
188
TARGET_OCAMLRUN = /usr/local/bin/ocamlrun
 
189
THREADLIBS = 
 
190
THREADS_FALSE = 
 
191
THREADS_TRUE = #
 
192
VERSION = 3.1.2
 
193
ac_ct_CC = gcc
 
194
ac_ct_CXX = g++
 
195
ac_ct_F77 = gfortran
 
196
acx_pthread_config = 
 
197
am__fastdepCC_FALSE = #
 
198
am__fastdepCC_TRUE = 
 
199
am__fastdepCXX_FALSE = #
 
200
am__fastdepCXX_TRUE = 
 
201
am__include = include
 
202
am__leading_dot = .
 
203
am__quote = 
 
204
am__tar = ${AMTAR} chof - "$$tardir"
 
205
am__untar = ${AMTAR} xf -
 
206
bindir = ${exec_prefix}/bin
 
207
build = x86_64-unknown-linux-gnu
 
208
build_alias = 
 
209
build_cpu = x86_64
 
210
build_os = linux-gnu
 
211
build_vendor = unknown
 
212
datadir = ${datarootdir}
 
213
datarootdir = ${prefix}/share
 
214
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
 
215
dvidir = ${docdir}
 
216
exec_prefix = ${prefix}
 
217
host = x86_64-unknown-linux-gnu
 
218
host_alias = 
 
219
host_cpu = x86_64
 
220
host_os = linux-gnu
 
221
host_vendor = unknown
 
222
htmldir = ${docdir}
 
223
includedir = ${prefix}/include
 
224
infodir = ${datarootdir}/info
 
225
install_sh = /home/daniel/Desktop/fftw-3.1.2/install-sh
 
226
libdir = ${exec_prefix}/lib
 
227
libexecdir = ${exec_prefix}/libexec
 
228
localedir = ${datarootdir}/locale
 
229
localstatedir = ${prefix}/var
 
230
mandir = ${datarootdir}/man
 
231
mkdir_p = mkdir -p --
 
232
oldincludedir = /usr/include
 
233
pdfdir = ${docdir}
 
234
prefix = /usr/local
 
235
program_transform_name = s,x,x,
 
236
psdir = ${docdir}
 
237
sbindir = ${exec_prefix}/sbin
 
238
sharedstatedir = ${prefix}/com
 
239
sysconfdir = ${prefix}/etc
 
240
target_alias = 
 
241
AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft
 
242
SUBDIRS = codelets
 
243
noinst_LTLIBRARIES = librdft.la
 
244
RDFT2 = buffered2.c direct2.c nop2.c rank0-rdft2.c rank-geq2-rdft2.c    \
 
245
plan2.c problem2.c solve2.c vrank-geq1-rdft2.c rdft2-radix2.c           \
 
246
rdft2-tensor-max-index.c rdft2-inplace-strides.c rdft2-strides.c
 
247
 
 
248
librdft_la_SOURCES = hc2hc.h hc2hc.c dft-r2hc.c dht-r2hc.c dht-rader.c  \
 
249
buffered.c codelet-rdft.h conf.c direct.c generic.c hc2hc-common.c      \
 
250
hc2hc-direct.c hc2hc-directbuf.c hc2hc-generic.c khc2hc.c khc2r.c       \
 
251
kr2hc.c kr2r.c indirect.c nop.c plan.c problem.c rank0.c rank-geq2.c    \
 
252
rdft.h rdft-dht.c solve.c vrank-geq1.c vrank3-transpose.c $(RDFT2)
 
253
 
 
254
all: all-recursive
 
255
 
 
256
.SUFFIXES:
 
257
.SUFFIXES: .c .lo .o .obj
 
258
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 
259
        @for dep in $?; do \
 
260
          case '$(am__configure_deps)' in \
 
261
            *$$dep*) \
 
262
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
263
                && exit 0; \
 
264
              exit 1;; \
 
265
          esac; \
 
266
        done; \
 
267
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  rdft/Makefile'; \
 
268
        cd $(top_srcdir) && \
 
269
          $(AUTOMAKE) --gnu  rdft/Makefile
 
270
.PRECIOUS: Makefile
 
271
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
272
        @case '$?' in \
 
273
          *config.status*) \
 
274
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
275
          *) \
 
276
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
277
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
278
        esac;
 
279
 
 
280
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
282
 
 
283
$(top_srcdir)/configure: # $(am__configure_deps)
 
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
285
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
287
 
 
288
clean-noinstLTLIBRARIES:
 
289
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
290
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
291
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
292
          test "$$dir" != "$$p" || dir=.; \
 
293
          echo "rm -f \"$${dir}/so_locations\""; \
 
294
          rm -f "$${dir}/so_locations"; \
 
295
        done
 
296
librdft.la: $(librdft_la_OBJECTS) $(librdft_la_DEPENDENCIES) 
 
297
        $(LINK)  $(librdft_la_LDFLAGS) $(librdft_la_OBJECTS) $(librdft_la_LIBADD) $(LIBS)
 
298
 
 
299
mostlyclean-compile:
 
300
        -rm -f *.$(OBJEXT)
 
301
 
 
302
distclean-compile:
 
303
        -rm -f *.tab.c
 
304
 
 
305
include ./$(DEPDIR)/buffered.Plo
 
306
include ./$(DEPDIR)/buffered2.Plo
 
307
include ./$(DEPDIR)/conf.Plo
 
308
include ./$(DEPDIR)/dft-r2hc.Plo
 
309
include ./$(DEPDIR)/dht-r2hc.Plo
 
310
include ./$(DEPDIR)/dht-rader.Plo
 
311
include ./$(DEPDIR)/direct.Plo
 
312
include ./$(DEPDIR)/direct2.Plo
 
313
include ./$(DEPDIR)/generic.Plo
 
314
include ./$(DEPDIR)/hc2hc-common.Plo
 
315
include ./$(DEPDIR)/hc2hc-direct.Plo
 
316
include ./$(DEPDIR)/hc2hc-directbuf.Plo
 
317
include ./$(DEPDIR)/hc2hc-generic.Plo
 
318
include ./$(DEPDIR)/hc2hc.Plo
 
319
include ./$(DEPDIR)/indirect.Plo
 
320
include ./$(DEPDIR)/khc2hc.Plo
 
321
include ./$(DEPDIR)/khc2r.Plo
 
322
include ./$(DEPDIR)/kr2hc.Plo
 
323
include ./$(DEPDIR)/kr2r.Plo
 
324
include ./$(DEPDIR)/nop.Plo
 
325
include ./$(DEPDIR)/nop2.Plo
 
326
include ./$(DEPDIR)/plan.Plo
 
327
include ./$(DEPDIR)/plan2.Plo
 
328
include ./$(DEPDIR)/problem.Plo
 
329
include ./$(DEPDIR)/problem2.Plo
 
330
include ./$(DEPDIR)/rank-geq2-rdft2.Plo
 
331
include ./$(DEPDIR)/rank-geq2.Plo
 
332
include ./$(DEPDIR)/rank0-rdft2.Plo
 
333
include ./$(DEPDIR)/rank0.Plo
 
334
include ./$(DEPDIR)/rdft-dht.Plo
 
335
include ./$(DEPDIR)/rdft2-inplace-strides.Plo
 
336
include ./$(DEPDIR)/rdft2-radix2.Plo
 
337
include ./$(DEPDIR)/rdft2-strides.Plo
 
338
include ./$(DEPDIR)/rdft2-tensor-max-index.Plo
 
339
include ./$(DEPDIR)/solve.Plo
 
340
include ./$(DEPDIR)/solve2.Plo
 
341
include ./$(DEPDIR)/vrank-geq1-rdft2.Plo
 
342
include ./$(DEPDIR)/vrank-geq1.Plo
 
343
include ./$(DEPDIR)/vrank3-transpose.Plo
 
344
 
 
345
.c.o:
 
346
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
347
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
348
#       source='$<' object='$@' libtool=no \
 
349
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
350
#       $(COMPILE) -c $<
 
351
 
 
352
.c.obj:
 
353
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
354
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
355
#       source='$<' object='$@' libtool=no \
 
356
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
357
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
358
 
 
359
.c.lo:
 
360
        if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
361
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
362
#       source='$<' object='$@' libtool=yes \
 
363
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
364
#       $(LTCOMPILE) -c -o $@ $<
 
365
 
 
366
mostlyclean-libtool:
 
367
        -rm -f *.lo
 
368
 
 
369
clean-libtool:
 
370
        -rm -rf .libs _libs
 
371
 
 
372
distclean-libtool:
 
373
        -rm -f libtool
 
374
uninstall-info-am:
 
375
 
 
376
# This directory's subdirectories are mostly independent; you can cd
 
377
# into them and run `make' without going through this Makefile.
 
378
# To change the values of `make' variables: instead of editing Makefiles,
 
379
# (1) if the variable is set in `config.status', edit `config.status'
 
380
#     (which will cause the Makefiles to be regenerated when you run `make');
 
381
# (2) otherwise, pass the desired values on the `make' command line.
 
382
$(RECURSIVE_TARGETS):
 
383
        @failcom='exit 1'; \
 
384
        for f in x $$MAKEFLAGS; do \
 
385
          case $$f in \
 
386
            *=* | --[!k]*);; \
 
387
            *k*) failcom='fail=yes';; \
 
388
          esac; \
 
389
        done; \
 
390
        dot_seen=no; \
 
391
        target=`echo $@ | sed s/-recursive//`; \
 
392
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
393
          echo "Making $$target in $$subdir"; \
 
394
          if test "$$subdir" = "."; then \
 
395
            dot_seen=yes; \
 
396
            local_target="$$target-am"; \
 
397
          else \
 
398
            local_target="$$target"; \
 
399
          fi; \
 
400
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
401
          || eval $$failcom; \
 
402
        done; \
 
403
        if test "$$dot_seen" = "no"; then \
 
404
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
405
        fi; test -z "$$fail"
 
406
 
 
407
mostlyclean-recursive clean-recursive distclean-recursive \
 
408
maintainer-clean-recursive:
 
409
        @failcom='exit 1'; \
 
410
        for f in x $$MAKEFLAGS; do \
 
411
          case $$f in \
 
412
            *=* | --[!k]*);; \
 
413
            *k*) failcom='fail=yes';; \
 
414
          esac; \
 
415
        done; \
 
416
        dot_seen=no; \
 
417
        case "$@" in \
 
418
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
419
          *) list='$(SUBDIRS)' ;; \
 
420
        esac; \
 
421
        rev=''; for subdir in $$list; do \
 
422
          if test "$$subdir" = "."; then :; else \
 
423
            rev="$$subdir $$rev"; \
 
424
          fi; \
 
425
        done; \
 
426
        rev="$$rev ."; \
 
427
        target=`echo $@ | sed s/-recursive//`; \
 
428
        for subdir in $$rev; do \
 
429
          echo "Making $$target in $$subdir"; \
 
430
          if test "$$subdir" = "."; then \
 
431
            local_target="$$target-am"; \
 
432
          else \
 
433
            local_target="$$target"; \
 
434
          fi; \
 
435
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
436
          || eval $$failcom; \
 
437
        done && test -z "$$fail"
 
438
tags-recursive:
 
439
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
440
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
441
        done
 
442
ctags-recursive:
 
443
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
444
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
445
        done
 
446
 
 
447
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
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
        mkid -fID $$unique
 
455
tags: TAGS
 
456
 
 
457
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
458
                $(TAGS_FILES) $(LISP)
 
459
        tags=; \
 
460
        here=`pwd`; \
 
461
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
462
          include_option=--etags-include; \
 
463
          empty_fix=.; \
 
464
        else \
 
465
          include_option=--include; \
 
466
          empty_fix=; \
 
467
        fi; \
 
468
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
469
          if test "$$subdir" = .; then :; else \
 
470
            test ! -f $$subdir/TAGS || \
 
471
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
472
          fi; \
 
473
        done; \
 
474
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
475
        unique=`for i in $$list; do \
 
476
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
477
          done | \
 
478
          $(AWK) '    { files[$$0] = 1; } \
 
479
               END { for (i in files) print i; }'`; \
 
480
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
481
          test -n "$$unique" || unique=$$empty_fix; \
 
482
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
483
            $$tags $$unique; \
 
484
        fi
 
485
ctags: CTAGS
 
486
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
487
                $(TAGS_FILES) $(LISP)
 
488
        tags=; \
 
489
        here=`pwd`; \
 
490
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
491
        unique=`for i in $$list; do \
 
492
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
493
          done | \
 
494
          $(AWK) '    { files[$$0] = 1; } \
 
495
               END { for (i in files) print i; }'`; \
 
496
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
497
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
498
             $$tags $$unique
 
499
 
 
500
GTAGS:
 
501
        here=`$(am__cd) $(top_builddir) && pwd` \
 
502
          && cd $(top_srcdir) \
 
503
          && gtags -i $(GTAGS_ARGS) $$here
 
504
 
 
505
distclean-tags:
 
506
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
507
 
 
508
distdir: $(DISTFILES)
 
509
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
510
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
511
        list='$(DISTFILES)'; for file in $$list; do \
 
512
          case $$file in \
 
513
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
514
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
515
          esac; \
 
516
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
517
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
518
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
519
            dir="/$$dir"; \
 
520
            $(mkdir_p) "$(distdir)$$dir"; \
 
521
          else \
 
522
            dir=''; \
 
523
          fi; \
 
524
          if test -d $$d/$$file; then \
 
525
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
526
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
527
            fi; \
 
528
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
529
          else \
 
530
            test -f $(distdir)/$$file \
 
531
            || cp -p $$d/$$file $(distdir)/$$file \
 
532
            || exit 1; \
 
533
          fi; \
 
534
        done
 
535
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
536
          if test "$$subdir" = .; then :; else \
 
537
            test -d "$(distdir)/$$subdir" \
 
538
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
539
            || exit 1; \
 
540
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
541
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
542
            (cd $$subdir && \
 
543
              $(MAKE) $(AM_MAKEFLAGS) \
 
544
                top_distdir="$$top_distdir" \
 
545
                distdir="$$distdir/$$subdir" \
 
546
                distdir) \
 
547
              || exit 1; \
 
548
          fi; \
 
549
        done
 
550
check-am: all-am
 
551
check: check-recursive
 
552
all-am: Makefile $(LTLIBRARIES)
 
553
installdirs: installdirs-recursive
 
554
installdirs-am:
 
555
install: install-recursive
 
556
install-exec: install-exec-recursive
 
557
install-data: install-data-recursive
 
558
uninstall: uninstall-recursive
 
559
 
 
560
install-am: all-am
 
561
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
562
 
 
563
installcheck: installcheck-recursive
 
564
install-strip:
 
565
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
566
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
567
          `test -z '$(STRIP)' || \
 
568
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
569
mostlyclean-generic:
 
570
 
 
571
clean-generic:
 
572
 
 
573
distclean-generic:
 
574
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
575
 
 
576
maintainer-clean-generic:
 
577
        @echo "This command is intended for maintainers to use"
 
578
        @echo "it deletes files that may require special tools to rebuild."
 
579
clean: clean-recursive
 
580
 
 
581
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
582
        mostlyclean-am
 
583
 
 
584
distclean: distclean-recursive
 
585
        -rm -rf ./$(DEPDIR)
 
586
        -rm -f Makefile
 
587
distclean-am: clean-am distclean-compile distclean-generic \
 
588
        distclean-libtool distclean-tags
 
589
 
 
590
dvi: dvi-recursive
 
591
 
 
592
dvi-am:
 
593
 
 
594
html: html-recursive
 
595
 
 
596
info: info-recursive
 
597
 
 
598
info-am:
 
599
 
 
600
install-data-am:
 
601
 
 
602
install-exec-am:
 
603
 
 
604
install-info: install-info-recursive
 
605
 
 
606
install-man:
 
607
 
 
608
installcheck-am:
 
609
 
 
610
maintainer-clean: maintainer-clean-recursive
 
611
        -rm -rf ./$(DEPDIR)
 
612
        -rm -f Makefile
 
613
maintainer-clean-am: distclean-am maintainer-clean-generic
 
614
 
 
615
mostlyclean: mostlyclean-recursive
 
616
 
 
617
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
618
        mostlyclean-libtool
 
619
 
 
620
pdf: pdf-recursive
 
621
 
 
622
pdf-am:
 
623
 
 
624
ps: ps-recursive
 
625
 
 
626
ps-am:
 
627
 
 
628
uninstall-am: uninstall-info-am
 
629
 
 
630
uninstall-info: uninstall-info-recursive
 
631
 
 
632
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
633
        clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
634
        clean-recursive ctags ctags-recursive distclean \
 
635
        distclean-compile distclean-generic distclean-libtool \
 
636
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
637
        html-am info info-am install install-am install-data \
 
638
        install-data-am install-exec install-exec-am install-info \
 
639
        install-info-am install-man install-strip installcheck \
 
640
        installcheck-am installdirs installdirs-am maintainer-clean \
 
641
        maintainer-clean-generic maintainer-clean-recursive \
 
642
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
643
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
644
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
645
 
 
646
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
647
# Otherwise a system limit (for SysV at least) may be exceeded.
 
648
.NOEXPORT: