summary refs log tree commit diff
path: root/local.mk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-12-17 10:44:19 +0100
committerLudovic Courtès <ludo@gnu.org>2014-12-17 22:57:04 +0100
commitd4e18b05e0ab149265d3d09ae017d7337fc4176f (patch)
treee6faf256d8ec513c85c91684199fa8bf3495f002 /local.mk
parente7720aa10a1da63bb15a4587837d649268944943 (diff)
downloadguix-d4e18b05e0ab149265d3d09ae017d7337fc4176f.tar.gz
Keep only libstore, nix-daemon, and related stuff.
Diffstat (limited to 'local.mk')
-rw-r--r--local.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/local.mk b/local.mk
deleted file mode 100644
index f27a97cd4f..0000000000
--- a/local.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-ifeq ($(MAKECMDGOALS), dist)
-  dist-files += $(shell git ls-files) $(shell git ls-files)
-endif
-
-dist-files += configure config.h.in nix.spec
-
-GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
-
-$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))
-
-$(foreach i, config.h $(call rwildcard, src/boost, *.hpp), $(eval $(call install-file-in, $(i), $(includedir)/nix/$(patsubst src/%/,%,$(dir $(i))), 0644)))