~ubuntu-branches/ubuntu/feisty/speex/feisty-updates

« back to all changes in this revision

Viewing changes to libspeex/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2005-02-26 22:33:22 UTC
  • Revision ID: james.westby@ubuntu.com-20050226223322-vc6sdoshrqjxfh9c
Tags: upstream-1.1.6
ImportĀ upstreamĀ versionĀ 1.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# 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
# Disable automatic dependency tracking if using other tools than gcc and gmake
 
18
#AUTOMAKE_OPTIONS = no-dependencies
 
19
SHELL = @SHELL@
 
20
 
 
21
srcdir = @srcdir@
 
22
top_srcdir = @top_srcdir@
 
23
VPATH = @srcdir@
 
24
prefix = @prefix@
 
25
exec_prefix = @exec_prefix@
 
26
 
 
27
bindir = @bindir@
 
28
sbindir = @sbindir@
 
29
libexecdir = @libexecdir@
 
30
datadir = @datadir@
 
31
sysconfdir = @sysconfdir@
 
32
sharedstatedir = @sharedstatedir@
 
33
localstatedir = @localstatedir@
 
34
libdir = @libdir@
 
35
infodir = @infodir@
 
36
mandir = @mandir@
 
37
includedir = @includedir@
 
38
oldincludedir = /usr/include
 
39
pkgdatadir = $(datadir)/@PACKAGE@
 
40
pkglibdir = $(libdir)/@PACKAGE@
 
41
pkgincludedir = $(includedir)/@PACKAGE@
 
42
top_builddir = ..
 
43
 
 
44
ACLOCAL = @ACLOCAL@
 
45
AUTOCONF = @AUTOCONF@
 
46
AUTOMAKE = @AUTOMAKE@
 
47
AUTOHEADER = @AUTOHEADER@
 
48
 
 
49
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
50
INSTALL = @INSTALL@
 
51
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
52
INSTALL_DATA = @INSTALL_DATA@
 
53
install_sh_DATA = $(install_sh) -c -m 644
 
54
install_sh_PROGRAM = $(install_sh) -c
 
55
install_sh_SCRIPT = $(install_sh) -c
 
56
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
57
INSTALL_HEADER = $(INSTALL_DATA)
 
58
transform = @program_transform_name@
 
59
NORMAL_INSTALL = :
 
60
PRE_INSTALL = :
 
61
POST_INSTALL = :
 
62
NORMAL_UNINSTALL = :
 
63
PRE_UNINSTALL = :
 
64
POST_UNINSTALL = :
 
65
host_alias = @host_alias@
 
66
host_triplet = @host@
 
67
 
 
68
EXEEXT = @EXEEXT@
 
69
OBJEXT = @OBJEXT@
 
70
PATH_SEPARATOR = @PATH_SEPARATOR@
 
71
AMTAR = @AMTAR@
 
72
AR = @AR@
 
73
AS = @AS@
 
74
AWK = @AWK@
 
75
CC = @CC@
 
76
CXX = @CXX@
 
77
CXXCPP = @CXXCPP@
 
78
DEPDIR = @DEPDIR@
 
79
DLLTOOL = @DLLTOOL@
 
80
ECHO = @ECHO@
 
81
EGREP = @EGREP@
 
82
F77 = @F77@
 
83
GCJ = @GCJ@
 
84
GCJFLAGS = @GCJFLAGS@
 
85
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
86
LIBTOOL = @LIBTOOL@
 
87
LN_S = @LN_S@
 
88
MAINT = @MAINT@
 
89
OBJDUMP = @OBJDUMP@
 
90
OGG_CFLAGS = @OGG_CFLAGS@
 
91
OGG_INCLUDES = @OGG_INCLUDES@
 
92
OGG_LDFLAGS = @OGG_LDFLAGS@
 
93
OGG_LIBS = @OGG_LIBS@
 
94
PACKAGE = @PACKAGE@
 
95
RANLIB = @RANLIB@
 
96
RC = @RC@
 
97
SPEEX_LT_AGE = @SPEEX_LT_AGE@
 
98
SPEEX_LT_CURRENT = @SPEEX_LT_CURRENT@
 
