2014-02-01 15:30:24 +00:00
|
|
|
ifeq ($(MAKECMDGOALS), dist)
|
2017-12-22 10:33:34 +00:00
|
|
|
dist-files += $(shell cat .dist-files)
|
2014-02-01 15:30:24 +00:00
|
|
|
endif
|
2014-02-01 13:28:31 +00:00
|
|
|
|
2019-11-28 14:10:18 +00:00
|
|
|
dist-files += configure config.h.in perl/configure
|
2014-02-01 14:18:48 +00:00
|
|
|
|
2014-07-30 09:36:28 +00:00
|
|
|
clean-files += Makefile.config
|
|
|
|
|
2020-03-30 12:29:29 +00:00
|
|
|
GLOBAL_CXXFLAGS += -Wno-deprecated-declarations
|
2014-02-07 16:15:00 +00:00
|
|
|
|
2017-02-07 17:49:17 +00:00
|
|
|
$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), \
|
2015-06-09 09:14:36 +00:00
|
|
|
$(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))
|
2019-12-05 19:26:24 +00:00
|
|
|
|
|
|
|
$(GCH) $(PCH): src/libutil/util.hh config.h
|
2020-03-30 12:29:29 +00:00
|
|
|
|
|
|
|
GCH_CXXFLAGS = -I src/libutil
|