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/psfmatch/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/immatch/src/psfmatch/mkpkg')
-rw-r--r-- | pkg/images/immatch/src/psfmatch/mkpkg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/images/immatch/src/psfmatch/mkpkg b/pkg/images/immatch/src/psfmatch/mkpkg new file mode 100644 index 00000000..da3951dc --- /dev/null +++ b/pkg/images/immatch/src/psfmatch/mkpkg @@ -0,0 +1,21 @@ +# Make the PSFMATCH task + +$checkout libpkg.a ../../../ +$update libpkg.a +$checkin libpkg.a ../../../ +$exit + +libpkg.a: + rgpbckgrd.x <math.h> <math/gsurfit.h> "psfmatch.h" + rgpcolon.x <imhdr.h> <imset.h> <error.h> "psfmatch.h" + rgpconvolve.x <error.h> <imhdr.h> <imset.h> + rgpisfm.x <imhdr.h> <gset.h> <ctype.h> "psfmatch.h" + rgpfft.x + rgpfilter.x <math.h> + rgppars.x "psfmatch.h" + rgpregions.x <imhdr.h> <fset.h> "psfmatch.h" + rgpsfm.x <imhdr.h> <math/gsurfit.h> "psfmatch.h" + rgpshow.x "psfmatch.h" + rgptools.x "psfmatch.h" + t_psfmatch.x <fset.h> <imhdr.h> "psfmatch.h" + ; |