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/proto/maskexpr/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/proto/maskexpr/mkpkg')
-rw-r--r-- | pkg/proto/maskexpr/mkpkg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/proto/maskexpr/mkpkg b/pkg/proto/maskexpr/mkpkg new file mode 100644 index 00000000..ee3e86db --- /dev/null +++ b/pkg/proto/maskexpr/mkpkg @@ -0,0 +1,26 @@ +# Make the MSKEXPR and MSKREGIONS tasks + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +libpkg.a: + t_mskexpr.x <fset.h> <ctype.h> <imhdr.h> + memkmask.x <mach.h> <ctype.h> <imhdr.h> <imset.h> <pmset.h> \ + <evvexpr.h> + + t_mskregions.x <fset.h> <ctype.h> <imhdr.h> <imset.h> <pmset.h> + mesetreg.x <plset.h> <imset.h> + mesetexpr.x + meregmask.x <mach.h> <ctype.h> <imhdr.h> <imset.h> <pmset.h> \ + <evvexpr.h> + peregfuncs.x <plset.h> <plio.h> <math.h> peregfuncs.h + peregufcn.x <plset.h> <plio.h> <math.h> peregfuncs.h + megeom.x <math.h> + + meregfuncs.x <mach.h> <ctype.h> <math.h> + mskexpand.x <ctotok.h> <ctype.h> gettok.h + megsym.x <ctotok.h> <ctype.h> gettok.h + gettok.x <syserr.h> <error.h> <fset.h> <ctype.h> gettok.h + ; |