New non-recursive, plain Make-based build system

This commit is contained in:
Eelco Dolstra 2013-11-22 15:54:18 +01:00
parent 709cbe4e76
commit b8e9efc476
15 changed files with 183 additions and 0 deletions

10
src/libutil/Makefile.new Normal file
View file

@ -0,0 +1,10 @@
LIBS += libutil
libutil_DIR := $(here)
libutil_SOURCES = util.cc hash.cc serialise.cc archive.cc xml-writer.cc affinity.cc \
md5.c sha1.c sha256.c
# FIXME: md5.c et al. should only be built when we don't have OpenSSL.
libutil_LIBS = src/boost/format/libformat