blob: aeb97b974669ecdb42b527d2565aa117f7c2bb5b (
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
|
# PDM -- Make the Phase Dispersion Minimization package.
update:
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
;
libpkg.a:
pdmalltheta.x pdm.h <ctype.h> <error.h> <mach.h>
pdmampep.x pdm.h <ctype.h> <error.h> <mach.h>
pdmautorang.x pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h>
pdmbatch.x pdm.h <ctype.h> <error.h> <mach.h>
pdmclose.x pdm.h <mach.h>
pdmcolon.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h>
pdmcompare.x pdm.h <mach.h>
pdmcursor.x <fset.h> <gset.h> <math/curfit.h> pdm.h <ctype.h>\
<error.h> <mach.h>
pdmdelete.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h>
pdmdplot.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h>
pdmfindmin.x pdm.h <ctype.h> <error.h> <mach.h>
pdmfitphase.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h>
pdmgdata.x pdm.h <ctype.h> <error.h> <mach.h>
pdmminmaxp.x pdm.h <ctype.h> <error.h> <mach.h>
pdmopen.x pdm.h <mach.h>
pdmphase.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h>
pdmpplot.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h>
pdmranperm.x <gset.h> pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h>
pdmshow.x pdm.h <ctype.h> <error.h> <mach.h>
pdmsignif.x <gset.h> pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h>
pdmsort.x pdm.h <mach.h>
pdmstats.x pdm.h <ctype.h> <error.h> <mach.h>
pdmtheta.x pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h>
pdmthetaran.x pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h>
pdmtplot.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h>
pdmundelete.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h>
t_pdm.x pdm.h <ctype.h> <error.h> <mach.h>
;
|