Import qw( env );

OCamlSources $env
	'debug_symbols.ml',
	'debug.ml';

OCamlLibrary $env 'debug',
	'debug_symbols',
	'debug';

# debug_symbols.ml uses external symbols from clib.a
Depends $env "debug_symbols$env->{SUFOBJ}", "$env->{MP_HASH}/clib/clib.a";

## Add the library to the default target list
#Default qw( debug.cmxa );
