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/xtools/ranges/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/xtools/ranges/mkpkg')
-rw-r--r-- | pkg/xtools/ranges/mkpkg | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/pkg/xtools/ranges/mkpkg b/pkg/xtools/ranges/mkpkg new file mode 100644 index 00000000..9ec1673f --- /dev/null +++ b/pkg/xtools/ranges/mkpkg @@ -0,0 +1,49 @@ +# Library for the RANGES procedures. + +$checkout libxtools.a lib$ +$update libxtools.a +$checkin libxtools.a lib$ +$exit + +generic: + $set GEN = "$$generic -k -t rd" + $ifolder (rgbinr.x, rgbin.gx) $(GEN) rgbin.gx $endif + $ifolder (rgexcluder.x, rgexclude.gx) $(GEN) rgexclude.gx $endif + $ifolder (rggxmarkr.x, rggxmark.gx) $(GEN) rggxmark.gx $endif + $ifolder (rgpackr.x, rgpack.gx) $(GEN) rgpack.gx $endif + $ifolder (rgunpackr.x, rgunpack.gx) $(GEN) rgunpack.gx $endif + $ifolder (rgwtbinr.x, rgwtbin.gx) $(GEN) rgwtbin.gx $endif + $ifolder (rgxrangesr.x, rgxranges.gx) $(GEN) rgxranges.gx $endif + ; + +libxtools.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + + rgbind.x <pkg/rg.h> + rgbinr.x <pkg/rg.h> + rgdump.x <pkg/rg.h> + rgencode.x <pkg/rg.h> + rgexcluded.x <pkg/rg.h> + rgexcluder.x <pkg/rg.h> + rgfree.x + rggxmarkd.x <gset.h> <pkg/rg.h> + rggxmarkr.x <gset.h> <pkg/rg.h> + rgindices.x <pkg/rg.h> + rginrange.x <pkg/rg.h> + rgintersect.x <pkg/rg.h> + rginverse.x <pkg/rg.h> + rgmerge.x <pkg/rg.h> + rgnext.x <mach.h> <pkg/rg.h> + rgorder.x <pkg/rg.h> + rgpackd.x <pkg/rg.h> + rgpackr.x <pkg/rg.h> + rgranges.x <ctype.h> <error.h> <pkg/rg.h> + rgunion.x <pkg/rg.h> + rgunpackd.x <pkg/rg.h> + rgunpackr.x <pkg/rg.h> + rgwindow.x <pkg/rg.h> + rgwtbind.x <pkg/rg.h> + rgwtbinr.x <pkg/rg.h> + rgxrangesd.x <ctype.h> <error.h> <pkg/rg.h> + rgxrangesr.x <ctype.h> <error.h> <pkg/rg.h> + ; |