Mercurial > urweb
comparison Makefile.in @ 859:60240acd15b9
Successfully starting FastCGI sessions with Apache
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 27 Jun 2009 12:38:23 -0400 |
parents | 86ec89baee01 |
children | 782f0b4eea67 |
comparison
equal
deleted
inserted
replaced
858:346cf1908a17 | 859:60240acd15b9 |
---|---|
12 .PHONY: all smlnj mlton c clean install package | 12 .PHONY: all smlnj mlton c clean install package |
13 | 13 |
14 smlnj: src/urweb.cm | 14 smlnj: src/urweb.cm |
15 mlton: bin/urweb | 15 mlton: bin/urweb |
16 | 16 |
17 OBJS := urweb request http cgi | 17 OBJS := urweb request queue http cgi fastcgi |
18 c: $(OBJS:%=lib/c/%.o) | 18 c: $(OBJS:%=lib/c/%.o) |
19 | 19 |
20 clean: | 20 clean: |
21 rm -f src/*.mlton.grm.* src/*.mlton.lex.* \ | 21 rm -f src/*.mlton.grm.* src/*.mlton.lex.* \ |
22 src/urweb.cm src/urweb.mlb \ | 22 src/urweb.cm src/urweb.mlb \ |