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

« back to all changes in this revision

Viewing changes to lib/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 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
#   $Id: Makefile.am,v 1.61 2004/11/16 00:58:10 nboullis Exp $
 
17
#   $Id: Makefile.am,v 1.66 2004/12/22 10:04:46 rocky Exp $
18
18
#
19
19
#    Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
20
20
#
33
33
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
34
34
#
35
35
########################################################
36
 
# Things to make the libcdio and libiso9660 libraries
 
36
# make all libraries
37
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 = $(libcdio_la_SOURCES) $(libiso9660_la_SOURCES)
63
 
 
64
38
srcdir = @srcdir@
65
39
top_srcdir = @top_srcdir@
66
40
VPATH = @srcdir@
81
55
NORMAL_UNINSTALL = :
82
56
PRE_UNINSTALL = :
83
57
POST_UNINSTALL = :
 
58
build_triplet = @build@
84
59
host_triplet = @host@
85
60
subdir = lib
86
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
87
 
        $(srcdir)/Makefile.in
 
61
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
88
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89
 
am__aclocal_m4_deps = $(top_srcdir)/codeset.m4 $(top_srcdir)/iconv.m4 \
90
 
        $(top_srcdir)/lib-ld.m4 $(top_srcdir)/lib-link.m4 \
91
 
        $(top_srcdir)/lib-prefix.m4 $(top_srcdir)/libpopt.m4 \
 
63
am__aclocal_m4_deps = $(top_srcdir)/libpopt.m4 \
92
64
        $(top_srcdir)/configure.ac
93
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94
66
        $(ACLOCAL_M4)
95
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
67
mkinstalldirs = $(install_sh) -d
96
68
CONFIG_HEADER = $(top_builddir)/config.h
97
69
CONFIG_CLEAN_FILES =
98
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
99
 
am__vpath_adj = case $$p in \
100
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101
 
    *) f=$$p;; \
102
 
  esac;
103
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
104
 
am__installdirs = "$(DESTDIR)$(libdir)"
105
 
libLTLIBRARIES_INSTALL = $(INSTALL)
106
 
LTLIBRARIES = $(lib_LTLIBRARIES)
107
 
libcdio_la_LIBADD =
108
 
am__objects_1 = _cdio_bsdi.lo _cdio_generic.lo _cdio_linux.lo \
109
 
        _cdio_osx.lo _cdio_stdio.lo _cdio_stream.lo _cdio_sunos.lo \
110
 
        cd_types.lo cdio.lo cdtext.lo ds.lo freebsd.lo freebsd_cam.lo \
111
 
        freebsd_ioctl.lo bincue.lo cdrdao.lo nrg.lo aspi32.lo \
112
 
        win32_ioctl.lo win32.lo logging.lo scsi_mmc.lo sector.lo \
113
 
        util.lo
114
 
am_libcdio_la_OBJECTS = $(am__objects_1)
115
 
libcdio_la_OBJECTS = $(am_libcdio_la_OBJECTS)
116
 
am_libiso9660_la_OBJECTS = iso9660.lo iso9660_fs.lo xa.lo
117
 
libiso9660_la_OBJECTS = $(am_libiso9660_la_OBJECTS)
118
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
119
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
120
 
am__depfiles_maybe = depfiles
121
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123
 
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
124
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
125
 
        $(AM_CFLAGS) $(CFLAGS)
126
 
CCLD = $(CC)
127
 
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
128
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
129
 
SOURCES = $(libcdio_la_SOURCES) $(libiso9660_la_SOURCES)
130
 
DIST_SOURCES = $(libcdio_la_SOURCES) $(libiso9660_la_SOURCES)
131
 
HEADERS = $(noinst_HEADERS)
 
70
SOURCES =
 
71
DIST_SOURCES =
 
72
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
73
        html-recursive info-recursive install-data-recursive \
 
74
        install-exec-recursive install-info-recursive \
 
75
        install-recursive installcheck-recursive installdirs-recursive \
 
76
        pdf-recursive ps-recursive uninstall-info-recursive \
 
77
        uninstall-recursive
132
78
ETAGS = etags
133
79
CTAGS = ctags
 
80
DIST_SUBDIRS = driver iso9660 cdda_interface paranoia
134
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
135
82
ACLOCAL = @ACLOCAL@
136
83
AMDEP_FALSE = @AMDEP_FALSE@
141
88
AUTOHEADER = @AUTOHEADER@
142
89
AUTOMAKE = @AUTOMAKE@
143
90
AWK = @AWK@
 
91
BUILD_CDDA_PLAYER_FALSE = @BUILD_CDDA_PLAYER_FALSE@
 
