~ubuntu-dev/ubuntu/lucid/mpd/lucid-201002101854

« back to all changes in this revision

Viewing changes to src/libid3tag/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Charles Majola
  • Date: 2005-02-15 10:43:58 UTC
  • Revision ID: james.westby@ubuntu.com-20050215104358-w8b7yaqqfmsoxj5k
Tags: upstream-0.11.5
ImportĀ upstreamĀ versionĀ 0.11.5

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
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = .
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
54
INSTALL_HEADER = $(INSTALL_DATA)
 
55
transform = @program_transform_name@
 
56
NORMAL_INSTALL = :
 
57
PRE_INSTALL = :
 
58
POST_INSTALL = :
 
59
NORMAL_UNINSTALL = :
 
60
PRE_UNINSTALL = :
 
61
POST_UNINSTALL = :
 
62
host_alias = @host_alias@
 
63
host_triplet = @host@
 
64
 
 
65
EXEEXT = @EXEEXT@
 
66
OBJEXT = @OBJEXT@
 
67
PATH_SEPARATOR = @PATH_SEPARATOR@
 
68
AMTAR = @AMTAR@
 
69
AR = @AR@
 
70
AS = @AS@
 
71
AWK = @AWK@
 
72
CC = @CC@
 
73
CXX = @CXX@
 
74
CXXCPP = @CXXCPP@
 
75
DEPDIR = @DEPDIR@
 
76
DLLTOOL = @DLLTOOL@
 
77
ECHO = @ECHO@
 
78
EGREP = @EGREP@
 
79
F77 = @F77@
 
80
GCJ = @GCJ@
 
81
GCJFLAGS = @GCJFLAGS@
 
82
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
83
LIBTOOL = @LIBTOOL@
 
84
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
85
LN_S = @LN_S@
 
86
OBJDUMP = @OBJDUMP@
 
87
PACKAGE = @PACKAGE@
 
88
RANLIB = @RANLIB@
 
89
RC = @RC@
 
90
STRIP = @STRIP@
 
91
VERSION = @VERSION@
 
92
am__include = @am__include@
 
93
am__quote = @am__quote@
 
94
install_sh = @install_sh@
 
95
 
 
96
AUTOMAKE_OPTIONS = foreign 1.6 
 
97
 
 
98
SUBDIRS = 
 
99
 
 
100
#DIST_SUBDIRS =         msvc++
 
101
noinst_LTLIBRARIES = libid3tag.la
 
102
noinst_HEADERS = id3tag.h
 
103
 
 
104
version_current = 3
 
105
version_revision = 0
 
106
version_age = 3
 
107
 
 
108
version_info = $(version_current):$(version_revision):$(version_age)
 
109
 
 
110
EXTRA_DIST = genre.dat.sed  \
 
111
                        CHANGES COPYRIGHT CREDITS README TODO VERSION
 
112
 
 
113
 
 
114
@DEBUG_TRUE@debug = debug.c debug.h
 
115
@DEBUG_FALSE@debug = 
 
116
 
 
117
libid3tag_la_SOURCES = version.c ucs4.c latin1.c utf16.c utf8.c  \
 
118
                        parse.c render.c field.c frametype.c compat.c  \
 
119
                        genre.c frame.c crc.c util.c tag.c file.c  \
 
120
                        version.h ucs4.h latin1.h utf16.h utf8.h  \
 
121
                        parse.h render.h field.h frametype.h compat.h  \
 
122
                        genre.h frame.h crc.h util.h tag.h file.h  \
 
123
                        id3tag.h global.h genre.dat $(debug)
 
124
 
 
125
 
 
126
EXTRA_libid3tag_la_SOURCES = \
 
127
                        frametype.gperf compat.gperf genre.dat.in  \
 
128
                        debug.c debug.h
 
129
 
 
130
 
 
131
 
 
132
#libid3tag_la_LDFLAGS = -version-info $(version_info)
 
133
BUILT_SOURCES = frametype.c compat.c genre.dat
 
134
subdir = .
 
135
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
136
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
 
137
CONFIG_HEADER = config.h
 
138
CONFIG_CLEAN_FILES = libid3tag.list
 
139
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
140
 
 
141
libid3tag_la_LDFLAGS =
 
142
libid3tag_la_LIBADD =
 
143
@DEBUG_TRUE@am__objects_1 = debug.lo
 
144
@DEBUG_FALSE@am__objects_1 =
 
