first commit
This commit is contained in:
14
3rdparty/hts_engine_API/bin/Makefile.am
vendored
Normal file
14
3rdparty/hts_engine_API/bin/Makefile.am
vendored
Normal 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
|
||||
Reference in New Issue
Block a user