mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
11 lines
264 B
Text
11 lines
264 B
Text
|
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.
|