From b8e9efc476abc248a17c9e9cd117f3d53e4a7f63 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 22 Nov 2013 15:54:18 +0100 Subject: New non-recursive, plain Make-based build system --- src/libutil/Makefile.new | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/libutil/Makefile.new (limited to 'src/libutil/Makefile.new') diff --git a/src/libutil/Makefile.new b/src/libutil/Makefile.new new file mode 100644 index 000000000000..b90c1c0cab4d --- /dev/null +++ b/src/libutil/Makefile.new @@ -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 -- cgit 1.4.1