diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
| commit | f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch) | |
| tree | 946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/fracas/Makefile | |
| parent | 8e1c6cca407c82fc09569d80c231b8d256735989 (diff) | |
Remove contribs and examples
Everything has now been moved to a separate repository at
https://github.com/GrammaticalFramework/gf-contrib
The contents of the examples folder are build during SetupWeb
Diffstat (limited to 'examples/fracas/Makefile')
| -rw-r--r-- | examples/fracas/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/examples/fracas/Makefile b/examples/fracas/Makefile deleted file mode 100644 index 189443b03..000000000 --- a/examples/fracas/Makefile +++ /dev/null @@ -1,44 +0,0 @@ - -VERSION = 0.2 - -BANK = FraCaSBank -BUILD-FORMATS = xml pl -LANGUAGES = Original Eng Swe - -ZIPFILE = $(BANK)-$(VERSION).zip -FILES-TO-ZIP = Makefile *.* src/*.* doc/*.* build/*.* - -GF-FILES = $(wildcard src/*.gf) - -.PHONY: build clean distclean dist - -.DELETE_ON_ERROR: - -build: $(BUILD-FORMATS:%=build/$(BANK).%) - -clean: - rm -f src/*.gfo src/*.pyc .DS_Store */.DS_Store FraCaS.pgf $(BANK)I.hs - -distclean: clean - rm -f build/$(BANK).* - rm -f dist/$(ZIPFILE) - -dist: build clean - mkdir -p dist - rm -f dist/$(ZIPFILE) - zip dist/$(ZIPFILE) $(FILES-TO-ZIP) - -build/$(BANK).%: $(GF-FILES) - python build_fracasbank.py $* src/$(BANK)I.gf $(LANGUAGES:%=src/$(BANK)%.gf) > $@ - -#### HTML generation: - -build/$(BANK).html: FraCaS.pgf FeedGF.hs ToHTML.hs prefix.html $(BANK)I.hs - cat prefix.html > $@ - runhaskell FeedGF.hs | gf -run FraCaS.pgf | runhaskell ToHTML.hs >> $@ - -FraCaS.pgf: $(GF-FILES) - gf -s -make src/FraCaSEng.gf src/FraCaSSwe.gf - -$(BANK)I.hs: src/$(BANK)I.gf - sed -e 's/--#.*//' -e 's/incomplete.*/module $(BANK)I where/' -e 's/lincat.*/bank =/' -e 's/^lin / ("/' -e 's/ = /", "/' -e 's/;$$/"):/' -e 's/^}/ []/' < $< > $@ |
