# # mkpkg file for the MX library # # AUTHOR: K. J. Mighell (mighell@noao.edu) # # DOCUMENTATION: http://www.noao.edu/staff/mighell/mx # # DATE: 20000314 # # MOD: 3 # # + ***** WARNING ***** ----------------------------------------------------+ # | | # | MX is written in ANSI C and must be compiled with an ANSI C compiler! | # | | # | Some SunOS systems (e.g. gemini.tuc.noao.edu) still use a K&R C | # | compiler as the default. Changing the default to a ANSI C compiler | # | like Sun's acc compiler can be done with the following command: | # | | # | setenv XC-CC acc | # | | # | which *must* be exectuted before starting IRAF. | # | | # +-------------------------------------------------------------------------+ # # Copyleft (L) 2000 Kenneth John Mighell # $call update $exit update: $set XFLAGS="-Inolibc '-Istsdaslib$cvos/irafstdio' -p stsdas $(XFLAGS)" $set LFLAGS="-H -z -p stsdas $(LFLAGS)" $checkout libmx.a mxtoolslib$ $update libmx.a $checkin libmx.a mxtoolslib$ ; libmx.a: ip_close.c ip_const_add.c ip_const_mul.c ip_info.c ip_limits.c ip_list.c ip_ok.c ip_open.c ip_ramp.c iraf_close.c iraf_errchk.c iraf_info.c iraf_limits.c iraf_list.c iraf_ok.c iraf_open.c p_dummy.c p_emsg_appnd.c p_emsg_dump.c p_emsg_init.c p_emsg_set.c p_init.c p_init_rng.c p_tmsg_init.c ;