[project @ 2002-02-14 15:14:02 by simonmar]
[ghc-base.git] / include / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.2 2002/02/14 15:14:02 simonmar Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 H_FILES = $(wildcard *.h)
8
9 override datadir:=$(libdir)/include
10 INSTALL_DATAS = $(H_FILES)
11
12 ifneq "$(HavePosixRegex)" "YES"
13 INSTALL_DATAS += ../cbits/regex/regex.h
14 endif
15
16 include $(TOP)/mk/target.mk