1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
18
19
20VPATH = @srcdir@
21am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22am__make_running_with_option = \
23  case $${target_option-} in \
24      ?) ;; \
25      *) echo "am__make_running_with_option: internal error: invalid" \
26              "target option '$${target_option-}' specified" >&2; \
27         exit 1;; \
28  esac; \
29  has_opt=no; \
30  sane_makeflags=$$MAKEFLAGS; \
31  if $(am__is_gnu_make); then \
32    sane_makeflags=$$MFLAGS; \
33  else \
34    case $$MAKEFLAGS in \
35      *\\[\ \	]*) \
36        bs=\\; \
37        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
38          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
39    esac; \
40  fi; \
41  skip_next=no; \
42  strip_trailopt () \
43  { \
44    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45  }; \
46  for flg in $$sane_makeflags; do \
47    test $$skip_next = yes && { skip_next=no; continue; }; \
48    case $$flg in \
49      *=*|--*) continue;; \
50        -*I) strip_trailopt 'I'; skip_next=yes;; \
51      -*I?*) strip_trailopt 'I';; \
52        -*O) strip_trailopt 'O'; skip_next=yes;; \
53      -*O?*) strip_trailopt 'O';; \
54        -*l) strip_trailopt 'l'; skip_next=yes;; \
55      -*l?*) strip_trailopt 'l';; \
56      -[dEDm]) skip_next=yes;; \
57      -[JT]) skip_next=yes;; \
58    esac; \
59    case $$flg in \
60      *$$target_option*) has_opt=yes; break;; \
61    esac; \
62  done; \
63  test $$has_opt = yes
64am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66pkgdatadir = $(datadir)/@PACKAGE@
67pkgincludedir = $(includedir)/@PACKAGE@
68pkglibdir = $(libdir)/@PACKAGE@
69pkglibexecdir = $(libexecdir)/@PACKAGE@
70am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71install_sh_DATA = $(install_sh) -c -m 644
72install_sh_PROGRAM = $(install_sh) -c
73install_sh_SCRIPT = $(install_sh) -c
74INSTALL_HEADER = $(INSTALL_DATA)
75transform = $(program_transform_name)
76NORMAL_INSTALL = :
77PRE_INSTALL = :
78POST_INSTALL = :
79NORMAL_UNINSTALL = :
80PRE_UNINSTALL = :
81POST_UNINSTALL = :
82build_triplet = @build@
83host_triplet = @host@
84target_triplet = @target@
85noinst_PROGRAMS = test/libburner$(EXEEXT) test/offst_source$(EXEEXT) \
86	test/telltoc$(EXEEXT) test/dewav$(EXEEXT) \
87	test/fake_au$(EXEEXT) test/poll$(EXEEXT)
88bin_PROGRAMS = cdrskin/cdrskin$(EXEEXT)
89subdir = .
90DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
91	$(top_srcdir)/configure $(am__configure_deps) \
92	$(top_srcdir)/doc/doxygen.conf.in $(srcdir)/version.h.in \
93	$(srcdir)/libburn-1.pc.in depcomp $(libinclude_HEADERS) \
94	AUTHORS COPYING ChangeLog INSTALL NEWS README compile \
95	config.guess config.sub install-sh missing ltmain.sh
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
98	$(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103mkinstalldirs = $(install_sh) -d
104CONFIG_CLEAN_FILES = doc/doxygen.conf version.h libburn-1.pc
105CONFIG_CLEAN_VPATH_FILES =
106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107am__vpath_adj = case $$p in \
108    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109    *) f=$$p;; \
110  esac;
111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112am__install_max = 40
113am__nobase_strip_setup = \
114  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115am__nobase_strip = \
116  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117am__nobase_list = $(am__nobase_strip_setup); \
118  for p in $$list; do echo "$$p $$p"; done | \
119  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121    if (++n[$$2] == $(am__install_max)) \
122      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123    END { for (dir in files) print dir, files[dir] }'
124am__base_list = \
125  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127am__uninstall_files_from_dir = { \
128  test -z "$$files" \
129    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131         $(am__cd) "$$dir" && rm -f $$files; }; \
132  }
133am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
134	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \
135	"$(DESTDIR)$(libincludedir)"
136LTLIBRARIES = $(lib_LTLIBRARIES)
137am__DEPENDENCIES_1 =
138libburn_libburn_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
139	$(am__DEPENDENCIES_1)
140am__dirstamp = $(am__leading_dot)dirstamp
141am_libburn_libburn_la_OBJECTS = libburn/async.lo libburn/cdtext.lo \
142	libburn/cleanup.lo libburn/crc.lo libburn/debug.lo \
143	libburn/drive.lo libburn/ecma130ab.lo libburn/file.lo \
144	libburn/init.lo libburn/libdax_audioxtr.lo \
145	libburn/libdax_msgs.lo libburn/mmc.lo libburn/null.lo \
146	libburn/options.lo libburn/read.lo libburn/sbc.lo \
147	libburn/sector.lo libburn/sg.lo libburn/source.lo \
148	libburn/spc.lo libburn/structure.lo libburn/toc.lo \
149	libburn/util.lo libburn/write.lo
150libburn_libburn_la_OBJECTS = $(am_libburn_libburn_la_OBJECTS)
151AM_V_lt = $(am__v_lt_@AM_V@)
152am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
153am__v_lt_0 = --silent
154am__v_lt_1 =
155libburn_libburn_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
156	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
157	$(AM_CFLAGS) $(CFLAGS) $(libburn_libburn_la_LDFLAGS) \
158	$(LDFLAGS) -o $@
159PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
160am_cdrskin_cdrskin_OBJECTS =  \
161	cdrskin/cdrskin_cdrskin-cdrskin.$(OBJEXT) \
162	cdrskin/cdrskin_cdrskin-cdrfifo.$(OBJEXT)
163cdrskin_cdrskin_OBJECTS = $(am_cdrskin_cdrskin_OBJECTS)
164am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
165cdrskin_cdrskin_DEPENDENCIES = libburn/libburn.la \
166	$(am__DEPENDENCIES_2)
167cdrskin_cdrskin_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
168	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
169	$(cdrskin_cdrskin_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
170	-o $@
171am_test_dewav_OBJECTS = test/test_dewav-dewav.$(OBJEXT)
172test_dewav_OBJECTS = $(am_test_dewav_OBJECTS)
173test_dewav_DEPENDENCIES = $(libburn_libburn_la_OBJECTS) \
174	$(am__DEPENDENCIES_2)
175am_test_fake_au_OBJECTS = test/test_fake_au-fake_au.$(OBJEXT)
176test_fake_au_OBJECTS = $(am_test_fake_au_OBJECTS)
177test_fake_au_DEPENDENCIES =
178am_test_libburner_OBJECTS = test/test_libburner-libburner.$(OBJEXT)
179test_libburner_OBJECTS = $(am_test_libburner_OBJECTS)
180test_libburner_DEPENDENCIES = $(libburn_libburn_la_OBJECTS) \
181	$(am__DEPENDENCIES_2)
182am_test_offst_source_OBJECTS =  \
183	test/test_offst_source-offst_source.$(OBJEXT)
184test_offst_source_OBJECTS = $(am_test_offst_source_OBJECTS)
185test_offst_source_DEPENDENCIES = $(libburn_libburn_la_OBJECTS) \
186	$(am__DEPENDENCIES_2)
187am_test_poll_OBJECTS = test/test_poll-poll.$(OBJEXT)
188test_poll_OBJECTS = $(am_test_poll_OBJECTS)
189test_poll_DEPENDENCIES = $(libburn_libburn_la_OBJECTS) \
190	$(am__DEPENDENCIES_2)
191am_test_telltoc_OBJECTS = test/test_telltoc-telltoc.$(OBJEXT)
192test_telltoc_OBJECTS = $(am_test_telltoc_OBJECTS)
193test_telltoc_DEPENDENCIES = $(libburn_libburn_la_OBJECTS) \
194	$(am__DEPENDENCIES_2)
195AM_V_P = $(am__v_P_@AM_V@)
196am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
197am__v_P_0 = false
198am__v_P_1 = :
199AM_V_GEN = $(am__v_GEN_@AM_V@)
200am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
201am__v_GEN_0 = @echo "  GEN     " $@;
202am__v_GEN_1 =
203AM_V_at = $(am__v_at_@AM_V@)
204am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
205am__v_at_0 = @
206am__v_at_1 =
207DEFAULT_INCLUDES = -I.@am__isrc@
208depcomp = $(SHELL) $(top_srcdir)/depcomp
209am__depfiles_maybe = depfiles
210am__mv = mv -f
211COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
212	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
213LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
214	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
215	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
216	$(AM_CFLAGS) $(CFLAGS)
217AM_V_CC = $(am__v_CC_@AM_V@)
218am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
219am__v_CC_0 = @echo "  CC      " $@;
220am__v_CC_1 =
221CCLD = $(CC)
222LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
223	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
224	$(AM_LDFLAGS) $(LDFLAGS) -o $@
225AM_V_CCLD = $(am__v_CCLD_@AM_V@)
226am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
227am__v_CCLD_0 = @echo "  CCLD    " $@;
228am__v_CCLD_1 =
229SOURCES = $(libburn_libburn_la_SOURCES) $(cdrskin_cdrskin_SOURCES) \
230	$(test_dewav_SOURCES) $(test_fake_au_SOURCES) \
231	$(test_libburner_SOURCES) $(test_offst_source_SOURCES) \
232	$(test_poll_SOURCES) $(test_telltoc_SOURCES)
233DIST_SOURCES = $(libburn_libburn_la_SOURCES) \
234	$(cdrskin_cdrskin_SOURCES) $(test_dewav_SOURCES) \
235	$(test_fake_au_SOURCES) $(test_libburner_SOURCES) \
236	$(test_offst_source_SOURCES) $(test_poll_SOURCES) \
237	$(test_telltoc_SOURCES)
238am__can_run_installinfo = \
239  case $$AM_UPDATE_INFO_DIR in \
240    n|no|NO) false;; \
241    *) (install-info --version) >/dev/null 2>&1;; \
242  esac
243man1dir = $(mandir)/man1
244NROFF = nroff
245MANS = $(man_MANS)
246DATA = $(nodist_pkgconfig_DATA)
247HEADERS = $(libinclude_HEADERS)
248am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
249# Read a list of newline-separated strings from the standard input,
250# and print each of them once, without duplicates.  Input order is
251# *not* preserved.
252am__uniquify_input = $(AWK) '\
253  BEGIN { nonempty = 0; } \
254  { items[$$0] = 1; nonempty = 1; } \
255  END { if (nonempty) { for (i in items) print i; }; } \
256'
257# Make sure the list of sources is unique.  This is necessary because,
258# e.g., the same source file might be shared among _SOURCES variables
259# for different programs/libraries.
260am__define_uniq_tagged_files = \
261  list='$(am__tagged_files)'; \
262  unique=`for i in $$list; do \
263    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264  done | $(am__uniquify_input)`
265ETAGS = etags
266CTAGS = ctags
267CSCOPE = cscope
268AM_RECURSIVE_TARGETS = cscope
269DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
270distdir = $(PACKAGE)-$(VERSION)
271top_distdir = $(distdir)
272am__remove_distdir = \
273  if test -d "$(distdir)"; then \
274    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
275      && rm -rf "$(distdir)" \
276      || { sleep 5 && rm -rf "$(distdir)"; }; \
277  else :; fi
278am__post_remove_distdir = $(am__remove_distdir)
279DIST_ARCHIVES = $(distdir).tar.gz
280GZIP_ENV = --best
281DIST_TARGETS = dist-gzip
282distuninstallcheck_listfiles = find . -type f -print
283am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
284  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
285distcleancheck_listfiles = find . -type f -print
286ACLOCAL = @ACLOCAL@
287AMTAR = @AMTAR@
288AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
289AR = @AR@
290ARCH = @ARCH@
291AUTOCONF = @AUTOCONF@
292AUTOHEADER = @AUTOHEADER@
293AUTOMAKE = @AUTOMAKE@
294AWK = @AWK@
295BURN_BINARY_AGE = @BURN_BINARY_AGE@
296BURN_INTERFACE_AGE = @BURN_INTERFACE_AGE@
297BURN_MAJOR_VERSION = @BURN_MAJOR_VERSION@
298BURN_MICRO_VERSION = @BURN_MICRO_VERSION@
299BURN_MINOR_VERSION = @BURN_MINOR_VERSION@
300BURN_VERSION = @BURN_VERSION@
301CC = @CC@
302CCDEPMODE = @CCDEPMODE@
303CFLAGS = @CFLAGS@
304CPP = @CPP@
305CPPFLAGS = @CPPFLAGS@
306CYGPATH_W = @CYGPATH_W@
307DEFS = @DEFS@
308DEPDIR = @DEPDIR@
309DLLTOOL = @DLLTOOL@
310DSYMUTIL = @DSYMUTIL@
311DUMPBIN = @DUMPBIN@
312ECHO_C = @ECHO_C@
313ECHO_N = @ECHO_N@
314ECHO_T = @ECHO_T@
315EGREP = @EGREP@
316EXEEXT = @EXEEXT@
317FGREP = @FGREP@
318GREP = @GREP@
319INSTALL = @INSTALL@
320INSTALL_DATA = @INSTALL_DATA@
321INSTALL_PROGRAM = @INSTALL_PROGRAM@
322INSTALL_SCRIPT = @INSTALL_SCRIPT@
323INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
324LD = @LD@
325LDFLAGS = @LDFLAGS@
326LIBBURNIA_LDCONFIG_CMD = @LIBBURNIA_LDCONFIG_CMD@
327LIBBURNIA_PKGCONFDIR = @LIBBURNIA_PKGCONFDIR@
328LIBBURN_ARCH_LIBS = @LIBBURN_ARCH_LIBS@
329LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@
330LIBCDIO_LIBS = @LIBCDIO_LIBS@
331LIBLDFLAGS = @LIBLDFLAGS@
332LIBOBJS = @LIBOBJS@
333LIBS = @LIBS@
334LIBTOOL = @LIBTOOL@
335LIBTOOL_DEPS = @LIBTOOL_DEPS@
336LIPO = @LIPO@
337LN_S = @LN_S@
338LTLIBOBJS = @LTLIBOBJS@
339LT_AGE = @LT_AGE@
340LT_CURRENT = @LT_CURRENT@
341LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
342LT_RELEASE = @LT_RELEASE@
343LT_REVISION = @LT_REVISION@
344MAKEINFO = @MAKEINFO@
345MANIFEST_TOOL = @MANIFEST_TOOL@
346MKDIR_P = @MKDIR_P@
347NM = @NM@
348NMEDIT = @NMEDIT@
349OBJDUMP = @OBJDUMP@
350OBJEXT = @OBJEXT@
351OTOOL = @OTOOL@
352OTOOL64 = @OTOOL64@
353PACKAGE = @PACKAGE@
354PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
355PACKAGE_NAME = @PACKAGE_NAME@
356PACKAGE_STRING = @PACKAGE_STRING@
357PACKAGE_TARNAME = @PACKAGE_TARNAME@
358PACKAGE_URL = @PACKAGE_URL@
359PACKAGE_VERSION = @PACKAGE_VERSION@
360PATH_SEPARATOR = @PATH_SEPARATOR@
361PKG_CONFIG = @PKG_CONFIG@
362PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
363PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
364RANLIB = @RANLIB@
365SED = @SED@
366SET_MAKE = @SET_MAKE@
367SHELL = @SHELL@
368STRIP = @STRIP@
369THREAD_LIBS = @THREAD_LIBS@
370VERSION = @VERSION@
371abs_builddir = @abs_builddir@
372abs_srcdir = @abs_srcdir@
373abs_top_builddir = @abs_top_builddir@
374abs_top_srcdir = @abs_top_srcdir@
375ac_ct_AR = @ac_ct_AR@
376ac_ct_CC = @ac_ct_CC@
377ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
378am__include = @am__include@
379am__leading_dot = @am__leading_dot@
380am__quote = @am__quote@
381am__tar = @am__tar@
382am__untar = @am__untar@
383bindir = @bindir@
384build = @build@
385build_alias = @build_alias@
386build_cpu = @build_cpu@
387build_os = @build_os@
388build_vendor = @build_vendor@
389builddir = @builddir@
390datadir = @datadir@
391datarootdir = @datarootdir@
392docdir = $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)
393dvidir = @dvidir@
394exec_prefix = @exec_prefix@
395host = @host@
396host_alias = @host_alias@
397host_cpu = @host_cpu@
398host_os = @host_os@
399host_vendor = @host_vendor@
400htmldir = @htmldir@
401includedir = @includedir@
402infodir = @infodir@
403install_sh = @install_sh@
404libdir = @libdir@
405libexecdir = @libexecdir@
406localedir = @localedir@
407localstatedir = @localstatedir@
408mandir = @mandir@
409mkdir_p = @mkdir_p@
410oldincludedir = @oldincludedir@
411pdfdir = @pdfdir@
412prefix = @prefix@
413program_transform_name = @program_transform_name@
414psdir = @psdir@
415sbindir = @sbindir@
416sharedstatedir = @sharedstatedir@
417srcdir = @srcdir@
418sysconfdir = @sysconfdir@
419target = @target@
420target_alias = @target_alias@
421target_cpu = @target_cpu@
422target_os = @target_os@
423target_vendor = @target_vendor@
424top_build_prefix = @top_build_prefix@
425top_builddir = @top_builddir@
426top_srcdir = @top_srcdir@
427
428# ts A90315 : LIBBURNIA_PKGCONFDIR is defined OS specific in acinclude.m4
429# was: pkgconfigdir=$(libdir)/pkgconfig
430pkgconfigdir = $(LIBBURNIA_PKGCONFDIR)
431libincludedir = $(includedir)/libburn
432lib_LTLIBRARIES = libburn/libburn.la
433ACLOCAL_AMFLAGS = -I ./
434
435# Build libraries
436libburn_libburn_la_LDFLAGS = \
437	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(LIBLDFLAGS)
438
439# This causes undesired .o names
440# configure.ac appends -D options to variable CFLAG
441### libburn_libburn_la_CFLAGS = $(LIBBURN_DVD_OBS_64K)
442libburn_libburn_la_LIBADD = $(LIBBURN_ARCH_LIBS) $(THREAD_LIBS)
443libburn_libburn_la_SOURCES = \
444	libburn/async.c \
445	libburn/async.h \
446	libburn/back_hacks.h \
447	libburn/cdtext.c \
448	libburn/cleanup.c \
449	libburn/cleanup.h \
450	libburn/crc.c \
451	libburn/crc.h \
452	libburn/debug.c \
453	libburn/debug.h \
454	libburn/drive.c \
455	libburn/drive.h \
456	libburn/ecma130ab.c \
457	libburn/ecma130ab.h \
458	libburn/error.h \
459	libburn/file.c \
460	libburn/file.h \
461	libburn/init.c \
462	libburn/init.h \
463	libburn/libburn.h \
464	libburn/libdax_audioxtr.h \
465	libburn/libdax_audioxtr.c \
466	libburn/libdax_msgs.h \
467	libburn/libdax_msgs.c \
468	libburn/mmc.c \
469	libburn/mmc.h \
470	libburn/null.c \
471	libburn/null.h \
472	libburn/options.c \
473	libburn/options.h \
474	libburn/os.h \
475	libburn/read.c \
476	libburn/read.h \
477	libburn/sbc.c \
478	libburn/sbc.h \
479	libburn/sector.c \
480	libburn/sector.h \
481	libburn/sg.c \
482	libburn/sg.h \
483	libburn/source.h \
484	libburn/source.c \
485	libburn/spc.c \
486	libburn/spc.h \
487	libburn/structure.c \
488	libburn/structure.h \
489	libburn/toc.c \
490	libburn/toc.h \
491	libburn/transport.h \
492	libburn/util.c \
493	libburn/util.h \
494	libburn/write.c \
495	libburn/write.h
496
497libinclude_HEADERS = \
498	libburn/libburn.h
499
500LIBBURN_EXTRALIBS = $(LIBBURN_ARCH_LIBS) $(THREAD_LIBS)
501test_libburner_CPPFLAGS = -Ilibburn
502test_libburner_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
503test_libburner_SOURCES = test/libburner.c
504test_offst_source_CPPFLAGS = -Ilibburn
505test_offst_source_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
506test_offst_source_SOURCES = test/offst_source.c
507test_telltoc_CPPFLAGS = -Ilibburn
508test_telltoc_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
509test_telltoc_SOURCES = test/telltoc.c
510test_dewav_CPPFLAGS = -Ilibburn
511test_dewav_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
512test_dewav_SOURCES = test/dewav.c
513test_fake_au_CPPFLAGS =
514test_fake_au_LDADD =
515test_fake_au_SOURCES = test/fake_au.c
516test_poll_CPPFLAGS = -Ilibburn
517test_poll_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
518test_poll_SOURCES = test/poll.c
519cdrskin_cdrskin_CPPFLAGS = -Ilibburn
520cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_5_4
521
522# cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
523# ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking
524cdrskin_cdrskin_LDADD = libburn/libburn.la $(LIBBURN_EXTRALIBS)
525cdrskin_cdrskin_SOURCES = cdrskin/cdrskin.c cdrskin/cdrfifo.c cdrskin/cdrfifo.h cdrskin/cdrskin_timestamp.h
526webhost = http://libburn-api.pykix.org
527webpath = /
528
529# Indent source files
530indent_files = \
531	$(libburn_libburn_la_SOURCES) \
532	$(test_poll_SOURCES)
533
534
535# Extra things
536nodist_pkgconfig_DATA = \
537	libburn-1.pc
538
539
540# http://www.nada.kth.se/cgi-bin/info?(automake.info)Man%20pages
541man_MANS = cdrskin/cdrskin.1
542EXTRA_DIST = \
543	bootstrap \
544	libburn-1.pc.in \
545	version.h.in \
546	doc/comments \
547	doc/doxygen.conf.in \
548	doc/cookbook.txt \
549	doc/mediainfo.txt \
550	doc/cdtext.txt \
551	README \
552	AUTHORS \
553	CONTRIBUTORS \
554	COPYRIGHT \
555	cdrskin/README \
556	cdrskin/cdrecord_spy.sh \
557	cdrskin/compile_cdrskin.sh \
558	cdrskin/convert_man_to_html.sh \
559	cdrskin/changelog.txt \
560	cdrskin/cdrskin_eng.html \
561	cdrskin/wiki_plain.txt \
562	cdrskin/cleanup.h \
563	cdrskin/cleanup.c \
564	libburn/libburn.ver \
565	libburn/os-dummy.h \
566	libburn/os-freebsd.h \
567	libburn/os-linux.h \
568	libburn/os-libcdio.h \
569	libburn/os-solaris.h \
570	libburn/os-netbsd.h \
571	libburn/sg-dummy.c \
572	libburn/sg-freebsd.c \
573	libburn/sg-linux.c \
574	libburn/sg-libcdio.c \
575	libburn/sg-solaris.c \
576	libburn/sg-netbsd.c \
577	COPYING \
578	NEWS \
579	ChangeLog \
580	INSTALL \
581	$(man_MANS)
582
583all: all-am
584
585.SUFFIXES:
586.SUFFIXES: .c .lo .o .obj
587am--refresh: Makefile
588	@:
589$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
590	@for dep in $?; do \
591	  case '$(am__configure_deps)' in \
592	    *$$dep*) \
593	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
594	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
595		&& exit 0; \
596	      exit 1;; \
597	  esac; \
598	done; \
599	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
600	$(am__cd) $(top_srcdir) && \
601	  $(AUTOMAKE) --foreign Makefile
602.PRECIOUS: Makefile
603Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
604	@case '$?' in \
605	  *config.status*) \
606	    echo ' $(SHELL) ./config.status'; \
607	    $(SHELL) ./config.status;; \
608	  *) \
609	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
610	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
611	esac;
612
613$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
614	$(SHELL) ./config.status --recheck
615
616$(top_srcdir)/configure:  $(am__configure_deps)
617	$(am__cd) $(srcdir) && $(AUTOCONF)
618$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
619	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
620$(am__aclocal_m4_deps):
621doc/doxygen.conf: $(top_builddir)/config.status $(top_srcdir)/doc/doxygen.conf.in
622	cd $(top_builddir) && $(SHELL) ./config.status $@
623version.h: $(top_builddir)/config.status $(srcdir)/version.h.in
624	cd $(top_builddir) && $(SHELL) ./config.status $@
625libburn-1.pc: $(top_builddir)/config.status $(srcdir)/libburn-1.pc.in
626	cd $(top_builddir) && $(SHELL) ./config.status $@
627
628install-libLTLIBRARIES: $(lib_LTLIBRARIES)
629	@$(NORMAL_INSTALL)
630	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
631	list2=; for p in $$list; do \
632	  if test -f $$p; then \
633	    list2="$$list2 $$p"; \
634	  else :; fi; \
635	done; \
636	test -z "$$list2" || { \
637	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
638	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
639	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
640	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
641	}
642
643uninstall-libLTLIBRARIES:
644	@$(NORMAL_UNINSTALL)
645	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
646	for p in $$list; do \
647	  $(am__strip_dir) \
648	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
649	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
650	done
651
652clean-libLTLIBRARIES:
653	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
654	@list='$(lib_LTLIBRARIES)'; \
655	locs=`for p in $$list; do echo $$p; done | \
656	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
657	      sort -u`; \
658	test -z "$$locs" || { \
659	  echo rm -f $${locs}; \
660	  rm -f $${locs}; \
661	}
662libburn/$(am__dirstamp):
663	@$(MKDIR_P) libburn
664	@: > libburn/$(am__dirstamp)
665libburn/$(DEPDIR)/$(am__dirstamp):
666	@$(MKDIR_P) libburn/$(DEPDIR)
667	@: > libburn/$(DEPDIR)/$(am__dirstamp)
668libburn/async.lo: libburn/$(am__dirstamp) \
669	libburn/$(DEPDIR)/$(am__dirstamp)
670libburn/cdtext.lo: libburn/$(am__dirstamp) \
671	libburn/$(DEPDIR)/$(am__dirstamp)
672libburn/cleanup.lo: libburn/$(am__dirstamp) \
673	libburn/$(DEPDIR)/$(am__dirstamp)
674libburn/crc.lo: libburn/$(am__dirstamp) \
675	libburn/$(DEPDIR)/$(am__dirstamp)
676libburn/debug.lo: libburn/$(am__dirstamp) \
677	libburn/$(DEPDIR)/$(am__dirstamp)
678libburn/drive.lo: libburn/$(am__dirstamp) \
679	libburn/$(DEPDIR)/$(am__dirstamp)
680libburn/ecma130ab.lo: libburn/$(am__dirstamp) \
681	libburn/$(DEPDIR)/$(am__dirstamp)
682libburn/file.lo: libburn/$(am__dirstamp) \
683	libburn/$(DEPDIR)/$(am__dirstamp)
684libburn/init.lo: libburn/$(am__dirstamp) \
685	libburn/$(DEPDIR)/$(am__dirstamp)
686libburn/libdax_audioxtr.lo: libburn/$(am__dirstamp) \
687	libburn/$(DEPDIR)/$(am__dirstamp)
688libburn/libdax_msgs.lo: libburn/$(am__dirstamp) \
689	libburn/$(DEPDIR)/$(am__dirstamp)
690libburn/mmc.lo: libburn/$(am__dirstamp) \
691	libburn/$(DEPDIR)/$(am__dirstamp)
692libburn/null.lo: libburn/$(am__dirstamp) \
693	libburn/$(DEPDIR)/$(am__dirstamp)
694libburn/options.lo: libburn/$(am__dirstamp) \
695	libburn/$(DEPDIR)/$(am__dirstamp)
696libburn/read.lo: libburn/$(am__dirstamp) \
697	libburn/$(DEPDIR)/$(am__dirstamp)
698libburn/sbc.lo: libburn/$(am__dirstamp) \
699	libburn/$(DEPDIR)/$(am__dirstamp)
700libburn/sector.lo: libburn/$(am__dirstamp) \
701	libburn/$(DEPDIR)/$(am__dirstamp)
702libburn/sg.lo: libburn/$(am__dirstamp) \
703	libburn/$(DEPDIR)/$(am__dirstamp)
704libburn/source.lo: libburn/$(am__dirstamp) \
705	libburn/$(DEPDIR)/$(am__dirstamp)
706libburn/spc.lo: libburn/$(am__dirstamp) \
707	libburn/$(DEPDIR)/$(am__dirstamp)
708libburn/structure.lo: libburn/$(am__dirstamp) \
709	libburn/$(DEPDIR)/$(am__dirstamp)
710libburn/toc.lo: libburn/$(am__dirstamp) \
711	libburn/$(DEPDIR)/$(am__dirstamp)
712libburn/util.lo: libburn/$(am__dirstamp) \
713	libburn/$(DEPDIR)/$(am__dirstamp)
714libburn/write.lo: libburn/$(am__dirstamp) \
715	libburn/$(DEPDIR)/$(am__dirstamp)
716
717libburn/libburn.la: $(libburn_libburn_la_OBJECTS) $(libburn_libburn_la_DEPENDENCIES) $(EXTRA_libburn_libburn_la_DEPENDENCIES) libburn/$(am__dirstamp)
718	$(AM_V_CCLD)$(libburn_libburn_la_LINK) -rpath $(libdir) $(libburn_libburn_la_OBJECTS) $(libburn_libburn_la_LIBADD) $(LIBS)
719install-binPROGRAMS: $(bin_PROGRAMS)
720	@$(NORMAL_INSTALL)
721	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
722	if test -n "$$list"; then \
723	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
724	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
725	fi; \
726	for p in $$list; do echo "$$p $$p"; done | \
727	sed 's/$(EXEEXT)$$//' | \
728	while read p p1; do if test -f $$p \
729	 || test -f $$p1 \
730	  ; then echo "$$p"; echo "$$p"; else :; fi; \
731	done | \
732	sed -e 'p;s,.*/,,;n;h' \
733	    -e 's|.*|.|' \
734	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
735	sed 'N;N;N;s,\n, ,g' | \
736	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
737	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
738	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
739	    else { print "f", $$3 "/" $$4, $$1; } } \
740	  END { for (d in files) print "f", d, files[d] }' | \
741	while read type dir files; do \
742	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
743	    test -z "$$files" || { \
744	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
745	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
746	    } \
747	; done
748
749uninstall-binPROGRAMS:
750	@$(NORMAL_UNINSTALL)
751	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
752	files=`for p in $$list; do echo "$$p"; done | \
753	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
754	      -e 's/$$/$(EXEEXT)/' \
755	`; \
756	test -n "$$list" || exit 0; \
757	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
758	cd "$(DESTDIR)$(bindir)" && rm -f $$files
759
760clean-binPROGRAMS:
761	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
762	echo " rm -f" $$list; \
763	rm -f $$list || exit $$?; \
764	test -n "$(EXEEXT)" || exit 0; \
765	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
766	echo " rm -f" $$list; \
767	rm -f $$list
768
769clean-noinstPROGRAMS:
770	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
771	echo " rm -f" $$list; \
772	rm -f $$list || exit $$?; \
773	test -n "$(EXEEXT)" || exit 0; \
774	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
775	echo " rm -f" $$list; \
776	rm -f $$list
777cdrskin/$(am__dirstamp):
778	@$(MKDIR_P) cdrskin
779	@: > cdrskin/$(am__dirstamp)
780cdrskin/$(DEPDIR)/$(am__dirstamp):
781	@$(MKDIR_P) cdrskin/$(DEPDIR)
782	@: > cdrskin/$(DEPDIR)/$(am__dirstamp)
783cdrskin/cdrskin_cdrskin-cdrskin.$(OBJEXT): cdrskin/$(am__dirstamp) \
784	cdrskin/$(DEPDIR)/$(am__dirstamp)
785cdrskin/cdrskin_cdrskin-cdrfifo.$(OBJEXT): cdrskin/$(am__dirstamp) \
786	cdrskin/$(DEPDIR)/$(am__dirstamp)
787
788cdrskin/cdrskin$(EXEEXT): $(cdrskin_cdrskin_OBJECTS) $(cdrskin_cdrskin_DEPENDENCIES) $(EXTRA_cdrskin_cdrskin_DEPENDENCIES) cdrskin/$(am__dirstamp)
789	@rm -f cdrskin/cdrskin$(EXEEXT)
790	$(AM_V_CCLD)$(cdrskin_cdrskin_LINK) $(cdrskin_cdrskin_OBJECTS) $(cdrskin_cdrskin_LDADD) $(LIBS)
791test/$(am__dirstamp):
792	@$(MKDIR_P) test
793	@: > test/$(am__dirstamp)
794test/$(DEPDIR)/$(am__dirstamp):
795	@$(MKDIR_P) test/$(DEPDIR)
796	@: > test/$(DEPDIR)/$(am__dirstamp)
797test/test_dewav-dewav.$(OBJEXT): test/$(am__dirstamp) \
798	test/$(DEPDIR)/$(am__dirstamp)
799
800test/dewav$(EXEEXT): $(test_dewav_OBJECTS) $(test_dewav_DEPENDENCIES) $(EXTRA_test_dewav_DEPENDENCIES) test/$(am__dirstamp)
801	@rm -f test/dewav$(EXEEXT)
802	$(AM_V_CCLD)$(LINK) $(test_dewav_OBJECTS) $(test_dewav_LDADD) $(LIBS)
803test/test_fake_au-fake_au.$(OBJEXT): test/$(am__dirstamp) \
804	test/$(DEPDIR)/$(am__dirstamp)
805
806test/fake_au$(EXEEXT): $(test_fake_au_OBJECTS) $(test_fake_au_DEPENDENCIES) $(EXTRA_test_fake_au_DEPENDENCIES) test/$(am__dirstamp)
807	@rm -f test/fake_au$(EXEEXT)
808	$(AM_V_CCLD)$(LINK) $(test_fake_au_OBJECTS) $(test_fake_au_LDADD) $(LIBS)
809test/test_libburner-libburner.$(OBJEXT): test/$(am__dirstamp) \
810	test/$(DEPDIR)/$(am__dirstamp)
811
812test/libburner$(EXEEXT): $(test_libburner_OBJECTS) $(test_libburner_DEPENDENCIES) $(EXTRA_test_libburner_DEPENDENCIES) test/$(am__dirstamp)
813	@rm -f test/libburner$(EXEEXT)
814	$(AM_V_CCLD)$(LINK) $(test_libburner_OBJECTS) $(test_libburner_LDADD) $(LIBS)
815test/test_offst_source-offst_source.$(OBJEXT): test/$(am__dirstamp) \
816	test/$(DEPDIR)/$(am__dirstamp)
817
818test/offst_source$(EXEEXT): $(test_offst_source_OBJECTS) $(test_offst_source_DEPENDENCIES) $(EXTRA_test_offst_source_DEPENDENCIES) test/$(am__dirstamp)
819	@rm -f test/offst_source$(EXEEXT)
820	$(AM_V_CCLD)$(LINK) $(test_offst_source_OBJECTS) $(test_offst_source_LDADD) $(LIBS)
821test/test_poll-poll.$(OBJEXT): test/$(am__dirstamp) \
822	test/$(DEPDIR)/$(am__dirstamp)
823
824test/poll$(EXEEXT): $(test_poll_OBJECTS) $(test_poll_DEPENDENCIES) $(EXTRA_test_poll_DEPENDENCIES) test/$(am__dirstamp)
825	@rm -f test/poll$(EXEEXT)
826	$(AM_V_CCLD)$(LINK) $(test_poll_OBJECTS) $(test_poll_LDADD) $(LIBS)
827test/test_telltoc-telltoc.$(OBJEXT): test/$(am__dirstamp) \
828	test/$(DEPDIR)/$(am__dirstamp)
829
830test/telltoc$(EXEEXT): $(test_telltoc_OBJECTS) $(test_telltoc_DEPENDENCIES) $(EXTRA_test_telltoc_DEPENDENCIES) test/$(am__dirstamp)
831	@rm -f test/telltoc$(EXEEXT)
832	$(AM_V_CCLD)$(LINK) $(test_telltoc_OBJECTS) $(test_telltoc_LDADD) $(LIBS)
833
834mostlyclean-compile:
835	-rm -f *.$(OBJEXT)
836	-rm -f cdrskin/*.$(OBJEXT)
837	-rm -f libburn/*.$(OBJEXT)
838	-rm -f libburn/*.lo
839	-rm -f test/*.$(OBJEXT)
840
841distclean-compile:
842	-rm -f *.tab.c
843
844@AMDEP_TRUE@@am__include@ @am__quote@cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrfifo.Po@am__quote@
845@AMDEP_TRUE@@am__include@ @am__quote@cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrskin.Po@am__quote@
846@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/async.Plo@am__quote@
847@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/cdtext.Plo@am__quote@
848@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/cleanup.Plo@am__quote@
849@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/crc.Plo@am__quote@
850@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/debug.Plo@am__quote@
851@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/drive.Plo@am__quote@
852@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/ecma130ab.Plo@am__quote@
853@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/file.Plo@am__quote@
854@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/init.Plo@am__quote@
855@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/libdax_audioxtr.Plo@am__quote@
856@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/libdax_msgs.Plo@am__quote@
857@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/mmc.Plo@am__quote@
858@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/null.Plo@am__quote@
859@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/options.Plo@am__quote@
860@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/read.Plo@am__quote@
861@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/sbc.Plo@am__quote@
862@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/sector.Plo@am__quote@
863@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/sg.Plo@am__quote@
864@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/source.Plo@am__quote@
865@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/spc.Plo@am__quote@
866@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/structure.Plo@am__quote@
867@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/toc.Plo@am__quote@
868@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/util.Plo@am__quote@
869@AMDEP_TRUE@@am__include@ @am__quote@libburn/$(DEPDIR)/write.Plo@am__quote@
870@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_dewav-dewav.Po@am__quote@
871@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_fake_au-fake_au.Po@am__quote@
872@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_libburner-libburner.Po@am__quote@
873@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_offst_source-offst_source.Po@am__quote@
874@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_poll-poll.Po@am__quote@
875@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_telltoc-telltoc.Po@am__quote@
876
877.c.o:
878@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
879@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
880@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
881@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
882@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
884
885.c.obj:
886@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
887@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
888@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
889@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
890@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
892
893.c.lo:
894@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
895@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
896@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
897@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
898@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
899@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
900
901cdrskin/cdrskin_cdrskin-cdrskin.o: cdrskin/cdrskin.c
902@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cdrskin_cdrskin_CPPFLAGS) $(CPPFLAGS) $(cdrskin_cdrskin_CFLAGS) $(CFLAGS) -MT cdrskin/cdrskin_cdrskin-cdrskin.o -MD -MP -MF cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrskin.Tpo -c -o cdrskin/cdrskin_cdrskin-cdrskin.o `test -f 'cdrskin/cdrskin.c' || echo '$(srcdir)/'`cdrskin/cdrskin.c
903@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrskin.Tpo cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrskin.Po
904@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cdrskin/cdrskin.c' object='cdrskin/cdrskin_cdrskin-cdrskin.o' libtool=no @AMDEPBACKSLASH@
905@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
906@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cdrskin_cdrskin_CPPFLAGS) $(CPPFLAGS) $(cdrskin_cdrskin_CFLAGS) $(CFLAGS) -c -o cdrskin/cdrskin_cdrskin-cdrskin.o `test -f 'cdrskin/cdrskin.c' || echo '$(srcdir)/'`cdrskin/cdrskin.c
907
908cdrskin/cdrskin_cdrskin-cdrskin.obj: cdrskin/cdrskin.c
909@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cdrskin_cdrskin_CPPFLAGS) $(CPPFLAGS) $(cdrskin_cdrskin_CFLAGS) $(CFLAGS) -MT cdrskin/cdrskin_cdrskin-cdrskin.obj -MD -MP -MF cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrskin.Tpo -c -o cdrskin/cdrskin_cdrskin-cdrskin.obj `if test -f 'cdrskin/cdrskin.c'; then $(CYGPATH_W) 'cdrskin/cdrskin.c'; else $(CYGPATH_W) '$(srcdir)/cdrskin/cdrskin.c'; fi`
910@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrskin.Tpo cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrskin.Po
911@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cdrskin/cdrskin.c' object='cdrskin/cdrskin_cdrskin-cdrskin.obj' libtool=no @AMDEPBACKSLASH@
912@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
913@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cdrskin_cdrskin_CPPFLAGS) $(CPPFLAGS) $(cdrskin_cdrskin_CFLAGS) $(CFLAGS) -c -o cdrskin/cdrskin_cdrskin-cdrskin.obj `if test -f 'cdrskin/cdrskin.c'; then $(CYGPATH_W) 'cdrskin/cdrskin.c'; else $(CYGPATH_W) '$(srcdir)/cdrskin/cdrskin.c'; fi`
914
915cdrskin/cdrskin_cdrskin-cdrfifo.o: cdrskin/cdrfifo.c
916@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cdrskin_cdrskin_CPPFLAGS) $(CPPFLAGS) $(cdrskin_cdrskin_CFLAGS) $(CFLAGS) -MT cdrskin/cdrskin_cdrskin-cdrfifo.o -MD -MP -MF cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrfifo.Tpo -c -o cdrskin/cdrskin_cdrskin-cdrfifo.o `test -f 'cdrskin/cdrfifo.c' || echo '$(srcdir)/'`cdrskin/cdrfifo.c
917@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrfifo.Tpo cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrfifo.Po
918@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cdrskin/cdrfifo.c' object='cdrskin/cdrskin_cdrskin-cdrfifo.o' libtool=no @AMDEPBACKSLASH@
919@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
920@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cdrskin_cdrskin_CPPFLAGS) $(CPPFLAGS) $(cdrskin_cdrskin_CFLAGS) $(CFLAGS) -c -o cdrskin/cdrskin_cdrskin-cdrfifo.o `test -f 'cdrskin/cdrfifo.c' || echo '$(srcdir)/'`cdrskin/cdrfifo.c
921
922cdrskin/cdrskin_cdrskin-cdrfifo.obj: cdrskin/cdrfifo.c
923@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cdrskin_cdrskin_CPPFLAGS) $(CPPFLAGS) $(cdrskin_cdrskin_CFLAGS) $(CFLAGS) -MT cdrskin/cdrskin_cdrskin-cdrfifo.obj -MD -MP -MF cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrfifo.Tpo -c -o cdrskin/cdrskin_cdrskin-cdrfifo.obj `if test -f 'cdrskin/cdrfifo.c'; then $(CYGPATH_W) 'cdrskin/cdrfifo.c'; else $(CYGPATH_W) '$(srcdir)/cdrskin/cdrfifo.c'; fi`
924@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrfifo.Tpo cdrskin/$(DEPDIR)/cdrskin_cdrskin-cdrfifo.Po
925@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cdrskin/cdrfifo.c' object='cdrskin/cdrskin_cdrskin-cdrfifo.obj' libtool=no @AMDEPBACKSLASH@
926@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
927@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cdrskin_cdrskin_CPPFLAGS) $(CPPFLAGS) $(cdrskin_cdrskin_CFLAGS) $(CFLAGS) -c -o cdrskin/cdrskin_cdrskin-cdrfifo.obj `if test -f 'cdrskin/cdrfifo.c'; then $(CYGPATH_W) 'cdrskin/cdrfifo.c'; else $(CYGPATH_W) '$(srcdir)/cdrskin/cdrfifo.c'; fi`
928
929test/test_dewav-dewav.o: test/dewav.c
930@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_dewav_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_dewav-dewav.o -MD -MP -MF test/$(DEPDIR)/test_dewav-dewav.Tpo -c -o test/test_dewav-dewav.o `test -f 'test/dewav.c' || echo '$(srcdir)/'`test/dewav.c
931@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_dewav-dewav.Tpo test/$(DEPDIR)/test_dewav-dewav.Po
932@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/dewav.c' object='test/test_dewav-dewav.o' libtool=no @AMDEPBACKSLASH@
933@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
934@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_dewav_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_dewav-dewav.o `test -f 'test/dewav.c' || echo '$(srcdir)/'`test/dewav.c
935
936test/test_dewav-dewav.obj: test/dewav.c
937@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_dewav_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_dewav-dewav.obj -MD -MP -MF test/$(DEPDIR)/test_dewav-dewav.Tpo -c -o test/test_dewav-dewav.obj `if test -f 'test/dewav.c'; then $(CYGPATH_W) 'test/dewav.c'; else $(CYGPATH_W) '$(srcdir)/test/dewav.c'; fi`
938@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_dewav-dewav.Tpo test/$(DEPDIR)/test_dewav-dewav.Po
939@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/dewav.c' object='test/test_dewav-dewav.obj' libtool=no @AMDEPBACKSLASH@
940@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
941@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_dewav_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_dewav-dewav.obj `if test -f 'test/dewav.c'; then $(CYGPATH_W) 'test/dewav.c'; else $(CYGPATH_W) '$(srcdir)/test/dewav.c'; fi`
942
943test/test_fake_au-fake_au.o: test/fake_au.c
944@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fake_au_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_fake_au-fake_au.o -MD -MP -MF test/$(DEPDIR)/test_fake_au-fake_au.Tpo -c -o test/test_fake_au-fake_au.o `test -f 'test/fake_au.c' || echo '$(srcdir)/'`test/fake_au.c
945@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_fake_au-fake_au.Tpo test/$(DEPDIR)/test_fake_au-fake_au.Po
946@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/fake_au.c' object='test/test_fake_au-fake_au.o' libtool=no @AMDEPBACKSLASH@
947@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
948@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fake_au_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_fake_au-fake_au.o `test -f 'test/fake_au.c' || echo '$(srcdir)/'`test/fake_au.c
949
950test/test_fake_au-fake_au.obj: test/fake_au.c
951@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fake_au_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_fake_au-fake_au.obj -MD -MP -MF test/$(DEPDIR)/test_fake_au-fake_au.Tpo -c -o test/test_fake_au-fake_au.obj `if test -f 'test/fake_au.c'; then $(CYGPATH_W) 'test/fake_au.c'; else $(CYGPATH_W) '$(srcdir)/test/fake_au.c'; fi`
952@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_fake_au-fake_au.Tpo test/$(DEPDIR)/test_fake_au-fake_au.Po
953@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/fake_au.c' object='test/test_fake_au-fake_au.obj' libtool=no @AMDEPBACKSLASH@
954@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
955@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fake_au_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_fake_au-fake_au.obj `if test -f 'test/fake_au.c'; then $(CYGPATH_W) 'test/fake_au.c'; else $(CYGPATH_W) '$(srcdir)/test/fake_au.c'; fi`
956
957test/test_libburner-libburner.o: test/libburner.c
958@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_libburner_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_libburner-libburner.o -MD -MP -MF test/$(DEPDIR)/test_libburner-libburner.Tpo -c -o test/test_libburner-libburner.o `test -f 'test/libburner.c' || echo '$(srcdir)/'`test/libburner.c
959@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_libburner-libburner.Tpo test/$(DEPDIR)/test_libburner-libburner.Po
960@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/libburner.c' object='test/test_libburner-libburner.o' libtool=no @AMDEPBACKSLASH@
961@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
962@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_libburner_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_libburner-libburner.o `test -f 'test/libburner.c' || echo '$(srcdir)/'`test/libburner.c
963
964test/test_libburner-libburner.obj: test/libburner.c
965@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_libburner_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_libburner-libburner.obj -MD -MP -MF test/$(DEPDIR)/test_libburner-libburner.Tpo -c -o test/test_libburner-libburner.obj `if test -f 'test/libburner.c'; then $(CYGPATH_W) 'test/libburner.c'; else $(CYGPATH_W) '$(srcdir)/test/libburner.c'; fi`
966@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_libburner-libburner.Tpo test/$(DEPDIR)/test_libburner-libburner.Po
967@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/libburner.c' object='test/test_libburner-libburner.obj' libtool=no @AMDEPBACKSLASH@
968@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
969@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_libburner_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_libburner-libburner.obj `if test -f 'test/libburner.c'; then $(CYGPATH_W) 'test/libburner.c'; else $(CYGPATH_W) '$(srcdir)/test/libburner.c'; fi`
970
971test/test_offst_source-offst_source.o: test/offst_source.c
972@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_offst_source_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_offst_source-offst_source.o -MD -MP -MF test/$(DEPDIR)/test_offst_source-offst_source.Tpo -c -o test/test_offst_source-offst_source.o `test -f 'test/offst_source.c' || echo '$(srcdir)/'`test/offst_source.c
973@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_offst_source-offst_source.Tpo test/$(DEPDIR)/test_offst_source-offst_source.Po
974@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/offst_source.c' object='test/test_offst_source-offst_source.o' libtool=no @AMDEPBACKSLASH@
975@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
976@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_offst_source_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_offst_source-offst_source.o `test -f 'test/offst_source.c' || echo '$(srcdir)/'`test/offst_source.c
977
978test/test_offst_source-offst_source.obj: test/offst_source.c
979@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_offst_source_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_offst_source-offst_source.obj -MD -MP -MF test/$(DEPDIR)/test_offst_source-offst_source.Tpo -c -o test/test_offst_source-offst_source.obj `if test -f 'test/offst_source.c'; then $(CYGPATH_W) 'test/offst_source.c'; else $(CYGPATH_W) '$(srcdir)/test/offst_source.c'; fi`
980@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_offst_source-offst_source.Tpo test/$(DEPDIR)/test_offst_source-offst_source.Po
981@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/offst_source.c' object='test/test_offst_source-offst_source.obj' libtool=no @AMDEPBACKSLASH@
982@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
983@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_offst_source_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_offst_source-offst_source.obj `if test -f 'test/offst_source.c'; then $(CYGPATH_W) 'test/offst_source.c'; else $(CYGPATH_W) '$(srcdir)/test/offst_source.c'; fi`
984
985test/test_poll-poll.o: test/poll.c
986@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_poll_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_poll-poll.o -MD -MP -MF test/$(DEPDIR)/test_poll-poll.Tpo -c -o test/test_poll-poll.o `test -f 'test/poll.c' || echo '$(srcdir)/'`test/poll.c
987@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_poll-poll.Tpo test/$(DEPDIR)/test_poll-poll.Po
988@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/poll.c' object='test/test_poll-poll.o' libtool=no @AMDEPBACKSLASH@
989@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_poll_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_poll-poll.o `test -f 'test/poll.c' || echo '$(srcdir)/'`test/poll.c
991
992test/test_poll-poll.obj: test/poll.c
993@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_poll_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_poll-poll.obj -MD -MP -MF test/$(DEPDIR)/test_poll-poll.Tpo -c -o test/test_poll-poll.obj `if test -f 'test/poll.c'; then $(CYGPATH_W) 'test/poll.c'; else $(CYGPATH_W) '$(srcdir)/test/poll.c'; fi`
994@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_poll-poll.Tpo test/$(DEPDIR)/test_poll-poll.Po
995@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/poll.c' object='test/test_poll-poll.obj' libtool=no @AMDEPBACKSLASH@
996@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
997@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_poll_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_poll-poll.obj `if test -f 'test/poll.c'; then $(CYGPATH_W) 'test/poll.c'; else $(CYGPATH_W) '$(srcdir)/test/poll.c'; fi`
998
999test/test_telltoc-telltoc.o: test/telltoc.c
1000@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_telltoc_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_telltoc-telltoc.o -MD -MP -MF test/$(DEPDIR)/test_telltoc-telltoc.Tpo -c -o test/test_telltoc-telltoc.o `test -f 'test/telltoc.c' || echo '$(srcdir)/'`test/telltoc.c
1001@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_telltoc-telltoc.Tpo test/$(DEPDIR)/test_telltoc-telltoc.Po
1002@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/telltoc.c' object='test/test_telltoc-telltoc.o' libtool=no @AMDEPBACKSLASH@
1003@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1004@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_telltoc_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_telltoc-telltoc.o `test -f 'test/telltoc.c' || echo '$(srcdir)/'`test/telltoc.c
1005
1006test/test_telltoc-telltoc.obj: test/telltoc.c
1007@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_telltoc_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_telltoc-telltoc.obj -MD -MP -MF test/$(DEPDIR)/test_telltoc-telltoc.Tpo -c -o test/test_telltoc-telltoc.obj `if test -f 'test/telltoc.c'; then $(CYGPATH_W) 'test/telltoc.c'; else $(CYGPATH_W) '$(srcdir)/test/telltoc.c'; fi`
1008@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_telltoc-telltoc.Tpo test/$(DEPDIR)/test_telltoc-telltoc.Po
1009@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/telltoc.c' object='test/test_telltoc-telltoc.obj' libtool=no @AMDEPBACKSLASH@
1010@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1011@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_telltoc_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_telltoc-telltoc.obj `if test -f 'test/telltoc.c'; then $(CYGPATH_W) 'test/telltoc.c'; else $(CYGPATH_W) '$(srcdir)/test/telltoc.c'; fi`
1012
1013mostlyclean-libtool:
1014	-rm -f *.lo
1015
1016clean-libtool:
1017	-rm -rf .libs _libs
1018	-rm -rf cdrskin/.libs cdrskin/_libs
1019	-rm -rf libburn/.libs libburn/_libs
1020	-rm -rf test/.libs test/_libs
1021
1022distclean-libtool:
1023	-rm -f libtool config.lt
1024install-man1: $(man_MANS)
1025	@$(NORMAL_INSTALL)
1026	@list1=''; \
1027	list2='$(man_MANS)'; \
1028	test -n "$(man1dir)" \
1029	  && test -n "`echo $$list1$$list2`" \
1030	  || exit 0; \
1031	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1032	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1033	{ for i in $$list1; do echo "$$i"; done;  \
1034	if test -n "$$list2"; then \
1035	  for i in $$list2; do echo "$$i"; done \
1036	    | sed -n '/\.1[a-z]*$$/p'; \
1037	fi; \
1038	} | while read p; do \
1039	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1040	  echo "$$d$$p"; echo "$$p"; \
1041	done | \
1042	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1043	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1044	sed 'N;N;s,\n, ,g' | { \
1045	list=; while read file base inst; do \
1046	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1047	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1048	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1049	  fi; \
1050	done; \
1051	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1052	while read files; do \
1053	  test -z "$$files" || { \
1054	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1055	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1056	done; }
1057
1058uninstall-man1:
1059	@$(NORMAL_UNINSTALL)
1060	@list=''; test -n "$(man1dir)" || exit 0; \
1061	files=`{ for i in $$list; do echo "$$i"; done; \
1062	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1063	  sed -n '/\.1[a-z]*$$/p'; \
1064	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1065	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1066	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
1067install-nodist_pkgconfigDATA: $(nodist_pkgconfig_DATA)
1068	@$(NORMAL_INSTALL)
1069	@list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1070	if test -n "$$list"; then \
1071	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1072	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1073	fi; \
1074	for p in $$list; do \
1075	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1076	  echo "$$d$$p"; \
1077	done | $(am__base_list) | \
1078	while read files; do \
1079	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1080	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1081	done
1082
1083uninstall-nodist_pkgconfigDATA:
1084	@$(NORMAL_UNINSTALL)
1085	@list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1086	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1087	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1088install-libincludeHEADERS: $(libinclude_HEADERS)
1089	@$(NORMAL_INSTALL)
1090	@list='$(libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
1091	if test -n "$$list"; then \
1092	  echo " $(MKDIR_P) '$(DESTDIR)$(libincludedir)'"; \
1093	  $(MKDIR_P) "$(DESTDIR)$(libincludedir)" || exit 1; \
1094	fi; \
1095	for p in $$list; do \
1096	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1097	  echo "$$d$$p"; \
1098	done | $(am__base_list) | \
1099	while read files; do \
1100	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libincludedir)'"; \
1101	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libincludedir)" || exit $$?; \
1102	done
1103
1104uninstall-libincludeHEADERS:
1105	@$(NORMAL_UNINSTALL)
1106	@list='$(libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
1107	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1108	dir='$(DESTDIR)$(libincludedir)'; $(am__uninstall_files_from_dir)
1109
1110ID: $(am__tagged_files)
1111	$(am__define_uniq_tagged_files); mkid -fID $$unique
1112tags: tags-am
1113TAGS: tags
1114
1115tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1116	set x; \
1117	here=`pwd`; \
1118	$(am__define_uniq_tagged_files); \
1119	shift; \
1120	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1121	  test -n "$$unique" || unique=$$empty_fix; \
1122	  if test $$# -gt 0; then \
1123	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1124	      "$$@" $$unique; \
1125	  else \
1126	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1127	      $$unique; \
1128	  fi; \
1129	fi
1130ctags: ctags-am
1131
1132CTAGS: ctags
1133ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1134	$(am__define_uniq_tagged_files); \
1135	test -z "$(CTAGS_ARGS)$$unique" \
1136	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1137	     $$unique
1138
1139GTAGS:
1140	here=`$(am__cd) $(top_builddir) && pwd` \
1141	  && $(am__cd) $(top_srcdir) \
1142	  && gtags -i $(GTAGS_ARGS) "$$here"
1143cscope: cscope.files
1144	test ! -s cscope.files \
1145	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1146clean-cscope:
1147	-rm -f cscope.files
1148cscope.files: clean-cscope cscopelist
1149cscopelist: cscopelist-am
1150
1151cscopelist-am: $(am__tagged_files)
1152	list='$(am__tagged_files)'; \
1153	case "$(srcdir)" in \
1154	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1155	  *) sdir=$(subdir)/$(srcdir) ;; \
1156	esac; \
1157	for i in $$list; do \
1158	  if test -f "$$i"; then \
1159	    echo "$(subdir)/$$i"; \
1160	  else \
1161	    echo "$$sdir/$$i"; \
1162	  fi; \
1163	done >> $(top_builddir)/cscope.files
1164
1165distclean-tags:
1166	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1167	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1168
1169distdir: $(DISTFILES)
1170	$(am__remove_distdir)
1171	test -d "$(distdir)" || mkdir "$(distdir)"
1172	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1173	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1174	list='$(DISTFILES)'; \
1175	  dist_files=`for file in $$list; do echo $$file; done | \
1176	  sed -e "s|^$$srcdirstrip/||;t" \
1177	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1178	case $$dist_files in \
1179	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1180			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1181			   sort -u` ;; \
1182	esac; \
1183	for file in $$dist_files; do \
1184	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1185	  if test -d $$d/$$file; then \
1186	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1187	    if test -d "$(distdir)/$$file"; then \
1188	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1189	    fi; \
1190	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1191	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1192	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1193	    fi; \
1194	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1195	  else \
1196	    test -f "$(distdir)/$$file" \
1197	    || cp -p $$d/$$file "$(distdir)/$$file" \
1198	    || exit 1; \
1199	  fi; \
1200	done
1201	-test -n "$(am__skip_mode_fix)" \
1202	|| find "$(distdir)" -type d ! -perm -755 \
1203		-exec chmod u+rwx,go+rx {} \; -o \
1204	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1205	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1206	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1207	|| chmod -R a+r "$(distdir)"
1208dist-gzip: distdir
1209	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1210	$(am__post_remove_distdir)
1211
1212dist-bzip2: distdir
1213	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1214	$(am__post_remove_distdir)
1215
1216dist-lzip: distdir
1217	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1218	$(am__post_remove_distdir)
1219
1220dist-xz: distdir
1221	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1222	$(am__post_remove_distdir)
1223
1224dist-tarZ: distdir
1225	@echo WARNING: "Support for shar distribution archives is" \
1226	               "deprecated." >&2
1227	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1228	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1229	$(am__post_remove_distdir)
1230
1231dist-shar: distdir
1232	@echo WARNING: "Support for distribution archives compressed with" \
1233		       "legacy program 'compress' is deprecated." >&2
1234	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1235	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1236	$(am__post_remove_distdir)
1237
1238dist-zip: distdir
1239	-rm -f $(distdir).zip
1240	zip -rq $(distdir).zip $(distdir)
1241	$(am__post_remove_distdir)
1242
1243dist dist-all:
1244	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1245	$(am__post_remove_distdir)
1246
1247# This target untars the dist file and tries a VPATH configuration.  Then
1248# it guarantees that the distribution is self-contained by making another
1249# tarfile.
1250distcheck: dist
1251	case '$(DIST_ARCHIVES)' in \
1252	*.tar.gz*) \
1253	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1254	*.tar.bz2*) \
1255	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1256	*.tar.lz*) \
1257	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1258	*.tar.xz*) \
1259	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1260	*.tar.Z*) \
1261	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1262	*.shar.gz*) \
1263	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1264	*.zip*) \
1265	  unzip $(distdir).zip ;;\
1266	esac
1267	chmod -R a-w $(distdir)
1268	chmod u+w $(distdir)
1269	mkdir $(distdir)/_build $(distdir)/_inst
1270	chmod a-w $(distdir)
1271	test -d $(distdir)/_build || exit 0; \
1272	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1273	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1274	  && am__cwd=`pwd` \
1275	  && $(am__cd) $(distdir)/_build \
1276	  && ../configure \
1277	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1278	    $(DISTCHECK_CONFIGURE_FLAGS) \
1279	    --srcdir=.. --prefix="$$dc_install_base" \
1280	  && $(MAKE) $(AM_MAKEFLAGS) \
1281	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1282	  && $(MAKE) $(AM_MAKEFLAGS) check \
1283	  && $(MAKE) $(AM_MAKEFLAGS) install \
1284	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1285	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1286	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1287	        distuninstallcheck \
1288	  && chmod -R a-w "$$dc_install_base" \
1289	  && ({ \
1290	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1291	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1292	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1293	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1294	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1295	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1296	  && rm -rf "$$dc_destdir" \
1297	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1298	  && rm -rf $(DIST_ARCHIVES) \
1299	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1300	  && cd "$$am__cwd" \
1301	  || exit 1
1302	$(am__post_remove_distdir)
1303	@(echo "$(distdir) archives ready for distribution: "; \
1304	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1305	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1306distuninstallcheck:
1307	@test -n '$(distuninstallcheck_dir)' || { \
1308	  echo 'ERROR: trying to run $@ with an empty' \
1309	       '$$(distuninstallcheck_dir)' >&2; \
1310	  exit 1; \
1311	}; \
1312	$(am__cd) '$(distuninstallcheck_dir)' || { \
1313	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1314	  exit 1; \
1315	}; \
1316	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1317	   || { echo "ERROR: files left after uninstall:" ; \
1318	        if test -n "$(DESTDIR)"; then \
1319	          echo "  (check DESTDIR support)"; \
1320	        fi ; \
1321	        $(distuninstallcheck_listfiles) ; \
1322	        exit 1; } >&2
1323distcleancheck: distclean
1324	@if test '$(srcdir)' = . ; then \
1325	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1326	  exit 1 ; \
1327	fi
1328	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1329	  || { echo "ERROR: files left in build directory after distclean:" ; \
1330	       $(distcleancheck_listfiles) ; \
1331	       exit 1; } >&2
1332check-am: all-am
1333check: check-am
1334all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
1335install-binPROGRAMS: install-libLTLIBRARIES
1336
1337installdirs:
1338	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libincludedir)"; do \
1339	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1340	done
1341install: install-am
1342install-exec: install-exec-am
1343install-data: install-data-am
1344uninstall: uninstall-am
1345
1346install-am: all-am
1347	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1348
1349installcheck: installcheck-am
1350install-strip:
1351	if test -z '$(STRIP)'; then \
1352	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1353	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1354	      install; \
1355	else \
1356	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1357	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1358	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1359	fi
1360mostlyclean-generic:
1361
1362clean-generic:
1363
1364distclean-generic:
1365	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1366	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1367	-rm -f cdrskin/$(DEPDIR)/$(am__dirstamp)
1368	-rm -f cdrskin/$(am__dirstamp)
1369	-rm -f libburn/$(DEPDIR)/$(am__dirstamp)
1370	-rm -f libburn/$(am__dirstamp)
1371	-rm -f test/$(DEPDIR)/$(am__dirstamp)
1372	-rm -f test/$(am__dirstamp)
1373
1374maintainer-clean-generic:
1375	@echo "This command is intended for maintainers to use"
1376	@echo "it deletes files that may require special tools to rebuild."
1377clean: clean-am
1378
1379clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1380	clean-libtool clean-local clean-noinstPROGRAMS mostlyclean-am
1381
1382distclean: distclean-am
1383	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1384	-rm -rf cdrskin/$(DEPDIR) libburn/$(DEPDIR) test/$(DEPDIR)
1385	-rm -f Makefile
1386distclean-am: clean-am distclean-compile distclean-generic \
1387	distclean-libtool distclean-tags
1388
1389dvi: dvi-am
1390
1391dvi-am:
1392
1393html: html-am
1394
1395html-am:
1396
1397info: info-am
1398
1399info-am:
1400
1401install-data-am: install-data-local install-libincludeHEADERS \
1402	install-man install-nodist_pkgconfigDATA
1403
1404install-dvi: install-dvi-am
1405
1406install-dvi-am:
1407
1408install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1409	@$(NORMAL_INSTALL)
1410	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1411install-html: install-html-am
1412
1413install-html-am:
1414
1415install-info: install-info-am
1416
1417install-info-am:
1418
1419install-man: install-man1
1420
1421install-pdf: install-pdf-am
1422
1423install-pdf-am:
1424
1425install-ps: install-ps-am
1426
1427install-ps-am:
1428
1429installcheck-am:
1430
1431maintainer-clean: maintainer-clean-am
1432	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1433	-rm -rf $(top_srcdir)/autom4te.cache
1434	-rm -rf cdrskin/$(DEPDIR) libburn/$(DEPDIR) test/$(DEPDIR)
1435	-rm -f Makefile
1436maintainer-clean-am: distclean-am maintainer-clean-generic
1437
1438mostlyclean: mostlyclean-am
1439
1440mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1441	mostlyclean-libtool
1442
1443pdf: pdf-am
1444
1445pdf-am:
1446
1447ps: ps-am
1448
1449ps-am:
1450
1451uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
1452	uninstall-libincludeHEADERS uninstall-local uninstall-man \
1453	uninstall-nodist_pkgconfigDATA
1454
1455uninstall-man: uninstall-man1
1456
1457.MAKE: install-am install-exec-am install-strip
1458
1459.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
1460	clean-binPROGRAMS clean-cscope clean-generic \
1461	clean-libLTLIBRARIES clean-libtool clean-local \
1462	clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
1463	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1464	dist-xz dist-zip distcheck distclean distclean-compile \
1465	distclean-generic distclean-libtool distclean-tags \
1466	distcleancheck distdir distuninstallcheck dvi dvi-am html \
1467	html-am info info-am install install-am install-binPROGRAMS \
1468	install-data install-data-am install-data-local install-dvi \
1469	install-dvi-am install-exec install-exec-am install-exec-hook \
1470	install-html install-html-am install-info install-info-am \
1471	install-libLTLIBRARIES install-libincludeHEADERS install-man \
1472	install-man1 install-nodist_pkgconfigDATA install-pdf \
1473	install-pdf-am install-ps install-ps-am install-strip \
1474	installcheck installcheck-am installdirs maintainer-clean \
1475	maintainer-clean-generic mostlyclean mostlyclean-compile \
1476	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1477	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1478	uninstall-libLTLIBRARIES uninstall-libincludeHEADERS \
1479	uninstall-local uninstall-man uninstall-man1 \
1480	uninstall-nodist_pkgconfigDATA
1481
1482
1483install-exec-hook:
1484	$(LIBBURNIA_LDCONFIG_CMD) "$(DESTDIR)$(libdir)" || echo 'NOTE: Explicit dynamic library configuration failed. If needed, configure manually for:' "$(DESTDIR)$(libdir)"
1485
1486# "make clean" shall remove a few stubborn .libs directories
1487# which George Danchev reported Dec 03 2011.
1488# Learned from: http://www.gnu.org/software/automake/manual/automake.html#Clean
1489clean-local:
1490	-rm -rf cdrskin/.libs test/.libs
1491
1492doc:	doc/html
1493
1494doc/html: doc/doxygen.conf
1495	if [ -f ./doc/doc.lock ]; then \
1496		$(RM) -r doc/html; \
1497		doxygen doc/doxygen.conf; \
1498	fi
1499
1500doc-upload: doc/html
1501	scp -r $</* $(webhost):$(webpath)
1502
1503# all: doc
1504
1505install-data-local:
1506	if [ -f ./doc/doc.lock ]; then \
1507		$(mkinstalldirs) $(docdir)/html; \
1508		$(INSTALL_DATA) doc/html/* $(docdir)/html; \
1509	fi
1510
1511uninstall-local:
1512	rm -rf $(docdir)
1513
1514indent: $(indent_files)
1515	indent -bad -bap -nbbb -nbbo -nbc -bli0 -br -bls   \
1516		-cdw -ce -cli0 -ncs -nbfda -i8 -l79 -lc79   \
1517		-lp -saf -sai -nprs -npsl -saw -sob -ss -ut \
1518		-sbi0 -nsc -ts8 -npcs -ncdb -fca            \
1519		$^
1520
1521.PHONY: indent
1522
1523# Tell versions [3.59,3.63) of GNU make to not export all variables.
1524# Otherwise a system limit (for SysV at least) may be exceeded.
1525.NOEXPORT:
1526