145
am_libid3tag_la_OBJECTS = version.lo ucs4.lo latin1.lo utf16.lo utf8.lo \
 
146
        parse.lo render.lo field.lo frametype.lo compat.lo genre.lo \
 
147
        frame.lo crc.lo util.lo tag.lo file.lo $(am__objects_1)
 
148
libid3tag_la_OBJECTS = $(am_libid3tag_la_OBJECTS)
 
149
 
 
150
DEFS = @DEFS@
 
151
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
 
152
CPPFLAGS = @CPPFLAGS@
 
153
LDFLAGS = @LDFLAGS@
 
154
LIBS = @LIBS@
 
155
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
 
156
am__depfiles_maybe = depfiles
 
157
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/compat.Plo ./$(DEPDIR)/crc.Plo \
 
158
@AMDEP_TRUE@    ./$(DEPDIR)/debug.Plo ./$(DEPDIR)/field.Plo \
 
159
@AMDEP_TRUE@    ./$(DEPDIR)/file.Plo ./$(DEPDIR)/frame.Plo \
 
160
@AMDEP_TRUE@    ./$(DEPDIR)/frametype.Plo ./$(DEPDIR)/genre.Plo \
 
161
@AMDEP_TRUE@    ./$(DEPDIR)/latin1.Plo ./$(DEPDIR)/parse.Plo \
 
162
@AMDEP_TRUE@    ./$(DEPDIR)/render.Plo ./$(DEPDIR)/tag.Plo \
 
163
@AMDEP_TRUE@    ./$(DEPDIR)/ucs4.Plo ./$(DEPDIR)/utf16.Plo \
 
164
@AMDEP_TRUE@    ./$(DEPDIR)/utf8.Plo ./$(DEPDIR)/util.Plo \
 
165
@AMDEP_TRUE@    ./$(DEPDIR)/version.Plo
 
166
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
167
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
168
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
169
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
170
CCLD = $(CC)
 
171
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
172
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
173
CFLAGS = @CFLAGS@
 
174
DIST_SOURCES = $(libid3tag_la_SOURCES) $(EXTRA_libid3tag_la_SOURCES)
 
175
HEADERS = $(noinst_HEADERS)
 
176
 
 
177
 
 
178
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
179
        uninstall-info-recursive all-recursive install-data-recursive \
 
180
        install-exec-recursive installdirs-recursive install-recursive \
 
181
        uninstall-recursive check-recursive installcheck-recursive
 
182
DIST_COMMON = README $(noinst_HEADERS) ../../config.guess \
 
183
        ../../config.sub ../../depcomp ../../install-sh ../../ltmain.sh \
 
184
        ../../missing ../../mkinstalldirs COPYING INSTALL Makefile.am \
 
185
        Makefile.in TODO aclocal.m4 config.h.in configure configure.ac \
 
186
        libid3tag.list.in
 
187
DIST_SUBDIRS = $(SUBDIRS)
 
188
SOURCES = $(libid3tag_la_SOURCES) $(EXTRA_libid3tag_la_SOURCES)
 
189
 
 
190
all: $(BUILT_SOURCES) config.h
 
191
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
192
 
 
193
.SUFFIXES:
 
194
.SUFFIXES: .c .lo .o .obj
 
195
 
 
196
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
197
 configure.lineno
 
198
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
199
        cd $(top_srcdir) && \
 
200
          $(AUTOMAKE) --foreign  Makefile
 
201
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
202
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
203
 
 
204
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
205
        $(SHELL) ./config.status --recheck
 
206
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
207
        cd $(srcdir) && $(AUTOCONF)
 
208
 
 
209
$(ACLOCAL_M4):  configure.ac 
 
210
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
211
 
 
212
config.h: stamp-h1
 
213
        @if test ! -f $@; then \
 
214
          rm -f stamp-h1; \
 
215
          $(MAKE) stamp-h1; \
 
216
        else :; fi
 
217
 
 
218
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
219
        @rm -f stamp-h1
 
