GHC new build system megapatch
[ghc-hetmet.git] / utils / hp2ps / ghc.mk
diff --git a/utils/hp2ps/ghc.mk b/utils/hp2ps/ghc.mk
new file mode 100644 (file)
index 0000000..75964e1
--- /dev/null
@@ -0,0 +1,10 @@
+utils/hp2ps_dist_C_SRCS = AreaBelow.c Curves.c Error.c Main.c \
+                          Reorder.c TopTwenty.c AuxFile.c Deviation.c \
+                          HpFile.c Marks.c Scale.c TraceElement.c \
+                          Axes.c Dimensions.c Key.c PsFile.c Shade.c \
+                          Utilities.c
+utils/hp2ps_dist_PROG    = hp2ps$(exeext)
+utils/hp2ps_dist_INSTALL = YES
+
+$(eval $(call build-prog,utils/hp2ps,dist,0))
+