diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-05-31 12:41:21 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-05-31 12:41:21 +0200 |
commit | b5b8ef16ea0e7517169d521c297784d5678d7518 (patch) | |
tree | 2e7d63329fe6ab07de6f972e39dd85ce74a69dde /windhoek/include/Makefile | |
parent | 61cbf207a16ec76e4fefba4e5a3ad91c84dee447 (diff) |
check in the initial version of windhoek by DROPS.
Diffstat (limited to 'windhoek/include/Makefile')
-rw-r--r-- | windhoek/include/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/windhoek/include/Makefile b/windhoek/include/Makefile new file mode 100644 index 00000000..8d31023f --- /dev/null +++ b/windhoek/include/Makefile @@ -0,0 +1,9 @@ +PKGDIR ?= .. +L4DIR ?= $(PKGDIR)/../.. + +# All haeder files found in this directory tree will be automatically +# installed in a way that they can be included with +# #include <l4/pkgname/yourfile.h> later. +# No need to list them in this Makefile. + +include $(L4DIR)/mk/include.mk |