Reorganisation of the source tree
[ghc-hetmet.git] / ghc / utils / hp2ps / Makefile
diff --git a/ghc/utils/hp2ps/Makefile b/ghc/utils/hp2ps/Makefile
deleted file mode 100644 (file)
index 18cb05b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-C_PROG         = hp2ps
-
-SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -Wall
-
-INSTALL_PROGS += $(C_PROG)
-
-LIBS        = $(LIBM)
-
-CLEAN_FILES += $(C_OBJS) $(C_PROG)
-
-include $(TOP)/mk/target.mk