mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
New non-recursive, plain Make-based build system
This commit is contained in:
parent
709cbe4e76
commit
b8e9efc476
15 changed files with 183 additions and 0 deletions
10
src/libexpr/Makefile.new
Normal file
10
src/libexpr/Makefile.new
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue