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

« back to all changes in this revision

Viewing changes to src/cd-paranoia/Makefile.in

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#   $Id: Makefile.am,v 1.15 2005/09/17 01:33:29 rocky Exp $
 
18
#
 
19
#    Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
 
20
#    Copyright (C) 1998 Monty xiphmont@mit.edu
 
21
#
 
22
#    This program is free software; you can redistribute it and/or modify
 
23
#    it under the terms of the GNU General Public License as published by
 
24
#    the Free Software Foundation; either version 2 of the License, or
 
25
#    (at your option) any later version.
 
26
#
 
27
#    This program is distributed in the hope that it will be useful,
 
28
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
30
#    GNU General Public License for more details.
 
31
#
 
32
#    You should have received a copy of the GNU General Public License
 
33
#    along with this program; if not, write to the Free Software
 
34
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
35
#
 
36
###############################################################################
 
37
 
 
38
 
 
39
SOURCES = $(cd_paranoia_SOURCES)
 
40
 
 
41
srcdir = @srcdir@
 
42
top_srcdir = @top_srcdir@
 
43
VPATH = @srcdir@
 
44
pkgdatadir = $(datadir)/@PACKAGE@
 
45
pkglibdir = $(libdir)/@PACKAGE@
 
46
pkgincludedir = $(includedir)/@PACKAGE@
 
47
top_builddir = ../..
 
48
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
49
INSTALL = @INSTALL@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_HEADER = $(INSTALL_DATA)
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
build_triplet = @build@
 
61
host_triplet = @host@
 
62
@BUILD_CD_PARANOIA_TRUE@bin_PROGRAMS = cd-paranoia$(EXEEXT)
 
63
subdir = src/cd-paranoia
 
64
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
65
        $(srcdir)/Makefile.in $(srcdir)/usage.txt.in
 
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
67
am__aclocal_m4_deps = $(top_srcdir)/libpopt.m4 \
 
68
        $(top_srcdir)/configure.ac
 
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
70
        $(ACLOCAL_M4)
 
71
mkinstalldirs = $(install_sh) -d
 
72
CONFIG_HEADER = $(top_builddir)/config.h
 
73
CONFIG_CLEAN_FILES = usage.txt
 
74
am__installdirs = "$(DESTDIR)$(bindir)"
 
75
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
76
PROGRAMS = $(bin_PROGRAMS)
 
77
am__cd_paranoia_SOURCES_DIST = cd-paranoia.c buffering_write.c \
 
78
        buffering_write.h getopt.c getopt1.c header.c report.c usage.h \
 
79
        utils.h version.h
 
80
@HAVE_GETOPT_LONG_FALSE@am__objects_1 = getopt.$(OBJEXT) \
 
81
@HAVE_GETOPT_LONG_FALSE@        getopt1.$(OBJEXT)
 
82
@BUILD_CD_PARANOIA_TRUE@am_cd_paranoia_OBJECTS =  \
 
83
@BUILD_CD_PARANOIA_TRUE@        cd-paranoia.$(OBJEXT) \
 
84
@BUILD_CD_PARANOIA_TRUE@        buffering_write.$(OBJEXT) \
 
85
@BUILD_CD_PARANOIA_TRUE@        $(am__objects_1) header.$(OBJEXT) \
 
86
@BUILD_CD_PARANOIA_TRUE@        report.$(OBJEXT)
 
87
cd_paranoia_OBJECTS = $(am_cd_paranoia_OBJECTS)
 
88
am__DEPENDENCIES_1 =
 
89
@BUILD_CD_PARANOIA_TRUE@cd_paranoia_DEPENDENCIES =  \
 
90
@BUILD_CD_PARANOIA_TRUE@        $(am__DEPENDENCIES_1) \
 
91
@BUILD_CD_PARANOIA_TRUE@        $(am__DEPENDENCIES_1) \
 
92
@BUILD_CD_PARANOIA_TRUE@        $(am__DEPENDENCIES_1)
 
93
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
94
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
95
am__depfiles_maybe = depfiles
 
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
97
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
98
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
99
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
100
        $(AM_CFLAGS) $(CFLAGS)
 
101
CCLD = $(CC)
 
