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

« back to all changes in this revision

Viewing changes to extern/fftw/dft/k7/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
# dft/k7/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 = dft/k7
 
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
libdft_k7_la_LIBADD =
 
60
am_libdft_k7_la_OBJECTS = k7.lo
 
61
libdft_k7_la_OBJECTS = $(am_libdft_k7_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 = $(libdft_k7_la_SOURCES)
 
74
DIST_SOURCES = $(libdft_k7_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)/dft
 
233
SUBDIRS = codelets
 
234
noinst_LTLIBRARIES = libdft_k7.la
 
235
libdft_k7_la_SOURCES = k7.c
 
236
all: all-recursive
 
237
 
 
238
.SUFFIXES:
 
239
.SUFFIXES: .c .lo .o .obj
 
240
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 
241
        @for dep in $?; do \
 
242
          case '$(am__configure_deps)' in \
 
243
            *$$dep*) \
 
244
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
245
                && exit 0; \
 
246
              exit 1;; \
 
247
          esac; \
 
248
        done; \
 
249
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  dft/k7/Makefile'; \
 
250
        cd $(top_srcdir) && \
 
251
          $(AUTOMAKE) --gnu  dft/k7/Makefile
 
252
.PRECIOUS: Makefile
 
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
254
        @case '$?' in \
 
255
          *config.status*) \
 
256
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
257
          *) \
 
258
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
259
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
260
        esac;
 
261
 
 
262
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
264
 
 
265
$(top_srcdir)/configure: # $(am__configure_deps)
 
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
267
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
 
 
270
clean-noinstLTLIBRARIES:
 
271
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
272
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
273
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
274
          test "$$dir" != "$$p" || dir=.; \
 
275
          echo "rm -f \"$${dir}/so_locations\""; \
 
276
          rm -f "$${dir}/so_locations"; \
 
277
        done
 
278
libdft_k7.la: $(libdft_k7_la_OBJECTS) $(libdft_k7_la_DEPENDENCIES) 
 
279
        $(LINK)  $(libdft_k7_la_LDFLAGS) $(libdft_k7_la_OBJECTS) $(libdft_k7_la_LIBADD) $(LIBS)
 
280
 
 
281
mostlyclean-compile:
 
282
        -rm -f *.$(OBJEXT)
 
283
 
 
284
distclean-compile:
 
285
        -rm -f *.tab.c
 
286
 
 
287
include ./$(DEPDIR)/k7.Plo
 
288
 
 
289
.c.o:
 
290
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
291
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
292
#       source='$<' object='$@' libtool=no \
 
293
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
294
#       $(COMPILE) -c $<
 
295
 
 
296
.c.obj:
 
297
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
298
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
299
#       source='$<' object='$@' libtool=no \
 
300
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
301
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
302
 
 
303
.c.lo:
 
304
        if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
305
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
306
#       source='$<' object='$@' libtool=yes \
 
307
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
308
#       $(LTCOMPILE) -c -o $@ $<
 
309
 
 
310
mostlyclean-libtool:
 
311
        -rm -f *.lo
 
312
 
 
313
clean-libtool:
 
314
        -rm -rf .libs _libs
 
315
 
 
316
distclean-libtool:
 
317
        -rm -f libtool
 
318
uninstall-info-am:
 
319
 
 
320
# This directory's subdirectories are mostly independent; you can cd
 
321
# into them and run `make' without going through this Makefile.
 
322
# To change the values of `make' variables: instead of editing Makefiles,
 
323
# (1) if the variable is set in `config.status', edit `config.status'
 
324
#     (which will cause the Makefiles to be regenerated when you run `make');
 
325
# (2) otherwise, pass the desired values on the `make' command line.
 
326
$(RECURSIVE_TARGETS):
 
327
        @failcom='exit 1'; \
 
328
        for f in x $$MAKEFLAGS; do \
 
329
          case $$f in \
 
330
            *=* | --[!k]*);; \
 
331
            *k*) failcom='fail=yes';; \
 
332
          esac; \
 
333
        done; \
 
334
        dot_seen=no; \
 
335
        target=`echo $@ | sed s/-recursive//`; \
 
