From 63d6a6635e0d8ff6058552d3ae5fe526067317d7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 17 Aug 2001 12:47:47 +0000 Subject: [PATCH] [project @ 2001-08-17 12:47:47 by simonmar] Add a Makefile (for installing the includes) --- include/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/Makefile diff --git a/include/Makefile b/include/Makefile new file mode 100644 index 0000000..617e229 --- /dev/null +++ b/include/Makefile @@ -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 + -- 1.7.10.4