Re: [ooc-compiler] Package creation
Brought to you by:
mva
|
From: Enrico W. <we...@me...> - 2004-05-13 21:07:31
|
* Michael van Acken <Mic...@de...> wrote: Hi folks, <snip> > For this purpose, a very small pkginfo.xml file will do: > > <?xml version="1.0" encoding="ISO-8859-1"?> > <package name="PkgT"> > <version current="0" revision="0"/> > > <library name="LibT" main-module="T"> > <version current="0" revision="0" age="0"/> > </library> > </package> BTW: I'm doing some research on a new universal buildsystem, which models the structure of software instead of the build process. This model should be able to cope w/ all common languages/paradigms, including code-generators (i.e.bison), resource files (i.e. .po, .xpm, ...). The information feeded into the buildsystem should be abstract enough to let it do the whole build process (also tracking dependencies and interfaces, setting up pathes and compiler settings) up to customized installing + packaging completely by itself and make such misdesigns like autoconf obsolete. It should even go further than current build tools and model abstract and build-specific things separately, for example the concept of modules vs. shared libraries: an module can be built into the main binary, into some library or completely left out. (have a look at apache) Since it organizes the whole project into a tree structure, I've called it "treebuild". Probably someone here's interested in it. cu -- --------------------------------------------------------------------- Enrico Weigelt == metux IT service phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 36207 519932 email: co...@me... cellphone: +49 174 7066481 --------------------------------------------------------------------- -- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops -- --------------------------------------------------------------------- |