automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Python executables


From: Peter Stahlir
Subject: Python executables
Date: Tue, 29 Jan 2008 13:29:42 +0100

Hi!

I want to install a python program at /usr/bin, for example /usr/bin/foo, where
foo is a python script (and no, I don't want a foo.py).

Should I do a
bin_PROGRAMS = foo,
where automake can't find a .o file, or
bin_PROGRAMS = foo
foo_SOURCES = foo,
where automake deletes my file, or
python_PYTHON = foo
where automake installs foo somewhere in <pythonfiles> but not in /usr/bin.

Is there an easy way to do this?

Thank you,

Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]