99
SPEEX_LT_REVISION = @SPEEX_LT_REVISION@
 
100
SPEEX_VERSION = @SPEEX_VERSION@
 
101
STRIP = @STRIP@
 
102
VERSION = @VERSION@
 
103
am__include = @am__include@
 
104
am__quote = @am__quote@
 
105
install_sh = @install_sh@
 
106
src = @src@
 
107
 
 
108
EXTRA_DIST = testenc.c testenc_wb.c testenc_uwb.c testdenoise.c testecho.c
 
109
 
 
110
INCLUDES = -I$(top_srcdir)/include
 
111
 
 
112
lib_LTLIBRARIES = libspeex.la
 
113
 
 
114
@DISABLE_GLOBAL_POINTERS_TRUE@modes = modes_noglobals.c
 
115
@DISABLE_GLOBAL_POINTERS_FALSE@modes = modes.c
 
116
 
 
117
# Sources for compilation in the library
 
118
libspeex_la_SOURCES = nb_celp.c \
 
119
        sb_celp.c \
 
120
        lpc.c \
 
121
        ltp.c \
 
122
        lsp.c \
 
123
        quant_lsp.c \
 
124
        lsp_tables_nb.c \
 
125
        gain_table.c \
 
126
        gain_table_lbr.c \
 
127
        cb_search.c \
 
128
        filters.c \
 
129
        bits.c \
 
130
        $(modes) \
 
131
        speex.c \
 
132
        vq.c \
 
133
        high_lsp_tables.c \
 
134
        vbr.c \
 
135
        hexc_table.c \
 
136
        exc_5_256_table.c \
 
137
        exc_5_64_table.c \
 
138
        exc_8_128_table.c \
 
139
        exc_10_32_table.c \
 
140
        exc_10_16_table.c \
 
141
        exc_20_32_table.c \
 
142
        hexc_10_32_table.c \
 
143
        misc.c \
 
144
        speex_header.c \
 
145
        speex_callbacks.c \
 
146
        math_approx.c \
 
147
        stereo.c \
 
148
        preprocess.c \
 
149
        smallft.c \
 
150
        lbr_48k_tables.c \
 
151
        jitter.c \
 
152
        mdf.c
 
153
 
 
154
 
 
155
noinst_HEADERS = lsp.h \
 
156
        nb_celp.h \
 
157
        lpc.h \
 
158
        ltp.h \
 
159
        quant_lsp.h \
 
160
        cb_search.h \
 
161
        filters.h \
 
162
        stack_alloc.h \
 
163
        vq.h \
 
164
        modes.h \
 
165
        sb_celp.h \
 
166
        vbr.h \
 
167
        misc.h \
 
168
        ltp_sse.h \
 
169
        filters_sse.h \
 
170
        math_approx.h \
 
171
        smallft.h \
 
172
        arch.h \
 
173
        fixed_arm.h \
 
174
        fixed_debug.h \
 
175
        fixed_generic.h \
 
176
        cb_search_sse.h
 
177
 
 
178
 
 
179
libspeex_la_LDFLAGS = -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@
 
180
subdir = libspeex
 
181
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
182
CONFIG_HEADER = $(top_builddir)/config.h
 
183
CONFIG_CLEAN_FILES =
 
184
LTLIBRARIES = $(lib_LTLIBRARIES)
 
185
 
 
186
libspeex_la_LIBADD =
 
187
@DISABLE_GLOBAL_POINTERS_TRUE@am__objects_1 = modes_noglobals.lo
 
188
@DISABLE_GLOBAL_POINTERS_FALSE@am__objects_1 = modes.lo
 
189
am_libspeex_la_OBJECTS = nb_celp.lo sb_celp.lo lpc.lo ltp.lo lsp.lo \
 
190
        quant_lsp.lo lsp_tables_nb.lo gain_table.lo gain_table_lbr.lo \
 
191
        cb_search.lo filters.lo bits.lo $(am__objects_1) speex.lo vq.lo \
 
192
        high_lsp_tables.lo vbr.lo hexc_table.lo exc_5_256_table.lo \
 
193
        exc_5_64_table.lo exc_8_128_table.lo exc_10_32_table.lo \
 
