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.
12 lines
394 B
Makefile
12 lines
394 B
Makefile
|
|
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README Makefile.mak
|
|
|
|
SUBDIRS = lib bin
|
|
|
|
include_HEADERS = include/HTS_engine.h
|
|
|
|
DISTCLEANFILES = *.log *.out *~ config/*~ include/*~
|
|
|
|
MAINTAINERCLEANFILES = aclocal.m4 configure Makefile.in config/compile \
|
|
config/config.guess config/config.sub config/depcomp \
|
|
config/install-sh config/missing
|