Stefan Schimanski wrote: >> Great, maybe we should start with the install stuff. Shouldn't be that >> hard, >> there are the commands install_targets and install_files, which >> trigger cmake >> to generate the build rules. >> The bigger problem is that we have to figure out what we should do >> when installing: >> only copying files? What is more readable scons or the autofiles. > > The lib directory should be easy. The Makefile.am doesn't look too > complicated, transforming that to cmake with some sed calls... > > What about the po directory with the Makefile.in.in file from gettext? > Is that needed to be translated into cmake?
I've used the SCons file and have committed a bit for installing: most of the files are now copied to a (arbitrary) target path, but not more. > > Btw, will be on a conference until saturday, and as it is in the middle > of nowhere I won't be able to help until the weekend I fear. I think it could wait another week ;) Peter