From: simonmar Date: Fri, 17 Aug 2001 12:47:47 +0000 (+0000) Subject: [project @ 2001-08-17 12:47:47 by simonmar] X-Git-Tag: nhc98-1-18-release~1176 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=63d6a6635e0d8ff6058552d3ae5fe526067317d7;p=ghc-base.git [project @ 2001-08-17 12:47:47 by simonmar] Add a Makefile (for installing the includes) --- 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 +