Hi, I want to "call" a target in another makefile that resides in a subdirectory of my project; from the command line I have to call "make -f newmat/gnu.mak libnewmat". What should I add to Makefile.am to make that happen automatically? BTW, where can I find comprehensive documentation for the parameters that I can set in Makefile.am? TIA, Felix