[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Custom directory structure
From: |
no |
Subject: |
Custom directory structure |
Date: |
Wed, 29 Aug 2001 09:19:16 +0200 |
Hi,
I'm new to automake/autoconf. I have to compile under linux several "portable"
projects having their own directory structure that does not match the default
automake/autoconf one. The dir structure
looks like this:
ProjectName
|__CommonSrc : src common to all platforms
|__PlatformName : repository for everything concerning a specific platform
|__PlateformSrc : platform specific src
|__Makefile : makefile for the specific plaform
So my sources are not in the same directory as the makefile. They are in
several directories which are above the one where the makefile is located. This
structure is a given, I cannot change it, and I
can't put makefiles inside source directories. I didn't manage to configure
automake/autoconf to make it generate makefiles for such a structure. Is there
any way to do that? Any hint?
Thanks for any help,
Olivier.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Custom directory structure,
no <=