aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imutil/src/generic/mkpkg
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/images/imutil/src/generic/mkpkg
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/imutil/src/generic/mkpkg')
-rw-r--r--pkg/images/imutil/src/generic/mkpkg21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/images/imutil/src/generic/mkpkg b/pkg/images/imutil/src/generic/mkpkg
new file mode 100644
index 00000000..9878bc7b
--- /dev/null
+++ b/pkg/images/imutil/src/generic/mkpkg
@@ -0,0 +1,21 @@
+# Make IMUTIL.
+
+$checkout libpkg.a ../../../
+$update libpkg.a
+$checkin libpkg.a ../../../
+$exit
+
+libpkg.a:
+ imaadd.x <imhdr.h>
+ imadiv.x <imhdr.h>
+ imamax.x <imhdr.h>
+ imamin.x <imhdr.h>
+ imamul.x <imhdr.h>
+ imanl.x <imhdr.h>
+ imasub.x <imhdr.h>
+ imfuncs.x <imhdr.h> <mach.h> <math.h>
+ imjoin.x <imhdr.h>
+ imrep.x <imhdr.h> <mach.h>
+ imsum.x ../imsum.h <imhdr.h>
+ ;
+