From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: tidy up requested Date: Wed, 10 Aug 2005 18:09:23 -0500 Message-ID: <42FA8923.5040503@us.ibm.com> References: <200508102321.49800.mark.williamson@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200508102321.49800.mark.williamson@cl.cam.ac.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mark Williamson Cc: xen-devel@lists.xensource.com, Ian Pratt List-Id: xen-devel@lists.xenproject.org Mark Williamson wrote: >>install > find . -type f | grep -v /lib/modules | grep -v /boot >>./usr/lib/libxc.so.3.0.0 >>./usr/lib/libxc.a >>./usr/lib/libxenstore.a >>./usr/lib/libxenstore-pic.a >> >>I guess the above are OK. Makes me wander whether we should >>rename libxc to libxenc ??? >> >> > >libxc seems fine to me but libxenc is more obviously Xen related. If we >change it I'd vote for changing to "libxenctl" whilst we have the chance. > > Let me cast my vote for libxencontrol then. >>./usr/include/xc.h >>./usr/include/xs.h >>./usr/include/xs_lib.h >>./usr/include/xcs_proto.h >> >>Should the above be under a /usr/include/xen too? >> >> > >Yes! > > Perhaps now is an appropriate time to introduce two other things, a PREFIX variable settable in the top-level Makefile and a pkg-config scripts for xcs and the xenstore. Thoughts? I'll volunteer to take a pass at cleanup. I'll make a first pass tomorrow (leaving out the prefix/pkg-config stuff until there's more discussion). Regards, Anthony Liguori >Cheers, >Mark > >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel > > >