7b2d710cd0
- Not compiled by default, nor hooked up to anything yet. - Both libraries licensed under modified BSD license. - Added top-level CMake file for both, to create a plain static library for each.
14 lines
237 B
Makefile
14 lines
237 B
Makefile
|
|
EXTRA_DIST = Makefile.mak
|
|
|
|
INCLUDES = -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
|