220
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
221
 
 
222
$(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
223
        cd $(top_srcdir) && $(AUTOHEADER)
 
224
        touch $(srcdir)/config.h.in
 
225
 
 
226
distclean-hdr:
 
227
        -rm -f config.h stamp-h1
 
228
libid3tag.list: $(top_builddir)/config.status libid3tag.list.in
 
229
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
230
 
 
231
clean-noinstLTLIBRARIES:
 
232
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
233
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
234
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
235
          test -z "$dir" && dir=.; \
 
236
          echo "rm -f \"$${dir}/so_locations\""; \
 
237
          rm -f "$${dir}/so_locations"; \
 
238
        done
 
239
libid3tag.la: $(libid3tag_la_OBJECTS) $(libid3tag_la_DEPENDENCIES) 
 
240
        $(LINK)  $(libid3tag_la_LDFLAGS) $(libid3tag_la_OBJECTS) $(libid3tag_la_LIBADD) $(LIBS)
 
241
 
 
242
mostlyclean-compile:
 
243
        -rm -f *.$(OBJEXT) core *.core
 
244
 
 
245
distclean-compile:
 
246
        -rm -f *.tab.c
 
247
 
 
248
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
 
249
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc.Plo@am__quote@
 
250
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
 
251
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field.Plo@am__quote@
 
252
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
 
253
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Plo@am__quote@
 
254
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frametype.Plo@am__quote@
 
255
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genre.Plo@am__quote@
 
256
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latin1.Plo@am__quote@
 
257
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
 
258
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Plo@am__quote@
 
259
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag.Plo@am__quote@
 
260
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucs4.Plo@am__quote@
 
261
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf16.Plo@am__quote@
 
262
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Plo@am__quote@
 
263
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
 
264
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
 
265
 
 
266
distclean-depend:
 
267
        -rm -rf ./$(DEPDIR)
 
268
 
 
269
.c.o:
 
270
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
271
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
272
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
273
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
274
 
 
275
.c.obj:
 
276
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
277
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
278
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
279
        $(COMPILE) -c `cygpath -w $<`
 
280
 
 
281
.c.lo:
 
282
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
283
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
284
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
285
        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
286
CCDEPMODE = @CCDEPMODE@
 
287
 
 
288
mostlyclean-libtool:
 
289
        -rm -f *.lo
 
290
 
 
291
clean-libtool:
 
292
        -rm -rf .libs _libs
 
293
 
 
294
distclean-libtool:
 
295
        -rm -f libtool
 
296
uninstall-info-am:
 
297
 
 
298
# This directory's subdirectories are mostly independent; you can cd
 
299
# into them and run `make' without going through this Makefile.
 
300
# To change the values of `make' variables: instead of editing Makefiles,
 
301
# (1) if the variable is set in `config.status', edit `config.status'
 
302
#     (which will cause the Makefiles to be regenerated when you run `make');
 
303
# (2) otherwise, pass the desired values on the `make' command line.
 
304
$(RECURSIVE_TARGETS):
 
305
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
306
        dot_seen=no; \
 
307
        target=`echo $@ | sed s/-recursive//`; \
 
308
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
309
          echo "Making $$target in $$subdir"; \
 
310
          if test "$$subdir" = "."; then \
 
311
            dot_seen=yes; \
 
312
            local_target="$$target-am"; \
 
313
          else \
 
314
            local_target="$$target"; \
 
315
          fi; \
 
316
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
317
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
318
        done; \
 
319
        if test "$$dot_seen" = "no"; then \
 
320
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
321
        fi; test -z "$$fail"
 
322
 
 
323
mostlyclean-recursive clean-recursive distclean-recursive \
 
324
maintainer-clean-recursive:
 
325
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
326
        dot_seen=no; \
 
327
        case "$@" in \
 
328
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
329
          *) list='$(SUBDIRS)' ;; \
 
330
        esac; \
 
331
        rev=''; for subdir in $$list; do \
 
332
          if test "$$subdir" = "."; then :; else \
 
333
            rev="$$subdir $$rev"; \
 
334
          fi; \
 
335
        done; \
 
336
        rev="$$rev ."; \
 
337
        target=`echo $@ | sed s/-recursive//`; \
 
338
        for subdir in $$rev; do \
 
339
          echo "Making $$target in $$subdir"; \
 
340
          if test "$$subdir" = "."; then \
 
341
            local_target="$$target-am"; \
 
342
          else \
 
343
            local_target="$$target"; \
 
344
          fi; \
 
345
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
346
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
347
        done && test -z "$$fail"
 
348
tags-recursive:
 
349
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
350
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
351
        done
 
352
 
 
353
ETAGS = etags
 
354
ETAGSFLAGS =
 
355
 
 
356
tags: TAGS
 
357
 
 
358
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
359
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
360
        unique=`for i in $$list; do \
 
361
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
362
          done | \
 
363
          $(AWK) '    { files[$$0] = 1; } \
 
364
               END { for (i in files) print i; }'`; \
 
