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/xtools/fixpix/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/xtools/fixpix/mkpkg')
-rw-r--r-- | pkg/xtools/fixpix/mkpkg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/xtools/fixpix/mkpkg b/pkg/xtools/fixpix/mkpkg new file mode 100644 index 00000000..4d91ae71 --- /dev/null +++ b/pkg/xtools/fixpix/mkpkg @@ -0,0 +1,25 @@ +# XT_FIXPIX package. + +$checkout libxtools.a lib$ +$update libxtools.a +$checkin libxtools.a lib$ +$exit + +generic: + $set GEN = "$$generic -k" + $ifolder (xtfp.x, xtfp.gx) + $(GEN) xtfp.gx -o xtfp.x $endif + ; + +libxtools.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + + setfp.x <imhdr.h> <imset.h> <pmset.h> + xtfixpix.x <imhdr.h> <imset.h> <pmset.h> xtfixpix.h + xtfp.x <imhdr.h> <pmset.h> xtfixpix.h + xtpmmap.x <ctype.h> <error.h> <imhdr.h> <imset.h> <mach.h>\ + <mwset.h> <pmset.h> + ytfixpix.x <imhdr.h> <imset.h> <pmset.h> xtfixpix.h + ytpmmap.x <ctype.h> <error.h> <imhdr.h> <imset.h> <mach.h>\ + <mwset.h> <pmset.h> + ; |