paranoia code removed. Is now in separate tree under GPL v2+.

realpath.c: patch from Debian and N. Boullis
This commit is contained in:
rocky
2012-02-19 22:11:14 -05:00
parent c742eed87d
commit f9bd26cbc2
46 changed files with 60 additions and 10129 deletions

View File

@@ -1,8 +1,10 @@
/*.o
/*~
/.deps
/.libs
/Makefile
/Makefile.in
/copying
/device
/eject
/isofile

View File

@@ -19,12 +19,9 @@
#
SUBDIRS = OO
if BUILD_CD_PARANOIA
paranoia_progs = paranoia paranoia2
endif
if BUILD_EXAMPLES
noinst_PROGRAMS = device eject isofile isofile2 isolist \
mmc1 mmc2 $(paranoia_progs)
mmc1 mmc2
endif
INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)
@@ -37,15 +34,6 @@ eject_DEPENDENCIES = $(LIBCDIO_DEPS)
eject_SOURCES = eject.cpp
eject_LDADD = $(LIBCDIO_LIBS)
if BUILD_CD_PARANOIA
paranoia_SOURCES = paranoia.cpp
paranoia_LDADD = $(LIBCDIO_PARANOIA_LIBS) $(LIBCDIO_CDDA_LIBS) \
$(LIBCDIO_LIBS)
paranoia2_SOURCES = paranoia.cpp
paranoia2_LDADD = $(LIBCDIO_PARANOIA_LIBS) $(LIBCDIO_CDDA_LIBS) \
$(LIBCDIO_LIBS)
endif
isofile_SOURCES = isofile.cpp
isofile_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
isofile2_SOURCES = isofile2.cpp

View File

@@ -1,8 +1,10 @@
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/cdtext
/copying
/device
/drives
/eject