aboutsummaryrefslogtreecommitdiff
path: root/noao/digiphot/ptools/txtools/mkpkg
diff options
context:
space:
mode:
Diffstat (limited to 'noao/digiphot/ptools/txtools/mkpkg')
-rw-r--r--noao/digiphot/ptools/txtools/mkpkg23
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>
+ ;