simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Simulavr-devel] kbdgentables


From: Weddington, Eric
Subject: RE: [Simulavr-devel] kbdgentables
Date: Fri, 20 Mar 2009 11:15:09 -0600

 

> -----Original Message-----
> From: Joel Sherrill [mailto:address@hidden 
> Sent: Friday, March 20, 2009 11:04 AM
> To: Weddington, Eric
> Cc: address@hidden
> Subject: Re: [Simulavr-devel] kbdgentables
> 
> Weddington, Eric wrote:
> > Hi All,
> >
> > So I see that the executable kbdgentables(.exe) is 
> installed in /bin.
> >
> > What is this used for? Is it used only for the examples? 
> Why is it installed?
> >
> >   
> If that is all it is used for and not needed if the examples are
> installed, then it should be marked "noinst".  This patch does
> that and I can apply it if you want.

>From looking at the automake Makefile it seems that kbdgentables is used (with 
>a couple of .dat data files) to generate a header file, which is dependency of 
>keyboard.cpp, which in turn is part of the libsim library. So to my eyes it 
>should not installed.

However, if these data files (keynumber_to_scancode.dat and 
xcode_to_keynumber.dat) never change, hence the header file never changes, then 
why don't we just check in the generated header file and be done with it? Why 
continue to build the generator program kbdgentables.exe?

Eric Weddington




reply via email to

[Prev in Thread] Current Thread [Next in Thread]