paranoia code removed. Is now in separate tree under GPL v2+.
realpath.c: patch from Debian and N. Boullis
This commit is contained in:
2
example/C++/.gitignore
vendored
2
example/C++/.gitignore
vendored
@@ -1,8 +1,10 @@
|
||||
/*.o
|
||||
/*~
|
||||
/.deps
|
||||
/.libs
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/copying
|
||||
/device
|
||||
/eject
|
||||
/isofile
|
||||
|
||||
@@ -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
|
||||
|
||||
2
example/C++/OO/.gitignore
vendored
2
example/C++/OO/.gitignore
vendored
@@ -1,8 +1,10 @@
|
||||
/*.o
|
||||
/.deps
|
||||
/.libs
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/cdtext
|
||||
/copying
|
||||
/device
|
||||
/drives
|
||||
/eject
|
||||
|
||||
Reference in New Issue
Block a user