[project @ 2004-08-25 16:20:13 by sof]
[ghc-base.git] / include / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.3 2002/06/20 16:11:45 simonmar 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 += ../cbits/regex/regex.h
14 endif
15
16 include $(TOP)/mk/target.mk