# Last edited on 2016-12-28 23:54:35 by stolfilocal AUX_LIBS := \ libjs \ libgeo \ libps MAIN_LIBS := \ libflt \ libia \ libaa \ libaafuncs \ libaazf \ libaagraph all: for dir in ${AUX_LIBS} ; do ( cd $${dir}; rm -f Deps.make; make uninstall depend build-lib install build-tests ) ; done for dir in ${MAIN_LIBS} ; do ( cd $${dir}; rm -f Deps.make; make uninstall depend build-lib install check ) ; done