blob: 319373a94a3a34c8d3382e4296e0f55a90553993 (
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
|
# Make the NPROTO package.
$call relink
$exit
update:
$call relink
$call install
;
relink:
$set LIBS="-lxtools -liminterp -lcurfit -lgsurfit -lds"
$update libpkg.a
$omake x_nproto.x
$link x_nproto.o libpkg.a $(LIBS) -o xx_nproto.e
;
install:
$move xx_nproto.e noaobin$x_nproto.e
;
libpkg.a:
@ace
@ir
t_binpairs.x
t_linpol.x <imhdr.h> <error.h>
t_slitpic.x <ctype.h> <imhdr.h> slitpic.h
;
|