blob: 320095042259c4be578ce9de84fb9adc41cb9d02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# The MKPKG file for the io subdirectory.
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
iocat.x "../lib/io.h" <time.h> <error.h>
iocoeffs.x "../lib/parser.h" "../lib/fitparams.h"\
"../lib/io.h"
iogetline.x "../lib/io.h"
iolineid.x <ctype.h>
ioobs.x "../lib/io.h"
iostrwrd.x
;
|