New non-recursive, plain Make-based build system
This commit is contained in:
parent
709cbe4e76
commit
b8e9efc476
15 changed files with 183 additions and 0 deletions
10
src/libutil/Makefile.new
Normal file
10
src/libutil/Makefile.new
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue