diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-05-02 15:25:28 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-05-02 15:25:28 +0000 |
commit | 36fb29f8f0317144a0074d7b6689912a4dc40325 (patch) | |
tree | 026fb03a97ca8b40a04ab38fa29759dbb0a9081e /make/examples/not-so-simple-header/foo/fnord/indirect.h | |
parent | 02f2da01426b338c75051397dcbdcb0c75913670 (diff) |
* Merge remaining stuff from the nix-make branch.
* Add support for the creation of shared libraries to `compileC',
`link', and `makeLibrary'.
* Enable the ATerm library to be made into a shared library.
Diffstat (limited to 'make/examples/not-so-simple-header/foo/fnord/indirect.h')
-rw-r--r-- | make/examples/not-so-simple-header/foo/fnord/indirect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/examples/not-so-simple-header/foo/fnord/indirect.h b/make/examples/not-so-simple-header/foo/fnord/indirect.h new file mode 100644 index 000000000..2fde1e26c --- /dev/null +++ b/make/examples/not-so-simple-header/foo/fnord/indirect.h @@ -0,0 +1,3 @@ +#define HELLO "Hello" + +#include "../../bar/hello.h" |