# Makefile for Adaptor default : all all : cd ChemistryIntegrator ; make ; cd .. cd PatchIteratorFromDump_Driver ; make ; cd .. static_lib : cd ChemistryIntegrator ; make static_lib ; cd .. cd PatchIteratorFromDump_Driver ; make static_lib ; cd .. clean: cd ChemistryIntegrator ; make clean ; cd .. cd PatchIteratorFromDump_Driver ; make clean ; cd .. distclean : clean cd ChemistryIntegrator ; make distclean ; cd .. cd PatchIteratorFromDump_Driver ; make distclean ; cd .. /bin/rm -rf MakeIncl.Adaptors Doxygen.Adaptors config.log config.status /bin/rm -rf Documentation docs : doxygen Doxygen.Adaptors install : cd ChemistryIntegrator ; make install ; cd .. cd PatchIteratorFromDump_Driver ; make install ; cd .. uninstall : cd ChemistryIntegrator ; make uninstall ; cd .. cd PatchIteratorFromDump_Driver ; make uninstall ; cd ..