2ddf5d6ca5625c91dbff9788d14daee867e73489
[ghc-hetmet.git] / ghc / utils / ghc-pkg / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.1 2001/03/15 15:51:38 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 util -package text -Dlibdir=\"$(libdir)\"
9
10 INSTALL_PROGS = $(HS_PROG)
11
12 include $(TOP)/mk/target.mk