about summary refs log tree commit diff
path: root/make/examples/aterm
AgeCommit message (Collapse)AuthorFilesLines
2005-08-14 * `dependencyClosure' now allows a search path, e.g.,Eelco Dolstra1-1/+1
dependencyClosure { ... searchPath = [ ../foo ../bar ]; ... } * Primop `dirOf' to return the directory part of a path (e.g., dirOf /a/b/c == /a/b). * Primop `relativise' (according to Webster that's a real word!) that given paths A and B returns a string representing path B relative path to A; e.g., relativise /a/b/c a/b/x/y => "../x/y".
2005-08-14 * Cleanup; sync with thesis.Eelco Dolstra2-17/+10
2005-05-02 * Merge remaining stuff from the nix-make branch.Eelco Dolstra3-0/+53
* Add support for the creation of shared libraries to `compileC', `link', and `makeLibrary'. * Enable the ATerm library to be made into a shared library.