365
        mkid -fID $$unique
 
366
 
 
367
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
368
                $(TAGS_FILES) $(LISP)
 
369
        tags=; \
 
370
        here=`pwd`; \
 
371
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
372
          if test "$$subdir" = .; then :; else \
 
373
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
374
          fi; \
 
375
        done; \
 
376
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
377
        unique=`for i in $$list; do \
 
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
379
          done | \
 
380
          $(AWK) '    { files[$$0] = 1; } \
 
381
               END { for (i in files) print i; }'`; \
 
382
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
383
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
384
             $$tags $$unique
 
385
 
 
386
GTAGS:
 
387
        here=`$(am__cd) $(top_builddir) && pwd` \
 
388
          && cd $(top_srcdir) \
 
389
          && gtags -i $(GTAGS_ARGS) $$here
 
390
 
 
391
distclean-tags:
 
392
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
393
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
394
 
 
395
top_distdir = .
 
396
distdir = $(PACKAGE)-$(VERSION)
 
397
 
 
398
am__remove_distdir = \
 
399
  { test ! -d $(distdir) \
 
400
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
401
         && rm -fr $(distdir); }; }
 
402
 
 
403
GZIP_ENV = --best
 
404
distcleancheck_listfiles = find . -type f -print
 
405
 
 
406
distdir: $(DISTFILES)
 
407
        $(am__remove_distdir)
 
408
        mkdir $(distdir)
 
409
        $(mkinstalldirs) $(distdir)/. $(distdir)/../..
 
410
        @list='$(DISTFILES)'; for file in $$list; do \
 
411
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
412
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
413
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
414
            dir="/$$dir"; \
 
415
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
416
          else \
 
417
            dir=''; \
 
418
          fi; \
 
419
          if test -d $$d/$$file; then \
 
420
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
421
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
422
            fi; \
 
423
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
424
          else \
 
425
            test -f $(distdir)/$$file \
 
426
            || cp -p $$d/$$file $(distdir)/$$file \
 
427
            || exit 1; \
 
428
          fi; \
 
429
        done
 
430
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
431
          if test "$$subdir" = .; then :; else \
 
432
            test -d $(distdir)/$$subdir \
 
433
            || mkdir $(distdir)/$$subdir \
 
434
            || exit 1; \
 
435
            (cd $$subdir && \
 
436
              $(MAKE) $(AM_MAKEFLAGS) \
 
437
                top_distdir="$(top_distdir)" \
 
438
                distdir=../$(distdir)/$$subdir \
 
439
                distdir) \
 
440
              || exit 1; \
 
441
          fi; \
 
442
        done
 
443
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
444
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
445
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
446
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
447
        || chmod -R a+r $(distdir)
 
448
dist-gzip: distdir
 
449
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
450
        $(am__remove_distdir)
 
451
 
 
452
dist dist-all: distdir
 
453
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
454
        $(am__remove_distdir)
 
455
 
 
456
# This target untars the dist file and tries a VPATH configuration.  Then
 
457
# it guarantees that the distribution is self-contained by making another
 
458
# tarfile.
 
459
distcheck: dist
 
460
        $(am__remove_distdir)
 
461
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
462
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
463
        mkdir $(distdir)/=build
 
464
        mkdir $(distdir)/=inst
 
465
        chmod a-w $(distdir)
 
466
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
 
467
          && cd $(distdir)/=build \
 
468
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
469
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
470
          && $(MAKE) $(AM_MAKEFLAGS) \
 
471
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
472
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
473
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
474
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
475
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
476
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
 
477
              || { echo "ERROR: files left after uninstall:" ; \
 
478
                   find $$dc_install_base -type f -print ; \
 
479
                   exit 1; } >&2 ) \
 
480
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
 
481
          && rm -f $(distdir).tar.gz \
 
482
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
483
        $(am__remove_distdir)
 
484
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
485
          sed 'h;s/./=/g;p;x;p;x'
 
486
distcleancheck: distclean
 
487
        if test '$(srcdir)' = . ; then \
 
488
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
489
          exit 1 ; \
 
490
        fi
 
491
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
492
          || { echo "ERROR: files left after distclean:" ; \
 
493
               $(distcleancheck_listfiles) ; \
 
494
               exit 1; } >&2
 
495
check-am: all-am
 
496
check: check-recursive
 
497
all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
 
498
installdirs: installdirs-recursive
 
499
installdirs-am:
 
500
 
 
501
install: install-recursive
 
