File: Version.in

package info (click to toggle)
vpb-driver 4.2.52-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,508 kB
  • ctags: 5,880
  • sloc: cpp: 26,240; ansic: 19,045; sh: 3,027; perl: 1,132; makefile: 756; asm: 182
file content (13 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Build time version information for OpenPCI firmware and utilities
# GNU make syntax lives here.
#
# Ron Lee <ron@voicetronix.com>, 2006

version = @PACKAGE_VERSION@

ARCH       := $(shell gcc -dumpmachine 2> /dev/null)
ARCH_AMD64 := $(shell echo $(ARCH) | grep -c "x86_64")

export ARCH_AMD64

@NO_OSW_RING_SYNC@