[project @ 2001-03-25 11:08:42 by panne]
[ghc-hetmet.git] / ghc / utils / ghc-pkg / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.6 2001/03/25 11:08:42 panne Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 HS_PROG           = ghc-pkg
8 SRC_HC_OPTS      += -cpp -DPKG_TOOL -DWANT_PRETTY -package lang \
9                     -package util -package text -Dclibdir="$(libdir)"
10
11 INSTALL_PROGS = $(HS_PROG)
12
13 include $(TOP)/mk/target.mk