]> git.llucax.com Git - software/makeit.git/blobdiff - subproj/Toplevel.mak
Add doxygen-generated documentation support
[software/makeit.git] / subproj / Toplevel.mak
index 6109188af8b2a589cecbd0a9dba41a50fe1a8bc7..f66fec0622f1acac9ada2753af9720e611533114 100644 (file)
@@ -1,6 +1,5 @@
-
-# Project name
-P := subproj
+ifndef Toplevel.mak.included
+Toplevel.mak.included := 1
 
 # Load top-level directory local configuration
 sinclude $T/Config.mak
@@ -8,3 +7,7 @@ sinclude $T/Config.mak
 # Include the build system library
 include $T/Lib.mak
 
+# Include the Build.mak for this directory
+include $T/Build.mak
+
+endif