/[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

trunk/Makefile revision 162 by dpavlin, Thu Nov 20 21:20:57 2003 UTC trunk2/Makefile revision 441 by dpavlin, Tue Sep 14 17:07:59 2004 UTC
# Line 1  Line 1 
1    all: clean
2    #       ./all2all.pl
3            ./all2all.pl --limit_mfn=500 #--start_mfn=6800
4            cd out/bfilter && ./bfilter.pl < DescriptorHR.txt > DescriptorHR.js && cd -
5    
6  clean:  clean:
7          rm -f *.bak *.temp          rm -f *.bak *.temp
8            rm -Rf out/index/*
9            find out/thes -name "*.html" -exec rm {} \;
10            rm -f out/bfilter/*.txt
11    
12    test:
13            @find out/index/ -name "*.xml" | xargs xmllint --noout 2>&1 | head -10
14    
15  profile:  profile:
16          perl -d:DProf './all2xml.pl' > foo          perl -d:DProf ./all2all.pl
17          dprofpp          #dprofpp
18    
19    profile2:
20            perl -d:SmallProf ./all2all.pl
21            sort -k 2nr,2 smallprof.out | vi -R -
22    
23    html:
24            pods2html lib html
25            
26    
27    ver=`date +%Y%m%d`
28    
29    dist:
30            svn log -v > ChangeLog
31            rm -Rf webpac-$(ver)
32            mkdir webpac-$(ver)
33            svn ls -R | cpio -pvd webpac-$(ver)/
34            tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
35            rm -Rf webpac-$(ver)
36    
37    tags:
38            ctags *.p[lm] */*.p[lm] */*/*.p[lm] */*/*/*.p[lm]

Legend:
Removed from v.162  
changed lines
  Added in v.441

  ViewVC Help
Powered by ViewVC 1.1.26