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/immatch/src/linmatch/mkpkg | |
| download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz | |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/immatch/src/linmatch/mkpkg')
| -rw-r--r-- | pkg/images/immatch/src/linmatch/mkpkg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/images/immatch/src/linmatch/mkpkg b/pkg/images/immatch/src/linmatch/mkpkg new file mode 100644 index 00000000..5a8894f2 --- /dev/null +++ b/pkg/images/immatch/src/linmatch/mkpkg @@ -0,0 +1,21 @@ +# Make the LINMATCH task + +$checkout libpkg.a ../../../ +$update libpkg.a +$checkin libpkg.a ../../../ +$exit + +libpkg.a: + rglcolon.x <imhdr.h> <error.h> linmatch.h + rgldbio.x linmatch.h + rgldelete.x <gset.h> <mach.h> linmatch.h + rgliscale.x <imhdr.h> <gset.h> <ctype.h> linmatch.h + rglpars.x <lexnum.h> linmatch.h + rglplot.x <mach.h> <gset.h> linmatch.h + rglregions.x <fset.h> <imhdr.h> <ctype.h> linmatch.h + rglscale.x <mach.h> <imhdr.h> linmatch.h lsqfit.h + rglshow.x linmatch.h + rglsqfit.x <mach.h> lsqfit.h + rgltools.x linmatch.h + t_linmatch.x <fset.h> <imhdr.h> <imset.h> <error.h> linmatch.h + ; |
