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
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
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_
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.
>
>
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