Files
gf-core/lib/resource-1.4/Makefile
2008-06-22 19:47:03 +00:00

35 lines
378 B
Makefile

RUNGHC=runghc
RUNMAKE=$(RUNGHC) Make.hs
all: link present alltenses math
present:
$(RUNMAKE) present lang
$(RUNMAKE) present api
alltenses:
$(RUNMAKE) lang
$(RUNMAKE) api
lang:
$(RUNMAKE) lang
api:
$(RUNMAKE) api
math:
$(RUNMAKE) math
test:
$(RUNMAKE) test
synopsis:
cd doc ; $(RUNGHC) MkSynopsis ; cd ..
link:
chmod a+x mkPresent
clean:
$(RUNMAKE) clean