92
BUILD_CDDA_PLAYER_TRUE = @BUILD_CDDA_PLAYER_TRUE@
144
93
BUILD_CDINFO_FALSE = @BUILD_CDINFO_FALSE@
145
94
BUILD_CDINFO_LINUX_FALSE = @BUILD_CDINFO_LINUX_FALSE@
146
95
BUILD_CDINFO_LINUX_TRUE = @BUILD_CDINFO_LINUX_TRUE@
147
96
BUILD_CDINFO_TRUE = @BUILD_CDINFO_TRUE@
148
97
BUILD_CDIOTEST_FALSE = @BUILD_CDIOTEST_FALSE@
149
98
BUILD_CDIOTEST_TRUE = @BUILD_CDIOTEST_TRUE@
 
99
BUILD_CD_DRIVE_FALSE = @BUILD_CD_DRIVE_FALSE@
 
100
BUILD_CD_DRIVE_TRUE = @BUILD_CD_DRIVE_TRUE@
 
101
BUILD_CD_PARANOIA_FALSE = @BUILD_CD_PARANOIA_FALSE@
 
102
BUILD_CD_PARANOIA_TRUE = @BUILD_CD_PARANOIA_TRUE@
 
103
BUILD_CD_READ_FALSE = @BUILD_CD_READ_FALSE@
 
104
BUILD_CD_READ_TRUE = @BUILD_CD_READ_TRUE@
 
105
BUILD_ISO_INFO_FALSE = @BUILD_ISO_INFO_FALSE@
 
106
BUILD_ISO_INFO_TRUE = @BUILD_ISO_INFO_TRUE@
 
107
BUILD_ISO_READ_FALSE = @BUILD_ISO_READ_FALSE@
 
108
BUILD_ISO_READ_TRUE = @BUILD_ISO_READ_TRUE@
150
109
BUILD_VERSIONED_LIBS_FALSE = @BUILD_VERSIONED_LIBS_FALSE@
151
110
BUILD_VERSIONED_LIBS_TRUE = @BUILD_VERSIONED_LIBS_TRUE@
152
111
CC = @CC@
153
112
CCDEPMODE = @CCDEPMODE@
 
113
CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@
154
114
CDDB_CFLAGS = @CDDB_CFLAGS@
155
115
CDDB_LIBS = @CDDB_LIBS@
 
116
CDPARANOIA_NAME = @CDPARANOIA_NAME@
156
117
CFLAGS = @CFLAGS@
 
118
CMP = @CMP@
 
119
COS_LIB = @COS_LIB@
157
120
CPP = @CPP@
158
121
CPPFLAGS = @CPPFLAGS@
159
122
CVS2CL = @CVS2CL@
169
132
DEPDIR = @DEPDIR@
170
133
DIFF = @DIFF@
171
134
DIFF_OPTS = @DIFF_OPTS@
 
135
DISABLE_CPP_FALSE = @DISABLE_CPP_FALSE@
 
136
DISABLE_CPP_TRUE = @DISABLE_CPP_TRUE@
172
137
ECHO = @ECHO@
173
138
ECHO_C = @ECHO_C@
174
139
ECHO_N = @ECHO_N@
175
140
ECHO_T = @ECHO_T@
176
141
EGREP = @EGREP@
 
142
ENABLE_CPP_FALSE = @ENABLE_CPP_FALSE@
 
143
ENABLE_CPP_TRUE = @ENABLE_CPP_TRUE@
 
144
ENABLE_ROCK_FALSE = @ENABLE_ROCK_FALSE@
 
145
ENABLE_ROCK_TRUE = @ENABLE_ROCK_TRUE@
177
146
EXEEXT = @EXEEXT@
178
147
F77 = @F77@
179
148
FFLAGS = @FFLAGS@
180
149
HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@
181
150
HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@
182
151
HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@
 
152
HAVE_GETOPT_LONG_FALSE = @HAVE_GETOPT_LONG_FALSE@
 
153
HAVE_GETOPT_LONG_TRUE = @HAVE_GETOPT_LONG_TRUE@
183
154
HAVE_JOLIET = @HAVE_JOLIET@
184
155
HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@
 
156
HAVE_PERL_FALSE = @HAVE_PERL_FALSE@
 
157
HAVE_PERL_TRUE = @HAVE_PERL_TRUE@
 
158
HAVE_ROCK = @HAVE_ROCK@
185
159
HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@
186
160
HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@
187
161
HELP2MAN = @HELP2MAN@
190
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
191
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192
166
LDFLAGS = @LDFLAGS@
 
167
LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@
193
168
LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@
194
169
LIBCDIO_LIBS = @LIBCDIO_LIBS@
 
170
LIBCDIO_PARANOIA_LIBS = @LIBCDIO_PARANOIA_LIBS@
195
171
LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@
196
172
LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@
197
173
LIBICONV = @LIBICONV@
 
174
LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@
198
175
LIBISO9660_LIBS = @LIBISO9660_LIBS@
199
176
LIBOBJS = @LIBOBJS@
200
177
LIBPOPT_CFLAGS = @LIBPOPT_CFLAGS@
210
187
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
211
188
MAKEINFO = @MAKEINFO@
212
189
OBJEXT = @OBJEXT@
 
