/[webpac]/trunk2/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 413 by dpavlin, Tue Sep 7 18:02:06 2004 UTC revision 421 by dpavlin, Fri Sep 10 22:24:42 2004 UTC
# Line 1  Line 1 
1  all:  all: clean
2          ./all2all.pl          ./all2all.pl
3            cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd -
4    
5  clean:  clean:
6          rm -f *.bak *.temp          rm -f *.bak *.temp
# Line 14  profile: Line 15  profile:
15          perl -d:DProf ./all2all.pl          perl -d:DProf ./all2all.pl
16          #dprofpp          #dprofpp
17    
18    profile2:
19            perl -d:SmallProf ./all2all.pl
20            sort -k 2nr,2 smallprof.out | vi -R -
21    
22  ver=`date +%Y%m%d`  ver=`date +%Y%m%d`
23    
24  dist:  dist:

Legend:
Removed from v.413  
changed lines
  Added in v.421

  ViewVC Help
Powered by ViewVC 1.1.26