summaryrefslogtreecommitdiffstats
path: root/local.mk
blob: 6a7074e8e14cbe278622ffa2f429f3027b9a8e72 (plain)
1
2
3
4
5
6
7
8
9
10
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): src/libutil/util.hh config.h

GCH_CXXFLAGS = -I src/libutil