190
OLD_CDPARANOIA = @OLD_CDPARANOIA@
213
191
PACKAGE = @PACKAGE@
214
192
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215
193
PACKAGE_NAME = @PACKAGE_NAME@
220
198
PERL = @PERL@
221
199
PKG_CONFIG = @PKG_CONFIG@
222
200
RANLIB = @RANLIB@
 
201
SBPCD_H = @SBPCD_H@
223
202
SET_MAKE = @SET_MAKE@
224
203
SHELL = @SHELL@
225
204
STRIP = @STRIP@
 
205
TYPESIZES = @TYPESIZES@
 
206
UCDROM_H = @UCDROM_H@
226
207
VCDINFO_CFLAGS = @VCDINFO_CFLAGS@
227
208
VCDINFO_LIBS = @VCDINFO_LIBS@
228
209
VERSION = @VERSION@
269
250
sharedstatedir = @sharedstatedir@
270
251
sysconfdir = @sysconfdir@
271
252
target_alias = @target_alias@
272
 
libcdio_la_CURRENT := 3
273
 
libcdio_la_REVISION := 0
274
 
libcdio_la_AGE := 0
275
 
libiso9660_la_CURRENT := 3
276
 
libiso9660_la_REVISION := 0
277
 
libiso9660_la_AGE := 0
278
 
EXTRA_DIST = image/Makefile FreeBSD/Makefile MSWindows/Makefile \
279
 
             libcdio.sym libiso9660.sym
280
 
 
281
 
noinst_HEADERS = cdio_assert.h cdio_private.h portable.h
282
 
libcdio_sources = \
283
 
        _cdio_bsdi.c \
284
 
        _cdio_generic.c \
285
 
        _cdio_linux.c \
286
 
        _cdio_osx.c \
287
 
        _cdio_stdio.c \
288
 
        _cdio_stdio.h \
289
 
        _cdio_stream.c \
290
 
        _cdio_stream.h \
291
 
        _cdio_sunos.c \
292
 
        cd_types.c \
293
 
        cdio.c \
294
 
        cdtext.c \
295
 
        cdtext_private.h \
296
 
        ds.c \
297
 
        FreeBSD/freebsd.c \
298
 
        FreeBSD/freebsd.h \
299
 
        FreeBSD/freebsd_cam.c \
300
 
        FreeBSD/freebsd_ioctl.c \
301
 
        generic.h \
302
 
        image.h \
303
 
        image/bincue.c \
304
 
        image/cdrdao.c \
305
 
        image_common.h \
306
 
        image/nrg.c \
307
 
        image/nrg.h \
308
 
        MSWindows/aspi32.c \
309
 
        MSWindows/aspi32.h \
310
 
        MSWindows/win32_ioctl.c \
311
 
        MSWindows/win32.c \
312
 
        MSWindows/win32.h \
313
 
        logging.c \
314
 
        scsi_mmc.c \
315
 
        scsi_mmc_private.h \
316
 
        sector.c \
317
 
        util.c
318
 
 
319
 
lib_LTLIBRARIES = libcdio.la libiso9660.la
320
 
libcdio_la_SOURCES = $(libcdio_sources)
321
 
libcdio_la_ldflags = -version-info $(libcdio_la_CURRENT):$(libcdio_la_REVISION):$(libcdio_la_AGE)
322
 
libiso9660_la_SOURCES = \
323
 
        iso9660.c \
324
 
        iso9660_private.h \
325
 
        iso9660_fs.c \
326
 
        xa.c
327
 
 
328
 
libiso9660_la_LIBADD = libcdio.la
329
 
libiso9660_la_ldflags = -version-info $(libiso9660_la_CURRENT):$(libiso9660_la_REVISION):$(libiso9660_la_AGE)
330
 
libiso9660_la_dependencies = libcdio.la
331
 
INCLUDES = $(LIBCDIO_CFLAGS)
332
 
 
333
 
########################################################
334
 
# Things to version the symbols in the libraries
335
 
########################################################
336
 
 
337
 
# An explanation of the versioning problem from Nicolas Boullis and
338
 
# the versioned symbol solution he uses below...
339
 
340
 
# Currently, libvcdinfo uses the cdio_open function from libcdio.
341
 
# Let's imagine a program foobar that uses both the vcdinfo_open
342
 
# function from libvcdinfo and the cdio_open function from libcdio.
343
 
 
344
 
# Currently, libcdio has SONAME libcdio.so.0, libvcdinfo has SONAME
345
 
# libvcdinfo.so.0 and requires libcdio.so.0, and foobar requires both
346
 
# libvcdinfo.so.0 and libcdio.so.0. Everything looks fine.
347
 
#
348
 
# Now, for some reason, you decide to change the cdio_open function.
349
 
# That's your right, but you have to bump the CURRENT version and (if I
350
 
# understand it correctly, athough this is not that clear in libtool's
351
 
# documentation) set the AGE to 0. Anyway, this bumps the SONAME, which is
352
 
# sane since the interface changes incompatibly.
353
 
 
354
 
# Now, you have a new libcdio with SONAME libcdio.so.1. But libvcdinfo and
355
 
