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/digiphot/ptools/txtools/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/digiphot/ptools/txtools/mkpkg')
-rw-r--r-- | noao/digiphot/ptools/txtools/mkpkg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/noao/digiphot/ptools/txtools/mkpkg b/noao/digiphot/ptools/txtools/mkpkg new file mode 100644 index 00000000..55485e70 --- /dev/null +++ b/noao/digiphot/ptools/txtools/mkpkg @@ -0,0 +1,23 @@ +# TXTOOLS tasks + +$checkout libpkg.a ".." +$update libpkg.a +$checkin libpkg.a ".." +$exit + +libpkg.a: + t_txconcat.x ../../lib/ptkeysdef.h <fset.h> <error.h> + t_txdump.x + ptxdump.x <fset.h> <error.h> <evexpr.h> ../../lib/ptkeysdef.h + t_txcalc.x <fset.h> + ptxcalc.x ../../lib/ptkeysdef.h <error.h> \ + <ctype.h> <evexpr.h> + t_txrenumber.x <fset.h> + ptrenumb.x ../../lib/ptkeysdef.h + t_txsort.x <fset.h> + ptsortnum.x <ctype.h> ../../lib/ptkeysdef.h + ptqsort.x + t_txselect.x <fset.h> + ptxselect.x ../../lib/ptkeysdef.h <error.h> \ + <ctype.h> <evexpr.h> + ; |