This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]