about summary refs log blame commit diff
path: root/Makefile.new
blob: 8911d6d72c404c6e0a9319d6b2f0a5a3e212ebd1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                        
                                                                                    




                                                                       
include Makefile.config
include Makefile.lib

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

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

$(foreach lib, $(LIBS), $(eval $(call LIBS_template,$(lib))))
$(foreach prog, $(PROGRAMS), $(eval $(call PROGRAMS_template,$(prog))))

all: $(programs_list)