about summary refs log tree commit diff
path: root/src/libmain/Makefile.new
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/libmain/Makefile.new
parent709cbe4e76e7b0f1b8abddbeb7714e194f6f8a02 (diff)
New non-recursive, plain Make-based build system
Diffstat (limited to 'src/libmain/Makefile.new')
-rw-r--r--src/libmain/Makefile.new7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libmain/Makefile.new b/src/libmain/Makefile.new
new file mode 100644
index 0000000000..1f74cea9c9
--- /dev/null
+++ b/src/libmain/Makefile.new
@@ -0,0 +1,7 @@
+LIBS += libmain
+
+libmain_DIR := $(here)
+
+libmain_SOURCES = shared.cc stack.cc
+
+libmain_LDFLAGS = -lgc