it's time to retire ghcprof & friends
[ghc-hetmet.git] / utils / prof / icons / Makefile
diff --git a/utils/prof/icons/Makefile b/utils/prof/icons/Makefile
deleted file mode 100644 (file)
index bc125ac..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-TOP=../../..
-include $(TOP)/mk/boilerplate.mk
-
-override datadir=$(libdir)/icons
-INSTALL_DATAS=$(wildcard *.xbm)
-
-binary-dist:
-       $(INSTALL_DIR)                   $(BIN_DIST_DIR)/utils/prof/icons
-       $(INSTALL_DATA) Makefile         $(BIN_DIST_DIR)/utils/prof/icons/
-       $(INSTALL_DATA) $(INSTALL_DATAS) $(BIN_DIST_DIR)/utils/prof/icons/
-
-include $(TOP)/mk/target.mk