X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Funlit%2FMakefile;h=1969f1da570cfd45b1166e3cb4d7f4ad2f7e090d;hb=c59c053f0b8613dd128297ee0b6eef31f001c498;hp=15e7fc4252dddd4babd4a5307fa7d99ff7c783f5;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/unlit/Makefile b/utils/unlit/Makefile index 15e7fc4..1969f1d 100644 --- a/utils/unlit/Makefile +++ b/utils/unlit/Makefile @@ -1,16 +1,15 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -C_SRCS=unlit.c -C_PROG=unlit -SRC_CC_OPTS += -O - -# Get it over with! -boot :: all - +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. # -# Install unlit in lib/ +# To understand how the build system works and how to modify it, see +# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture +# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # -INSTALL_LIBEXECS += $(C_PROG) +# ----------------------------------------------------------------------------- -include $(TOP)/mk/target.mk +dir = utils/unlit +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk