~ubuntu-branches/ubuntu/edgy/libcdio/edgy-updates

« back to all changes in this revision

Viewing changes to lib/iso9660/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-11-15 16:53:23 UTC
  • mfrom: (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20051115165323-peroku75syl2j36u
Tags: 0.76-1ubuntu1
* Sync to new Debian version, manually apply Ubuntu patches:
  - debian/control: Remove dpkg-awk build dependency.
  - debian/rules: hardcode $LIBCDEV. This keeps the diff small (compared to
    the original patch of changing every ${libcdev} occurence).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
2
# @configure_input@
 
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
@SET_MAKE@
 
16
 
 
17
#   $Id: Makefile.am,v 1.9 2005/09/20 00:42:14 rocky Exp $
 
18
#
 
19
#    Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
 
20
#
 
21
#    This program is free software; you can redistribute it and/or modify
 
22
#    it under the terms of the GNU General Public License as published by
 
23
#    the Free Software Foundation; either version 2 of the License, or
 
24
#    (at your option) any later version.
 
25
#
 
26
#    This program is distributed in the hope that it will be useful,
 
27
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
28
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
29
#    GNU General Public License for more details.
 
30
#
 
31
#    You should have received a copy of the GNU General Public License
 
32
#    along with this program; if not, write to the Free Software
 
33
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
34
#
 
35
########################################################
 
36
# Things to make the libiso9660 library
 
37
########################################################
 
38
#
 
39
# From libtool documentation amended with guidance from N. Boullis: 
 
40
#
 
41
#  1. Start with version information of `0:0:0' for each libtool library.
 
42
#
 
43
#  2. It is probably not a good idea to update the version information 
 
44
#     several times between public releases, but rather once per public
 
45
#     release. (This seems to be more an aesthetic consideration than
 
46
#     a hard technical one.)
 
47
#
 
48
#  3. If the library source code has changed at all since the last
 
49
#     update, then increment REVISION (`C:R:A' becomes `C:R+1:A').
 
50
#
 
51
#  4. If any interfaces have been added, removed, or changed since the
 
52
#     last update, increment CURRENT, and set REVISION to 0.
 
53
#
 
54
#  5. If any interfaces have been added since the last public release,
 
55
#     then increment AGE.
 
56
#
 
57
#  6. If any interfaces have been removed or changed since the last
 
58
#     public release, then set AGE to 0. A changed interface means an
 
59
#     incompatibility with previous versions.
 
60
 
 
61
 
 
62
SOURCES = $(libiso9660_la_SOURCES)
 
63
 
 
64
srcdir = @srcdir@
 
65
top_srcdir = @top_srcdir@
 
66
VPATH = @srcdir@
 
67
pkgdatadir = $(datadir)/@PACKAGE@
 
68
pkglibdir = $(libdir)/@PACKAGE@
 
69
pkgincludedir = $(includedir)/@PACKAGE@
 
70
top_builddir = ../..
 
71
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
72
INSTALL = @INSTALL@
 
73
install_sh_DATA = $(install_sh) -c -m 644
 
74
install_sh_PROGRAM = $(install_sh) -c
 
75
install_sh_SCRIPT = $(install_sh) -c
 
76
INSTALL_HEADER = $(INSTALL_DATA)
 
77
transform = $(program_transform_name)
 
78
NORMAL_INSTALL = :
 
79
PRE_INSTALL = :
 
80
POST_INSTALL = :
 
81
NORMAL_UNINSTALL = :
 
82
PRE_UNINSTALL = :
 
83
POST_UNINSTALL = :
 
84
build_triplet = @build@
 
85
host_triplet = @host@
 
86
subdir = lib/iso9660
 
87
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
88
        $(srcdir)/Makefile.in
 
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
90
am__aclocal_m4_deps = $(top_srcdir)/libpopt.m4 \
 
91
        $(top_srcdir)/configure.ac
 
92
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
93
        $(ACLOCAL_M4)
 
94
mkinstalldirs = $(install_sh) -d
 
95
CONFIG_HEADER = $(top_builddir)/config.h
 
96
CONFIG_CLEAN_FILES =
 
97
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
98
am__vpath_adj = case $$p in \
 
99
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
100
    *) f=$$p;; \
 
101
  esac;
 
102
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
103
am__installdirs = "$(DESTDIR)$(libdir)"
 
