aboutsummaryrefslogtreecommitdiff
path: root/noao/astcat/src/mkpkg
blob: 05300d2b61e05168a2ecd5c1fe130b9e763a0138 (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 ASTCAT package

$call	relink
$exit

update:
	$call	relink
	$call	install
	;

relink:
	$set	LIBS = "-lxtools -lslalib"
	$update	libpkg.a
	$omake	x_astcat.x
	$link	x_astcat.o libpkg.a $(LIBS) -o x_astcat.e
	;

install:
	$move	x_astcat.e noaobin$x_astcat.e
	;


libpkg.a:
	@agetcat
	@attools
	@awcs
	@debug
        ;