194
        exc_10_16_table.lo exc_20_32_table.lo hexc_10_32_table.lo \
 
195
        misc.lo speex_header.lo speex_callbacks.lo math_approx.lo \
 
196
        stereo.lo preprocess.lo smallft.lo lbr_48k_tables.lo jitter.lo \
 
197
        mdf.lo
 
198
libspeex_la_OBJECTS = $(am_libspeex_la_OBJECTS)
 
199
 
 
200
DEFS = @DEFS@
 
201
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
202
CPPFLAGS = @CPPFLAGS@
 
203
LDFLAGS = @LDFLAGS@
 
204
LIBS = @LIBS@
 
205
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
206
am__depfiles_maybe = depfiles
 
207
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bits.Plo ./$(DEPDIR)/cb_search.Plo \
 
208
@AMDEP_TRUE@    ./$(DEPDIR)/exc_10_16_table.Plo \
 
209
@AMDEP_TRUE@    ./$(DEPDIR)/exc_10_32_table.Plo \
 
210
@AMDEP_TRUE@    ./$(DEPDIR)/exc_20_32_table.Plo \
 
211
@AMDEP_TRUE@    ./$(DEPDIR)/exc_5_256_table.Plo \
 
212
@AMDEP_TRUE@    ./$(DEPDIR)/exc_5_64_table.Plo \
 
213
@AMDEP_TRUE@    ./$(DEPDIR)/exc_8_128_table.Plo \
 
214
@AMDEP_TRUE@    ./$(DEPDIR)/filters.Plo ./$(DEPDIR)/gain_table.Plo \
 
215
@AMDEP_TRUE@    ./$(DEPDIR)/gain_table_lbr.Plo \
 
216
@AMDEP_TRUE@    ./$(DEPDIR)/hexc_10_32_table.Plo \
 
217
@AMDEP_TRUE@    ./$(DEPDIR)/hexc_table.Plo \
 
218
@AMDEP_TRUE@    ./$(DEPDIR)/high_lsp_tables.Plo \
 
219
@AMDEP_TRUE@    ./$(DEPDIR)/jitter.Plo \
 
220
@AMDEP_TRUE@    ./$(DEPDIR)/lbr_48k_tables.Plo ./$(DEPDIR)/lpc.Plo \
 
221
@AMDEP_TRUE@    ./$(DEPDIR)/lsp.Plo ./$(DEPDIR)/lsp_tables_nb.Plo \
 
222
@AMDEP_TRUE@    ./$(DEPDIR)/ltp.Plo ./$(DEPDIR)/math_approx.Plo \
 
223
@AMDEP_TRUE@    ./$(DEPDIR)/mdf.Plo ./$(DEPDIR)/misc.Plo \
 
224
@AMDEP_TRUE@    ./$(DEPDIR)/modes.Plo \
 
225
@AMDEP_TRUE@    ./$(DEPDIR)/modes_noglobals.Plo \
 
226
@AMDEP_TRUE@    ./$(DEPDIR)/nb_celp.Plo ./$(DEPDIR)/preprocess.Plo \
 
227
@AMDEP_TRUE@    ./$(DEPDIR)/quant_lsp.Plo ./$(DEPDIR)/sb_celp.Plo \
 
228
@AMDEP_TRUE@    ./$(DEPDIR)/smallft.Plo ./$(DEPDIR)/speex.Plo \
 
229
@AMDEP_TRUE@    ./$(DEPDIR)/speex_callbacks.Plo \
 
230
@AMDEP_TRUE@    ./$(DEPDIR)/speex_header.Plo ./$(DEPDIR)/stereo.Plo \
 
231
@AMDEP_TRUE@    ./$(DEPDIR)/vbr.Plo ./$(DEPDIR)/vq.Plo
 
232
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
233
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
234
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
235
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
236
CCLD = $(CC)
 
237
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
238
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
239
CFLAGS = @CFLAGS@
 
240
DIST_SOURCES = $(libspeex_la_SOURCES)
 
241
HEADERS = $(noinst_HEADERS)
 
242
 
 
243
DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
 
244
SOURCES = $(libspeex_la_SOURCES)
 
