aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/fixpix/mkpkg
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/xtools/fixpix/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/xtools/fixpix/mkpkg')
-rw-r--r--pkg/xtools/fixpix/mkpkg25
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>
+ ;