# foobar still require libcdio.so.0. Everything is still fine.
356
 
 
357
 
# Now, after some minor changes, the author of foobar recompiles foobar.
358
 
# Then, foobar now requires libvcdinfo.so.0 and libcdio.so.1. And foobar
359
 
# now segfaults...
360
 
 
361
 
# What is happening? When you run foobar, if brings both libvcdinfo.so.0
362
 
# and libcdio.so.1, but libvcdinfo.so.0 also brings libcdio.so.0. So you
363
 
# have both libcdio.so.0 and libcdio.so.1 that bring their symbols to the
364
 
# global namespace. Hence, you have to incompatible versions of the
365
 
# cdio_open function in the name space. When foobar calls cdio_open, it
366
 
# may choose the wrong function, and segfaults...
367
 
 
368
 
# With versioned symbols, the cdio_open function from libcdio.so.0 may be
369
 
# known as (something that looks like) cdio_open@@CDIO_0. An the cdio_open
370
 
# function from libcdio.so.1 as cdio_open@@CDIO_1. Both versions of
371
 
# libcdio would still be brought in by the most recent foobar, but foobar
372
 
# (and libvcdinfo) know which versioned function to use and then use the
373
 
# good one.
374
 
 
375
 
# This is some simple versioning where every symbol is versioned with
376
 
# something that looks like the SONAME of the library. More complex (and
377
 
# better) versioning is possible; it is for example what is used by glibc.
378
 
# But good complex versioning is something that requires much more
379
 
# work...
380
 
 
381
 
# The below is a impliments symbol versioning.  First of all, I
382
 
# compute MAJOR as CURENT - AGE; that is what is used within libtool
383
 
# (at least on GNU/Linux systems) for the number in the SONAME.  The
384
 
# nm command gives the list of symbols known in each of the object
385
 
# files that will be part of the shared library. And the sed command
386
 
# extracts from this list those symbols that will be shared. (This sed
387
 
# command comes from libtool.)
388
 
libcdio_la_MAJOR := $(shell expr $(libcdio_la_CURRENT) - $(libcdio_la_AGE))
389
 
@BUILD_VERSIONED_LIBS_FALSE@libcdio_la_LDFLAGS = $(libcdio_la_ldflags)
390
 
@BUILD_VERSIONED_LIBS_TRUE@libcdio_la_LDFLAGS = $(libcdio_la_ldflags) -Wl,--version-script=libcdio.la.ver
391
 
@BUILD_VERSIONED_LIBS_TRUE@libcdio_la_DEPENDENCIES = libcdio.la.ver
392
 
libiso9660_la_MAJOR := $(shell expr $(libiso9660_la_CURRENT) - $(libiso9660_la_AGE))
393
 
@BUILD_VERSIONED_LIBS_FALSE@libiso9660_la_LDFLAGS = $(libiso9660_la_ldflags)
394
 
@BUILD_VERSIONED_LIBS_TRUE@libiso9660_la_LDFLAGS = $(libiso9660_la_ldflags) -Wl,--version-script=libiso9660.la.ver
395
 
@BUILD_VERSIONED_LIBS_FALSE@libiso9660_la_DEPENDENCIES = $(libiso9660_la_dependencies)
396
 
@BUILD_VERSIONED_LIBS_TRUE@libiso9660_la_DEPENDENCIES = $(libiso9660_la_dependencies) libiso9660.la.ver
397
 
@BUILD_VERSIONED_LIBS_TRUE@MOSTLYCLEANFILES = libcdio.la.ver libiso9660.la.ver
398
 
all: all-am
 
253
@BUILD_CD_PARANOIA_FALSE@SUBDIRS = driver iso9660
 
254
@BUILD_CD_PARANOIA_TRUE@SUBDIRS = driver iso9660 cdda_interface paranoia
 
255
all: all-recursive
399
256
 
400
257
.SUFFIXES:
401
 
.SUFFIXES: .c .lo .o .obj
402
258
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
403
259
        @for dep in $?; do \
404
260
          case '$(am__configure_deps)' in \
428
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429
285
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
430
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
432
 
        @$(NORMAL_INSTALL)
433
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
434
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
435
 
          if test -f $$p; then \
436
 
            f=$(am__strip_dir) \
437
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
438
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
439
 
          else :; fi; \
440
 
        done
441
 
 
442
 
uninstall-libLTLIBRARIES:
443
 
        @$(NORMAL_UNINSTALL)
444
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
445
 
          p=$(am__strip_dir) \
446
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
447
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
448
 
        done
449
 
 
450
 
clean-libLTLIBRARIES:
451
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
452
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
453
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
454
 
          test "$$dir" != "$$p" || dir=.; \
455
 
          echo "rm -f \"$${dir}/so_locations\""; \
456
 
          rm -f "$${dir}/so_locations"; \
457
 
        done
458
 
libcdio.la: $(libcdio_la_OBJECTS) $(libcdio_la_DEPENDENCIES) 
459
 
        $(LINK) -rpath $(libdir) $(libcdio_la_LDFLAGS) $(libcdio_la_OBJECTS) $(libcdio_la_LIBADD) $(LIBS)
460
 
libiso9660.la: $(libiso9660_la_OBJECTS) $(libiso9660_la_DEPENDENCIES) 
461
 
        $(LINK) -rpath $(libdir) $(libiso9660_la_LDFLAGS) $(libiso9660_la_OBJECTS) $(libiso9660_la_LIBADD) $(LIBS)
462
 
 
463
 
mostlyclean-compile:
464
 
        -rm -f *.$(OBJEXT)
465
 
 
466
 
distclean-compile:
467
 
        -rm -f *.tab.c
468
 
 
469
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_bsdi.Plo@am__quote@
470
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_generic.Plo@am__quote@
471
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_linux.Plo@am__quote@
472
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_osx.Plo@am__quote@
473
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_stdio.Plo@am__quote@
474
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_stream.Plo@am__quote@
475
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_sunos.Plo@am__quote@
476
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aspi32.Plo@am__quote@
477
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bincue.Plo@am__quote@
478
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd_types.Plo@am__quote@
479
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdio.Plo@am__quote@
480
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdrdao.Plo@am__quote@
481
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdtext.Plo@am__quote@
482
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ds.Plo@am__quote@
483
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freebsd.Plo@am__quote@
484
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freebsd_cam.Plo@am__quote@
485
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freebsd_ioctl.Plo@am__quote@
486
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso9660.Plo@am__quote@
487
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso9660_fs.Plo@am__quote@
488
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Plo@am__quote@
489
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nrg.Plo@am__quote@
490
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi_mmc.Plo@am__quote@
491
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sector.Plo@am__quote@
492
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
493
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Plo@am__quote@
494
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32_ioctl.Plo@am__quote@
495
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xa.Plo@am__quote@
496
 
 
497
 
.c.o:
498
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
499
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
500
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
501
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
503
 
 
504
 
.c.obj:
505
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
506
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
507
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
508
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
510
 
 
511
 
.c.lo:
512
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
513
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
514
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
515
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
517
 
 
518
 
freebsd.lo: FreeBSD/freebsd.c
519
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT freebsd.lo -MD -MP -MF "$(DEPDIR)/freebsd.Tpo" -c -o freebsd.lo `test -f 'FreeBSD/freebsd.c' || echo '$(srcdir)/'`FreeBSD/freebsd.c; \
520
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/freebsd.Tpo" "$(DEPDIR)/freebsd.Plo"; else rm -f "$(DEPDIR)/freebsd.Tpo"; exit 1; fi
521
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='FreeBSD/freebsd.c' object='freebsd.lo' libtool=yes @AMDEPBACKSLASH@
522
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o freebsd.lo `test -f 'FreeBSD/freebsd.c' || echo '$(srcdir)/'`FreeBSD/freebsd.c
524
 
 
525
 
freebsd_cam.lo: FreeBSD/freebsd_cam.c
526
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT freebsd_cam.lo -MD -MP -MF "$(DEPDIR)/freebsd_cam.Tpo" -c -o freebsd_cam.lo `test -f 'FreeBSD/freebsd_cam.c' || echo '$(srcdir)/'`FreeBSD/freebsd_cam.c; \
527
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/freebsd_cam.Tpo" "$(DEPDIR)/freebsd_cam.Plo"; else rm -f "$(DEPDIR)/freebsd_cam.Tpo"; exit 1; fi
528
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='FreeBSD/freebsd_cam.c' object='freebsd_cam.lo' libtool=yes @AMDEPBACKSLASH@
529
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o freebsd_cam.lo `test -f 'FreeBSD/freebsd_cam.c' || echo '$(srcdir)/'`FreeBSD/freebsd_cam.c
531
 
 
532
 
freebsd_ioctl.lo: FreeBSD/freebsd_ioctl.c
533
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT freebsd_ioctl.lo -MD -MP -MF "$(DEPDIR)/freebsd_ioctl.Tpo" -c -o freebsd_ioctl.lo `test -f 'FreeBSD/freebsd_ioctl.c' || echo '$(srcdir)/'`FreeBSD/freebsd_ioctl.c; \
534
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/freebsd_ioctl.Tpo" "$(DEPDIR)/freebsd_ioctl.Plo"; else rm -f "$(DEPDIR)/freebsd_ioctl.Tpo"; exit 1; fi
535
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='FreeBSD/freebsd_ioctl.c' object='freebsd_ioctl.lo' libtool=yes @AMDEPBACKSLASH@
536
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o freebsd_ioctl.lo `test -f 'FreeBSD/freebsd_ioctl.c' || echo '$(srcdir)/'`FreeBSD/freebsd_ioctl.c
538
 
 
539
 
