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 /silk_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 'silk_headers.mk')
-rw-r--r--silk_headers.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/silk_headers.mk b/silk_headers.mk
new file mode 100644
index 00000000..45c69853
--- /dev/null
+++ b/silk_headers.mk
@@ -0,0 +1,26 @@
+SILK_HEAD = \
+silk/debug.h \
+silk/control.h \
+silk/errors.h \
+silk/API.h \
+silk/typedef.h \
+silk/define.h \
+silk/main.h \
+silk/PLC.h \
+silk/structs.h \
+silk/tables.h \
+silk/tuning_parameters.h \
+silk/Inlines.h \
+silk/MacroCount.h \
+silk/MacroDebug.h \
+silk/macros.h \
+silk/pitch_est_defines.h \
+silk/resampler_private.h \
+silk/resampler_rom.h \
+silk/resampler_structs.h \
+silk/SigProc_FIX.h \
+silk/fixed/main_FIX.h \
+silk/fixed/structs_FIX.h \
+silk/float/main_FLP.h \
+silk/float/structs_FLP.h \
+silk/float/SigProc_FLP.h