102
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
103
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
104
SOURCES = $(cd_paranoia_SOURCES)
 
105
DIST_SOURCES = $(am__cd_paranoia_SOURCES_DIST)
 
106
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
107
        html-recursive info-recursive install-data-recursive \
 
108
        install-exec-recursive install-info-recursive \
 
109
        install-recursive installcheck-recursive installdirs-recursive \
 
110
        pdf-recursive ps-recursive uninstall-info-recursive \
 
111
        uninstall-recursive
 
112
HEADERS = $(noinst_HEADERS)
 
113
ETAGS = etags
 
114
CTAGS = ctags
 
115
DIST_SUBDIRS = doc
 
116
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
117
transform = s,cd-paranoia,@CDPARANOIA_NAME@,
 
118
ACLOCAL = @ACLOCAL@
 
119
AMDEP_FALSE = @AMDEP_FALSE@
 
120
AMDEP_TRUE = @AMDEP_TRUE@
 
121
AMTAR = @AMTAR@
 
122
AR = @AR@
 
123
AUTOCONF = @AUTOCONF@
 
124
AUTOHEADER = @AUTOHEADER@
 
125
AUTOMAKE = @AUTOMAKE@
 
126
AWK = @AWK@
 
127
BUILD_CDDA_PLAYER_FALSE = @BUILD_CDDA_PLAYER_FALSE@
 
128
BUILD_CDDA_PLAYER_TRUE = @BUILD_CDDA_PLAYER_TRUE@
 
129
BUILD_CDINFO_FALSE = @BUILD_CDINFO_FALSE@
 
130
BUILD_CDINFO_LINUX_FALSE = @BUILD_CDINFO_LINUX_FALSE@
 
131
BUILD_CDINFO_LINUX_TRUE = @BUILD_CDINFO_LINUX_TRUE@
 
132
BUILD_CDINFO_TRUE = @BUILD_CDINFO_TRUE@
 
133
BUILD_CDIOTEST_FALSE = @BUILD_CDIOTEST_FALSE@
 
134
BUILD_CDIOTEST_TRUE = @BUILD_CDIOTEST_TRUE@
 
135
BUILD_CD_DRIVE_FALSE = @BUILD_CD_DRIVE_FALSE@
 
136
BUILD_CD_DRIVE_TRUE = @BUILD_CD_DRIVE_TRUE@
 
137
BUILD_CD_PARANOIA_FALSE = @BUILD_CD_PARANOIA_FALSE@
 
138
BUILD_CD_PARANOIA_TRUE = @BUILD_CD_PARANOIA_TRUE@
 
139
BUILD_CD_READ_FALSE = @BUILD_CD_READ_FALSE@
 
140
BUILD_CD_READ_TRUE = @BUILD_CD_READ_TRUE@
 
141
BUILD_ISO_INFO_FALSE = @BUILD_ISO_INFO_FALSE@
 
142
BUILD_ISO_INFO_TRUE = @BUILD_ISO_INFO_TRUE@
 
143
BUILD_ISO_READ_FALSE = @BUILD_ISO_READ_FALSE@
 
144
BUILD_ISO_READ_TRUE = @BUILD_ISO_READ_TRUE@
 
145
BUILD_VERSIONED_LIBS_FALSE = @BUILD_VERSIONED_LIBS_FALSE@
 
146
BUILD_VERSIONED_LIBS_TRUE = @BUILD_VERSIONED_LIBS_TRUE@
 
147
CC = @CC@
 
148
CCDEPMODE = @CCDEPMODE@
 
149
CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@
 
150
CDDB_CFLAGS = @CDDB_CFLAGS@
 
151
CDDB_LIBS = @CDDB_LIBS@
 
152
CDPARANOIA_NAME = @CDPARANOIA_NAME@
 
153
CFLAGS = @CFLAGS@
 
154
CMP = @CMP@
 
155
COS_LIB = @COS_LIB@
 
156
CPP = @CPP@
 
157
CPPFLAGS = @CPPFLAGS@
 
158
CVS2CL = @CVS2CL@
 
159
CXX = @CXX@
 
160
CXXCPP = @CXXCPP@
 
161
CXXDEPMODE = @CXXDEPMODE@
 
162
CXXFLAGS = @CXXFLAGS@
 
163
CYGPATH_W = @CYGPATH_W@
 
164
CYGWIN_FALSE = @CYGWIN_FALSE@
 
165
CYGWIN_TRUE = @CYGWIN_TRUE@
 
166
DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@
 
167
DEFS = @DEFS@
 
168
DEPDIR = @DEPDIR@
 
169
DIFF = @DIFF@
 
170
DIFF_OPTS = @DIFF_OPTS@
 
171
DISABLE_CPP_FALSE = @DISABLE_CPP_FALSE@
 
172
DISABLE_CPP_TRUE = @DISABLE_CPP_TRUE@
 
173
ECHO = @ECHO@
 
174
ECHO_C = @ECHO_C@
 
175
ECHO_N = @ECHO_N@
 
176
ECHO_T = @ECHO_T@
 
177
EGREP = @EGREP@
 
178
ENABLE_CPP_FALSE = @ENABLE_CPP_FALSE@
 
179
ENABLE_CPP_TRUE = @ENABLE_CPP_TRUE@
 
180
ENABLE_ROCK_FALSE = @ENABLE_ROCK_FALSE@
 
181
ENABLE_ROCK_TRUE = @ENABLE_ROCK_TRUE@
 
182
EXEEXT = @EXEEXT@
 
183
F77 = @F77@
 
184
FFLAGS = @FFLAGS@
 
185
HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@
 
186
HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@
 
187
HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@
 
188
HAVE_GETOPT_LONG_FALSE = @HAVE_GETOPT_LONG_FALSE@
 
189
HAVE_GETOPT_LONG_TRUE = @HAVE_GETOPT_LONG_TRUE@
 
190
HAVE_JOLIET = @HAVE_JOLIET@
 
191
HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@
 
192
HAVE_PERL_FALSE = @HAVE_PERL_FALSE@
 
193
HAVE_PERL_TRUE = @HAVE_PERL_TRUE@
 
194
HAVE_ROCK = @HAVE_ROCK@
 
195
HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@
 
196
HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@
 
197
HELP2MAN = @HELP2MAN@
 
198
INSTALL_DATA = @INSTALL_DATA@
 
199
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
200
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
201
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
202
LDFLAGS = @LDFLAGS@
 
203
LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@
 
204
LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@
 
205
LIBCDIO_LIBS = @LIBCDIO_LIBS@
 
206
LIBCDIO_PARANOIA_LIBS = @LIBCDIO_PARANOIA_LIBS@
 
207
LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@
 
208
LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@
 
209
LIBICONV = @LIBICONV@
 
210
LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@
 
211
LIBISO9660_LIBS = @LIBISO9660_LIBS@
 
212
LIBOBJS = @LIBOBJS@
 
213
LIBPOPT_CFLAGS = @LIBPOPT_CFLAGS@
 
214
LIBPOPT_LIBS = @LIBPOPT_LIBS@
 
215
LIBS = @LIBS@
 
216
LIBTOOL = @LIBTOOL@
 
217
LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@
 
218
LN_S = @LN_S@
 
219
LTLIBICONV = @LTLIBICONV@
 
220
LTLIBOBJS = @LTLIBOBJS@
 
221
MAINT = @MAINT@
 
222
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
223
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
224
MAKEINFO = @MAKEINFO@
 
225
OBJEXT = @OBJEXT@
 
226
OLD_CDPARANOIA = @OLD_CDPARANOIA@
 
227
PACKAGE = @PACKAGE@
 
228
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
229
PACKAGE_NAME = @PACKAGE_NAME@
 
230
PACKAGE_STRING = @PACKAGE_STRING@
 
231
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
232
PACKAGE_VERSION = @PACKAGE_VERSION@
 
233
PATH_SEPARATOR = @PATH_SEPARATOR@
 
234
PERL = @PERL@
 
235
PKG_CONFIG = @PKG_CONFIG@
 
236
RANLIB = @RANLIB@
 
237
SBPCD_H = @SBPCD_H@
 
238
SET_MAKE = @SET_MAKE@
 
