aboutsummaryrefslogtreecommitdiff
path: root/vendor/voclient/libvoclient/mkpkg
blob: d7abcd53557d15ef527cd5ed1def3c943ffc2cab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Make the VO Client API.  This MKPKG file is used when VOClient is installed
# as part of the NVO external package, we used the host Makefile for the
# build.

$call	  relink
$exit

update:
	$call	relink
	$call	install
	;

relink:
	!make
	;

install:
	$move	libvoclient.a nvobin$libvoclient.a
	;