[xiph-commits] r13218 - in trunk/ghost: . libentcode

jm at svn.xiph.org jm at svn.xiph.org
Tue Jul 3 22:39:12 PDT 2007


Author: jm
Date: 2007-07-03 22:39:12 -0700 (Tue, 03 Jul 2007)
New Revision: 13218

Added:
   trunk/ghost/libentcode/Makefile.am
Modified:
   trunk/ghost/Makefile.am
   trunk/ghost/configure.ac
Log:
Makefiles for derf's code


Modified: trunk/ghost/Makefile.am
===================================================================
--- trunk/ghost/Makefile.am	2007-07-04 05:13:33 UTC (rev 13217)
+++ trunk/ghost/Makefile.am	2007-07-04 05:39:12 UTC (rev 13218)
@@ -2,10 +2,10 @@
 
 # To disable automatic dependency tracking if using other tools than
 # gcc and gmake, add the option 'no-dependencies'
-AUTOMAKE_OPTIONS = 1.8
+AUTOMAKE_OPTIONS = 1.6
 
 #Fools KDevelop into including all files
-SUBDIRS = libghost
+SUBDIRS = libghost libentcode
 
 rpm: dist
 	rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz

Modified: trunk/ghost/configure.ac
===================================================================
--- trunk/ghost/configure.ac	2007-07-04 05:13:33 UTC (rev 13217)
+++ trunk/ghost/configure.ac	2007-07-04 05:39:12 UTC (rev 13218)
@@ -121,7 +121,7 @@
 AC_SUBST(SIZE16)
 AC_SUBST(SIZE32)
 
-AC_OUTPUT([Makefile libghost/Makefile])
+AC_OUTPUT([Makefile libghost/Makefile libentcode/Makefile])
 
 if test "x$src" = "x"; then 
 echo "**IMPORTANT**"

Added: trunk/ghost/libentcode/Makefile.am
===================================================================
--- trunk/ghost/libentcode/Makefile.am	                        (rev 0)
+++ trunk/ghost/libentcode/Makefile.am	2007-07-04 05:39:12 UTC (rev 13218)
@@ -0,0 +1,24 @@
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+
+#EXTRA_DIST=
+
+#INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
+
+lib_LTLIBRARIES = libentcode.la
+
+# Sources for compilation in the library
+libentcode_la_SOURCES = bitree.c entcode.c probmod.c bitrdec.c entdec.c \
+	mfrngdec.c probdec.c bitrenc.c entenc.c mfrngenc.c probenc.c
+
+#noinst_HEADERS =
+
+libentcode_la_LDFLAGS = -version-info @GHOST_LT_CURRENT@:@GHOST_LT_REVISION@:@GHOST_LT_AGE@
+
+noinst_HEADERS = bitree.h ecintrin.h entcode.h probmod.h bitrdec.h \
+	mfrngcod.h probdec.h bitrenc.h mfrngcod.h probenc.h
+
+noinst_PROGRAMS = ectest
+ectest_SOURCES = ectest.c
+ectest_LDADD = $(top_builddir)/libentcode/libentcode.la



More information about the commits mailing list