My proposal for a new souvereign app as API doc and reference for API decisions

This commit is contained in:
2006-08-30 15:14:41 +00:00
parent 24ad08b9ad
commit 36e1c5caa8
2 changed files with 652 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ libinclude_HEADERS = \
## Build test applications
noinst_PROGRAMS = \
test/libburner \
test/blank \
test/burn \
test/burniso \
@@ -97,6 +98,9 @@ noinst_PROGRAMS = \
test/structest \
cdrskin/cdrskin
test_libburner_CPPFLAGS = -Ilibburn
test_libburner_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
test_libburner_SOURCES = test/libburner.c
test_devices_CPPFLAGS = -Ilibburn
test_devices_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
test_devices_SOURCES = test/devices.c
@@ -169,6 +173,7 @@ doc-upload: doc/html
indent_files = \
$(libisofs_libisofs_la_SOURCES) \
$(libburn_libburn_la_SOURCES) \
$(test_libburner_SOURCES) \
$(test_devices_SOURCES) \
$(test_poll_SOURCES) \
$(test_toc_SOURCES) \