shithub: opus

ref: ff5f7228fda6809abf53dfd378b4a2f095a74c1d
dir: /Makefile.am/

View raw version
lib_LTLIBRARIES = libopus.la

INCLUDES = -I$(top_srcdir)/libcelt -I$(top_srcdir)/silk -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed

include celt_sources.mk
include silk_sources.mk
include opus_sources.mk

include celt_headers.txt
include silk_headers.txt
include opus_headers.txt

libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)

pkginclude_HEADERS = src/opus.h

noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)

noinst_PROGRAMS = test_opus

test_opus_SOURCES = src/test_opus.c

test_opus_LDADD = libopus.la -lm