245
 
 
246
all: all-am
 
247
 
 
248
.SUFFIXES:
 
249
.SUFFIXES: .c .lo .o .obj
 
250
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
251
        cd $(top_srcdir) && \
 
252
          $(AUTOMAKE) --gnu  libspeex/Makefile
 
253
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
254
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
255
libLTLIBRARIES_INSTALL = $(INSTALL)
 
256
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
257
        @$(NORMAL_INSTALL)
 
258
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
259
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
260
          if test -f $$p; then \
 
261
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
262
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
 
263
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
 
264
          else :; fi; \
 
265
        done
 
266
 
 
267
uninstall-libLTLIBRARIES:
 
268
        @$(NORMAL_UNINSTALL)
 
269
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
270
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
271
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
 
272
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
273
        done
 
274
 
 
275
clean-libLTLIBRARIES:
 
276
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
277
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
278
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
279
          test -z "$dir" && dir=.; \
 
280
          echo "rm -f \"$${dir}/so_locations\""; \
 
281
          rm -f "$${dir}/so_locations"; \
 
282
        done
 
283
libspeex.la: $(libspeex_la_OBJECTS) $(libspeex_la_DEPENDENCIES) 
 
284
        $(LINK) -rpath $(libdir) $(libspeex_la_LDFLAGS) $(libspeex_la_OBJECTS) $(libspeex_la_LIBADD) $(LIBS)
 
285
 
 
286
mostlyclean-compile:
 
287
        -rm -f *.$(OBJEXT) core *.core
 
288
 
 
289
distclean-compile:
 
290
        -rm -f *.tab.c
 
291
 
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bits.Plo@am__quote@
 
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cb_search.Plo@am__quote@
 
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exc_10_16_table.Plo@am__quote@
 
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exc_10_32_table.Plo@am__quote@
 
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exc_20_32_table.Plo@am__quote@
 
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exc_5_256_table.Plo@am__quote@
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exc_5_64_table.Plo@am__quote@
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exc_8_128_table.Plo@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filters.Plo@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gain_table.Plo@am__quote@
 
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gain_table_lbr.Plo@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hexc_10_32_table.Plo@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hexc_table.Plo@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/high_lsp_tables.Plo@am__quote@
 
306
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jitter.Plo@am__quote@
 
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lbr_48k_tables.Plo@am__quote@
 
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
 
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp.Plo@am__quote@
 
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp_tables_nb.Plo@am__quote@
 
311
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ltp.Plo@am__quote@
 
312
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math_approx.Plo@am__quote@
 
313
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdf.Plo@am__quote@
 
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
 
315
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modes.Plo@am__quote@
 
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modes_noglobals.Plo@am__quote@
 
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nb_celp.Plo@am__quote@
 
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preprocess.Plo@am__quote@
 
319
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quant_lsp.Plo@am__quote@
 
320
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sb_celp.Plo@am__quote@
 
321
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@
 
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speex.Plo@am__quote@
 
323
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speex_callbacks.Plo@am__quote@
 
324
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speex_header.Plo@am__quote@
 
325
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stereo.Plo@am__quote@
 
326
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vbr.Plo@am__quote@
 
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vq.Plo@am__quote@
 
328
 
 
329
distclean-depend:
 
330
        -rm -rf ./$(DEPDIR)
 
331
 
 
332
.c.o:
 
333
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
334
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
335
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
336
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
337
 
 
338
.c.obj:
 
339
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
340
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
341
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
342
        $(COMPILE) -c `cygpath -w $<`
 
343
 
 
344
.c.lo:
 
345
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
346
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
347
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
348
        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
349
CCDEPMODE = @CCDEPMODE@
 
350
 
 
351
mostlyclean-libtool:
 
352
        -rm -f *.lo
 
353
 
 
354
clean-libtool:
 
355
        -rm -rf .libs _libs
 
356
 
 
357
distclean-libtool:
 
358
        -rm -f libtool
 
359
uninstall-info-am:
 
360
 
 
361
ETAGS = etags
 
362
ETAGSFLAGS =
 
363
 
 
364
tags: TAGS
 