104
libLTLIBRARIES_INSTALL = $(INSTALL)
 
105
LTLIBRARIES = $(lib_LTLIBRARIES)
 
106
am__libiso9660_la_SOURCES_DIST = iso9660.c iso9660_private.h \
 
107
        iso9660_fs.c rock.c xa.c
 
108
@ENABLE_ROCK_TRUE@am__objects_1 = rock.lo
 
109
am_libiso9660_la_OBJECTS = iso9660.lo iso9660_fs.lo $(am__objects_1) \
 
110
        xa.lo
 
111
libiso9660_la_OBJECTS = $(am_libiso9660_la_OBJECTS)
 
112
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
113
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
114
am__depfiles_maybe = depfiles
 
115
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
116
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
117
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
118
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
119
        $(AM_CFLAGS) $(CFLAGS)
 
120
CCLD = $(CC)
 
121
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
122
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
123
SOURCES = $(libiso9660_la_SOURCES)
 
124
DIST_SOURCES = $(am__libiso9660_la_SOURCES_DIST)
 
125
HEADERS = $(noinst_HEADERS)
 
126
ETAGS = etags
 
127
CTAGS = ctags
 
128
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
129
ACLOCAL = @ACLOCAL@
 
130
AMDEP_FALSE = @AMDEP_FALSE@
 
131
AMDEP_TRUE = @AMDEP_TRUE@
 
132
AMTAR = @AMTAR@
 
133
AR = @AR@
 
134
AUTOCONF = @AUTOCONF@
 
135
AUTOHEADER = @AUTOHEADER@
 
136
AUTOMAKE = @AUTOMAKE@
 
137
AWK = @AWK@
 
138
BUILD_CDDA_PLAYER_FALSE = @BUILD_CDDA_PLAYER_FALSE@
 
139
BUILD_CDDA_PLAYER_TRUE = @BUILD_CDDA_PLAYER_TRUE@
 
140
BUILD_CDINFO_FALSE = @BUILD_CDINFO_FALSE@
 
141
BUILD_CDINFO_LINUX_FALSE = @BUILD_CDINFO_LINUX_FALSE@
 
142
BUILD_CDINFO_LINUX_TRUE = @BUILD_CDINFO_LINUX_TRUE@
 
143
BUILD_CDINFO_TRUE = @BUILD_CDINFO_TRUE@
 
144
BUILD_CDIOTEST_FALSE = @BUILD_CDIOTEST_FALSE@
 
145
BUILD_CDIOTEST_TRUE = @BUILD_CDIOTEST_TRUE@
 
146
BUILD_CD_DRIVE_FALSE = @BUILD_CD_DRIVE_FALSE@
 
147
BUILD_CD_DRIVE_TRUE = @BUILD_CD_DRIVE_TRUE@
 
148
BUILD_CD_PARANOIA_FALSE = @BUILD_CD_PARANOIA_FALSE@
 
149
BUILD_CD_PARANOIA_TRUE = @BUILD_CD_PARANOIA_TRUE@
 
150
BUILD_CD_READ_FALSE = @BUILD_CD_READ_FALSE@
 
151
BUILD_CD_READ_TRUE = @BUILD_CD_READ_TRUE@
 
152
BUILD_ISO_INFO_FALSE = @BUILD_ISO_INFO_FALSE@
 
153
BUILD_ISO_INFO_TRUE = @BUILD_ISO_INFO_TRUE@
 
154
BUILD_ISO_READ_FALSE = @BUILD_ISO_READ_FALSE@
 
155
BUILD_ISO_READ_TRUE = @BUILD_ISO_READ_TRUE@
 
156
BUILD_VERSIONED_LIBS_FALSE = @BUILD_VERSIONED_LIBS_FALSE@
 
157
BUILD_VERSIONED_LIBS_TRUE = @BUILD_VERSIONED_LIBS_TRUE@
 
158
CC = @CC@
 
159
CCDEPMODE = @CCDEPMODE@
 
160
CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@
 
161
CDDB_CFLAGS = @CDDB_CFLAGS@
 
162
CDDB_LIBS = @CDDB_LIBS@
 
163
CDPARANOIA_NAME = @CDPARANOIA_NAME@
 
164
CFLAGS = @CFLAGS@
 
165
CMP = @CMP@
 
166
COS_LIB = @COS_LIB@
 
