# Makefile for Utilities default : all all : cd Bin2Tecplot ; make ; cd .. cd Hdf2Tecplot ; make ; cd .. clean: cd Bin2Tecplot ; make clean ; cd .. cd Hdf2Tecplot ; make clean ; cd .. distclean : clean /bin/rm -f MakeIncl.Utilities config.log config.status install : cd Bin2Tecplot ; make install ; cd .. cd Hdf2Tecplot ; make install ; cd .. uninstall : cd Bin2Tecplot ; make uninstall ; cd .. cd Hdf2Tecplot ; make uninstall ; cd ..