summaryrefslogtreecommitdiffstats
path: root/scripts/mk/default.mk
blob: 3916a0c24e19d878a19b6ef340f83028df53650b (plain)
1
2
3
4
5
6
7
8
9
# This Makefile fragment (since dpkg 1.16.1) includes all the Makefile
# fragments that define variables that can be useful within debian/rules.

dpkg_datadir = $(srcdir)/mk
include $(dpkg_datadir)/architecture.mk
include $(dpkg_datadir)/buildflags.mk
include $(dpkg_datadir)/buildopts.mk
include $(dpkg_datadir)/pkg-info.mk
include $(dpkg_datadir)/vendor.mk