summaryrefslogtreecommitdiffstats
path: root/scripts/mk/default.mk
blob: 0b2fd4aca050d9296e86a707d5cae5b8e1599f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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)/buildapi.mk
ifeq ($(call dpkg_build_api_ge,1),yes)
include $(dpkg_datadir)/buildtools.mk
endif
include $(dpkg_datadir)/buildflags.mk
include $(dpkg_datadir)/buildopts.mk
include $(dpkg_datadir)/pkg-info.mk
include $(dpkg_datadir)/vendor.mk