[xiph-commits] r8471 - trunk/oggdsf/unix

ozone at motherfish-iii.xiph.org ozone at motherfish-iii.xiph.org
Thu Dec 16 09:54:46 PST 2004


Author: ozone
Date: 2004-12-16 09:54:46 -0800 (Thu, 16 Dec 2004)
New Revision: 8471

Modified:
   trunk/oggdsf/unix/Makefile.am
Log:
* Build libOOOggSeek, OOOggSeekFileMaker and OOOggSeekFileReader with autotools


Modified: trunk/oggdsf/unix/Makefile.am
===================================================================
--- trunk/oggdsf/unix/Makefile.am	2004-12-16 17:44:15 UTC (rev 8470)
+++ trunk/oggdsf/unix/Makefile.am	2004-12-16 17:54:46 UTC (rev 8471)
@@ -2,17 +2,27 @@
 
 AM_CXXFLAGS = -w
 
-bin_PROGRAMS = OOOggDump OOOggValidate OOOggStat OOOggChainSplitter OOOggCommentDump
+bin_PROGRAMS = OOOggDump OOOggValidate OOOggStat OOOggChainSplitter OOOggCommentDump OOOggSeekFileMaker OOOggSeekFileReader
 
-lib_LTLIBRARIES = libOOOgg.la libVorbisComment.la
+lib_LTLIBRARIES = libOOOgg.la libVorbisComment.la libOOOggSeek.la
 
 INCLUDES = \
 	   -I at top_srcdir@/../src/lib/helper/libilliCore \
 	   -I at top_srcdir@/../src/lib/core/ogg/libOOOgg \
+	   -I at top_srcdir@/../src/lib/core/ogg/libOOOggSeek \
 	   -I at top_srcdir@/../src/lib/core/ogg/libVorbisComment
 
 libOOOgg_la_SOURCES = $(libilliCore_SOURCES) $(libOOOggCore_SOURCES)
 
+libOOOggSeek_la_LIBADD = libOOOgg.la
+libOOOggSeek_la_SOURCES = \
+	../src/lib/core/ogg/libOOOggSeek/AutoAnxSeekTable.cpp \
+	../src/lib/core/ogg/libOOOggSeek/AutoOggSeekTable.cpp \
+	../src/lib/core/ogg/libOOOggSeek/OggBinarySeeker.cpp \
+	../src/lib/core/ogg/libOOOggSeek/OggSeekPoint.cpp \
+	../src/lib/core/ogg/libOOOggSeek/OggSeekTable.cpp \
+	../src/lib/core/ogg/libOOOggSeek/OGGSRecogniser.cpp
+
 libVorbisComment_la_LIBADD = libOOOgg.la
 libVorbisComment_la_SOURCES = \
 	../src/lib/core/ogg/libVorbisComment/FileComments.cpp \
@@ -60,3 +70,12 @@
 OOOggCommentDump_SOURCES = \
 	../src/tools/OOOggCommentDump/OOOggCommentDump.cpp
 
+OOOggSeekFileMaker_LDADD = libOOOgg.la libOOOggSeek.la
+OOOggSeekFileMaker_SOURCES = \
+	../src/tools/OOOggSeekFileMaker/OOOggSeekFileMaker.cpp
+
+OOOggSeekFileReader_LDADD = libOOOgg.la libOOOggSeek.la
+OOOggSeekFileReader_SOURCES = \
+	../src/tools/OOOggSeekFileReader/OOOggSeekFileReader.cpp
+
+



More information about the commits mailing list