comparison Makefile.in @ 855:28e42b22424d

Initial implementation of protocols in Settings
author Adam Chlipala <adamc@hcoop.net>
date Tue, 23 Jun 2009 15:56:04 -0400
parents 19fdeef40ada
children 86ec89baee01
comparison
equal deleted inserted replaced
854:158d980889ac 855:28e42b22424d
11 11
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 c: lib/c/urweb.o lib/c/request.o lib/c/driver.o 16
17 OBJS := urweb request http
18 c: $(OBJS:%=lib/c/%.o)
17 19
18 clean: 20 clean:
19 rm -f src/*.mlton.grm.* src/*.mlton.lex.* \ 21 rm -f src/*.mlton.grm.* src/*.mlton.lex.* \
20 src/urweb.cm src/urweb.mlb \ 22 src/urweb.cm src/urweb.mlb \
21 lib/c/*.o 23 lib/c/*.o