This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
New build targets?
- From: Glenn Pierce <glennpierce at connectfree dot co dot uk>
- To: automake at gnu dot org
- Date: Tue, 11 May 2004 15:30:59 +0100
- Subject: New build targets?
Sorry if this has been answered I have searched for a while.
I have a project that incorporates a plugin system.
I wish to add a new make target for building the plugins.
For example
./configure
make
make plugins
make install
If this is possible how could I achieve this?
My directory structure is like
hermes
- src
- plugins
- histogram
Currently my make setup, compiles my main app and all the directories
under the src/plugins directory.
Thanks very much for the help.
Glenn