2013-11-22 15:59:09 +00:00
|
|
|
default: all
|
|
|
|
|
|
|
|
here = $(dir $(lastword $(MAKEFILE_LIST)))
|
2013-11-22 14:54:18 +00:00
|
|
|
|
|
|
|
include src/boost/format/Makefile.new
|
|
|
|
include src/libutil/Makefile.new
|
|
|
|
include src/libstore/Makefile.new
|
|
|
|
include src/libmain/Makefile.new
|
|
|
|
include src/libexpr/Makefile.new
|
|
|
|
include src/nix-hash/Makefile.new
|
|
|
|
include src/nix-store/Makefile.new
|
|
|
|
include src/nix-instantiate/Makefile.new
|
|
|
|
include src/nix-env/Makefile.new
|
|
|
|
include src/nix-daemon/Makefile.new
|
|
|
|
|
2013-11-22 15:59:09 +00:00
|
|
|
include Makefile.lib
|
2013-11-22 14:54:18 +00:00
|
|
|
|
2013-11-22 15:59:09 +00:00
|
|
|
CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
|