bincue.lo: image/bincue.c
540
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bincue.lo -MD -MP -MF "$(DEPDIR)/bincue.Tpo" -c -o bincue.lo `test -f 'image/bincue.c' || echo '$(srcdir)/'`image/bincue.c; \
541
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/bincue.Tpo" "$(DEPDIR)/bincue.Plo"; else rm -f "$(DEPDIR)/bincue.Tpo"; exit 1; fi
542
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='image/bincue.c' object='bincue.lo' libtool=yes @AMDEPBACKSLASH@
543
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
544
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bincue.lo `test -f 'image/bincue.c' || echo '$(srcdir)/'`image/bincue.c
545
 
 
546
 
cdrdao.lo: image/cdrdao.c
547
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdrdao.lo -MD -MP -MF "$(DEPDIR)/cdrdao.Tpo" -c -o cdrdao.lo `test -f 'image/cdrdao.c' || echo '$(srcdir)/'`image/cdrdao.c; \
548
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cdrdao.Tpo" "$(DEPDIR)/cdrdao.Plo"; else rm -f "$(DEPDIR)/cdrdao.Tpo"; exit 1; fi
549
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='image/cdrdao.c' object='cdrdao.lo' libtool=yes @AMDEPBACKSLASH@
550
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdrdao.lo `test -f 'image/cdrdao.c' || echo '$(srcdir)/'`image/cdrdao.c
552
 
 
553
 
nrg.lo: image/nrg.c
554
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nrg.lo -MD -MP -MF "$(DEPDIR)/nrg.Tpo" -c -o nrg.lo `test -f 'image/nrg.c' || echo '$(srcdir)/'`image/nrg.c; \
555
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/nrg.Tpo" "$(DEPDIR)/nrg.Plo"; else rm -f "$(DEPDIR)/nrg.Tpo"; exit 1; fi
556
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='image/nrg.c' object='nrg.lo' libtool=yes @AMDEPBACKSLASH@
557
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nrg.lo `test -f 'image/nrg.c' || echo '$(srcdir)/'`image/nrg.c
559
 
 
560
 
aspi32.lo: MSWindows/aspi32.c
561
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aspi32.lo -MD -MP -MF "$(DEPDIR)/aspi32.Tpo" -c -o aspi32.lo `test -f 'MSWindows/aspi32.c' || echo '$(srcdir)/'`MSWindows/aspi32.c; \
562
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/aspi32.Tpo" "$(DEPDIR)/aspi32.Plo"; else rm -f "$(DEPDIR)/aspi32.Tpo"; exit 1; fi
563
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='MSWindows/aspi32.c' object='aspi32.lo' libtool=yes @AMDEPBACKSLASH@
564
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aspi32.lo `test -f 'MSWindows/aspi32.c' || echo '$(srcdir)/'`MSWindows/aspi32.c
566
 
 
567
 
win32_ioctl.lo: MSWindows/win32_ioctl.c
568
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32_ioctl.lo -MD -MP -MF "$(DEPDIR)/win32_ioctl.Tpo" -c -o win32_ioctl.lo `test -f 'MSWindows/win32_ioctl.c' || echo '$(srcdir)/'`MSWindows/win32_ioctl.c; \
569
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/win32_ioctl.Tpo" "$(DEPDIR)/win32_ioctl.Plo"; else rm -f "$(DEPDIR)/win32_ioctl.Tpo"; exit 1; fi
570
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='MSWindows/win32_ioctl.c' object='win32_ioctl.lo' libtool=yes @AMDEPBACKSLASH@
571
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32_ioctl.lo `test -f 'MSWindows/win32_ioctl.c' || echo '$(srcdir)/'`MSWindows/win32_ioctl.c
573
 
 
574
 
win32.lo: MSWindows/win32.c
575
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32.lo -MD -MP -MF "$(DEPDIR)/win32.Tpo" -c -o win32.lo `test -f 'MSWindows/win32.c' || echo '$(srcdir)/'`MSWindows/win32.c; \
576
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/win32.Tpo" "$(DEPDIR)/win32.Plo"; else rm -f "$(DEPDIR)/win32.Tpo"; exit 1; fi
577
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='MSWindows/win32.c' object='win32.lo' libtool=yes @AMDEPBACKSLASH@
578
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32.lo `test -f 'MSWindows/win32.c' || echo '$(srcdir)/'`MSWindows/win32.c
580
287
 
581
288
mostlyclean-libtool:
582
289
        -rm -f *.lo
588
295
        -rm -f libtool
589
296
uninstall-info-am:
590
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
        @failcom='exit 1'; \
 
306
        for f in x $$MAKEFLAGS; do \
 
307
          case $$f in \
 
308
            *=* | --[!k]*);; \
 
309
            *k*) failcom='fail=yes';; \
 
310
          esac; \
 
311
        done; \
 
312
        dot_seen=no; \
 
313
        target=`echo $@ | sed s/-recursive//`; \
 
314
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
315
          echo "Making $$target in $$subdir"; \
 
316
          if test "$$subdir" = "."; then \
 
317
            dot_seen=yes; \
 
318
            local_target="$$target-am"; \
 
319
          else \
 
320
            local_target="$$target"; \
 
321
          fi; \
 
322
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
323
          || eval $$failcom; \
 
324
        done; \
 
