File: dpkg-arch.mk

package info (click to toggle)
sendmail 8.13.8-3%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,204 kB
  • ctags: 138
  • sloc: sh: 8,118; perl: 4,184; makefile: 3,810; ansic: 186
file content (7 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (49)
1
2
3
4
5
6
7
# see dpkg-architecture(8)
DEB_BUILD_ARCH		:= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_GNU_CPU	:= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
DEB_BUILD_GNU_SYSTEM	:= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
DEB_BUILD_GNU_TYPE	:= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_GNU_SYSTEM	:= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
DEB_HOST_GNU_TYPE	:= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)