autoconf
[Top][All Lists]
Advanced

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

test project example -help with builddir configuration


From: dave
Subject: test project example -help with builddir configuration
Date: Fri, 15 Nov 2013 21:35:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Ok to anyone who is an expert on autoconf / automake, perhaps you can solve this.

I was having problems integrating doxygen into a complex autoconf/automake project so I redid it with a very simple example, the helloworld c++ example attached:

Here is my problem:

if you configure inside src directory it works and make doxygen-run (for latex / html) produces a doxygen output.

But when i switch to a fresh build directory and then try to configure outside the sourcedir it fails with :
address@hidden build-hello]$ make doxygen-run
make: *** No rule to make target `../helloworld_cc-0.5/doxygen.cfg', needed by `doxygen-doc/helloworld_cc.tag'. Stop.

how do I configure it better so it will work in a build dir as well?

Thank you ,

Dave

Attachment: helloworld_cc-0.5-doxygen.tar.bz2
Description: application/bzip


reply via email to

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