ad4522d3c3b82e08e07171bba5224ffcd1275ad5
[haskell-directory.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