Re: creating .pyo with make

2008-01-24 Thread Yann Leboulanger
Diez B. Roggisch wrote: > Yann Leboulanger schrieb: >> Diez B. Roggisch wrote: >>> Yann Leboulanger schrieb: Yann Leboulanger wrote: > Hi, > > I use autoconf / automake to manage my python project, and I'l like > make / make install to create / install .pyo files instead of .p

Re: creating .pyo with make

2008-01-24 Thread Diez B. Roggisch
Yann Leboulanger schrieb: > Diez B. Roggisch wrote: >> Yann Leboulanger schrieb: >>> Yann Leboulanger wrote: Hi, I use autoconf / automake to manage my python project, and I'l like make / make install to create / install .pyo files instead of .py files. Is there

Re: creating .pyo with make

2008-01-24 Thread Yann Leboulanger
Diez B. Roggisch wrote: > Yann Leboulanger schrieb: >> Yann Leboulanger wrote: >>> Hi, >>> >>> I use autoconf / automake to manage my python project, and I'l like >>> make / make install to create / install .pyo files instead of .py files. >>> >>> Is there something I should add to my Makefile.am

Re: creating .pyo with make

2008-01-23 Thread Diez B. Roggisch
Yann Leboulanger schrieb: > Yann Leboulanger wrote: >> Hi, >> >> I use autoconf / automake to manage my python project, and I'l like >> make / make install to create / install .pyo files instead of .py files. >> >> Is there something I should add to my Makefile.am files to do that? Or >> should I

Re: creating .pyo with make

2008-01-23 Thread Yann Leboulanger
Yann Leboulanger wrote: > Hi, > > I use autoconf / automake to manage my python project, and I'l like make > / make install to create / install .pyo files instead of .py files. > > Is there something I should add to my Makefile.am files to do that? Or > should I do all that myself with py_compi