How to properly manage multi-level SUBDIRS in Makefile.am:s?
- by Jukka Dahlbom
Working on platform WinXP with MinGW (gcc4.4) / MSYS, I am trying to get autotools build working for Apache Axis C, which does not support MinGW yet.
A common issue automake complains about is caused by following lines in various Makefile.am:s
axis-c-trunk/src/core/Makefile.am:
SUBDIRS = [other child dirs] deployment transport/http/util…