installation related question
tnagyemail-ml@yahoo.fr
tnagyemail-ml at yahoo.fr
Sat Oct 15 15:49:32 CEST 2005
> 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']
And for generic files
env.bksys_install('KDEINCLUDES', '', 'myfile.h
myfile2.h')
> The original bksys documentation on
> http://freehackers.org/~tnagy/bksys_manual.html
> prefers the usage of the
> KDEinstall KDEinstallas, but the new genobj classes
> are not documented there
> and i haven't found any related genobj class.
KDEinstall and KDEinstallas have been moved to
bksys_install. That documentation is obsolete since
Malaga.
Thomas
/* Thomas Nagy */
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
More information about the Kde-buildsystem
mailing list