aboutsummaryrefslogtreecommitdiff
path: root/mk/target.mk
blob: dcba624e4b1d659322f2da67bd10d14b307eb84d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-----------------------------------------------------------------------------
# $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)