365
 
 
366
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
367
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
368
        unique=`for i in $$list; do \
 
369
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
370
          done | \
 
371
          $(AWK) '    { files[$$0] = 1; } \
 
372
               END { for (i in files) print i; }'`; \
 
373
        mkid -fID $$unique
 
374
 
 
375
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
376
                $(TAGS_FILES) $(LISP)
 
377
        tags=; \
 
378
        here=`pwd`; \
 
379
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
380
        unique=`for i in $$list; do \
 
381
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
382
          done | \
 
383
          $(AWK) '    { files[$$0] = 1; } \
 
384
               END { for (i in files) print i; }'`; \
 
385
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
386
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
387
             $$tags $$unique
 
388
 
 
389
GTAGS:
 
390
        here=`$(am__cd) $(top_builddir) && pwd` \
 
391
          && cd $(top_srcdir) \
 
392
          && gtags -i $(GTAGS_ARGS) $$here
 
393
 
 
394
distclean-tags:
 
395
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
396
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
397
 
 
398
top_distdir = ..
 
399
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
400
 
 
401
distdir: $(DISTFILES)
 
402
        @list='$(DISTFILES)'; for file in $$list; do \
 
403
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
404
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
405
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
406
            dir="/$$dir"; \
 
407
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
408
          else \
 
409
            dir=''; \
 
410
          fi; \
 
411
          if test -d $$d/$$file; then \
 
412
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
413
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
414
            fi; \
 
415
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
416
          else \
 
417
            test -f $(distdir)/$$file \
 
418
            || cp -p $$d/$$file $(distdir)/$$file \
 
419
            || exit 1; \
 
420
          fi; \
 
421
        done
 
422
check-am: all-am
 
423
check: check-am
 
424
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
425
 
 
426
installdirs:
 
427
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
428
 
 
429
install: install-am
 
430
install-exec: install-exec-am
 
431
install-data: install-data-am
 
432
uninstall: uninstall-am
 
433
 
 
434
install-am: all-am
 
435
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
436
 
 
437
installcheck: installcheck-am
 
438
install-strip:
 
439
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
440
          INSTALL_STRIP_FLAG=-s \
 
441
          `test -z '$(STRIP)' || \
 
442
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
443
mostlyclean-generic:
 
444
 
 
445
clean-generic:
 
446
 
 
447
distclean-generic:
 
448
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
449
 
 
450
maintainer-clean-generic:
 
451
        @echo "This command is intended for maintainers to use"
 
452
        @echo "it deletes files that may require special tools to rebuild."
 
453
clean: clean-am
 
454
 
 
455
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
456
        mostlyclean-am
 
457
 
 
458
distclean: distclean-am
 
459
 
 
460
distclean-am: clean-am distclean-compile distclean-depend \
 
461
        distclean-generic distclean-libtool distclean-tags
 
462
 
 
463
dvi: dvi-am
 
464
 
 
465
dvi-am:
 
466
 
 
467
info: info-am
 
468
 
 
469
info-am:
 
470
 
 
471
install-data-am:
 
472
 
 
473
install-exec-am: install-libLTLIBRARIES
 
474
 
 
475
install-info: install-info-am
 
476
 
 
477
install-man:
 
478
 
 
479
installcheck-am:
 
480
 
 
481
maintainer-clean: maintainer-clean-am
 
482
 
 
483
maintainer-clean-am: distclean-am maintainer-clean-generic
 
484
 
 
485
mostlyclean: mostlyclean-am
 
486
 
 
487
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
488
        mostlyclean-libtool
 
489
 
 
490
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
491
 
 
492
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
493
        clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
 
494
        distclean-depend distclean-generic distclean-libtool \
 
495
        distclean-tags distdir dvi dvi-am info info-am install \
 
496
        install-am install-data install-data-am install-exec \
 
497
        install-exec-am install-info install-info-am \
 
498
        install-libLTLIBRARIES install-man install-strip installcheck \
 
499
        installcheck-am installdirs maintainer-clean \
 
500
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
501
        mostlyclean-generic mostlyclean-libtool tags uninstall \
 
502
        uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
 
503
 
 
504
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
505
# Otherwise a system limit (for SysV at least) may be exceeded.
 
506
.NOEXPORT: