From 198af7b870bf111fc29321485f997ae0211f9dfc Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Fri, 18 Aug 2006 16:58:31 +0000 Subject: [PATCH] Imported Cdrskin --- AUTHORS | 1 + COPYRIGHT | 8 +++++--- Makefile.am | 14 +++++++++++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index aa70292..a223372 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,3 +3,4 @@ Developers: Mario Đanić Luke Biddell Anant Narayanan +Thomas Schmitt diff --git a/COPYRIGHT b/COPYRIGHT index 070ee8c..a3a22d0 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,9 @@ Derek Foreman and Ben Jansens -Copyright (C) 2002-2004 Derek Foreman and Ben Jansens -Mario Đanić , Luke Biddell , Anant Narayanan -Copyright (C) 2006 Mario Đanić, Luke Biddell, Anant Narayanan +Copyright (C) 2002-2006 Derek Foreman and Ben Jansens +Mario Danic , Luke Biddell , +Anant Narayanan , Thomas Schmitt +Copyright (C) 2006 Mario Danic, Luke Biddell, Anant Narayanan, Thomas Schmitt + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/Makefile.am b/Makefile.am index be0e1f4..5f22c4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)