167
CPP = @CPP@
 
168
CPPFLAGS = @CPPFLAGS@
 
169
CVS2CL = @CVS2CL@
 
170
CXX = @CXX@
 
171
CXXCPP = @CXXCPP@
 
172
CXXDEPMODE = @CXXDEPMODE@
 
173
CXXFLAGS = @CXXFLAGS@
 
174
CYGPATH_W = @CYGPATH_W@
 
175
CYGWIN_FALSE = @CYGWIN_FALSE@
 
176
CYGWIN_TRUE = @CYGWIN_TRUE@
 
177
DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@
 
178
DEFS = @DEFS@
 
179
DEPDIR = @DEPDIR@
 
180
DIFF = @DIFF@
 
181
DIFF_OPTS = @DIFF_OPTS@
 
182
DISABLE_CPP_FALSE = @DISABLE_CPP_FALSE@
 
183
DISABLE_CPP_TRUE = @DISABLE_CPP_TRUE@
 
184
ECHO = @ECHO@
 
185
ECHO_C = @ECHO_C@
 
186
ECHO_N = @ECHO_N@
 
187
ECHO_T = @ECHO_T@
 
188
EGREP = @EGREP@
 
189
ENABLE_CPP_FALSE = @ENABLE_CPP_FALSE@
 
190
ENABLE_CPP_TRUE = @ENABLE_CPP_TRUE@
 
191
ENABLE_ROCK_FALSE = @ENABLE_ROCK_FALSE@
 
192
ENABLE_ROCK_TRUE = @ENABLE_ROCK_TRUE@
 
193
EXEEXT = @EXEEXT@
 
194
F77 = @F77@
 
195
FFLAGS = @FFLAGS@
 
196
HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@
 
197
HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@
 
198
HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@
 
199
HAVE_GETOPT_LONG_FALSE = @HAVE_GETOPT_LONG_FALSE@
 
200
HAVE_GETOPT_LONG_TRUE = @HAVE_GETOPT_LONG_TRUE@
 
201
HAVE_JOLIET = @HAVE_JOLIET@
 
202
HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@
 
203
HAVE_PERL_FALSE = @HAVE_PERL_FALSE@
 
204
HAVE_PERL_TRUE = @HAVE_PERL_TRUE@
 
205
HAVE_ROCK = @HAVE_ROCK@
 
206
HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@
 
207
HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@
 
208
HELP2MAN = @HELP2MAN@
 
209
INSTALL_DATA = @INSTALL_DATA@
 
210
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
211
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
212
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
213
LDFLAGS = @LDFLAGS@
 
214
LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@
 
215
LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@
 
216
LIBCDIO_LIBS = @LIBCDIO_LIBS@
 
217
LIBCDIO_PARANOIA_LIBS = @LIBCDIO_PARANOIA_LIBS@
 
218
LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@
 
219
LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@
 
220
LIBICONV = @LIBICONV@
 
221
LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@
 
222
LIBISO9660_LIBS = @LIBISO9660_LIBS@
 
223
LIBOBJS = @LIBOBJS@
 
224
LIBPOPT_CFLAGS = @LIBPOPT_CFLAGS@
 
225
LIBPOPT_LIBS = @LIBPOPT_LIBS@
 
226
LIBS = @LIBS@
 
227
LIBTOOL = @LIBTOOL@
 
228
LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@
 
229
LN_S = @LN_S@
 
230
LTLIBICONV = @LTLIBICONV@
 
231
LTLIBOBJS = @LTLIBOBJS@
 
232
MAINT = @MAINT@
 
233
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
234
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
235
MAKEINFO = @MAKEINFO@
 
236
OBJEXT = @OBJEXT@
 
237
OLD_CDPARANOIA = @OLD_CDPARANOIA@
 
238
PACKAGE = @PACKAGE@
 
239
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
240
PACKAGE_NAME = @PACKAGE_NAME@
 
241
PACKAGE_STRING = @PACKAGE_STRING@
 
242
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
243
PACKAGE_VERSION = @PACKAGE_VERSION@
 
244
PATH_SEPARATOR = @PATH_SEPARATOR@
 
245
PERL = @PERL@
 
246
PKG_CONFIG = @PKG_CONFIG@
 
247
RANLIB = @RANLIB@
 
248
SBPCD_H = @SBPCD_H@
 
