diff options
author | simonmar <simonmar@microsoft.com> | 2005-10-14 23:11:19 +0000 |
---|---|---|
committer | simonmar <simonmar@microsoft.com> | 2005-10-14 23:11:19 +0000 |
commit | 21c7ac8d714be74903755ed2d6ee3716ab77a727 (patch) | |
tree | 98fe80aceff6746cfbf8eb631a42ef1101198150 /mk/target.mk | |
parent | b2edbedbcf19f9ec187128574f0dba29d3373d41 (diff) |
First cut of Cabal build system
Diffstat (limited to 'mk/target.mk')
-rw-r--r-- | mk/target.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mk/target.mk b/mk/target.mk deleted file mode 100644 index dcba624e..00000000 --- a/mk/target.mk +++ /dev/null @@ -1,17 +0,0 @@ -#----------------------------------------------------------------------------- -# $Id: target.mk,v 1.1 2002/04/04 16:23:42 simonmar Exp $ -# target.mk project stub -# - -# We need to set TOP to be the TOP that the next level up expects! -# The TOP variable is reset after the inclusion of the fptools -# boilerplate, so we stash TOP away first: -HADDOCK_TOP := $(TOP) -TOP:=$(TOP)/.. - -include $(TOP)/mk/target.mk - -HADDOCK_INPLACE = $(HADDOCK_TOP)/src/haddock-inplace - -# Reset TOP -TOP:=$(HADDOCK_TOP) |