File: default.mk

package info (click to toggle)
dpkg 1.18.24
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 45,164 kB
  • ctags: 4,933
  • sloc: ansic: 32,683; perl: 22,420; sh: 9,949; cpp: 4,753; makefile: 1,478; sed: 104
file content (8 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
# Include all the Makefiles that define variables that can be useful
# within debian/rules

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