File: Makefile

package info (click to toggle)
haskelldb 0.9.cvs.601-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 680 kB
  • ctags: 33
  • sloc: haskell: 4,392; sh: 1,900; makefile: 130
file content (15 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TOP_DIR = ../..

include $(TOP_DIR)/rules.mk

DIRS = $(SRC_DIR) $(SRC_DIR)/DBSpec $(SRC_DIR)/drivers/hsql $(SRC_DIR)/drivers/wxhaskell

.PHONY = html

all: html

html: $(addsuffix /*.hs, $(DIRS))
	$(HADDOCK) -p $(TOP_DIR)/doc/descript -t HaskellDB -h $^

clean:
	-rm -f *.html haddock.css haskell_icon.gif