From a1b528ae206aa1bc17f99dbf665da5c271c8580c Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 5 Apr 2000 10:11:55 +0000 Subject: [PATCH] [project @ 2000-04-05 10:11:55 by simonmar] install the icons. --- ghc/utils/prof/icons/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ghc/utils/prof/icons/Makefile diff --git a/ghc/utils/prof/icons/Makefile b/ghc/utils/prof/icons/Makefile new file mode 100644 index 0000000..5b3eb4d --- /dev/null +++ b/ghc/utils/prof/icons/Makefile @@ -0,0 +1,13 @@ +#----------------------------------------------------------------------------- +# $Id: Makefile,v 1.1 2000/04/05 10:11:55 simonmar Exp $ +# +# (c) The GHC Team, 2000 +# + +TOP=../../.. +include $(TOP)/mk/boilerplate.mk + +override datadir=$(libdir)/icons +INSTALL_DATAS=$(wildcard *.xbm) + +include $(TOP)/mk/target.mk -- 1.7.10.4