diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/immatch/src/geometry/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/immatch/src/geometry/mkpkg')
-rw-r--r-- | pkg/images/immatch/src/geometry/mkpkg | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/pkg/images/immatch/src/geometry/mkpkg b/pkg/images/immatch/src/geometry/mkpkg new file mode 100644 index 00000000..e6e98b24 --- /dev/null +++ b/pkg/images/immatch/src/geometry/mkpkg @@ -0,0 +1,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 + ; |