/[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 405 by dpavlin, Sun Sep 5 17:53:35 2004 UTC revision 446 by dpavlin, Tue Sep 14 23:11:40 2004 UTC
# Line 1  Line 1 
1  all:  all: clean
2          ./all2all.pl          rm -f log
3    #       ./all2all.pl
4            ./all2all.pl --limit_mfn=500 #--start_mfn=6800
5            cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd -
6    
7  clean:  clean:
8          rm -f *.bak *.temp          rm -f *.bak *.temp
9          rm -Rf out/index/*          rm -Rf out/index/*
10            find out/thes -name "*.html" -exec rm {} \;
11            rm -f out/bfilter/*.txt
12    
13  test:  test:
14          @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10          @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10
# Line 12  profile: Line 17  profile:
17          perl -d:DProf ./all2all.pl          perl -d:DProf ./all2all.pl
18          #dprofpp          #dprofpp
19    
20    profile2:
21            perl -d:SmallProf ./all2all.pl
22            sort -k 2nr,2 smallprof.out | vi -R -
23    
24    html:
25            pods2html lib html
26            
27    
28  ver=`date +%Y%m%d`  ver=`date +%Y%m%d`
29    
30  dist:  dist:
# Line 22  dist: Line 35  dist:
35          tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/          tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
36          rm -Rf webpac-$(ver)          rm -Rf webpac-$(ver)
37    
38    tags:
39            ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]

Legend:
Removed from v.405  
changed lines
  Added in v.446

  ViewVC Help
Powered by ViewVC 1.1.26