2 # Use the container project top-level directory as ours.
5 # Define the default goal to the main target of this subproject when doing make
6 # in this directory (you can use "all" to make the whole super-project).
7 .DEFAULT_GOAL := otherproj
9 # Include the "parent" project and local configuration.
10 sinclude $T/Config.mak
11 sinclude $T/Config.local.mak