Hi all, we are working on a port of our old, handcrafted build system for OPAL (http://user.cs.tu-berlin.de/~opal/opal-language.html) to cmake.
The Opal compiler produces C-Code, so in theory bootstrapping that beast on any machine should be easy as long as the C-code is shipped in a distribution tarball (make will detect it is already present and not run the non-existing compiler). After deflating that distribution tarball, we re-invoke a configure script on the build tree (to get host characteristics like integer sizes) and then simply make it. When switching to cmake we would not have a configure script and the c-sources would live in the build directory. So how can we create such a distribution tarball? Is there anything in the cmake universe that could help us, or do we have to write a cmake script for that task? best regards, Christoph -- Christoph Höger Technische Universität Berlin Fakultät IV - Elektrotechnik und Informatik Übersetzerbau und Programmiersprachen Sekr. TEL12-2, Ernst-Reuter-Platz 7, 10587 Berlin Tel.: +49 (30) 314-24890 E-Mail: christoph.hoe...@tu-berlin.de _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake