X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fhp2ps%2FMakefile;h=18cb05b1bdb6b4e00b0b233978eb1ea716877578;hb=de3edc0771a914d641fa9f3d22e27cb321e0625c;hp=b7c484b77467ab832596fd02eaac373f28f95eeb;hpb=e79bf06e21221a04c4b05a1805ea511ba73796ce;p=ghc-hetmet.git diff --git a/ghc/utils/hp2ps/Makefile b/ghc/utils/hp2ps/Makefile index b7c484b..18cb05b 100644 --- a/ghc/utils/hp2ps/Makefile +++ b/ghc/utils/hp2ps/Makefile @@ -1,14 +1,14 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk -override WAYS= -C_SRCS = $(wildcard *.c) -H_SRCS = $(wildcard *.h) C_PROG = hp2ps +SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -Wall + INSTALL_PROGS += $(C_PROG) -LIBS = -lm +LIBS = $(LIBM) CLEAN_FILES += $(C_OBJS) $(C_PROG) + include $(TOP)/mk/target.mk