336
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
337
          echo "Making $$target in $$subdir"; \
 
338
          if test "$$subdir" = "."; then \
 
339
            dot_seen=yes; \
 
340
            local_target="$$target-am"; \
 
341
          else \
 
342
            local_target="$$target"; \
 
343
          fi; \
 
344
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
345
          || eval $$failcom; \
 
346
        done; \
 
347
        if test "$$dot_seen" = "no"; then \
 
348
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
349
        fi; test -z "$$fail"
 
350
 
 
351
mostlyclean-recursive clean-recursive distclean-recursive \
 
352
maintainer-clean-recursive:
 
353
        @failcom='exit 1'; \
 
354
        for f in x $$MAKEFLAGS; do \
 
355
          case $$f in \
 
356
            *=* | --[!k]*);; \
 
357
            *k*) failcom='fail=yes';; \
 
358
          esac; \
 
359
        done; \
 
360
        dot_seen=no; \
 
361
        case "$@" in \
 
362
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
363
          *) list='$(SUBDIRS)' ;; \
 
364
        esac; \
 
365
        rev=''; for subdir in $$list; do \
 
366
          if test "$$subdir" = "."; then :; else \
 
367
            rev="$$subdir $$rev"; \
 
368
          fi; \
 
369
        done; \
 
370
        rev="$$rev ."; \
 
371
        target=`echo $@ | sed s/-recursive//`; \
 
372
        for subdir in $$rev; do \
 
373
          echo "Making $$target in $$subdir"; \
 
374
          if test "$$subdir" = "."; then \
 
375
            local_target="$$target-am"; \
 
376
          else \
 
377
            local_target="$$target"; \
 
378
          fi; \
 
379
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
380
          || eval $$failcom; \
 
381
        done && test -z "$$fail"
 
382
tags-recursive:
 
383
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
384
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
385
        done
 
386
ctags-recursive:
 
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
388
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
389
        done
 
390
 
 
391
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
392
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
393
        unique=`for i in $$list; do \
 
394
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
395
          done | \
 
396
          $(AWK) '    { files[$$0] = 1; } \
 
397
               END { for (i in files) print i; }'`; \
 
398
        mkid -fID $$unique
 
399
tags: TAGS
 
400
 
 
401
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
402
                $(TAGS_FILES) $(LISP)
 
403
        tags=; \
 
404
        here=`pwd`; \
 
405
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
406
          include_option=--etags-include; \
 
407
          empty_fix=.; \
 
408
        else \
 
409
          include_option=--include; \
 
410
          empty_fix=; \
 
411
        fi; \
 
412
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
413
          if test "$$subdir" = .; then :; else \
 
414
            test ! -f $$subdir/TAGS || \
 
415
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
416
          fi; \
 
417
        done; \
 
418
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
419
        unique=`for i in $$list; do \
 
420
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
421
          done | \
 
422
          $(AWK) '    { files[$$0] = 1; } \
 
423
               END { for (i in files) print i; }'`; \
 
424
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
425
          test -n "$$unique" || unique=$$empty_fix; \
 
426
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
427
            $$tags $$unique; \
 
428
        fi
 
429
ctags: CTAGS
 
430
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
431
                $(TAGS_FILES) $(LISP)
 
432
        tags=; \
 
433
        here=`pwd`; \
 
434
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
435
        unique=`for i in $$list; do \
 
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
437
          done | \
 
438
          $(AWK) '    { files[$$0] = 1; } \
 
439
               END { for (i in files) print i; }'`; \
 
440
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
441
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
442
             $$tags $$unique
 
443
 
 
444
GTAGS:
 
445
        here=`$(am__cd) $(top_builddir) && pwd` \
 
446
          && cd $(top_srcdir) \
 
447
          && gtags -i $(GTAGS_ARGS) $$here
 
448
 
 
449
distclean-tags:
 
450
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
451
 
 
452
distdir: $(DISTFILES)
 
453
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
454
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
455
        list='$(DISTFILES)'; for file in $$list; do \
 
456
          case $$file in \
 
457
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
458
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
459
          esac; \
 
