From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/digiphot/daophot/select/mkpkg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 noao/digiphot/daophot/select/mkpkg (limited to 'noao/digiphot/daophot/select/mkpkg') diff --git a/noao/digiphot/daophot/select/mkpkg b/noao/digiphot/daophot/select/mkpkg new file mode 100644 index 00000000..38c8bb67 --- /dev/null +++ b/noao/digiphot/daophot/select/mkpkg @@ -0,0 +1,15 @@ +# GRPSELECT and PFMERGE tasks + +$checkout libpkg.a ".." +$update libpkg.a +$checkin libpkg.a ".." +$exit + +libpkg.a: + dppfmerge.x ../lib/apseldef.h + dpsgroup.x ../lib/daophotdef.h \ + ../lib/apseldef.h + dpgwselect.x ../lib/apseldef.h ../lib/daophotdef.h + t_grpselect.x ../lib/daophotdef.h + t_pfmerge.x + ; -- cgit