added flexpaper sourcecode
[swftools.git] / wx / Makefile
1 top_builddir = ../..
2 srcdir = .
3 top_srcdir = ..
4 include ../Makefile.common
5
6 all: pdf2swf_gui.exe
7
8 pdf2swf_gui.exe: gpdf2swf.py gui/*.py viewers/*.py
9         cp -a ../installer/swftools.ico /xpython/xpython.ico
10         cp -a gpdf2swf.py /xpython/main.py
11         cp -a -R viewers gui lib /xpython/
12         cd /xpython/swftools;git pull
13         cd /xpython;make xpython.exe
14         ln -f /xpython/xpython.exe ./gpdf2swf.exe
15         #ln -f gpdf2swf.exe ../win32_gui/
16         ln -f gpdf2swf.exe ../win32/
17         cp -R viewers/* ../win32/viewers/
18
19 .PHONY: exe