X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fhp2ps%2FMakefile;h=18cb05b1bdb6b4e00b0b233978eb1ea716877578;hb=d842ff85f0325a5c02460d8089ab919cc664bad3;hp=90626ac593748f5b4f190cdaae54a3eb73825c90;hpb=6ed362184b7bc9b7164ecfa69f6906d51d564c92;p=ghc-hetmet.git diff --git a/ghc/utils/hp2ps/Makefile b/ghc/utils/hp2ps/Makefile index 90626ac..18cb05b 100644 --- a/ghc/utils/hp2ps/Makefile +++ b/ghc/utils/hp2ps/Makefile @@ -1,14 +1,14 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk -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