about summary refs log tree commit diff
path: root/Makefile.new
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-22T15·59+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-22T15·59+0100
commit9a14d5e2f3a0b6ab626b9d22256df8bcc1c585a3 (patch)
treed34e17ee20a50afec1963ef1e709d83cb843d6bf /Makefile.new
parentffdc85fc8afba0828bd1f300fdb4f68de99d7000 (diff)
Automatically regenerate Makefile.config
And move some stuff around.
Diffstat (limited to 'Makefile.new')
-rw-r--r--Makefile.new12
1 files changed, 5 insertions, 7 deletions
diff --git a/Makefile.new b/Makefile.new
index 8911d6d72c40..ea4096cc1c4b 100644
--- a/Makefile.new
+++ b/Makefile.new
@@ -1,5 +1,6 @@
-include Makefile.config
-include Makefile.lib
+default: all
+
+here = $(dir $(lastword $(MAKEFILE_LIST)))
 
 include src/boost/format/Makefile.new
 include src/libutil/Makefile.new
@@ -12,9 +13,6 @@ 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))))
+include Makefile.lib
 
-all: $(programs_list)
+CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr