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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
-rw-r--r--celt_headers.mk (renamed from celt_headers.txt)0
-rwxr-xr-xdoc/build_draft.sh4
-rw-r--r--opus_headers.mk (renamed from opus_headers.txt)0
-rw-r--r--silk_headers.mk (renamed from silk_headers.txt)0
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 61a083f9..5494440f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,9 @@ else
SILK_SOURCES += $(SILK_SOURCES_FLOAT)
endif
-include celt_headers.txt
-include silk_headers.txt
-include opus_headers.txt
+include celt_headers.mk
+include silk_headers.mk
+include opus_headers.mk
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
diff --git a/celt_headers.txt b/celt_headers.mk
index f89d66a2..f89d66a2 100644
--- a/celt_headers.txt
+++ b/celt_headers.mk
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 3b8fe54f..61b32c89 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -18,8 +18,8 @@ mkdir "${destdir}/silk/fixed"
mkdir "${destdir}/celt"
mkdir "${destdir}/include"
for f in `cat "${toplevel}"/opus_sources.mk "${toplevel}"/celt_sources.mk \
- "${toplevel}"/silk_sources.mk "${toplevel}"/opus_headers.txt \
- "${toplevel}"/celt_headers.txt "${toplevel}"/silk_headers.txt \
+ "${toplevel}"/silk_sources.mk "${toplevel}"/opus_headers.mk \
+ "${toplevel}"/celt_headers.mk "${toplevel}"/silk_headers.mk \
| grep '\.[ch]' | sed -e 's/^.*=//' -e 's/\\\\//'` ; do
cp -a "${toplevel}/${f}" "${destdir}/${f}"
done
diff --git a/opus_headers.txt b/opus_headers.mk
index f160710c..f160710c 100644
--- a/opus_headers.txt
+++ b/opus_headers.mk
diff --git a/silk_headers.txt b/silk_headers.mk
index 45c69853..45c69853 100644
--- a/silk_headers.txt
+++ b/silk_headers.mk