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

« back to all changes in this revision

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