[project @ 2001-03-16 10:05:01 by simonmar]
[ghc-hetmet.git] / ghc / utils / ghc-pkg / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.2 2001/03/16 10:05:01 simonmar 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 -package util -package text -Dlibdir=\"$(libdir)\"
9
10 INSTALL_PROGS = $(HS_PROG)
11
12 include $(TOP)/mk/target.mk