[openbeosnetteam] Re: testing stack: PPP Jamfiles

> > The target <userland>kernelppp does not work, so I cannot give it the same 
> > name as the kernel library. :(
> 
> ???

I wanted that the library is hidden in the objects directory structure and that 
it has the same name as its kernel land counterpart. All network testing 
add-ons are built with the <userland> prefix so that their names do not collide 
with the kernel land names. I assumed that this will work for StaticLibrary, 
too, but it did not. So I had to call it libuserlandppp.a.

> > Is there a better solution or may I commit it nonetheless?
> 
> If you tell me exactly what shall be done, I can certainly help.

If you have the time it would be nice if it were possible to create a static 
library called libkernelppp.a, but that is put into the objects hierarchy. 
Something like a <private:ppp> prefix, i.e.: private:something so that there 
may be many targets with the same name, but different prefixes so that we can 
distinguish bewteen them. This should of course work for all targets.
If you could do that it would be very nice.

Waldemar

Other related posts: