[project @ 1997-09-05 09:16:19 by simonm]
[ghc-hetmet.git] / ghc / utils / hp2ps / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 C_SRCS  = $(wildcard *.c)
5 H_SRCS  = $(wildcard *.h)
6 C_PROG  = hp2ps
7
8 INSTALL_PROGS += $(C_PROG)
9
10 SRC_CC_OPTS += -O
11 LIBS         = -lm
12
13 CLEAN_FILES += $(C_OBJS) $(C_PROG)
14
15 include $(TOP)/mk/target.mk