502
install-exec: install-exec-recursive
 
503
install-data: install-data-recursive
 
504
uninstall: uninstall-recursive
 
505
 
 
506
install-am: all-am
 
507
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
508
 
 
509
installcheck: installcheck-recursive
 
510
install-strip:
 
511
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
512
          INSTALL_STRIP_FLAG=-s \
 
513
          `test -z '$(STRIP)' || \
 
514
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
515
mostlyclean-generic:
 
516
 
 
517
clean-generic:
 
518
 
 
519
distclean-generic:
 
520
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
521
 
 
522
maintainer-clean-generic:
 
523
        @echo "This command is intended for maintainers to use"
 
524
        @echo "it deletes files that may require special tools to rebuild."
 
525
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
526
clean: clean-recursive
 
527
 
 
528
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
529
        mostlyclean-am
 
530
 
 
531
distclean: distclean-recursive
 
532
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
533
distclean-am: clean-am distclean-compile distclean-depend \
 
534
        distclean-generic distclean-hdr distclean-libtool \
 
535
        distclean-tags
 
536
 
 
537
dvi: dvi-recursive
 
538
 
 
539
dvi-am:
 
540
 
 
541
info: info-recursive
 
542
 
 
543
info-am:
 
544
 
 
545
install-data-am:
 
546
 
 
547
install-exec-am:
 
548
 
 
549
install-info: install-info-recursive
 
550
 
 
551
install-man:
 
552
 
 
553
installcheck-am:
 
554
 
 
555
maintainer-clean: maintainer-clean-recursive
 
556
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
557
        -rm -rf autom4te.cache
 
558
maintainer-clean-am: distclean-am maintainer-clean-generic
 
559
 
 
560
mostlyclean: mostlyclean-recursive
 
561
 
 
562
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
563
        mostlyclean-libtool
 
564
 
 
565
uninstall-am: uninstall-info-am
 
566
 
 
567
uninstall-info: uninstall-info-recursive
 
568
 
 
569
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
570
        clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
571
        clean-recursive dist dist-all dist-gzip distcheck distclean \
 
572
        distclean-compile distclean-depend distclean-generic \
 
573
        distclean-hdr distclean-libtool distclean-recursive \
 
574
        distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
 
575
        info info-am info-recursive install install-am install-data \
 
576
        install-data-am install-data-recursive install-exec \
 
577
        install-exec-am install-exec-recursive install-info \
 
578
        install-info-am install-info-recursive install-man \
 
579
        install-recursive install-strip installcheck installcheck-am \
 
580
        installdirs installdirs-am installdirs-recursive \
 
581
        maintainer-clean maintainer-clean-generic \
 
582
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
583
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
584
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
585
        uninstall-info-recursive uninstall-recursive
 
586
 
 
587
 
 
588
$(srcdir)/frametype.c: $(srcdir)/frametype.gperf Makefile.am
 
589
        cd $(srcdir) &&  \
 
590
        gperf -tCcTonD -K id -N id3_frametype_lookup -s -3 -k '*'  \
 
591
                frametype.gperf |  \
 
592
        sed -e 's/\(struct id3_frametype\);/\1/' |  \
 
593
        sed -e '/\$$''Id: /s/\$$//g' >frametype.c
 
594
 
 
595
$(srcdir)/compat.c: $(srcdir)/compat.gperf Makefile.am
 
596
        cd $(srcdir) &&  \
 
597
        gperf -tCcTonD -K id -N id3_compat_lookup -s -3 -k '*'  \
 
598
                compat.gperf |  \
 
599
        sed -e 's/\(struct id3_compat\);/\1/' |  \
 
600
        sed -e '/\$$''Id: /s/\$$//g' >compat.c
 
601
 
 
602
$(srcdir)/genre.dat: $(srcdir)/genre.dat.in $(srcdir)/genre.dat.sed Makefile.am
 
603
        cd $(srcdir) &&  \
 
604
        sed -n -f genre.dat.sed genre.dat.in |  \
 
605
        sed -e '/\$$''Id: /s/\$$//g' >genre.dat
 
606
 
 
607
libtool: $(LIBTOOL_DEPS)
 
608
        $(SHELL) ./config.status --recheck
 
609
 
 
610
again:
 
611
        $(MAKE) clean
 
612
        $(MAKE)
 
613
 
 
614
.PHONY: again
 
615
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
616
# Otherwise a system limit (for SysV at least) may be exceeded.
 
617
.NOEXPORT: