blob: 35173772a59e5c3cc1977f7e66405de8f2df0a02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# GROUP task
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
dpmkgroup.x <mach.h> ../lib/apseldef.h \
../lib/daophotdef.h
dpsmpsf.x <mach.h> ../lib/daophotdef.h
dpgconfirm.x
dpwrtgroup.x <mach.h> <time.h> \
<tbset.h> ../lib/daophotdef.h \
../lib/apseldef.h
t_group.x <fset.h> <imhdr.h> \
../lib/daophotdef.h
;
|