about summary refs log tree commit diff
path: root/src/boost
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-22T14·54+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-22T14·54+0100
commitb8e9efc476abc248a17c9e9cd117f3d53e4a7f63 (patch)
tree3529e1c6b88983e26290d4c72aa0d3274aeb6375 /src/boost
parent709cbe4e76e7b0f1b8abddbeb7714e194f6f8a02 (diff)
New non-recursive, plain Make-based build system
Diffstat (limited to 'src/boost')
-rw-r--r--src/boost/format/Makefile.new5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/boost/format/Makefile.new b/src/boost/format/Makefile.new
new file mode 100644
index 000000000000..28b66bd62d60
--- /dev/null
+++ b/src/boost/format/Makefile.new
@@ -0,0 +1,5 @@
+LIBS += libformat
+
+libformat_DIR := $(here)
+
+libformat_SOURCES = format_implementation.cc free_funcs.cc parsing.cc