summaryrefslogtreecommitdiffstats
path: root/local.mk
blob: b1ca832a6828501753d53ad27a84d568438f5c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ifeq ($(MAKECMDGOALS), dist)
  dist-files += $(shell cat .dist-files)
endif

dist-files += configure config.h.in perl/configure

clean-files += Makefile.config

GLOBAL_CXXFLAGS += -Wno-deprecated-declarations

$(foreach i, config.h $(wildcard src/lib*/*.hh), \
  $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))

$(GCH) $(PCH): src/libutil/util.hh config.h

GCH_CXXFLAGS = -I src/libutil