blob: d13fabbcef62b6b138d6173107588418fc778bad (
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
|
# Make the OBSUTIL package
$call relink
$exit
update:
$call relink
$call install
;
relink:
$update libpkg.a
$omake x_obsutil.x
$link x_obsutil.o libpkg.a -lxtools -lcurfit -liminterp\
-lsmw -lnlfit -lgsurfit -lds -lasttools -o xx_obsutil.e
;
install:
$move xx_obsutil.e noaobin$x_obsutil.e
;
libpkg.a:
@ccdtime
@pairmass
@specfocus
@sptime
@starfocus
t_bitcount.x <error.h> <imhdr.h> <mach.h>
;
|