Import qw( env );

Command $env 'thread_refiner.ml', 'thread_refiner_null.ml', qq(
	%LNCOM
);

OCamlSources $env
	'remote_sig.mlz',
	'thread_refiner_sig.mlz',
	'thread_refiner_null.ml',
	'thread_refiner.ml';

OCamlLibrary $env 'ensemble',
	'remote_sig',
	'thread_refiner_sig',
	'thread_refiner_null',
	'thread_refiner';

## Add the library to the default target list
#Default "ensemble$env->{SUFLIB}";
