File: default.mk

package info (click to toggle)
dpkg 1.19.5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 46,736 kB
  • sloc: ansic: 34,655; perl: 24,060; sh: 9,640; cpp: 4,821; makefile: 1,552; sed: 104
file content (8 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Include all the Makefiles 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)/pkg-info.mk
include $(dpkg_datadir)/vendor.mk