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



Reply via email to