-
-# Project name
-P := subproj
+ifndef Toplevel.mak.included
+Toplevel.mak.included := 1
# Load top-level directory local configuration
sinclude $T/Config.mak
# Include the Build.mak for this directory
include $T/Build.mak
-# Phony rule to make all the targets (sub-makefiles can append targets to build
-# to the $(all) variable).
-.PHONY: all
-all: $(all)
-
+endif