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..
