blob: 3feffc761988da010e713eebf08efb956d036089 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Make the STARFOCUS tasks.
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
standalone:
$update libpkg.a
$omake x_starfocus.x
$link x_starfocus.o libpkg.a -lxtools -lnlfit -liminterp -lgsurfit\
-lds -o xx_starfocus.e
;
libpkg.a:
stfgraph.x starfocus.h <error.h> <gset.h> <mach.h>
stfmeasure.x starfocus.h <error.h> <imhdr.h> <imset.h>\
<math/nlfit.h>
stfprofile.x starfocus.h <imhdr.h> <mach.h> <math.h>\
<math/iminterp.h> <math/nlfit.h>
t_starfocus.x starfocus.h <error.h> <imhdr.h> <imset.h> <mach.h>
;
|