239
SHELL = @SHELL@
 
240
STRIP = @STRIP@
 
241
TYPESIZES = @TYPESIZES@
 
242
UCDROM_H = @UCDROM_H@
 
243
VCDINFO_CFLAGS = @VCDINFO_CFLAGS@
 
244
VCDINFO_LIBS = @VCDINFO_LIBS@
 
245
VERSION = @VERSION@
 
246
ac_ct_AR = @ac_ct_AR@
 
247
ac_ct_CC = @ac_ct_CC@
 
248
ac_ct_CXX = @ac_ct_CXX@
 
249
ac_ct_F77 = @ac_ct_F77@
 
250
ac_ct_RANLIB = @ac_ct_RANLIB@
 
251
ac_ct_STRIP = @ac_ct_STRIP@
 
252
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
253
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
254
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
255
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
256
am__include = @am__include@
 
257
am__leading_dot = @am__leading_dot@
 
258
am__quote = @am__quote@
 
259
am__tar = @am__tar@
 
260
am__untar = @am__untar@
 
261
bindir = @bindir@
 
262
build = @build@
 
263
build_alias = @build_alias@
 
264
build_cpu = @build_cpu@
 
265
build_os = @build_os@
 
266
build_vendor = @build_vendor@
 
267
datadir = @datadir@
 
268
exec_prefix = @exec_prefix@
 
269
host = @host@
 
270
host_alias = @host_alias@
 
271
host_cpu = @host_cpu@
 
272
host_os = @host_os@
 
273
host_vendor = @host_vendor@
 
274
includedir = @includedir@
 
275
infodir = @infodir@
 
276
install_sh = @install_sh@
 
277
libdir = @libdir@
 
278
libexecdir = @libexecdir@
 
279
localstatedir = @localstatedir@
 
280
mandir = @mandir@
 
281
mkdir_p = @mkdir_p@
 
282
oldincludedir = @oldincludedir@
 
283
prefix = @prefix@
 
284
program_transform_name = @program_transform_name@
 
285
sbindir = @sbindir@
 
286
sharedstatedir = @sharedstatedir@
 
287
sysconfdir = @sysconfdir@
 
288
target_alias = @target_alias@
 
289
@HAVE_GETOPT_LONG_FALSE@getopt_sources = getopt.c getopt1.c
 
290
EXTRA_DIST = getopt.c getopt1.c \
 
291
             usage.txt.in usage-copy.h pod2c.pl \
 
292
             doc/FAQ.txt doc/overlapdef.txt
 
293
 
 
294
noinst_HEADERS = getopt.h header.h report.h 
 
295
@BUILD_CD_PARANOIA_TRUE@SUBDIRS = doc
 
296
@BUILD_CD_PARANOIA_TRUE@cd_paranoia_SOURCES = cd-paranoia.c \
 
297
@BUILD_CD_PARANOIA_TRUE@        buffering_write.c buffering_write.h \
 
298
@BUILD_CD_PARANOIA_TRUE@        $(getopt_sources) header.c report.c usage.h utils.h version.h
 
299
 
 
300
@BUILD_CD_PARANOIA_TRUE@cd_paranoia_LDADD = $(LIBCDIO_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_PARANOIA_LIBS)
 
301
@BUILD_CD_PARANOIA_TRUE@INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)
 
302
 
 
303
# These are the implict rules we've got here.
 
304
@BUILD_CD_PARANOIA_TRUE@SUFFIXES = .txt .h
 
305
MOSTLYCLEANFILES = usage.h usage.txt
 
306
all: all-recursive
 
307
 
 
308
.SUFFIXES:
 
309
.SUFFIXES: .txt .h .c .lo .o .obj
 
310
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
311
        @for dep in $?; do \
 
312
          case '$(am__configure_deps)' in \
 
313
            *$$dep*) \
 
314
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
315
                && exit 0; \
 
316
              exit 1;; \
 
317
          esac; \
 
318
        done; \
 
319
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/cd-paranoia/Makefile'; \
 
320
        cd $(top_srcdir) && \
 
321
          $(AUTOMAKE) --gnu  src/cd-paranoia/Makefile
 
322
.PRECIOUS: Makefile
 
323
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
324
        @case '$?' in \
 
325
          *config.status*) \
 
326
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
327
          *) \
 
328
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
329
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
330
        esac;
 
331
 
 
332
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
334
 
 
335
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
336
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
337
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
338
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
339
usage.txt: $(top_builddir)/config.status $(srcdir)/usage.txt.in
 
340
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
341
install-binPROGRAMS: $(bin_PROGRAMS)
 
342
        @$(NORMAL_INSTALL)
 
343
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
344
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
345
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
346
          if test -f $$p \
 
347
             || test -f $$p1 \
 
348
          ; then \
 
349
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
350
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
351
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
352
          else :; fi; \
 
353
        done
 
354
 
 
355
uninstall-binPROGRAMS:
 
356
        @$(NORMAL_UNINSTALL)
 
357
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
358
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
359
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
360
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
361
        done
 
362
 
 
363
clean-binPROGRAMS:
 
364
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
365
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
366
          echo " rm -f $$p $$f"; \
 
367
          rm -f $$p $$f ; \
 
368
        done
 
369
cd-paranoia$(EXEEXT): $(cd_paranoia_OBJECTS) $(cd_paranoia_DEPENDENCIES) 
 
370
        @rm -f cd-paranoia$(EXEEXT)
 
371
        $(LINK) $(cd_paranoia_LDFLAGS) $(cd_paranoia_OBJECTS) $(cd_paranoia_LDADD) $(LIBS)
 
372
 
 
373
mostlyclean-compile:
 
374
        -rm -f *.$(OBJEXT)
 
375
 
 
376
distclean-compile:
 
377
        -rm -f *.tab.c
 
378
 
 
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffering_write.Po@am__quote@
 
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd-paranoia.Po@am__quote@
 
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
 
382
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
 
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
 
384
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/report.Po@am__quote@
 
385
 
 
386
.c.o:
 
387
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
388
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
391
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
392
 
 
393
.c.obj:
 
394
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
395
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
398
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
399
 
 
400
.c.lo:
 
401
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
402
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
405
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
406
 
 
407
mostlyclean-libtool:
 
408
        -rm -f *.lo
 
409
 
 
410
clean-libtool:
 
411
        -rm -rf .libs _libs
 
412
 
 
413
distclean-libtool:
 
414
        -rm -f libtool
 
415
uninstall-info-am:
 
416
 
 
417
# This directory's subdirectories are mostly independent; you can cd
 
418
# into them and run `make' without going through this Makefile.
 
419
# To change the values of `make' variables: instead of editing Makefiles,
 
420
# (1) if the variable is set in `config.status', edit `config.status'
 
421
#     (which will cause the Makefiles to be regenerated when you run `make');
 
422
# (2) otherwise, pass the desired values on the `make' command line.
 
423
$(RECURSIVE_TARGETS):
 
424
        @failcom='exit 1'; \
 
425
        for f in x $$MAKEFLAGS; do \
 
426
          case $$f in \
 
427
            *=* | --[!k]*);; \
 
428
            *k*) failcom='fail=yes';; \
 
429
          esac; \
 
430
        done; \
 
431
        dot_seen=no; \
 
432
        target=`echo $@ | sed s/-recursive//`; \
 
433
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
434
          echo "Making $$target in $$subdir"; \
 
435
          if test "$$subdir" = "."; then \
 
436
            dot_seen=yes; \
 
437
            local_target="$$target-am"; \
 
438
          else \
 
439
            local_target="$$target"; \
 
440
          fi; \
 
441
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
442
          || eval $$failcom; \
 
443
        done; \
 
444
        if test "$$dot_seen" = "no"; then \
 
445
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
446
        fi; test -z "$$fail"
 
447
 
 
448
mostlyclean-recursive clean-recursive distclean-recursive \
 
449
maintainer-clean-recursive:
 
450
        @failcom='exit 1'; \
 
451
        for f in x $$MAKEFLAGS; do \
 
452
          case $$f in \
 
453
            *=* | --[!k]*);; \
 
454
            *k*) failcom='fail=yes';; \
 
455
          esac; \
 
456
        done; \
 
457
        dot_seen=no; \
 
