aboutsummaryrefslogtreecommitdiff
path: root/noao/obsutil/src/pairmass/mkpkg
blob: bfc564e5a9afa1c1b61f3b4bd8c606eecf2737aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Make the PAIRMASS task.

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

standalone:
	$update	libpkg.a
	$omake	x_pairmass.x
	$link	x_pairmass.o libpkg.a -lxtools -lasttools -o xx_pairmass.e
	;

libpkg.a:
	airmass.x	<math.h>
	drawvector.x	<gset.h> <mach.h>
	initmarker.x	<gset.h>
	t_pairmass.x
	;