blob: 327f3487c6086c684d7d09b54322281ec2e68ef6 (
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
|
# NSTAR task
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
dpggroup.x "../../lib/ptkeysdef.h" ../lib/daophotdef.h \
../lib/apseldef.h
dpmemnstar.x ../lib/daophotdef.h ../lib/nstardef.h
dpnconfirm.x ../lib/daophotdef.h
dpnstar.x <imhdr.h> <tbset.h> \
<mach.h> ../lib/daophotdef.h \
../lib/apseldef.h ../lib/nstardef.h
dpnstarfit.x <imhdr.h> ../lib/daophotdef.h \
../lib/apseldef.h ../lib/nstardef.h \
<mach.h>
dpntwrite.x <tbset.h> <time.h> \
../lib/daophotdef.h ../lib/apseldef.h \
../lib/nstardef.h
t_nstar.x <fset.h> <imhdr.h> \
../lib/daophotdef.h
;
|