blob: d51cf73e5fbde80414266d5014399c25e74221cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# SUBSTAR task
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
dpsconfirm.x
dpsubstar.x <mach.h> <imhdr.h> \
../lib/daophotdef.h ../lib/apseldef.h
dpgimbufr.x <imhdr.h>
dprestars.x <tbset.h> ../lib/daophotdef.h \
../lib/apseldef.h
t_substar.x <fset.h> <imhdr.h> \
../lib/daophotdef.h
;
|