diff options
Diffstat (limited to 'driver/split')
-rw-r--r-- | driver/split/Makefile | 12 | ||||
-rw-r--r-- | driver/split/ghc.mk | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/driver/split/Makefile b/driver/split/Makefile index a73eeeb05b..33e46c5340 100644 --- a/driver/split/Makefile +++ b/driver/split/Makefile @@ -1,3 +1,15 @@ +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. +# +# 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 +# +# ----------------------------------------------------------------------------- + dir = driver/split TOP = ../.. include $(TOP)/mk/sub-makefile.mk diff --git a/driver/split/ghc.mk b/driver/split/ghc.mk index 30382e090d..eeec8e7fb2 100644 --- a/driver/split/ghc.mk +++ b/driver/split/ghc.mk @@ -1,3 +1,15 @@ +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. +# +# 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 +# +# ----------------------------------------------------------------------------- + driver/split_PERL_SRC = ghc-split.lprl driver/split_dist_PROG = $(GHC_SPLIT_PGM) driver/split_dist_LIBEXEC = YES |