build: Add support for compiler analyzer flags
[dpkg.git] / scripts / mk / default.mk
blob3916a0c24e19d878a19b6ef340f83028df53650b
1 # This Makefile fragment (since dpkg 1.16.1) includes all the Makefile
2 # fragments that define variables that can be useful within debian/rules.
4 dpkg_datadir = $(srcdir)/mk
5 include $(dpkg_datadir)/architecture.mk
6 include $(dpkg_datadir)/buildflags.mk
7 include $(dpkg_datadir)/buildopts.mk
8 include $(dpkg_datadir)/pkg-info.mk
9 include $(dpkg_datadir)/vendor.mk