blob: b98b680336e7814b2ce3c801e8155b85043eaa01 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
# POLYPHOT and POLYMARK routines
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
# POLYPHOT routines
appyerrors.x ../lib/polyphot.h
apgypars.x ../lib/display.h ../lib/fitsky.h \
../lib/noise.h ../lib/polyphot.h \
../lib/center.h
apycenter.x ../lib/center.h ../lib/polyphot.h
apyconfirm.x ../lib/apphot.h ../lib/noise.h \
../lib/center.h ../lib/fitsky.h
apycoords.x ../lib/polyphot.h
apyfree.x ../lib/apphotdef.h ../lib/polyphotdef.h
apyinit.x ../lib/apphotdef.h ../lib/polyphotdef.h
apynextobj.x <fset.h> ../lib/apphot.h \
../lib/polyphot.h
apypars.x
apyradsetup.x ../lib/fitsky.h ../lib/polyphot.h
apyshift.x ../lib/apphot.h ../lib/polyphot.h
apycolon.x ../lib/polyphot.h ../lib/center.h \
../lib/apphot.h ../lib/fitsky.h \
../lib/noise.h ../lib/display.h \
<gset.h> <error.h>
apyfit.x ../lib/polyphot.h ../lib/noise.h \
../lib/apphot.h <imhdr.h> \
<mach.h>
apyget.x <fset.h> ../lib/apphot.h \
../lib/fitsky.h ../lib/polyphot.h
polyshow.x ../lib/display.h ../lib/polyphot.h
apybphot.x <fset.h> ../lib/display.h \
../lib/polyphot.h ../lib/fitsky.h \
../lib/apphot.h
apyphot.x <ctype.h> <gset.h> \
../lib/display.h ../lib/polyphot.h \
../lib/fitsky.h ../lib/apphot.h \
<imhdr.h>
apyprint.x ../lib/fitsky.h ../lib/center.h \
../lib/apphot.h ../lib/polyphot.h
t_polyphot.x <gset.h> <fset.h> \
../lib/apphot.h ../lib/polyphot.h \
<imhdr.h>
# POLYMARK routines
t_polymark.x <gset.h> <fset.h> \
"../lib/apphot.h" "../lib/polyphot.h" \
<imhdr.h>
apmkpylist.x <gset.h> <ctype.h> \
"../lib/apphot.h" "../lib/polyphot.h"
apydraw.x "../lib/polyphot.h"
apymkinit.x "../lib/apphotdef.h" "../lib/noise.h"
apymkfree.x "../lib/apphotdef.h"
apywrite.x "../lib/apphot.h" "../lib/polyphot.h"
;
|