325
        if test "$$dot_seen" = "no"; then \
 
326
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
327
        fi; test -z "$$fail"
 
328
 
 
329
mostlyclean-recursive clean-recursive distclean-recursive \
 
330
maintainer-clean-recursive:
 
331
        @failcom='exit 1'; \
 
332
        for f in x $$MAKEFLAGS; do \
 
333
          case $$f in \
 
334
            *=* | --[!k]*);; \
 
335
            *k*) failcom='fail=yes';; \
 
336
          esac; \
 
337
        done; \
 
338
        dot_seen=no; \
 
339
        case "$@" in \
 
340
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
341
          *) list='$(SUBDIRS)' ;; \
 
342
        esac; \
 
343
        rev=''; for subdir in $$list; do \
 
344
          if test "$$subdir" = "."; then :; else \
 
345
            rev="$$subdir $$rev"; \
 
346
          fi; \
 
347
        done; \
 
348
        rev="$$rev ."; \
 
349
        target=`echo $@ | sed s/-recursive//`; \
 
350
        for subdir in $$rev; do \
 
351
          echo "Making $$target in $$subdir"; \
 
352
          if test "$$subdir" = "."; then \
 
353
            local_target="$$target-am"; \
 
354
          else \
 
355
            local_target="$$target"; \
 
356
          fi; \
 
357
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
358
          || eval $$failcom; \
 
359
        done && test -z "$$fail"
 
360
tags-recursive:
 
361
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
362
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
363
        done
 
364
ctags-recursive:
 
365
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
366
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
367
        done
 
368
 
591
369
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
592
370
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
593
371
        unique=`for i in $$list; do \
598
376
        mkid -fID $$unique
599
377
tags: TAGS
600
378
 
601
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
379
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
602
380
                $(TAGS_FILES) $(LISP)
603
381
        tags=; \
604
382
        here=`pwd`; \
 
383
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
384
          include_option=--etags-include; \
 
385
          empty_fix=.; \
 
386
        else \
 
387
          include_option=--include; \
 
388
          empty_fix=; \
 
389
        fi; \
 
390
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
391
          if test "$$subdir" = .; then :; else \
 
392
            test ! -f $$subdir/TAGS || \
 
393
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
394
          fi; \
 
395
        done; \
605
396
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
606
397
        unique=`for i in $$list; do \
607
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
614
405
            $$tags $$unique; \
615
406
        fi
616
407
ctags: CTAGS
617
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
408
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
618
409
                $(TAGS_FILES) $(LISP)
619
410
        tags=; \
620
411
        here=`pwd`; \
637
428
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
638
429
 
639
430
distdir: $(DISTFILES)
640
 
        $(mkdir_p) $(distdir)/FreeBSD $(distdir)/MSWindows $(distdir)/image
641
431
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
642
432
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
643
433
        list='$(DISTFILES)'; for file in $$list; do \
664
454
            || exit 1; \
665
455
          fi; \
666
456
        done
 
457
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
458
          if test "$$subdir" = .; then :; else \
 
459
            test -d "$(distdir)/$$subdir" \
 
460
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
461
            || exit 1; \
 
462
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
463
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
464
            (cd $$subdir && \
 
465
              $(MAKE) $(AM_MAKEFLAGS) \
 
466
                top_distdir="$$top_distdir" \
 
467
                distdir="$$distdir/$$subdir" \
 
468
                distdir) \
 
469
              || exit 1; \
 
470
          fi; \
 
471
        done
667
472
check-am: all-am
668
 
check: check-am
669
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
670
 
installdirs:
671
 
        for dir in "$(DESTDIR)$(libdir)"; do \
672
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
673
 
        done
674
 
install: install-am
675
 
install-exec: install-exec-am
676
 
install-data: install-data-am
677
 
uninstall: uninstall-am
 
473
check: check-recursive
 
474
all-am: Makefile
 
475
installdirs: installdirs-recursive
 
476
installdirs-am:
 
477
install: install-recursive
 
478
install-exec: install-exec-recursive
 
479
install-data: install-data-recursive
 
480
uninstall: uninstall-recursive
678
481
 
679
482
install-am: all-am
680
483
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
681
484
 
682
 
installcheck: installcheck-am
 