249
SET_MAKE = @SET_MAKE@
 
250
SHELL = @SHELL@
 
251
STRIP = @STRIP@
 
252
TYPESIZES = @TYPESIZES@
 
253
UCDROM_H = @UCDROM_H@
 
254
VCDINFO_CFLAGS = @VCDINFO_CFLAGS@
 
255
VCDINFO_LIBS = @VCDINFO_LIBS@
 
256
VERSION = @VERSION@
 
257
ac_ct_AR = @ac_ct_AR@
 
258
ac_ct_CC = @ac_ct_CC@
 
259
ac_ct_CXX = @ac_ct_CXX@
 
260
ac_ct_F77 = @ac_ct_F77@
 
261
ac_ct_RANLIB = @ac_ct_RANLIB@
 
262
ac_ct_STRIP = @ac_ct_STRIP@
 
263
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
264
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
265
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
266
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
267
am__include = @am__include@
 
268
am__leading_dot = @am__leading_dot@
 
269
am__quote = @am__quote@
 
270
am__tar = @am__tar@
 
271
am__untar = @am__untar@
 
272
bindir = @bindir@
 
273
build = @build@
 
274
build_alias = @build_alias@
 
275
build_cpu = @build_cpu@
 
276
build_os = @build_os@
 
277
build_vendor = @build_vendor@
 
278
datadir = @datadir@
 
279
exec_prefix = @exec_prefix@
 
280
host = @host@
 
281
host_alias = @host_alias@
 
282
host_cpu = @host_cpu@
 
283
host_os = @host_os@
 
284
host_vendor = @host_vendor@
 
285
includedir = @includedir@
 
286
infodir = @infodir@
 
287
install_sh = @install_sh@
 
288
libdir = @libdir@
 
289
libexecdir = @libexecdir@
 
290
localstatedir = @localstatedir@
 
291
mandir = @mandir@
 
292
mkdir_p = @mkdir_p@
 
293
oldincludedir = @oldincludedir@
 
294
prefix = @prefix@
 
295
program_transform_name = @program_transform_name@
 
296
sbindir = @sbindir@
 
297
sharedstatedir = @sharedstatedir@
 
298
sysconfdir = @sysconfdir@
 
299
target_alias = @target_alias@
 
300
libiso9660_la_CURRENT := 4
 
301
libiso9660_la_REVISION := 1
 
302
libiso9660_la_AGE := 0
 
303
EXTRA_DIST = libiso9660.sym
 
304
noinst_HEADERS = iso9660_private.h
 
305
lib_LTLIBRARIES = libiso9660.la
 
306
@ENABLE_ROCK_FALSE@rock_src = 
 
307
@ENABLE_ROCK_TRUE@rock_src = rock.c
 
308
libiso9660_la_SOURCES = \
 
309
        iso9660.c \
 
310
        iso9660_private.h \
 
311
        iso9660_fs.c \
 
312
        $(rock_src) \
 
313
        xa.c
 
314
 
 
315
libiso9660_la_LIBADD = @LIBCDIO_LIBS@
 
316
libiso9660_la_ldflags = -version-info $(libiso9660_la_CURRENT):$(libiso9660_la_REVISION):$(libiso9660_la_AGE)
 
317
libiso9660_la_dependencies = libcdio.la
 
318
INCLUDES = $(LIBCDIO_CFLAGS)
 
319
 
 
320
########################################################
 
321
# Things to version the symbols in the libraries
 
322
########################################################
 
323
 
 
324
# An explanation of the versioning problem from Nicolas Boullis and
 
325
# the versioned symbol solution he uses below...
 
326
 
327
# Currently, libvcdinfo uses the cdio_open function from libcdio.
 
328
# Let's imagine a program foobar that uses both the vcdinfo_open
 
329
# function from libvcdinfo and the cdio_open function from libcdio.
 
330
 
 
331
# Currently, libcdio has SONAME libcdio.so.0, libvcdinfo has SONAME
 
332
# libvcdinfo.so.0 and requires libcdio.so.0, and foobar requires both
 
333
# libvcdinfo.so.0 and libcdio.so.0. Everything looks fine.
 
334
#
 
335
# Now, for some reason, you decide to change the cdio_open function.
 
336
# That's your right, but you have to bump the CURRENT version and (if I
 
