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/lists/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/lists/mkpkg')
-rw-r--r-- | pkg/lists/mkpkg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pkg/lists/mkpkg b/pkg/lists/mkpkg new file mode 100644 index 00000000..ca6a80f6 --- /dev/null +++ b/pkg/lists/mkpkg @@ -0,0 +1,32 @@ +# Make the LISTS package. + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $set LIBS = "-lxtools -lds" + + $update libpkg.a + $omake x_lists.x + $link x_lists.o libpkg.a $(LIBS) -o xx_lists.e + ; + +install: + $move xx_lists.e bin$x_lists.e + ; + +libpkg.a: + columns.x + lintran.x <ctype.h> <pattern.h> + rgcursor.x + rimcursor.x <mach.h> <mwset.h> + table.x <ctype.h> + tokens.x <ctotok.h> + unique.x + words.x + ; |