about summary refs log blame commit diff
path: root/src/libexpr/Makefile.new
blob: f6c900431562638332ad635bfc01b02ca5da10e1 (plain) (tree)
1
2
3
4
5
6
7
8
9
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.