diff options
Diffstat (limited to 'noao/onedspec/scombine/mkpkg')
-rw-r--r-- | noao/onedspec/scombine/mkpkg | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/noao/onedspec/scombine/mkpkg b/noao/onedspec/scombine/mkpkg new file mode 100644 index 00000000..ab60e45b --- /dev/null +++ b/noao/onedspec/scombine/mkpkg @@ -0,0 +1,35 @@ +# SCOMBINE + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $update libpkg.a + $omake x_scombine.x + $link x_scombine.o libpkg.a -lsmw -lxtools -liminterp \ + -o xx_scombine.e + ; + +install: + $move xx_scombine.e noaobin$x_scombine.e + ; + + +libpkg.a: + @generic + + icgdata.x <smw.h> icombine.com icombine.h + iclog.x <smw.h> icombine.com icombine.h <mach.h> + icombine.x <smw.h> icombine.com <mach.h> icombine.h + icscale.x <smw.h> icombine.com icombine.h <ctype.h> <error.h>\ + <imhdr.h> <imset.h> + icstat.x <smw.h> icombine.com icombine.h + icsum.x icombine.com icombine.h + t_scombine.x <smw.h> icombine.h icombine.com <error.h> <imhdr.h>\ + <mach.h> + ; |