blob: 5b07863297754aa61ec13fabef15a85c68e2c659 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Make the VO package compiled tasks.
$call relink
$exit
update:
$call relink
$call install
;
relink:
$set LIBS = "-lasttools -lxtools -lstg -lds -ltbtables -lslalib"
$update libpkg.a
$omake x_votools.x
$link x_votools.o libpkg.a $(LIBS) -o xx_votools.e
;
install:
$move xx_votools.e vobin$x_votools.e
;
libpkg.a:
$set XFLAGS = "$(XFLAGS) -g -q"
@gasplib
console.x
resdb.x
t_dalclient.x <ctype.h>
t_makewcs.x <imhdr.h> <error.h> <imhdr.h> <imio.h> <mach.h> <math.h>
t_sbquery.x <time.h>
t_sesame.x
t_vodata.x
t_votcopy.x
t_votsize.x
t_votget.x
t_dispname.x
;
|