diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/proto/vol/src/i2sun/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/proto/vol/src/i2sun/mkpkg')
-rw-r--r-- | pkg/proto/vol/src/i2sun/mkpkg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pkg/proto/vol/src/i2sun/mkpkg b/pkg/proto/vol/src/i2sun/mkpkg new file mode 100644 index 00000000..b1a8c4f4 --- /dev/null +++ b/pkg/proto/vol/src/i2sun/mkpkg @@ -0,0 +1,27 @@ +# Library for the I2SUN task. + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +libpkg.a: + t_i2sun.x <imhdr.h> <ctype.h> i2sun.h + trulut.x <error.h> <ctype.h> i2sun.h + trsetup.x <imhdr.h> i2sun.h + cnvimage.x <imhdr.h> i2sun.h + sigln.x <error.h> <imhdr.h> + ; + +dbx: + $set XFLAGS = "-c -g -F -q" + $set LFLAGS = "-g -q" + $omake x_i2sun.x + $omake t_i2sun.x + $omake trulut.x + $omake trsetup.x + $omake cnvimage.x + $omake sigln.x + $link x_i2sun.o t_i2sun.o trulut.o trsetup.o cnvimage.o sigln.o \ + -o xx_i2sun.e + ; |