blob: 9878bc7bdf658fa98ad59099a489cbfb805d32de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Make IMUTIL.
$checkout libpkg.a ../../../
$update libpkg.a
$checkin libpkg.a ../../../
$exit
libpkg.a:
imaadd.x <imhdr.h>
imadiv.x <imhdr.h>
imamax.x <imhdr.h>
imamin.x <imhdr.h>
imamul.x <imhdr.h>
imanl.x <imhdr.h>
imasub.x <imhdr.h>
imfuncs.x <imhdr.h> <mach.h> <math.h>
imjoin.x <imhdr.h>
imrep.x <imhdr.h> <mach.h>
imsum.x ../imsum.h <imhdr.h>
;
|