about summary refs log tree commit diff
path: root/src/libexpr/Makefile.new
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/Makefile.new')
-rw-r--r--src/libexpr/Makefile.new10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libexpr/Makefile.new b/src/libexpr/Makefile.new
new file mode 100644
index 000000000000..f6c900431562
--- /dev/null
+++ b/src/libexpr/Makefile.new
@@ -0,0 +1,10 @@
+LIBS += libexpr
+
+libexpr_DIR := $(here)
+
+libexpr_SOURCES = \
+  nixexpr.cc eval.cc primops.cc lexer-tab.cc parser-tab.cc \
+  get-drvs.cc attr-path.cc value-to-xml.cc value-to-json.cc \
+  common-opts.cc names.cc
+
+# FIXME: add rules for parser-tab.cc / lexer-tab.cc.