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/images/tv/imexamine/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/tv/imexamine/mkpkg')
-rw-r--r-- | pkg/images/tv/imexamine/mkpkg | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/pkg/images/tv/imexamine/mkpkg b/pkg/images/tv/imexamine/mkpkg new file mode 100644 index 00000000..38c3fef7 --- /dev/null +++ b/pkg/images/tv/imexamine/mkpkg @@ -0,0 +1,48 @@ +# IMEXAMINE + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +standalone: + $set LIBS1 = "-lds -liminterp -lncar -lgks -lxtools" + $set LIBS2 = "-lgsurfit -lnlfit -lcurfit -lllsq" + $update libpkg.a + $omake x_imexam.x + $link x_imexam.o libpkg.a $(LIBS1) $(LIBS2) -o xx_imexam.e + ; + +libpkg.a: + iecimexam.x imexam.h <error.h> <imhdr.h> + iecolon.x imexam.h <error.h> <imhdr.h> + iedisplay.x <error.h> + ieeimexam.x imexam.h <config.h> <error.h> <fset.h> <gset.h>\ + <imhdr.h> <mach.h> <xwhen.h> + iegcur.x imexam.h <imhdr.h> <ctype.h> <mach.h> + iegdata.x <imhdr.h> + iegimage.x imexam.h <error.h> <imhdr.h> + iegnfr.x imexam.h <imhdr.h> + iegraph.x imexam.h <gset.h> + iehimexam.x imexam.h <error.h> <imhdr.h> + ieimname.x + iejimexam.x imexam.h <error.h> <imhdr.h> <gset.h> <mach.h> + ielimexam.x imexam.h <error.h> <imhdr.h> + iemw.x imexam.h <imhdr.h> <mwset.h> + ieopenlog.x imexam.h <error.h> <imhdr.h> + iepos.x imexam.h <error.h> <math.h> + ieprint.x imexam.h <error.h> + ieqrimexam.x imexam.h <error.h> <imhdr.h> <gset.h> <math.h>\ + <math/gsurfit.h> <math/nlfit.h> + ierimexam.x imexam.h <error.h> <gset.h> <imhdr.h> <math.h>\ + <math/gsurfit.h> <math/nlfit.h> + iesimexam.x imexam.h <error.h> <gset.h> <imhdr.h> <mach.h> + iestatistics.x imexam.h <error.h> + ietimexam.x imexam.h <error.h> <imhdr.h> + ievimexam.x imexam.h <error.h> <gset.h> <imhdr.h> <mach.h>\ + <imset.h> <math.h> <math/iminterp.h> + stfmeasure.x starfocus.h <error.h> <imhdr.h> <imset.h> <math/nlfit.h> + stfprofile.x starfocus.h <imhdr.h> <mach.h>\ + <math.h> <math/nlfit.h> <math/iminterp.h> + t_imexam.x imexam.h <error.h> <gset.h> <imhdr.h> + ; |