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 /sys/psio/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/psio/mkpkg')
-rw-r--r-- | sys/psio/mkpkg | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys/psio/mkpkg b/sys/psio/mkpkg new file mode 100644 index 00000000..8c5fa1e8 --- /dev/null +++ b/sys/psio/mkpkg @@ -0,0 +1,29 @@ +# Make the PSIO interface library. + +$checkout libsys.a lib$ +$update libsys.a +$checkin libsys.a lib$ +$exit + + +zzdebug: +zzdebug.e: + $set XFLAGS = "$(XFLAGS) -q" + $omake zzdebug.x psio.h <psset.h> <time.h> + $link zzdebug.o -o zzdebug.e + ; + +libsys.a: + psbreak.x psio.h <psset.h> + pscenter.x psio.h + psclose.x psio.h + psdeposit.x psio.h <ctype.h> + psfont.x psio.h <psset.h> + psjustify.x psio.h + psopen.x psio.h <psset.h> + psoutput.x psio.h <ctype.h> <psset.h> + pspos.x psio.h + psprolog.x psio.h + pssetup.x psio.h <psset.h> + pswidth.x psio.h font.com <ctype.h> <psset.h> + ; |