Imported Cdrskin
This commit is contained in:
parent
42585d6bcf
commit
e66cae0af7
@ -3,3 +3,4 @@ Developers:
|
|||||||
Mario Đanić
|
Mario Đanić
|
||||||
Luke Biddell
|
Luke Biddell
|
||||||
Anant Narayanan
|
Anant Narayanan
|
||||||
|
Thomas Schmitt
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
Derek Foreman <derek@signalmarketing.com> and Ben Jansens <xor@orodu.net>
|
Derek Foreman <derek@signalmarketing.com> and Ben Jansens <xor@orodu.net>
|
||||||
Copyright (C) 2002-2004 Derek Foreman and Ben Jansens
|
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
||||||
Mario Đanić <mario.danic@gmail.com>, Luke Biddell <luke.biddell@gmail.com>, Anant Narayanan <anant@kix.in>
|
Mario Danic <mario.danic@gmail.com>, Luke Biddell <luke.biddell@gmail.com>,
|
||||||
Copyright (C) 2006 Mario Đanić, Luke Biddell, Anant Narayanan
|
Anant Narayanan <anant@kix.in> , Thomas Schmitt <scdbackup@gmx.net>
|
||||||
|
Copyright (C) 2006 Mario Danic, Luke Biddell, Anant Narayanan, Thomas Schmitt
|
||||||
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -94,7 +94,8 @@ noinst_PROGRAMS = \
|
|||||||
test/poll \
|
test/poll \
|
||||||
test/rip \
|
test/rip \
|
||||||
test/toc \
|
test/toc \
|
||||||
test/structest
|
test/structest \
|
||||||
|
cdrskin/cdrskin
|
||||||
|
|
||||||
test_devices_CPPFLAGS = -Ilibburn
|
test_devices_CPPFLAGS = -Ilibburn
|
||||||
test_devices_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
|
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_LDADD = $(libisofs_libisofs_la_OBJECTS) $(THREAD_LIBS)
|
||||||
test_iso_SOURCES = test/iso.c
|
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)
|
## Build documentation (You need Doxygen for this to work)
|
||||||
|
Loading…
Reference in New Issue
Block a user