question about htmldir

2008-09-03 Thread susan xie
Hi, Ralf, When I use automake command, I got the following error message: automake doc/Makefile.am:12: htmldir was already defined in condition TRUE, which includes condition DOXYGEN ... configure.ac:5: ... `htmldir' previously defined here But in configure.ac:5 (line): A C_INIT(SOFT, 1.0, [E

Re: question about htmldir

2008-09-03 Thread Ralf Wildenhues
Hello Susan, * susan xie wrote on Wed, Sep 03, 2008 at 10:05:59PM CEST: > When I use automake command, I got the following error message: > > automake > doc/Makefile.am:12: htmldir was already defined in condition TRUE, which > includes condition DOXYGEN ... > configure.ac:5: ... `htmldir' prev

Re: Generate objects in right directory

2008-09-03 Thread Alan D. Salewski
On Wed, Sep 03, 2008 at 05:41:29PM +0200, Sebastien REYNES spake thus: > Hello, > > How to generate objects files in a dedicated directory ? When I launch > the following Makefile.am in my current directory > /home/devbdie/src/module1, the files *.o are generated in the same > directory. > > lib_

Re: Generate objects in right directory

2008-09-03 Thread Ralf Wildenhues
Hello Sebastien, * Sebastien REYNES wrote on Wed, Sep 03, 2008 at 05:41:29PM CEST: > > How to generate objects files in a dedicated directory ? When I launch > the following Makefile.am in my current directory > /home/devbdie/src/module1, the files *.o are generated in the same > directory. > >

Generate objects in right directory

2008-09-03 Thread Sebastien REYNES
Hello, How to generate objects files in a dedicated directory ? When I launch the following Makefile.am in my current directory /home/devbdie/src/module1, the files *.o are generated in the same directory. lib_LIBRARIES = libcomc.a nodist_libcomc_a_SOURCES = prog1.c prog2.c prog3.c Where can I