b7c484b77467ab832596fd02eaac373f28f95eeb
[ghc-hetmet.git] / ghc / utils / hp2ps / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3 override WAYS=
4
5 C_SRCS  = $(wildcard *.c)
6 H_SRCS  = $(wildcard *.h)
7 C_PROG  = hp2ps
8
9 INSTALL_PROGS += $(C_PROG)
10
11 LIBS    = -lm
12
13 CLEAN_FILES += $(C_OBJS) $(C_PROG)
14 include $(TOP)/mk/target.mk