--- ermyth/Makefile.in 2007/07/25 01:05:16 1.8 +++ ermyth/Makefile.in 2007/08/28 17:08:06 1.9 @@ -4,7 +4,7 @@ # # This file contains build instructions. # -# $Id: Makefile.in,v 1.8 2007/07/25 01:05:16 pippijn Exp $ +# $Id: Makefile.in,v 1.9 2007/08/28 17:08:06 pippijn Exp $ # RM = @RM@ @@ -18,7 +18,7 @@ SRCDIR = . @ABSPATHS@SRCDIR= @SRCDIR@/src -SUBDIRS = modules src test doc +SUBDIRS = modules doc src test CLEANDIRS = ${SUBDIRS} po .PHONY: dist test @@ -118,3 +118,6 @@ @scp ${DISTNAME}.tar.gz rzstud:code/ @ssh rzstud "cd code && tar zxpf ${DISTNAME}.tar.gz && rm ${DISTNAME}.tar.gz" @${RM} -f ${DISTNAME}.tar.gz + +calcsize: + expr $$(echo `find . -name "*.[Ch]"|xargs ls -l|awk '{print $$5}'` | sed -e 's/ / + /g')