first commit

This commit is contained in:
Your Name
2022-10-20 20:29:11 +08:00
commit 4d531f8044
3238 changed files with 1387862 additions and 0 deletions

14
3rdparty/hts_engine_API/bin/Makefile.am vendored Normal file
View File

@@ -0,0 +1,14 @@
EXTRA_DIST = Makefile.mak
AM_CPPFLAGS = -I @top_srcdir@/include
bin_PROGRAMS = hts_engine
hts_engine_SOURCES = hts_engine.c
hts_engine_LDADD = ../lib/libHTSEngine.a
DISTCLEANFILES = *.log *.out *~
MAINTAINERCLEANFILES = Makefile.in