From acdcd57fa6b108566b7da2c36e1d6505cb4a2946 Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 22 Oct 2008 09:36:05 +0000 Subject: Reorganize GWT stuff into a reusable module and one application module. --- src/server/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/server/Makefile') diff --git a/src/server/Makefile b/src/server/Makefile index 76f1d1ab8..4ccf57182 100644 --- a/src/server/Makefile +++ b/src/server/Makefile @@ -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 \ No newline at end of file -- cgit v1.2.3