Imported Cdrskin

This commit is contained in:
Mario Danic
2006-08-18 16:58:31 +00:00
parent 12ebc4002d
commit 198af7b870
3 changed files with 19 additions and 4 deletions

View File

@ -94,7 +94,8 @@ noinst_PROGRAMS = \
test/poll \
test/rip \
test/toc \
test/structest
test/structest \
cdrskin/cdrskin
test_devices_CPPFLAGS = -Ilibburn
test_devices_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
@ -127,6 +128,17 @@ test_iso_CPPFLAGS = -Ilibisofs
test_iso_LDADD = $(libisofs_libisofs_la_OBJECTS) $(THREAD_LIBS)
test_iso_SOURCES = test/iso.c
## cdrskin construction site - ts A60816
cdrskin_cdrskin_CPPFLAGS = -Ilibburn
cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_2_1
cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
cdrskin_cdrskin_SOURCES = cdrskin/cdrskin.c cdrskin/cdrfifo.c cdrskin/cdrfifo.h cdrskin/cleanup.c cdrskin/cleanup.h cdrskin/cdrskin_timestamp.h
##
## Open questions: how to compute $timestamp and express -DX="$timestamp"
##
## ========================================================================= ##
## Build documentation (You need Doxygen for this to work)