GHC new build system megapatch
[ghc-hetmet.git] / utils / hp2ps / ghc.mk
1 utils/hp2ps_dist_C_SRCS = AreaBelow.c Curves.c Error.c Main.c \
2                           Reorder.c TopTwenty.c AuxFile.c Deviation.c \
3                           HpFile.c Marks.c Scale.c TraceElement.c \
4                           Axes.c Dimensions.c Key.c PsFile.c Shade.c \
5                           Utilities.c
6 utils/hp2ps_dist_PROG    = hp2ps$(exeext)
7 utils/hp2ps_dist_INSTALL = YES
8
9 $(eval $(call build-prog,utils/hp2ps,dist,0))
10