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/xtools/fixpix/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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> + ; |