d786868e3cf9cc2d4e553cc336ec41b0372c1d43
[ghc-hetmet.git] / ghc / utils / ghc-pkg / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.3 2001/03/16 10:07:02 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 -Dclibdir='\"$(libdir)\"'
9
10 INSTALL_PROGS = $(HS_PROG)
11
12 include $(TOP)/mk/target.mk