aboutsummaryrefslogtreecommitdiff
path: root/sys/imio/imt/mkpkg
blob: eca1a520aee035942f9921d9894fee7545dfece4 (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
# Update the IMIO portion of the LIBEX library.

$checkout libex.a ../
$update   libex.a
$checkin  libex.a ../
$exit

libex.a:
        imt.x
        imx.x   	imx.h <error.h>
        imxbreakout.x
        imxparse.x      imx.h <ctype.h>
        imxescape.x     imx.h
        imxexpand.x     imx.h <ctype.h> <error.h> <imhdr.h> <imset.h> <mach.h>
	imxexpr.x	imx.h <ctype.h> <error.h> <evexpr.h> <lexnum.h>
        imxftype.x      imx.h <error.h>
        imxpreproc.x    imx.h
	;

test:
	$call libpkg.a
	$omake	zzdebug.x
        $link	zzdebug.o libpkg.a
	;