If you have a relatively standard python extension module, you could use
the Makefile.pre.in/Setup.in setup to build the extension.  If you may
need to do autoconf type stuff (eg check for presence of
libraries/headers), I would recommend using the automake setup I have for
pygtk/gnome-python.  It also helps with install/bytecompiling of python
modules.

If you have any further questions about it, send another message.

James Henstridge.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Tue, 2 Mar 1999 [EMAIL PROTECTED] wrote:

> 
> Hi, I'm getting ready to release icepick (I speak :-) ) a command
> recognizer program that breaks the ice with you computer.
> 
> My question is what files do I need to include in it ??
> 
> The back end uses only standard gnu library functions in c so I don't need
> any gtk and gnome files to compile anything, all the GUI is in pygtk and
> pygnome.
> 
> So does anyone thinks its necesary to install all the acconfig, *.m4,
> autogen, config.* files.
> 
> What use would they have ??
> 
> Or do I only write a "make install" that copies  the files to
> /usr/local/icepick and makies links to /usr/local/bin .
> 
> Any advice or suggestion is wellcomed. 
> 
> 
>                       Daniel Kornhauser.
> 
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to