2013-11-22 16:45:52 +00:00
|
|
|
SUBS = \
|
|
|
|
src/boost/format/Makefile.new \
|
|
|
|
src/libutil/Makefile.new \
|
|
|
|
src/libstore/Makefile.new \
|
|
|
|
src/libmain/Makefile.new \
|
|
|
|
src/libexpr/Makefile.new \
|
|
|
|
src/nix-hash/Makefile.new \
|
|
|
|
src/nix-store/Makefile.new \
|
|
|
|
src/nix-instantiate/Makefile.new \
|
|
|
|
src/nix-env/Makefile.new \
|
2013-11-23 17:04:27 +00:00
|
|
|
src/nix-daemon/Makefile.new \
|
2013-11-23 23:42:50 +00:00
|
|
|
src/nix-log2xml/Makefile.new \
|
2013-11-23 17:04:27 +00:00
|
|
|
corepkgs/Makefile.new
|
2013-11-22 14:54:18 +00:00
|
|
|
|
2013-11-22 19:38:30 +00:00
|
|
|
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
|
|
|
|
|
2013-11-25 09:50:35 +00:00
|
|
|
include mk/lib.mk
|