1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
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
#------------------------------------------------------------------------------
|