SOURCES = sread_expr.mli sread_expr.ml sread_parser.mly sread_lexer.mll\
	 sread.mli sread.ml
RESULT = sread

LIBINSTALL_FILES = sread.cma sread.cmxa sread.cmi sread.mli


all: byte-code-library native-code-library
install: libinstall
uninstall: libuninstall


## Small test
test: byte-code-library
	ocamlc -o test sread.cma test.ml

-include OCamlMakefile
