guix/local.mk

10 lines
356 B
Makefile
Raw Normal View History

ifeq ($(MAKECMDGOALS), dist)
dist-files += $(shell git ls-files) $(shell git ls-files)
endif
2014-02-01 13:28:31 +00:00
2014-02-04 09:09:45 +00:00
dist-files += configure config.h.in nix.spec
2014-02-01 14:18:48 +00:00
GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
2014-02-07 16:15:00 +00:00
$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))