4b7035647028f2a4b0b35afdc008146513ed857b
[ghc-base.git] / include / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.4 2004/10/05 07:43:07 mthomas Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 H_FILES = $(wildcard *.h)
8
9 includedir = $(libdir)/include
10 INSTALL_INCLUDES = $(H_FILES)
11
12 ifneq "$(HavePosixRegex)" "YES"
13 INSTALL_INCLUDES += ./regex/regex.h
14 endif
15
16 include $(TOP)/mk/target.mk