ce02c5ee4e400d446ff26bcc15c15ffa6c8a66e0
[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 SRC_CC_OPTS += -O
12 LIBS         = -lm
13
14 CLEAN_FILES += $(C_OBJS) $(C_PROG)
15
16 include $(TOP)/mk/target.mk