summaryrefslogtreecommitdiff
path: root/ghc/utils/hp2ps/Makefile
blob: 90626ac593748f5b4f190cdaae54a3eb73825c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOP=../..
include $(TOP)/mk/boilerplate.mk
WAYS=

C_SRCS  = $(wildcard *.c)
H_SRCS  = $(wildcard *.h)
C_PROG 	= hp2ps

INSTALL_PROGS += $(C_PROG)

LIBS	= -lm

CLEAN_FILES += $(C_OBJS) $(C_PROG)
include $(TOP)/mk/target.mk