blob: e6e98b249c85b2bc708685982d727e95bd164506 (
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
|
# Make the GEOMAP/GEOXYTRAN and CCMAP/CCSETWCS/CCTRAN tasks
$checkout libpkg.a ../../../
$update libpkg.a
$checkin libpkg.a ../../../
$exit
generic:
$set GEN = "$$generic -k"
$ifolder (geofunc.x, geofunc.gx)
$(GEN) geofunc.gx -o geofunc.x $endif
$ifolder (t_geomap.x, t_geomap.gx)
$(GEN) t_geomap.gx -o t_geomap.x $endif
$ifolder (geoxytran.x,geoxytran.gx)
$(GEN) geoxytran.gx -o geoxytran.x $endif
;
libpkg.a:
$ifeq (USE_GENERIC, yes) $call generic $endif
geofunc.x <math.h> <math/gsurfit.h>
geotimtran.x <imhdr.h> <imset.h> <mach.h> <math/gsurfit.h> \
<math/iminterp.h> geotran.h
geotran.x <imhdr.h> <imset.h> <mach.h> <math/gsurfit.h> \
<math/iminterp.h> geotran.h
geoxytran.x <mach.h> <ctype.h> <math.h> <math/gsurfit.h>
t_geomap.x <fset.h> <error.h> <mach.h> <math/gsurfit.h> \
<math.h> "../../../lib/geomap.h"
t_geotran.x <imhdr.h> <mwset.h> <math.h> <math/gsurfit.h> \
geotran.h
t_geoxytran.x <fset.h> <ctype.h>
trinvert.x
;
|