mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
Reorganize GWT stuff into a reusable module and one application module.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
GFCFLAGS = +RTS -K100M -RTS --cpu
|
||||
|
||||
.PHONY: pgf.fcgi run
|
||||
.PHONY: pgf.fcgi run gf-gwt.jar
|
||||
|
||||
pgf.fcgi:
|
||||
cabal install
|
||||
@@ -35,7 +35,7 @@ test.pgf: LangEng-parse.pgf LangGer-parse.pgf
|
||||
|
||||
run: pgf.fcgi
|
||||
@echo '*********************************************'
|
||||
@echo 'See http://localhost:41296/gwt-client/www/se.chalmers.cs.gf.gwt_translate.Translate/Translate.html'
|
||||
@echo 'See http://localhost:41296/gwt-client/www/se.chalmers.cs.gf.gwt.TranslateApp/Translate.html'
|
||||
@echo '*********************************************'
|
||||
lighttpd -f lighttpd.conf -D
|
||||
|
||||
@@ -47,6 +47,9 @@ gwt-installball: pgf.fcgi gwt
|
||||
mv tmp/gwt-client/Translate.html tmp/gwt-client/index.html
|
||||
(cd tmp && tar -zcf ../gwt-client-installball.tar.gz gwt-client)
|
||||
|
||||
gf-gwt.jar:
|
||||
jar -cf $@ -C gwt-client/src se
|
||||
|
||||
clean:
|
||||
cabal clean
|
||||
-rm -f pgf.fcgi
|
||||
Reference in New Issue
Block a user