460
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
461
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
462
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
463
            dir="/$$dir"; \
 
464
            $(mkdir_p) "$(distdir)$$dir"; \
 
465
          else \
 
466
            dir=''; \
 
467
          fi; \
 
468
          if test -d $$d/$$file; then \
 
469
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
470
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
471
            fi; \
 
472
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
473
          else \
 
474
            test -f $(distdir)/$$file \
 
475
            || cp -p $$d/$$file $(distdir)/$$file \
 
476
            || exit 1; \
 
477
          fi; \
 
478
        done
 
479
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
480
          if test "$$subdir" = .; then :; else \
 
481
            test -d "$(distdir)/$$subdir" \
 
482
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
483
            || exit 1; \
 
484
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
485
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
486
            (cd $$subdir && \
 
487
              $(MAKE) $(AM_MAKEFLAGS) \
 
488
                top_distdir="$$top_distdir" \
 
489
                distdir="$$distdir/$$subdir" \
 
490
                distdir) \
 
491
              || exit 1; \
 
492
          fi; \
 
493
        done
 
494
check-am: all-am
 
495
check: check-recursive
 
496
all-am: Makefile $(LTLIBRARIES)
 
497
installdirs: installdirs-recursive
 
498
installdirs-am:
 
499
install: install-recursive
 
500
install-exec: install-exec-recursive
 
501
install-data: install-data-recursive
 
502
uninstall: uninstall-recursive
 
503
 
 
504
install-am: all-am
 
505
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
506
 
 
507
installcheck: installcheck-recursive
 
508
install-strip:
 
509
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
510
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
511
          `test -z '$(STRIP)' || \
 
512
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
513
mostlyclean-generic:
 
514
 
 
515
clean-generic:
 
516
 
 
517
distclean-generic:
 
518
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
519
 
 
520
maintainer-clean-generic:
 
521
        @echo "This command is intended for maintainers to use"
 
522
        @echo "it deletes files that may require special tools to rebuild."
 
523
clean: clean-recursive
 
524
 
 
525
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
526
        mostlyclean-am
 
527
 
 
528
distclean: distclean-recursive
 
529
        -rm -rf ./$(DEPDIR)
 
530
        -rm -f Makefile
 
531
distclean-am: clean-am distclean-compile distclean-generic \
 
532
        distclean-libtool distclean-tags
 
533
 
 
534
dvi: dvi-recursive
 
535
 
 
536
dvi-am:
 
537
 
 
538
html: html-recursive
 
539
 
 
540
info: info-recursive
 
541
 
 
542
info-am:
 
543
 
 
544
install-data-am:
 
545
 
 
546
install-exec-am:
 
547
 
 
548
install-info: install-info-recursive
 
549
 
 
550
install-man:
 
551
 
 
552
installcheck-am:
 
553
 
 
554
maintainer-clean: maintainer-clean-recursive
 
555
        -rm -rf ./$(DEPDIR)
 
556
        -rm -f Makefile
 
557
maintainer-clean-am: distclean-am maintainer-clean-generic
 
558
 
 
559
mostlyclean: mostlyclean-recursive
 
560
 
 
561
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
562
        mostlyclean-libtool
 
563
 
 
564
pdf: pdf-recursive
 
565
 
 
566
pdf-am:
 
567
 
 
568
ps: ps-recursive
 
569
 
 
570
ps-am:
 
571
 
 
572
uninstall-am: uninstall-info-am
 
573
 
 
574
uninstall-info: uninstall-info-recursive
 
575
 
 
576
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
577
        clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
578
        clean-recursive ctags ctags-recursive distclean \
 
579
        distclean-compile distclean-generic distclean-libtool \
 
580
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
581
        html-am info info-am install install-am install-data \
 
582
        install-data-am install-exec install-exec-am install-info \
 
583
        install-info-am install-man install-strip installcheck \
 
584
        installcheck-am installdirs installdirs-am maintainer-clean \
 
585
        maintainer-clean-generic maintainer-clean-recursive \
 
586
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
587
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
588
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
589
 
 
590
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
591
# Otherwise a system limit (for SysV at least) may be exceeded.
 
592
.NOEXPORT: