[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
create dynamic target
From: |
Fausto Sanchez |
Subject: |
create dynamic target |
Date: |
Tue, 02 Oct 2001 11:25:13 -0700 |
Hi,
Is there a way to create a dynamic target with automake. In other words,
I'd like to create
a target similar to install-binPROGRAMS( which gets automatically generated
). This can
give us the flexibility of creating our own targets that can be pushed on
down to all makefiles.
The reason we want to do this is because we are trying to create a stage
area. The current
Makefiles.am that we have create both binaries and libraries. So using the
prefix doesn't help
because the install target copies the libraries and executables on the same
area. Is the
correct thing to is to have a Makefile.am for every component and not mix
them? e.g, have
a Makefile.am's for binaries only, have Makefile.am's for only libraries.
Thanks,
fausto..
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- create dynamic target,
Fausto Sanchez <=