# Top-level directory
T := ..
+# Default goal for building this directory
+.DEFAULT_GOAL := lib1
+
# Include the top-level build
include $T/Toplevel.mak
-# Default goal for building this directory
-.DEFAULT_GOAL := $L/liblib1.so
-
# Top-level directory
T := ..
+# Default goal for building this directory
+.DEFAULT_GOAL := lib2
+
# Include the top-level build
include $T/Toplevel.mak
-# Default goal for building this directory
-.DEFAULT_GOAL := $L/liblib2.so
-
# Use the container project top-level directory as ours
T := ..
-# Include the "parent" project configuration
-sinclude $T/Config.mak
-
# Define the default goal when doing make in this directory
.DEFAULT_GOAL := otherproj
+# Include the "parent" project configuration
+sinclude $T/Config.mak
+