/[flash]/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 /Makefile

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

revision 12 by dpavlin, Fri Feb 22 15:06:50 2008 UTC revision 13 by dpavlin, Fri Feb 22 19:38:02 2008 UTC
# Line 1  Line 1 
1  all:  all: test
         rm out/* || true  
         swfc -v E_viewer.sc  
         ./pdf2flash.sh sample_chapter.pdf  
         gnash -va out/sample_chapter.swf | tee log  
2    
3    test: loading.swf gnash-loading
4    
5    viewer: E_viewer.swf
6    
7    clean:
8            rm out/*
9    
10    convert: clean viewer pdf2flash-sample_chapter gnash-sample_chapter
11    
12    pdf2flash-%:
13            ./pdf2flash.sh pdf/$*.pdf
14    
15    gnash-%:
16            test $*.swf && gnash -va $*.swf | tee log
17            test out/$*.swf && gnash -va out/$*.swf | tee log
18    
19    %.swf:
20            swfc -v $*.sc -o out/$*.swf

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26