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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2012-04-05 20:23:47 +0400
committerRalph Giles <giles@thaumas.net>2012-04-05 20:23:47 +0400
commitcd539dfdcdc735baba0722fc9843eb41853eec6b (patch)
tree404a86604e4e1bad3749123ac07e461cd2bdb48e /celt_headers.mk
parent8779266cf1414c7d709ebcaaa2f39a59ba7570aa (diff)
Rename to header makefile fragements to .mk
The opus_headers.txt, etc. files are makefile fragments defining variables with a list of required header files for the build. As such they should use the .mk filename extension, just like opus_sources.mk, etc.
Diffstat (limited to 'celt_headers.mk')
-rw-r--r--celt_headers.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/celt_headers.mk b/celt_headers.mk
new file mode 100644
index 00000000..f89d66a2
--- /dev/null
+++ b/celt_headers.mk
@@ -0,0 +1,31 @@
+CELT_HEAD = \
+celt/arch.h \
+celt/bands.h \
+celt/celt.h \
+include/opus_types.h \
+include/opus_defines.h \
+include/opus_custom.h \
+celt/cwrs.h \
+celt/ecintrin.h \
+celt/entcode.h \
+celt/entdec.h \
+celt/entenc.h \
+celt/fixed_debug.h \
+celt/fixed_generic.h \
+celt/float_cast.h \
+celt/_kiss_fft_guts.h \
+celt/kiss_fft.h \
+celt/laplace.h \
+celt/mathops.h \
+celt/mdct.h \
+celt/mfrngcod.h \
+celt/modes.h \
+celt/os_support.h \
+celt/pitch.h \
+celt/celt_lpc.h \
+celt/quant_bands.h \
+celt/rate.h \
+celt/stack_alloc.h \
+celt/vq.h \
+celt/static_modes_float.h \
+celt/static_modes_fixed.h