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

Annotation of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (hide annotations)
Fri Feb 22 19:38:02 2008 UTC (16 years, 2 months ago) by dpavlin
File size: 334 byte(s)
much better build system
1 dpavlin 13 all: test
2 dpavlin 4
3 dpavlin 13 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

  ViewVC Help
Powered by ViewVC 1.1.26