python/Makefile.am
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
equal deleted inserted replaced
1:30113bfbe723 2:b3afb9f1e801
    24 daemon.pyo: daemon.py local.py
    24 daemon.pyo: daemon.py local.py
    25 types.pyc: types.py local.py
    25 types.pyc: types.py local.py
    26 types.pyo: types.py local.py
    26 types.pyo: types.py local.py
    27 
    27 
    28 .py.pyc:
    28 .py.pyc:
    29 	python -c 'import $*'
    29 	python -c 'import $*' && touch $@
    30 .py.pyo:
    30 .py.pyo:
    31 	python -O -c 'import $*'
    31 	python -O -c 'import $*' && touch $@