about summary refs log tree commit diff
path: root/Makefile.new
blob: af2c4cec3c4d34e71efbf1dc0ff0d200889f164d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \
  src/nix-daemon/Makefile.new

include Makefile.lib

CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr -O0