aboutsummaryrefslogtreecommitdiff
path: root/pkg/lists/mkpkg
blob: ca6a80f624827a006631acc00287a56e0dd9d01a (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
32
# Make the LISTS package.

$call	relink
$exit

update:
	$call	relink
	$call	install
	;

relink:
	$set	LIBS = "-lxtools -lds"

	$update	libpkg.a
	$omake	x_lists.x
	$link	x_lists.o libpkg.a $(LIBS) -o xx_lists.e
	;

install:
	$move	xx_lists.e bin$x_lists.e
	;

libpkg.a:
	columns.x	
	lintran.x	<ctype.h> <pattern.h>
	rgcursor.x	
	rimcursor.x	<mach.h> <mwset.h>
	table.x		<ctype.h>
	tokens.x	<ctotok.h>
	unique.x	
	words.x	
	;