File: dpkg-arch.mk

package info (click to toggle)
cfengine 1.6.5-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,596 kB
  • ctags: 22
  • sloc: makefile: 170; perl: 74; sh: 48
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)