[xiph-commits] r8707 - trunk/oggdsf/unix
ozone at motherfish-iii.xiph.org
ozone at motherfish-iii.xiph.org
Sun Jan 9 15:34:31 PST 2005
Author: ozone
Date: 2005-01-09 15:34:31 -0800 (Sun, 09 Jan 2005)
New Revision: 8707
Modified:
trunk/oggdsf/unix/Makefile.am
Log:
oggdsf:
* Build libCMMLTags and libCMMLParse on UNIX
Modified: trunk/oggdsf/unix/Makefile.am
===================================================================
--- trunk/oggdsf/unix/Makefile.am 2005-01-09 23:32:12 UTC (rev 8706)
+++ trunk/oggdsf/unix/Makefile.am 2005-01-09 23:34:31 UTC (rev 8707)
@@ -17,14 +17,18 @@
lib_LTLIBRARIES = \
libilliCore.la \
+ libCMMLTags.la \
+ libCMMLParse.la \
libOOOgg.la \
- libOOOggChef.la
+ libOOOggChef.la \
libOOOggSeek.la \
libVorbisComment.la \
$(NULL)
+#libOOOggChef.la
INCLUDES = \
-I at top_srcdir@/../src/lib/helper \
+ -I at top_srcdir@/../src/lib/codecs/cmml \
-I at top_srcdir@/../src/lib/core/ogg \
-I at top_srcdir@/../src/lib/core/ogg/libVorbisComment \
$(NULL)
@@ -34,6 +38,87 @@
# libraries
#
+libCMMLTags_la_SOURCES = \
+ ../src/lib/codecs/cmml/libCMMLTags/C_AnchorTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_BaseTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLDoc.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLError.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLPreamble.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLRootTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLTime.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ClipTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ClipTagList.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_DescTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_HeadTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_HumReadCMMLTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ImageTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ImportTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ImportTagList.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_Int64.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_MappedTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_MappedTagList.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_MetaTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_MetaTagList.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ParamTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ParamTagList.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_StreamTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_TagList.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_TextFieldTag.cpp \
+ ../src/lib/codecs/cmml/libCMMLTags/C_TitleTag.cpp \
+ $(NULL)
+
+libCMMLTagsdir = $(includedir)/libCMMLTags
+libCMMLTags_HEADERS = \
+ ../src/lib/codecs/cmml/libCMMLTags/C_AnchorTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_BaseTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLDoc.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLError.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLPreamble.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLRootTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_CMMLTime.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ClipTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ClipTagList.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_DescTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_HeadTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_HumReadCMMLTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ImageTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_Import.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ImportTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ImportTagList.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_Int64.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_MappedTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_MappedTagList.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_MetaTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_MetaTagList.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ParamTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_ParamTagList.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_StreamTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_TagList.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_TextFieldTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/C_TitleTag.h \
+ ../src/lib/codecs/cmml/libCMMLTags/config.h \
+ ../src/lib/codecs/cmml/libCMMLTags/libCMMLTags.h \
+ $(NULL)
+
+libCMMLParse_la_SOURCES = \
+ ../src/lib/codecs/cmml/libCMMLParse/CMMLParser.cpp \
+ ../src/lib/codecs/cmml/libCMMLParse/ConvertUTF.c \
+ ../src/lib/codecs/cmml/libCMMLParse/xlist.c \
+ ../src/lib/codecs/cmml/libCMMLParse/xtag.c \
+ $(NULL)
+
+libCMMLParsedir = $(includedir)/libCMMLParse
+libCMMLParse_HEADERS = \
+ ../src/lib/codecs/cmml/libCMMLParse/CMMLParser.h \
+ ../src/lib/codecs/cmml/libCMMLParse/ConvertUTF.h \
+ ../src/lib/codecs/cmml/libCMMLParse/libCMMLParse.h \
+ ../src/lib/codecs/cmml/libCMMLParse/stdafx.h \
+ ../src/lib/codecs/cmml/libCMMLParse/xlist.h \
+ ../src/lib/codecs/cmml/libCMMLParse/xtag.h \
+ $(NULL)
+
libOOOggChef_la_LIBADD = libOOOgg.la libOOOggSeek.la
libOOOggChef_la_SOURCES = \
../src/lib/helper/libOOOggChef/AnnodexRecomposer.cpp \
More information about the commits
mailing list