diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/astutil/pdm/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/astutil/pdm/mkpkg')
-rw-r--r-- | noao/astutil/pdm/mkpkg | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/noao/astutil/pdm/mkpkg b/noao/astutil/pdm/mkpkg new file mode 100644 index 00000000..aeb97b97 --- /dev/null +++ b/noao/astutil/pdm/mkpkg @@ -0,0 +1,40 @@ +# PDM -- Make the Phase Dispersion Minimization package. + +update: + $checkout libpkg.a ../ + $update libpkg.a + $checkin libpkg.a ../ + ; + + +libpkg.a: + pdmalltheta.x pdm.h <ctype.h> <error.h> <mach.h> + pdmampep.x pdm.h <ctype.h> <error.h> <mach.h> + pdmautorang.x pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h> + pdmbatch.x pdm.h <ctype.h> <error.h> <mach.h> + pdmclose.x pdm.h <mach.h> + pdmcolon.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h> + pdmcompare.x pdm.h <mach.h> + pdmcursor.x <fset.h> <gset.h> <math/curfit.h> pdm.h <ctype.h>\ + <error.h> <mach.h> + pdmdelete.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h> + pdmdplot.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h> + pdmfindmin.x pdm.h <ctype.h> <error.h> <mach.h> + pdmfitphase.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h> + pdmgdata.x pdm.h <ctype.h> <error.h> <mach.h> + pdmminmaxp.x pdm.h <ctype.h> <error.h> <mach.h> + pdmopen.x pdm.h <mach.h> + pdmphase.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h> + pdmpplot.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h> + pdmranperm.x <gset.h> pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h> + pdmshow.x pdm.h <ctype.h> <error.h> <mach.h> + pdmsignif.x <gset.h> pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h> + pdmsort.x pdm.h <mach.h> + pdmstats.x pdm.h <ctype.h> <error.h> <mach.h> + pdmtheta.x pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h> + pdmthetaran.x pdm.h <ctype.h> <error.h> <mach.h> <pkg/rg.h> + pdmtplot.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h> + pdmundelete.x pdm.h <ctype.h> <error.h> <gset.h> <mach.h> + t_pdm.x pdm.h <ctype.h> <error.h> <mach.h> + ; + |