Let's say I have a makefile.am with
SUBDIRS = a . b c
I want to call the Makefile in a/ passing a target, and ONLY to the makefile in a/ (not ., b/ or c/).
Is there a way to do it, in case even not using SUBDIRS for a/ ?
Let's say I have a makefile.am with
SUBDIRS = a . b c
I want to call the Makefile in a/ passing a target, and ONLY to the makefile in a/ (not ., b/ or c/).
Is there a way to do it, in case even not using SUBDIRS for a/ ?