[project @ 1997-03-13 09:34:46 by sof]
[ghc-hetmet.git] / ghc / utils / hp2ps / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3 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