337
# understand it correctly, athough this is not that clear in libtool's
 
338
# documentation) set the AGE to 0. Anyway, this bumps the SONAME, which is
 
339
# sane since the interface changes incompatibly.
 
340
 
 
341
# Now, you have a new libcdio with SONAME libcdio.so.1. But libvcdinfo and
 
342
# foobar still require libcdio.so.0. Everything is still fine.
 
343
 
 
344
# Now, after some minor changes, the author of foobar recompiles foobar.
 
345
# Then, foobar now requires libvcdinfo.so.0 and libcdio.so.1. And foobar
 
346
# now segfaults...
 
347
 
 
348
# What is happening? When you run foobar, if brings both libvcdinfo.so.0
 
349
# and libcdio.so.1, but libvcdinfo.so.0 also brings libcdio.so.0. So you
 
350
# have both libcdio.so.0 and libcdio.so.1 that bring their symbols to the
 
351
# global namespace. Hence, you have to incompatible versions of the
 
352
# cdio_open function in the name space. When foobar calls cdio_open, it
 
353
# may choose the wrong function, and segfaults...
 
354
 
 
355
# With versioned symbols, the cdio_open function from libcdio.so.0 may be
 
356
# known as (something that looks like) cdio_open@@CDIO_0. An the cdio_open
 
357
# function from libcdio.so.1 as cdio_open@@CDIO_1. Both versions of
 
358
# libcdio would still be brought in by the most recent foobar, but foobar
 
359
# (and libvcdinfo) know which versioned function to use and then use the
 
360
# good one.
 
361
 
 
362
# This is some simple versioning where every symbol is versioned with
 
363
# something that looks like the SONAME of the library. More complex (and
 
364
# better) versioning is possible; it is for example what is used by glibc.
 
365
# But good complex versioning is something that requires much more
 
366
# work...
 
367
 
 
368
# The below is a impliments symbol versioning.  First of all, I
 
369
# compute MAJOR as CURENT - AGE; that is what is used within libtool
 
370
# (at least on GNU/Linux systems) for the number in the SONAME.  The
 
371
# nm command gives the list of symbols known in each of the object
 
372
# files that will be part of the shared library. And the sed command
 
373
# extracts from this list those symbols that will be shared. (This sed
 
374
# command comes from libtool.)
 
375
libiso9660_la_MAJOR := $(shell expr $(libiso9660_la_CURRENT) - $(libiso9660_la_AGE))
 
376
@BUILD_VERSIONED_LIBS_FALSE@libiso9660_la_LDFLAGS = $(libiso9660_la_ldflags)
 
377
@BUILD_VERSIONED_LIBS_TRUE@libiso9660_la_LDFLAGS = $(libiso9660_la_ldflags) -Wl,--version-script=libiso9660.la.ver
 
378
@BUILD_VERSIONED_LIBS_FALSE@libiso9660_la_DEPENDENCIES = $(libcdio9660_la_dependencies)
 
379
@BUILD_VERSIONED_LIBS_TRUE@libiso9660_la_DEPENDENCIES = $(libcdio9660_la_dependencies) libiso9660.la.ver
 
380
@BUILD_VERSIONED_LIBS_TRUE@MOSTLYCLEANFILES = libiso9660.la.ver
 
381
all: all-am
 
382
 
 
383
.SUFFIXES:
 
384
.SUFFIXES: .c .lo .o .obj
 
385
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
386
        @for dep in $?; do \
 
387
          case '$(am__configure_deps)' in \
 
388
            *$$dep*) \
 
389
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
390
                && exit 0; \
 
391
              exit 1;; \
 
392
          esac; \
 
393
        done; \
 
394
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/iso9660/Makefile'; \
 
395
        cd $(top_srcdir) && \
 
396
          $(AUTOMAKE) --gnu  lib/iso9660/Makefile
 
397
.PRECIOUS: Makefile
 
398
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
399
        @case '$?' in \
 
400
          *config.status*) \
 
401
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
402
          *) \
 
403
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
404
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
405
        esac;
 
406
 
 
407
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
408
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
409
 
 
410
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
411
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
412
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
413
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
414
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
415
        @$(NORMAL_INSTALL)
 
416
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
417
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
418
          if test -f $$p; then \
 
419
            f=$(am__strip_dir) \
 
420
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
421
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
422
          else :; fi; \
 
423
        done
 
