summaryrefslogtreecommitdiff
path: root/utils/hp2ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hp2ps/Makefile')
-rw-r--r--utils/hp2ps/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/hp2ps/Makefile b/utils/hp2ps/Makefile
new file mode 100644
index 0000000000..18cb05b1bd
--- /dev/null
+++ b/utils/hp2ps/Makefile
@@ -0,0 +1,14 @@
+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