Make the wired-in packages code handle ndp mapping to ndp-seq or ndp-par
[ghc-hetmet.git] / utils / prof / icons / Makefile
1 TOP=../../..
2 include $(TOP)/mk/boilerplate.mk
3
4 override datadir=$(libdir)/icons
5 INSTALL_DATAS=$(wildcard *.xbm)
6
7 binary-dist:
8         $(INSTALL_DIR)                   $(BIN_DIST_DIR)/utils/prof/icons
9         $(INSTALL_DATA) Makefile         $(BIN_DIST_DIR)/utils/prof/icons/
10         $(INSTALL_DATA) $(INSTALL_DATAS) $(BIN_DIST_DIR)/utils/prof/icons/
11
12 include $(TOP)/mk/target.mk