424
 
 
425
uninstall-libLTLIBRARIES:
 
426
        @$(NORMAL_UNINSTALL)
 
427
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
428
          p=$(am__strip_dir) \
 
429
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
430
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
431
        done
 
432
 
 
433
clean-libLTLIBRARIES:
 
434
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
435
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
436
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
437
          test "$$dir" != "$$p" || dir=.; \
 
438
          echo "rm -f \"$${dir}/so_locations\""; \
 
439
          rm -f "$${dir}/so_locations"; \
 
440
        done
 
441
libiso9660.la: $(libiso9660_la_OBJECTS) $(libiso9660_la_DEPENDENCIES) 
 
442
        $(LINK) -rpath $(libdir) $(libiso9660_la_LDFLAGS) $(libiso9660_la_OBJECTS) $(libiso9660_la_LIBADD) $(LIBS)
 
443
 
 
444
mostlyclean-compile:
 
445
        -rm -f *.$(OBJEXT)
 
446
 
 
447
distclean-compile:
 
448
        -rm -f *.tab.c
 
449
 
 
450
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso9660.Plo@am__quote@
 
451
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso9660_fs.Plo@am__quote@
 
452
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rock.Plo@am__quote@
 
453
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xa.Plo@am__quote@
 
454
 
 
455
.c.o:
 
456
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
457
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
460
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
461
 
 
462
.c.obj:
 
463
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
464
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
467
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
468
 
 
469
.c.lo:
 
470
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
471
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
474
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
475
 
 
476
mostlyclean-libtool:
 
477
        -rm -f *.lo
 
478
 
 
479
clean-libtool:
 
480
        -rm -rf .libs _libs
 
481
 
 
482
distclean-libtool:
 
483
        -rm -f libtool
 
484
uninstall-info-am:
 
485
 
 
486
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
487
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
488
        unique=`for i in $$list; do \
 
489
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
490
          done | \
 
491
          $(AWK) '    { files[$$0] = 1; } \
 
492
               END { for (i in files) print i; }'`; \
 
493
        mkid -fID $$unique
 
494
tags: TAGS
 
495
 
 
496
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
497
                $(TAGS_FILES) $(LISP)
 
498
        tags=; \
 
499
        here=`pwd`; \
 
500
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
501
        unique=`for i in $$list; do \
 
502
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
503
          done | \
 
504
          $(AWK) '    { files[$$0] = 1; } \
 
505
               END { for (i in files) print i; }'`; \
 
506
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
507
          test -n "$$unique" || unique=$$empty_fix; \
 
508
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
509
            $$tags $$unique; \
 
510
        fi
 
511
ctags: CTAGS
 
512
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
513
                $(TAGS_FILES) $(LISP)
 
514
        tags=; \
 
515
        here=`pwd`; \
 
516
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
517
        unique=`for i in $$list; do \
 
518
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
519
          done | \
 
520
          $(AWK) '    { files[$$0] = 1; } \
 
521
               END { for (i in files) print i; }'`; \
 
522
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
523
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
524
             $$tags $$unique
 
525
 
 
526
GTAGS:
 
527
        here=`$(am__cd) $(top_builddir) && pwd` \
 
528
          && cd $(top_srcdir) \
 
529
          && gtags -i $(GTAGS_ARGS) $$here
 
530
 
 
531
distclean-tags:
 
532
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
533
 
 
534
distdir: $(DISTFILES)
 
535
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
536
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
537
        list='$(DISTFILES)'; for file in $$list; do \
 
538
          case $$file in \
 
539
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
540
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
541
          esac; \
 
542
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
543
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
544
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
545
            dir="/$$dir"; \
 
546
            $(mkdir_p) "$(distdir)$$dir"; \
 
547
          else \
 
548
            dir=''; \
 
549
          fi; \
 
550
          if test -d $$d/$$file; then \
 
551
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
552
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
553
            fi; \
 
554
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
555
          else \
 
556
            test -f $(distdir)/$$file \
 
557
            || cp -p $$d/$$file $(distdir)/$$file \
 
558
            || exit 1; \
 
559
          fi; \
 
560
        done
 
561
check-am: all-am
 
562
check: check-am
 
563
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
564
installdirs:
 
565
        for dir in "$(DESTDIR)$(libdir)"; do \
 
566
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
567
        done
 
