--- trunk/Makefile 2004/04/17 23:22:32 317 +++ trunk2/Makefile 2004/09/15 22:36:23 454 @@ -1,9 +1,29 @@ +all: clean + rm -f log +# ./all2all.pl + ./all2all.pl --limit_mfn=500 --start_mfn=8600 + cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd - + clean: rm -f *.bak *.temp + rm -Rf out/index/* + find out/thes -name "*.html" -exec rm {} \; + rm -f out/bfilter/*.txt + +test: + @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10 profile: - perl -d:DProf './all2xml.pl' > foo - dprofpp + perl -d:DProf ./all2all.pl + #dprofpp + +profile2: + perl -d:SmallProf ./all2all.pl + sort -k 2nr,2 smallprof.out | vi -R - + +html: + pods2html lib html + ver=`date +%Y%m%d` @@ -15,3 +35,5 @@ tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/ rm -Rf webpac-$(ver) +tags: + ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]