From 36fb29f8f0317144a0074d7b6689912a4dc40325 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 2 May 2005 15:25:28 +0000 Subject: * 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. --- make/examples/not-so-simple-header-auto/foo/fnord/indirect.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 make/examples/not-so-simple-header-auto/foo/fnord/indirect.h (limited to 'make/examples/not-so-simple-header-auto/foo/fnord/indirect.h') diff --git a/make/examples/not-so-simple-header-auto/foo/fnord/indirect.h b/make/examples/not-so-simple-header-auto/foo/fnord/indirect.h new file mode 100644 index 000000000000..2fde1e26c1dd --- /dev/null +++ b/make/examples/not-so-simple-header-auto/foo/fnord/indirect.h @@ -0,0 +1,3 @@ +#define HELLO "Hello" + +#include "../../bar/hello.h" -- cgit 1.4.1