568
install: install-am
 
569
install-exec: install-exec-am
 
570
install-data: install-data-am
 
571
uninstall: uninstall-am
 
572
 
 
573
install-am: all-am
 
574
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
575
 
 
576
installcheck: installcheck-am
 
577
install-strip:
 
578
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
579
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
580
          `test -z '$(STRIP)' || \
 
581
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
582
mostlyclean-generic:
 
583
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
584
 
 
585
clean-generic:
 
586
 
 
587
distclean-generic:
 
588
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
589
 
 
590
maintainer-clean-generic:
 
591
        @echo "This command is intended for maintainers to use"
 
592
        @echo "it deletes files that may require special tools to rebuild."
 
593
clean: clean-am
 
594
 
 
595
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
596
        mostlyclean-am
 
597
 
 
598
distclean: distclean-am
 
599
        -rm -rf ./$(DEPDIR)
 
600
        -rm -f Makefile
 
601
distclean-am: clean-am distclean-compile distclean-generic \
 
602
        distclean-libtool distclean-tags
 
603
 
 
604
dvi: dvi-am
 
605
 
 
606
dvi-am:
 
607
 
 
608
html: html-am
 
609
 
 
610
info: info-am
 
611
 
 
612
info-am:
 
613
 
 
614
install-data-am:
 
615
 
 
616
install-exec-am: install-libLTLIBRARIES
 
617
 
 
618
install-info: install-info-am
 
619
 
 
620
install-man:
 
621
 
 
622
installcheck-am:
 
623
 
 
624
maintainer-clean: maintainer-clean-am
 
625
        -rm -rf ./$(DEPDIR)
 
626
        -rm -f Makefile
 
627
maintainer-clean-am: distclean-am maintainer-clean-generic
 
628
 
 
629
mostlyclean: mostlyclean-am
 
630
 
 
631
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
632
        mostlyclean-libtool
 
633
 
 
634
pdf: pdf-am
 
635
 
 
636
pdf-am:
 
637
 
 
638
ps: ps-am
 
639
 
 
640
ps-am:
 
641
 
 
642
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
643
 
 
644
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
645
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
646
        distclean-compile distclean-generic distclean-libtool \
 
647
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
648
        install install-am install-data install-data-am install-exec \
 
649
        install-exec-am install-info install-info-am \
 
650
        install-libLTLIBRARIES install-man install-strip installcheck \
 
651
        installcheck-am installdirs maintainer-clean \
 
652
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
653
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
654
        tags uninstall uninstall-am uninstall-info-am \
 
655
        uninstall-libLTLIBRARIES
 
656
 
 
657
 
 
658
@BUILD_VERSIONED_LIBS_TRUE@libiso9660.la.ver: $(libiso9660_la_OBJECTS) $(srcdir)/libiso9660.sym
 
659
@BUILD_VERSIONED_LIBS_TRUE@     echo 'ISO9660_$(libiso9660_la_MAJOR) {' > $@
 
660
@BUILD_VERSIONED_LIBS_TRUE@     objs=`for obj in $(libiso9660_la_OBJECTS); do sed -ne "s/^pic_object='\(.*\)'$$/\1/p" $$obj; done`; \
 
661
@BUILD_VERSIONED_LIBS_TRUE@     nm $${objs} | sed -n -e 's/^.*[         ][ABCDGIRSTW][ABCDGIRSTW]*[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$$/\1/p' | sort -u | { first=true; while read symbol; do if grep -q "^$${symbol}\$$" $(srcdir)/libiso9660.sym; then if test $$first = true; then echo "  global:"; first=false; fi; echo "    $${symbol};"; fi; done; } >> $@; \
 
662
@BUILD_VERSIONED_LIBS_TRUE@     nm $${objs} | sed -n -e 's/^.*[         ][ABCDGIRSTW][ABCDGIRSTW]*[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$$/\1/p' | sort -u | { first=true; while read symbol; do if grep -q "^$${symbol}\$$" $(srcdir)/libiso9660.sym; then :; else if test $$first = true; then echo "  local:"; first=false; fi; echo "    $${symbol};"; fi; done; } >> $@
 
663
@BUILD_VERSIONED_LIBS_TRUE@     echo '};' >> $@
 
664
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
665
# Otherwise a system limit (for SysV at least) may be exceeded.
 
666
.NOEXPORT: