# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.5.2.1 2005/03/03 09:42:17 simonmar Exp $

TOP=../..
include $(TOP)/mk/boilerplate.mk
-include ../config.mk

H_FILES = $(wildcard *.h)

includedir = $(libdir)/include
INSTALL_INCLUDES = $(H_FILES)

ifneq "$(HavePosixRegex)" "YES"
INSTALL_INCLUDES += ./regex/regex.h
endif

DIST_CLEAN_FILES += HsBaseConfig.h

include $(TOP)/mk/target.mk
