File: dpkg-arch.mk

package info (click to toggle)
shadow 19990827-20
  • links: PTS
  • area: main
  • in suites: potato
  • size: 828 kB
  • ctags: 52
  • sloc: ansic: 1,071; makefile: 126; perl: 74; sh: 46
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)