irc-bot/OMakefile
Neale Pickett 0e8a998293 New iobuf, but there's a problem with login
Specifically, rebinding the command handler doesn't take effect until after
all input lines have been handled.  This means handle_command_prereg doesn't
get new values when it ought to.
2008-03-04 21:38:19 -07:00

28 lines
469 B
Text

USE_OCAMLFIND = true
OCAMLPACKS[] =
equeue
pcre
str
NATIVE_ENABLED = true
BYTE_ENABLED = true
OCAMLCFLAGS += -g
.DEFAULT: ircd
OCamlProgram(ircd, ircd irc command iobuf client channel)
section
OCAMLPACKS[] +=
oUnit
NATIVE_ENABLED = false
tests.cmx:
tests.cmi:
tests.cmo:
tests$(EXT_OBJ):
OCamlProgram(tests, tests chat irc command iobuf client channel)
.PHONY: clean
clean:
rm $(filter-proper-targets $(ls R, .))