root/lang/python/otolog4linux/trunk/Makefile

Revision 2266, 201 bytes (checked in by mattn, 12 months ago)

lang/python/otolog4linux: initial import.

Line 
1all:
2        python setup.py build
3
4install:
5        python setup.py install
6
7rpm:
8        python setup.py bdist_rpm
9
10exe:
11        python setup.py bdist_wininst --install-script otolog4linux_install.py
12
13clean:
14        rm -rf build dist
Note: See TracBrowser for help on using the browser.