nix-gh/Makefile.new

19 lines
519 B
Makefile
Raw Normal View History

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 18:04:27 +01:00
src/nix-daemon/Makefile.new \
2013-11-24 00:42:50 +01:00
src/nix-log2xml/Makefile.new \
2013-11-25 12:39:21 +01:00
src/bsdiff-4.3/Makefile.new \
2013-11-23 18:04:27 +01:00
corepkgs/Makefile.new
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
include mk/lib.mk