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 /noao/mtlocal/r2df/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/mtlocal/r2df/mkpkg')
-rw-r--r-- | noao/mtlocal/r2df/mkpkg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/noao/mtlocal/r2df/mkpkg b/noao/mtlocal/r2df/mkpkg new file mode 100644 index 00000000..5f829c90 --- /dev/null +++ b/noao/mtlocal/r2df/mkpkg @@ -0,0 +1,15 @@ +# Make the 2-d frutti portion of the mtlocal library. + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +libpkg.a: + r2dfrd.x r2df.com r2df.h <error.h> <imhdr.h> + r2dfrhdr.x r2df.com r2df.h r2df.com <imhdr.h> <mach.h> + r2dfrim.x r2df.com r2df.h <imhdr.h> <mach.h> + r2dfrpix.x r2df.com <fset.h> <mach.h> <mii.h> + r2dftoks.x <mach.h> r2df.h <imhdr.h> + t_r2df.x r2df.com <error.h> <fset.h> + ; |