installation related question

LiuCougar liucougar at gmail.com
Sat Oct 15 16:48:04 CEST 2005


On 10/15/05, Ralf Habacker <ralf.habacker at freenet.de> wrote:
> Am Samstag, 15. Oktober 2005 15:49 schrieb tnagyemail-ml at yahoo.fr:
> > > you means something like this
> > >
> > > install_headers="a.h b.h c.h"
> > > obj.=genobj('KDEINCLUDE',env)
> > > obj.source = install_headers
> > > obj.execute()
> > >
> > > or
> > >
> > > obj.=genobj('shlib',env)
> > > obj.headers = install_headers
> > > obj.execute()
> >
> > Something more like this:
> > obj=env.genobj('shlib', env)
> > obj.target=somelib
> > obj.instdir=env['KDEINCLUDES']
I think this is incorrect: this will cause the shared lib to be
installed into KDEINCLUDES

> > And for generic files
> > env.bksys_install('KDEINCLUDES', '', 'myfile.h
> > myfile2.h')
I think the first para to env.bksys_install is the real install dir.
env.bksys_insttype is the right one for this purpose

--
"People's characters are strengthened through struggle against
difficulties; they are weakened by comfort."
- Old Chinese adage


More information about the Kde-buildsystem mailing list