[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Put GNU build system files in a subdirectory?
From: |
Harlan Stenn |
Subject: |
Re: Put GNU build system files in a subdirectory? |
Date: |
Mon, 29 Apr 2013 19:44:20 +0000 |
Bob Rossi writes:
> Autotools is a great build system. However, after configuring it to
> place as many files as possible in a subdirectory, it still takes up
> 87.5% of my projects root directory.
>
> aclocal.m4
> autom4te.cache
> build
> configure
> configure.ac
> Makefile.am
> Makefile.in
> src <- This is my project
>
> You think people are interested in the above [usual] setup?
Why not "lift" your project up a level so that all of the auto* stuff is
in what you call the 'src' directory?
H