ghc-pkg: report parser warnings when registering packages
[ghc-hetmet.git] / utils / unlit / Makefile
index 15e7fc4..1969f1d 100644 (file)
@@ -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