Title: Automake : how to build subdirectories under the dev tree

    > Hi All,
    > I have a question which I try to solve for the past few days.
    > I need to build my project with automake ,but I want to use
    > the following tree:
    >
    > Project
    > |--> src
    > |--> inc
    > |--> bin-->debug
    >           ---> release               
    > |-->obj ->debug
    >       -->relese
    > |-->conf
    >
    > The problem is that I can not find how to direct the automake
    > to put the objects & binary under specific directories
    > instead of the current directory.
    >
    > Any advise will be appriciated.
    > Thanks
    > Zoref Inon



Reply via email to