485
installcheck: installcheck-recursive
683
486
install-strip:
684
487
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
685
488
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
686
489
          `test -z '$(STRIP)' || \
687
490
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
688
491
mostlyclean-generic:
689
 
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
690
492
 
691
493
clean-generic:
692
494
 
696
498
maintainer-clean-generic:
697
499
        @echo "This command is intended for maintainers to use"
698
500
        @echo "it deletes files that may require special tools to rebuild."
699
 
clean: clean-am
700
 
 
701
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
702
 
        mostlyclean-am
703
 
 
704
 
distclean: distclean-am
705
 
        -rm -rf ./$(DEPDIR)
 
501
clean: clean-recursive
 
502
 
 
503
clean-am: clean-generic clean-libtool mostlyclean-am
 
504
 
 
505
distclean: distclean-recursive
706
506
        -rm -f Makefile
707
 
distclean-am: clean-am distclean-compile distclean-generic \
708
 
        distclean-libtool distclean-tags
 
507
distclean-am: clean-am distclean-generic distclean-libtool \
 
508
        distclean-tags
709
509
 
710
 
dvi: dvi-am
 
510
dvi: dvi-recursive
711
511
 
712
512
dvi-am:
713
513
 
714
 
html: html-am
 
514
html: html-recursive
715
515
 
716
 
info: info-am
 
516
info: info-recursive
717
517
 
718
518
info-am:
719
519
 
720
520
install-data-am:
721
521
 
722
 
install-exec-am: install-libLTLIBRARIES
 
522
install-exec-am:
723
523
 
724
 
install-info: install-info-am
 
524
install-info: install-info-recursive
725
525
 
726
526
install-man:
727
527
 
728
528
installcheck-am:
729
529
 
730
 
maintainer-clean: maintainer-clean-am
731
 
        -rm -rf ./$(DEPDIR)
 
530
maintainer-clean: maintainer-clean-recursive
732
531
        -rm -f Makefile
733
532
maintainer-clean-am: distclean-am maintainer-clean-generic
734
533
 
735
 
mostlyclean: mostlyclean-am
736
 
 
737
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
738
 
        mostlyclean-libtool
739
 
 
740
 
pdf: pdf-am
 
534
mostlyclean: mostlyclean-recursive
 
535
 
 
536
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
537
 
 
538
pdf: pdf-recursive
741
539
 
742
540
pdf-am:
743
541
 
744
 
ps: ps-am
 
542
ps: ps-recursive
745
543
 
746
544
ps-am:
747
545
 
748
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
749
 
 
750
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
751
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
752
 
        distclean-compile distclean-generic distclean-libtool \
753
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
754
 
        install install-am install-data install-data-am install-exec \
755
 
        install-exec-am install-info install-info-am \
756
 
        install-libLTLIBRARIES install-man install-strip installcheck \
757
 
        installcheck-am installdirs maintainer-clean \
758
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
759
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
760
 
        tags uninstall uninstall-am uninstall-info-am \
761
 
        uninstall-libLTLIBRARIES
762
 
 
763
 
 
764
 
@BUILD_VERSIONED_LIBS_TRUE@libcdio.la.ver: $(libcdio_la_OBJECTS) $(srcdir)/libcdio.sym
765
 
@BUILD_VERSIONED_LIBS_TRUE@     echo 'CDIO_$(libcdio_la_MAJOR) { ' > $@
766
 
@BUILD_VERSIONED_LIBS_TRUE@     nm $(patsubst %.lo,%.o,$(libcdio_la_OBJECTS)) | 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)/libcdio.sym; then if test $$first = true; then echo "  global:"; first=false; fi; echo "    $${symbol};"; fi; done; } >> $@
767
 
@BUILD_VERSIONED_LIBS_TRUE@     nm $(patsubst %.lo,%.o,$(libcdio_la_OBJECTS)) | 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)/libcdio.sym; then :; else if test $$first = true; then echo "  local:"; first=false; fi; echo "    $${symbol};"; fi; done; } >> $@
768
 
@BUILD_VERSIONED_LIBS_TRUE@     echo '};' >> $@
769
 
 
770
 
@BUILD_VERSIONED_LIBS_TRUE@libiso9660.la.ver: $(libiso9660_la_OBJECTS) $(srcdir)/libiso9660.sym
771
 
@BUILD_VERSIONED_LIBS_TRUE@     echo 'ISO9660_$(libiso9660_la_MAJOR) {' > $@
772
 
@BUILD_VERSIONED_LIBS_TRUE@     nm $(patsubst %.lo,%.o,$(libiso9660_la_OBJECTS)) | 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; } >> $@
773
 
@BUILD_VERSIONED_LIBS_TRUE@     nm $(patsubst %.lo,%.o,$(libiso9660_la_OBJECTS)) | 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; } >> $@
774
 
@BUILD_VERSIONED_LIBS_TRUE@     echo '};' >> $@
 
546
uninstall-am: uninstall-info-am
 
547
 
 
548
uninstall-info: uninstall-info-recursive
 
549
 
 
550
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
551
        clean clean-generic clean-libtool clean-recursive ctags \
 
552
        ctags-recursive distclean distclean-generic distclean-libtool \
 
553
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
554
        html-am info info-am install install-am install-data \
 
555
        install-data-am install-exec install-exec-am install-info \
 
556
        install-info-am install-man install-strip installcheck \
 
557
        installcheck-am installdirs installdirs-am maintainer-clean \
 
558
        maintainer-clean-generic maintainer-clean-recursive \
 
559
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
560
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
561
        uninstall uninstall-am uninstall-info-am
 
562
 
775
563
# Tell versions [3.59,3.63) of GNU make to not export all variables.
776
564
# Otherwise a system limit (for SysV at least) may be exceeded.
777
565
.NOEXPORT: