Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-29 09:01:16 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-29 09:01:16 +0300
commit63590897db35326cd1ce7784806f9b89a98631ea (patch)
treeb3e1dff3a086f7d518a90fdee4fac164e8e20ef8 /libcelt/Makefile.am
Initial commit with the autotools stuff and files taken from Speex and Vorbis.
Diffstat (limited to 'libcelt/Makefile.am')
-rw-r--r--libcelt/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
new file mode 100644
index 0000000..1e3ebc9
--- /dev/null
+++ b/libcelt/Makefile.am
@@ -0,0 +1,22 @@
+# 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) @OGG_CFLAGS@
+
+lib_LTLIBRARIES = libcelt.la
+
+# Sources for compilation in the library
+libcelt_la_SOURCES = mdct.c
+
+#noinst_HEADERS =
+
+libcelt_la_LDFLAGS = -version-info @GHOST_LT_CURRENT@:@GHOST_LT_REVISION@:@GHOST_LT_AGE@
+
+noinst_HEADERS = os_support.h arch.h mdct.h
+
+noinst_PROGRAMS = testcelt
+testcelt_SOURCES = testcelt.c
+testcelt_LDADD = $(top_builddir)/libcelt/libcelt.la