458
        case "$@" in \
 
459
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
460
          *) list='$(SUBDIRS)' ;; \
 
461
        esac; \
 
462
        rev=''; for subdir in $$list; do \
 
463
          if test "$$subdir" = "."; then :; else \
 
464
            rev="$$subdir $$rev"; \
 
465
          fi; \
 
466
        done; \
 
467
        rev="$$rev ."; \
 
468
        target=`echo $@ | sed s/-recursive//`; \
 
469
        for subdir in $$rev; do \
 
470
          echo "Making $$target in $$subdir"; \
 
471
          if test "$$subdir" = "."; then \
 
472
            local_target="$$target-am"; \
 
473
          else \
 
474
            local_target="$$target"; \
 
475
          fi; \
 
476
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
477
          || eval $$failcom; \
 
478
        done && test -z "$$fail"
 
479
tags-recursive:
 
480
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
481
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
482
        done
 
483
ctags-recursive:
 
484
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
485
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
486
        done
 
487
 
 
488
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
489
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
490
        unique=`for i in $$list; do \
 
491
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
492
          done | \
 
493
          $(AWK) '    { files[$$0] = 1; } \
 
494
               END { for (i in files) print i; }'`; \
 
495
        mkid -fID $$unique
 
496
tags: TAGS
 
497
 
 
498
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
499
                $(TAGS_FILES) $(LISP)
 
500
        tags=; \
 
501
        here=`pwd`; \
 
502
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
503
          include_option=--etags-include; \
 
504
          empty_fix=.; \
 
505
        else \
 
506
          include_option=--include; \
 
507
          empty_fix=; \
 
508
        fi; \
 
509
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
510
          if test "$$subdir" = .; then :; else \
 
511
            test ! -f $$subdir/TAGS || \
 
512
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
513
          fi; \
 
514
        done; \
 
515
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
516
        unique=`for i in $$list; do \
 
517
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
518
          done | \
 
519
          $(AWK) '    { files[$$0] = 1; } \
 
520
               END { for (i in files) print i; }'`; \
 
521
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
522
          test -n "$$unique" || unique=$$empty_fix; \
 
523
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
524
            $$tags $$unique; \
 
525
        fi
 
526
ctags: CTAGS
 
527
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
528
                $(TAGS_FILES) $(LISP)
 
529
        tags=; \
 
530
        here=`pwd`; \
 
531
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
532
        unique=`for i in $$list; do \
 
533
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
534
          done | \
 
535
          $(AWK) '    { files[$$0] = 1; } \
 
536
               END { for (i in files) print i; }'`; \
 
537
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
538
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
539
             $$tags $$unique
 
540
 
 
541
GTAGS:
 
542
        here=`$(am__cd) $(top_builddir) && pwd` \
 
543
          && cd $(top_srcdir) \
 
544
          && gtags -i $(GTAGS_ARGS) $$here
 
545
 
 
546
distclean-tags:
 
547
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
548
 
 
549
distdir: $(DISTFILES)
 
550
        $(mkdir_p) $(distdir)/doc
 
551
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
552
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
553
        list='$(DISTFILES)'; for file in $$list; do \
 
554
          case $$file in \
 
555
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
556
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
557
          esac; \
 
558
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
559
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
560
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
561
            dir="/$$dir"; \
 
562
            $(mkdir_p) "$(distdir)$$dir"; \
 
563
          else \
 
564
            dir=''; \
 
565
          fi; \
 
566
          if test -d $$d/$$file; then \
 
567
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
568
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
569
            fi; \
 
570
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
571
          else \
 
572
            test -f $(distdir)/$$file \
 
573
            || cp -p $$d/$$file $(distdir)/$$file \
 
574
            || exit 1; \
 
575
          fi; \
 
576
        done
 
577
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
578
          if test "$$subdir" = .; then :; else \
 
579
            test -d "$(distdir)/$$subdir" \
 
580
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
581
            || exit 1; \
 
582
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
583
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
584
            (cd $$subdir && \
 
585
              $(MAKE) $(AM_MAKEFLAGS) \
 
586
                top_distdir="$$top_distdir" \
 
587
                distdir="$$distdir/$$subdir" \
 
588
                distdir) \
 
