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/catquery/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/xtools/catquery/mkpkg')
-rw-r--r-- | pkg/xtools/catquery/mkpkg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pkg/xtools/catquery/mkpkg b/pkg/xtools/catquery/mkpkg new file mode 100644 index 00000000..91f0b557 --- /dev/null +++ b/pkg/xtools/catquery/mkpkg @@ -0,0 +1,32 @@ +# Catalog and survey access tools subdirectory + +$checkout libxtools.a lib$ +$update libxtools.a +$checkin libxtools.a lib$ +$exit + +libxtools.a: + cqmap.x <ctype.h> "cqdef.h" + cqstat.x "cqdef.h" "cq.h" + cqlocate.x "cqdef.h" + + cqsetcat.x "cqdef.h" "cq.h" + cqnqpars.x "cqdef.h" + cqgqpars.x "cqdef.h" + cqsqpars.x "cqdef.h" "cq.h" + + cqquery.x <fset.h> "cqdef.h" "cq.h" + cqrstat.x "cqdef.h" "cq.h" + cqrinfo.x "cqdef.h" "cq.h" + cqgrecords.x "cqdef.h" "cq.h" + cqgfields.x <ctype.h> "cqdef.h" "cq.h" + + cqimquery.x <fset.h> "cqdef.h" "cq.h" + cqistat.x "cqdef.h" "cq.h" + cqiminfo.x "cqdef.h" "cq.h" + + cqget.x "cqdef.h" "cq.h" + cqdb.x <ctype.h> "cqdef.h" "cq.h" + cqwrdstr.x + cqdtype.x + ; |