[project @ 2001-08-17 12:47:47 by simonmar]
authorsimonmar <unknown>
Fri, 17 Aug 2001 12:47:47 +0000 (12:47 +0000)
committersimonmar <unknown>
Fri, 17 Aug 2001 12:47:47 +0000 (12:47 +0000)
Add a Makefile (for installing the includes)

include/Makefile [new file with mode: 0644]

diff --git a/include/Makefile b/include/Makefile
new file mode 100644 (file)
index 0000000..617e229
--- /dev/null
@@ -0,0 +1,13 @@
+# -----------------------------------------------------------------------------
+# $Id: Makefile,v 1.1 2001/08/17 12:47:47 simonmar Exp $
+
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+
+H_FILES = $(wildcard *.h)
+
+override datadir:=$(libdir)/include
+INSTALL_DATAS = $(H_FILES)
+
+include $(TOP)/mk/target.mk
+