shithub: opus

Download patch

ref: 1d4dc20e1d852f315465be70ea5e6411a459ec1d
parent: 0911f750e600195579e9d9be621d8914c4e18e51
author: Jean-Marc Valin <[email protected]>
date: Fri Feb 1 13:54:07 EST 2008

oops, forgot the makefile

--- /dev/null
+++ b/tools/Makefile.am
@@ -1,0 +1,21 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# $Id: Makefile.am,v 1.11 2004/02/18 06:59:40 jm Exp $
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+INCLUDES = -I$(top_srcdir)/libcelt -I$(top_builddir)/ @OGG_CFLAGS@
+
+EXTRA_DIST = getopt_win.h getopt.c getopt1.c wave_out.c wave_out.h skeleton.h
+
+include_HEADERS = 
+noinst_HEADERS = wav_io.h
+
+bin_PROGRAMS = celtenc celtdec
+
+celtenc_SOURCES = celtenc.c wav_io.c skeleton.c
+celtenc_LDADD = $(top_builddir)/libcelt/libcelt.la $(OGG_LIBS)
+
+celtdec_SOURCES = celtdec.c wav_io.c
+celtdec_LDADD = $(top_builddir)/libcelt/libcelt.la $(OGG_LIBS)