589
              || exit 1; \
 
590
          fi; \
 
591
        done
 
592
check-am: all-am
 
593
check: check-recursive
 
594
all-am: Makefile $(PROGRAMS) $(HEADERS)
 
595
installdirs: installdirs-recursive
 
596
installdirs-am:
 
597
        for dir in "$(DESTDIR)$(bindir)"; do \
 
598
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
599
        done
 
600
install: install-recursive
 
601
install-exec: install-exec-recursive
 
602
install-data: install-data-recursive
 
603
uninstall: uninstall-recursive
 
604
 
 
605
install-am: all-am
 
606
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
607
 
 
608
installcheck: installcheck-recursive
 
609
install-strip:
 
610
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
611
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
612
          `test -z '$(STRIP)' || \
 
613
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
614
mostlyclean-generic:
 
615
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
616
 
 
617
clean-generic:
 
618
 
 
619
distclean-generic:
 
620
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
621
 
 
622
maintainer-clean-generic:
 
623
        @echo "This command is intended for maintainers to use"
 
624
        @echo "it deletes files that may require special tools to rebuild."
 
625
clean: clean-recursive
 
626
 
 
627
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
628
 
 
629
distclean: distclean-recursive
 
630
        -rm -rf ./$(DEPDIR)
 
631
        -rm -f Makefile
 
632
distclean-am: clean-am distclean-compile distclean-generic \
 
633
        distclean-libtool distclean-tags
 
634
 
 
635
dvi: dvi-recursive
 
636
 
 
637
dvi-am:
 
638
 
 
639
html: html-recursive
 
640
 
 
641
info: info-recursive
 
642
 
 
643
info-am:
 
644
 
 
645
install-data-am:
 
646
 
 
647
install-exec-am: install-binPROGRAMS
 
648
 
 
649
install-info: install-info-recursive
 
650
 
 
651
install-man:
 
652
 
 
653
installcheck-am:
 
654
 
 
655
maintainer-clean: maintainer-clean-recursive
 
656
        -rm -rf ./$(DEPDIR)
 
657
        -rm -f Makefile
 
658
maintainer-clean-am: distclean-am maintainer-clean-generic
 
659
 
 
660
mostlyclean: mostlyclean-recursive
 
661
 
 
662
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
663
        mostlyclean-libtool
 
664
 
 
665
pdf: pdf-recursive
 
666
 
 
667
pdf-am:
 
668
 
 
669
ps: ps-recursive
 
670
 
 
671
ps-am:
 
672
 
 
673
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
674
 
 
675
uninstall-info: uninstall-info-recursive
 
676
 
 
677
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
678
        clean clean-binPROGRAMS clean-generic clean-libtool \
 
679
        clean-recursive ctags ctags-recursive distclean \
 
680
        distclean-compile distclean-generic distclean-libtool \
 
681
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
682
        html-am info info-am install install-am install-binPROGRAMS \
 
683
        install-data install-data-am install-exec install-exec-am \
 
684
        install-info install-info-am install-man install-strip \
 
685
        installcheck installcheck-am installdirs installdirs-am \
 
686
        maintainer-clean maintainer-clean-generic \
 
687
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
688
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
689
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
690
        uninstall-binPROGRAMS uninstall-info-am
 
691
 
 
692
 
 
693
@BUILD_CD_PARANOIA_TRUE@cd-paranoia.$(OBJEXT): usage.h
 
694
 
 
695
@BUILD_CD_PARANOIA_TRUE@@HAVE_PERL_TRUE@.txt.h:  $(srcdir)/pod2c.pl
 
696
@BUILD_CD_PARANOIA_TRUE@@HAVE_PERL_TRUE@        $(PERL) $(srcdir)/pod2c.pl $< >$@
 
697
@BUILD_CD_PARANOIA_TRUE@@HAVE_PERL_FALSE@usage.h: usage-copy.h
 
698
@BUILD_CD_PARANOIA_TRUE@@HAVE_PERL_FALSE@       cp $< $@
 
699
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
700
# Otherwise a system limit (for SysV at least) may be exceeded.
 
701
.NOEXPORT: