~ubuntu-branches/ubuntu/hoary/flac/hoary

« back to all changes in this revision

Viewing changes to src/libFLAC/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-04-16 15:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040416151431-eyloggqxpwbwpogz
Tags: 1.1.0-11
Ensure that libFLAC is linked with -lm on all architectures, and
regardless of whether nasm is present

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
14
15
@SET_MAKE@
15
16
 
16
17
#  libFLAC - Free Lossless Audio Codec library
17
 
#  Copyright (C) 2001  Josh Coalson
 
18
#  Copyright (C) 2001,2002,2003  Josh Coalson
18
19
#
19
20
#  This library is free software; you can redistribute it and/or
20
21
#  modify it under the terms of the GNU Library General Public
30
31
#  License along with this library; if not, write to the
31
32
#  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
32
33
#  Boston, MA  02111-1307, USA.
33
 
 
34
 
#
35
 
# GNU makefile
36
 
#
37
 
 
38
34
SHELL = @SHELL@
39
35
 
40
36
srcdir = @srcdir@
65
61
AUTOMAKE = @AUTOMAKE@
66
62
AUTOHEADER = @AUTOHEADER@
67
63
 
 
64
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68
65
INSTALL = @INSTALL@
69
66
INSTALL_PROGRAM = @INSTALL_PROGRAM@
70
67
INSTALL_DATA = @INSTALL_DATA@
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
71
71
INSTALL_SCRIPT = @INSTALL_SCRIPT@
72
72
INSTALL_HEADER = $(INSTALL_DATA)
73
73
transform = @program_transform_name@
79
79
POST_UNINSTALL = :
80
80
host_alias = @host_alias@
81
81
host_triplet = @host@
 
82
 
 
83
EXEEXT = @EXEEXT@
 
84
OBJEXT = @OBJEXT@
 
85
PATH_SEPARATOR = @PATH_SEPARATOR@
82
86
AMTAR = @AMTAR@
83
87
AS = @AS@
84
88
AWK = @AWK@
85
89
CC = @CC@
 
90
CXX = @CXX@
86
91
DEPDIR = @DEPDIR@
87
92
DLLTOOL = @DLLTOOL@
 
93
DOXYGEN = @DOXYGEN@
88
94
ECHO = @ECHO@
89
 
EXEEXT = @EXEEXT@
90
95
FLaC__SIZE16 = @FLaC__SIZE16@
91
96
FLaC__SIZE32 = @FLaC__SIZE32@
92
97
FLaC__SIZE64 = @FLaC__SIZE64@
93
98
FLaC__USIZE16 = @FLaC__USIZE16@
94
99
FLaC__USIZE32 = @FLaC__USIZE32@
95
100
FLaC__USIZE64 = @FLaC__USIZE64@
 
101
HAVE_LIB = @HAVE_LIB@
 
102
ID3LIB_CFLAGS = @ID3LIB_CFLAGS@
 
103
ID3LIB_LIBS = @ID3LIB_LIBS@
96
104
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
105
LIB = @LIB@
 
106
LIBICONV = @LIBICONV@
97
107
LIBTOOL = @LIBTOOL@
98
108
LN_S = @LN_S@
 
109
LTLIB = @LTLIB@
 
110
LTLIBICONV = @LTLIBICONV@
 
111
MAINT = @MAINT@
99
112
NASM = @NASM@
100
113
OBJDUMP = @OBJDUMP@
101
 
OBJEXT = @OBJEXT@
102
114
OBJ_FORMAT = @OBJ_FORMAT@
 
115
OGG_CFLAGS = @OGG_CFLAGS@
 
116
OGG_LIBS = @OGG_LIBS@
103
117
PACKAGE = @PACKAGE@
104
118
RANLIB = @RANLIB@
105
119
STRIP = @STRIP@
128
142
 
129
143
SUBDIRS = $(ARCH_SUBDIRS) include .
130
144
 
131
 
libFLAC_la_LDFLAGS = -version-info 2:1:1
132
 
 
 
145
m4datadir = $(datadir)/aclocal
 
146
m4data_DATA = libFLAC.m4
 
147
 
 
148
EXTRA_DIST = \
 
149
        Makefile.lite \
 
150
        libFLAC_dynamic.dsp \
 
151
        libFLAC_static.dsp \
 
152
        libFLAC.m4
 
153
 
 
154
 
 
155
# see 'http://www.gnu.org/software/libtool/manual.html#Versioning' for numbering convention
 
156
libFLAC_la_LDFLAGS = -version-info 5:2:1 -lm
133
157
libFLAC_la_SOURCES = \
134
158
        bitbuffer.c \
135
159
        bitmath.c \
136
160
        cpu.c \
137
161
        crc.c \
138
162
        file_decoder.c \
 
163
        file_encoder.c \
139
164
        fixed.c \
140
165
        format.c \
141
166
        lpc.c \
142
167
        md5.c \
143
168
        memory.c \
144
 
        seek_table.c \
 
169
        metadata_iterators.c \
 
170
        metadata_object.c \
145
171
        seekable_stream_decoder.c \
 
172
        seekable_stream_encoder.c \
146
173
        stream_decoder.c \
147
174
        stream_encoder.c \
148
 
        stream_encoder_framing.c \
149
 
        utility.c
 
175
        stream_encoder_framing.c
150
176
 
151
177
subdir = src/libFLAC
152
178
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
179
CONFIG_HEADER = $(top_builddir)/config.h
153
180
CONFIG_CLEAN_FILES =
154
181
LTLIBRARIES = $(lib_LTLIBRARIES)
155
182
 
163
190
@FLaC__CPU_IA32_TRUE@@FLaC__HAS_NASM_TRUE@@FLaC__NO_ASM_FALSE@libFLAC_la_DEPENDENCIES = \
164
191
@FLaC__CPU_IA32_TRUE@@FLaC__HAS_NASM_TRUE@@FLaC__NO_ASM_FALSE@  ia32/libFLAC-asm.la
165
192
am_libFLAC_la_OBJECTS = bitbuffer.lo bitmath.lo cpu.lo crc.lo \
166
 
        file_decoder.lo fixed.lo format.lo lpc.lo md5.lo memory.lo \
167
 
        seek_table.lo seekable_stream_decoder.lo stream_decoder.lo \
168
 
        stream_encoder.lo stream_encoder_framing.lo utility.lo
 
193
        file_decoder.lo file_encoder.lo fixed.lo format.lo lpc.lo \
 
194
        md5.lo memory.lo metadata_iterators.lo metadata_object.lo \
 
195
        seekable_stream_decoder.lo seekable_stream_encoder.lo \
 
196
        stream_decoder.lo stream_encoder.lo stream_encoder_framing.lo
169
197
libFLAC_la_OBJECTS = $(am_libFLAC_la_OBJECTS)
170
198
 
171
199
DEFS = @DEFS@
172
 
DEFAULT_INCLUDES =  -I. -I$(srcdir)
 
200
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
173
201
CPPFLAGS = @CPPFLAGS@
174
202
LDFLAGS = @LDFLAGS@
175
203
LIBS = @LIBS@
176
204
depcomp = $(SHELL) $(top_srcdir)/depcomp
177
 
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bitbuffer.Plo $(DEPDIR)/bitmath.Plo \
178
 
@AMDEP_TRUE@    $(DEPDIR)/cpu.Plo $(DEPDIR)/crc.Plo \
179
 
@AMDEP_TRUE@    $(DEPDIR)/file_decoder.Plo $(DEPDIR)/fixed.Plo \
180
 
@AMDEP_TRUE@    $(DEPDIR)/format.Plo $(DEPDIR)/lpc.Plo \
181
 
@AMDEP_TRUE@    $(DEPDIR)/md5.Plo $(DEPDIR)/memory.Plo \
182
 
@AMDEP_TRUE@    $(DEPDIR)/seek_table.Plo \
183
 
@AMDEP_TRUE@    $(DEPDIR)/seekable_stream_decoder.Plo \
184
 
@AMDEP_TRUE@    $(DEPDIR)/stream_decoder.Plo \
185
 
@AMDEP_TRUE@    $(DEPDIR)/stream_encoder.Plo \
186
 
@AMDEP_TRUE@    $(DEPDIR)/stream_encoder_framing.Plo \
187
 
@AMDEP_TRUE@    $(DEPDIR)/utility.Plo
 
205
am__depfiles_maybe = depfiles
 
206
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bitbuffer.Plo \
 
207
@AMDEP_TRUE@    ./$(DEPDIR)/bitmath.Plo ./$(DEPDIR)/cpu.Plo \
 
208
@AMDEP_TRUE@    ./$(DEPDIR)/crc.Plo ./$(DEPDIR)/file_decoder.Plo \
 
209
@AMDEP_TRUE@    ./$(DEPDIR)/file_encoder.Plo ./$(DEPDIR)/fixed.Plo \
 
210
@AMDEP_TRUE@    ./$(DEPDIR)/format.Plo ./$(DEPDIR)/lpc.Plo \
 
211
@AMDEP_TRUE@    ./$(DEPDIR)/md5.Plo ./$(DEPDIR)/memory.Plo \
 
212
@AMDEP_TRUE@    ./$(DEPDIR)/metadata_iterators.Plo \
 
213
@AMDEP_TRUE@    ./$(DEPDIR)/metadata_object.Plo \
 
214
@AMDEP_TRUE@    ./$(DEPDIR)/seekable_stream_decoder.Plo \
 
215
@AMDEP_TRUE@    ./$(DEPDIR)/seekable_stream_encoder.Plo \
 
216
@AMDEP_TRUE@    ./$(DEPDIR)/stream_decoder.Plo \
 
217
@AMDEP_TRUE@    ./$(DEPDIR)/stream_encoder.Plo \
 
218
@AMDEP_TRUE@    ./$(DEPDIR)/stream_encoder_framing.Plo
188
219
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
189
220
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
190
221
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
193
224
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
194
225
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
195
226
DIST_SOURCES = $(libFLAC_la_SOURCES)
 
227
DATA = $(m4data_DATA)
 
228
 
196
229
 
197
230
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
198
231
        uninstall-info-recursive all-recursive install-data-recursive \
206
239
 
207
240
.SUFFIXES:
208
241
.SUFFIXES: .c .lo .o .obj
209
 
 
210
 
mostlyclean-libtool:
211
 
        -rm -f *.lo
212
 
 
213
 
clean-libtool:
214
 
        -rm -rf .libs _libs
215
 
 
216
 
distclean-libtool:
217
 
        -rm -f libtool
218
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
242
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
219
243
        cd $(top_srcdir) && \
220
 
          $(AUTOMAKE) --foreign  src/libFLAC/Makefile
221
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
222
 
        cd $(top_builddir) && \
223
 
          CONFIG_HEADERS= CONFIG_LINKS= \
224
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
244
          $(AUTOMAKE) --gnu  src/libFLAC/Makefile
 
245
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
246
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
247
libLTLIBRARIES_INSTALL = $(INSTALL)
225
248
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
226
249
        @$(NORMAL_INSTALL)
227
250
        $(mkinstalldirs) $(DESTDIR)$(libdir)
228
251
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
229
252
          if test -f $$p; then \
230
 
            echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
231
 
            $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
 
253
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
254
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
 
255
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
232
256
          else :; fi; \
233
257
        done
234
258
 
235
259
uninstall-libLTLIBRARIES:
236
260
        @$(NORMAL_UNINSTALL)
237
261
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
262
            p="`echo $$p | sed -e 's|^.*/||'`"; \
238
263
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
239
264
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
240
265
        done
241
266
 
242
267
clean-libLTLIBRARIES:
243
268
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
269
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
270
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
271
          test -z "$dir" && dir=.; \
 
272
          echo "rm -f \"$${dir}/so_locations\""; \
 
273
          rm -f "$${dir}/so_locations"; \
 
274
        done
244
275
libFLAC.la: $(libFLAC_la_OBJECTS) $(libFLAC_la_DEPENDENCIES) 
245
276
        $(LINK) -rpath $(libdir) $(libFLAC_la_LDFLAGS) $(libFLAC_la_OBJECTS) $(libFLAC_la_LIBADD) $(LIBS)
246
277
 
250
281
distclean-compile:
251
282
        -rm -f *.tab.c
252
283
 
253
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bitbuffer.Plo@am__quote@
254
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bitmath.Plo@am__quote@
255
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cpu.Plo@am__quote@
256
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/crc.Plo@am__quote@
257
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/file_decoder.Plo@am__quote@
258
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fixed.Plo@am__quote@
259
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/format.Plo@am__quote@
260
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lpc.Plo@am__quote@
261
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/md5.Plo@am__quote@
262
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memory.Plo@am__quote@
263
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/seek_table.Plo@am__quote@
264
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/seekable_stream_decoder.Plo@am__quote@
265
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stream_decoder.Plo@am__quote@
266
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stream_encoder.Plo@am__quote@
267
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stream_encoder_framing.Plo@am__quote@
268
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/utility.Plo@am__quote@
 
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitbuffer.Plo@am__quote@
 
285
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmath.Plo@am__quote@
 
286
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu.Plo@am__quote@
 
287
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc.Plo@am__quote@
 
288
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_decoder.Plo@am__quote@
 
289
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_encoder.Plo@am__quote@
 
290
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixed.Plo@am__quote@
 
291
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
 
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
 
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@
 
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata_iterators.Plo@am__quote@
 
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata_object.Plo@am__quote@
 
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seekable_stream_decoder.Plo@am__quote@
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seekable_stream_encoder.Plo@am__quote@
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_decoder.Plo@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_encoder.Plo@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_encoder_framing.Plo@am__quote@
269
302
 
270
303
distclean-depend:
271
 
        -rm -rf $(DEPDIR)
 
304
        -rm -rf ./$(DEPDIR)
272
305
 
273
306
.c.o:
274
307
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275
308
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
276
309
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277
 
        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
 
310
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
278
311
 
279
312
.c.obj:
280
313
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286
319
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
287
320
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
288
321
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289
 
        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
322
        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
290
323
CCDEPMODE = @CCDEPMODE@
 
324
 
 
325
mostlyclean-libtool:
 
326
        -rm -f *.lo
 
327
 
 
328
clean-libtool:
 
329
        -rm -rf .libs _libs
 
330
 
 
331
distclean-libtool:
 
332
        -rm -f libtool
291
333
uninstall-info-am:
 
334
m4dataDATA_INSTALL = $(INSTALL_DATA)
 
335
install-m4dataDATA: $(m4data_DATA)
 
336
        @$(NORMAL_INSTALL)
 
337
        $(mkinstalldirs) $(DESTDIR)$(m4datadir)
 
338
        @list='$(m4data_DATA)'; for p in $$list; do \
 
339
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
340
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
341
          echo " $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \
 
342
          $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f; \
 
343
        done
 
344
 
 
345
uninstall-m4dataDATA:
 
346
        @$(NORMAL_UNINSTALL)
 
347
        @list='$(m4data_DATA)'; for p in $$list; do \
 
348
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
349
          echo " rm -f $(DESTDIR)$(m4datadir)/$$f"; \
 
350
          rm -f $(DESTDIR)$(m4datadir)/$$f; \
 
351
        done
292
352
 
293
353
# This directory's subdirectories are mostly independent; you can cd
294
354
# into them and run `make' without going through this Makefile.
297
357
#     (which will cause the Makefiles to be regenerated when you run `make');
298
358
# (2) otherwise, pass the desired values on the `make' command line.
299
359
$(RECURSIVE_TARGETS):
300
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
360
        @set fnord $$MAKEFLAGS; amf=$$2; \
301
361
        dot_seen=no; \
302
362
        target=`echo $@ | sed s/-recursive//`; \
303
363
        list='$(SUBDIRS)'; for subdir in $$list; do \
317
377
 
318
378
mostlyclean-recursive clean-recursive distclean-recursive \
319
379
maintainer-clean-recursive:
320
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
380
        @set fnord $$MAKEFLAGS; amf=$$2; \
321
381
        dot_seen=no; \
322
382
        case "$@" in \
323
383
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
345
405
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346
406
        done
347
407
 
 
408
ETAGS = etags
 
409
ETAGSFLAGS =
 
410
 
348
411
tags: TAGS
349
412
 
350
413
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
351
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
414
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352
415
        unique=`for i in $$list; do \
353
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
417
          done | \
355
418
          $(AWK) '    { files[$$0] = 1; } \
356
419
               END { for (i in files) print i; }'`; \
357
 
        mkid -fID $$unique $(LISP)
 
420
        mkid -fID $$unique
358
421
 
359
422
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360
423
                $(TAGS_FILES) $(LISP)
