From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/tv/wcslab/mkpkg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pkg/images/tv/wcslab/mkpkg (limited to 'pkg/images/tv/wcslab/mkpkg') diff --git a/pkg/images/tv/wcslab/mkpkg b/pkg/images/tv/wcslab/mkpkg new file mode 100644 index 00000000..e88e46cb --- /dev/null +++ b/pkg/images/tv/wcslab/mkpkg @@ -0,0 +1,24 @@ +# WCSLAB + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$checkout libds.a ../ +$update libds.a +$checkin libds.a ../ +$exit + +libpkg.a: + t_wcslab.x + ; + +libds.a: + wlutil.x + wcslab.x "wcslab.h"\ + "wcs_desc.h" + wlwcslab.x "wcslab.h" "wcs_desc.h" + wlsetup.x \ + "wcslab.h" "wcs_desc.h" + wlgrid.x "wcslab.h" "wcs_desc.h" + wllabel.x "wcslab.h" "wcs_desc.h" + ; -- cgit