cleanAll distclean: clean-graph-nauty

clean-graph-nauty:
	rm -f externals/Graph-Nauty-*/Nauty.bs
	rm -f externals/Graph-Nauty-*/Nauty.c
	rm -f externals/Graph-Nauty-*/Nauty.o

#------------------------------------------------------------------------------

externals/Chemistry-OpenSMILES-0.8.1/Build: externals/Module-Build-Parse-Yapp-0.1.2/pm_to_blib

%/pm_to_blib: %/Makefile.PL
	cd $* && perl Makefile.PL && make

%/Build: %/Build.PL
	cd $* && perl Build.PL && ./Build

#------------------------------------------------------------------------------
