8bb0edf7e8ddeaac520c52f011ef2d70c728b789
[ghc-hetmet.git] / libraries / mk / target.mk
1 # $Id: target.mk,v 1.12 2002/07/02 13:49:27 simonmar Exp $
2
3 TOP:=$(TOP)/..
4
5 # All the libs in here are "hierarchical", this flag tell the
6 # installation machinery to make sure that when installing interface
7 # files we maintain the directory structure.
8 HIERARCHICAL_LIB = YES
9
10 # NOT YET: Haddock needs to understand about .raw-hs files
11 #
12 # Set our source links to point to the CVS repository on the web.
13 # SRC_HADDOCK_OPTS += -s http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/libaries/$(PACKAGE)
14
15 include $(TOP)/mk/target.mk
16
17 TOP:=$(LIBRARIES_TOP)/..