365
428
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
366
429
          fi; \
367
430
        done; \
368
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369
432
        unique=`for i in $$list; do \
370
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371
434
          done | \
372
435
          $(AWK) '    { files[$$0] = 1; } \
373
436
               END { for (i in files) print i; }'`; \
374
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
375
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
437
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
438
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
439
             $$tags $$unique
376
440
 
377
441
GTAGS:
378
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
442
        here=`$(am__cd) $(top_builddir) && pwd` \
379
443
          && cd $(top_srcdir) \
380
444
          && gtags -i $(GTAGS_ARGS) $$here
381
445
 
382
446
distclean-tags:
383
447
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
384
 
 
385
448
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
386
449
 
387
450
top_distdir = ../..
388
451
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
389
452
 
390
453
distdir: $(DISTFILES)
391
 
        @for file in $(DISTFILES); do \
392
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
454
        @list='$(DISTFILES)'; for file in $$list; do \
 
455
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393
456
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
394
457
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
395
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
458
            dir="/$$dir"; \
 
459
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
460
          else \
 
461
            dir=''; \
396
462
          fi; \
397
463
          if test -d $$d/$$file; then \
398
 
            cp -pR $$d/$$file $(distdir) \
399
 
            || exit 1; \
 
464
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
465
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
466
            fi; \
 
467
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
400
468
          else \
401
469
            test -f $(distdir)/$$file \
402
470
            || cp -p $$d/$$file $(distdir)/$$file \
403
471
            || exit 1; \
404
472
          fi; \
405
473
        done
406
 
        for subdir in $(DIST_SUBDIRS); do \
 
474
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
407
475
          if test "$$subdir" = .; then :; else \
408
476
            test -d $(distdir)/$$subdir \
409
477
            || mkdir $(distdir)/$$subdir \
418
486
        done
419
487
check-am: all-am
420
488
check: check-recursive
421
 
all-am: Makefile $(LTLIBRARIES)
 
489
all-am: Makefile $(LTLIBRARIES) $(DATA)
422
490
installdirs: installdirs-recursive
423
491
installdirs-am:
424
 
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
492
        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(m4datadir)
425
493
 
426
494
install: install-recursive
427
495
install-exec: install-exec-recursive
434
502
installcheck: installcheck-recursive
435
503
install-strip:
436
504
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
505
          INSTALL_STRIP_FLAG=-s \
437
506
          `test -z '$(STRIP)' || \
438
507
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
439
508
mostlyclean-generic:
441
510
clean-generic:
442
511
 
443
512
distclean-generic:
444
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
513
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
445
514
 
446
515
maintainer-clean-generic:
447
516
        @echo "This command is intended for maintainers to use"
464
533
 
465
534
info-am:
466
535
 
467
 
install-data-am:
 
536
install-data-am: install-m4dataDATA
468
537
 
469
538
install-exec-am: install-libLTLIBRARIES
470
539
 
483
552
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
484
553
        mostlyclean-libtool
485
554
 
486
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
555
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
 
556
        uninstall-m4dataDATA
487
557
 
488
558
uninstall-info: uninstall-info-recursive
489
559
 
495
565
        info-recursive install install-am install-data install-data-am \
496
566
        install-data-recursive install-exec install-exec-am \
497
567
        install-exec-recursive install-info install-info-am \
498
 
        install-info-recursive install-libLTLIBRARIES install-man \
499
 
        install-recursive install-strip installcheck installcheck-am \
500
 
        installdirs installdirs-am installdirs-recursive \
501
 
        maintainer-clean maintainer-clean-generic \
 
568
        install-info-recursive install-libLTLIBRARIES \
 
569
        install-m4dataDATA install-man install-recursive install-strip \
 
570
        installcheck installcheck-am installdirs installdirs-am \
 
571
        installdirs-recursive maintainer-clean maintainer-clean-generic \
502
572
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
503
573
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
504
574
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
505
575
        uninstall-info-recursive uninstall-libLTLIBRARIES \
506
 
        uninstall-recursive
 
576
        uninstall-m4dataDATA uninstall-recursive
507
577
 
508
578
# Tell versions [3.59,3.63) of GNU make to not export all variables.
509
579
# Otherwise a system limit (for SysV at least) may be exceeded.