]> git.llucax.com Git - software/makeit.git/blobdiff - Toplevel.mak
Make gen_rebuild_flags function call the shell
[software/makeit.git] / Toplevel.mak
index 03e46c593aca163a5cede01a6b48d949de77d61e..f66fec0622f1acac9ada2753af9720e611533114 100644 (file)
@@ -1,7 +1,13 @@
+ifndef Toplevel.mak.included
+Toplevel.mak.included := 1
 
 
-# Project name
-P := remake
+# Load top-level directory local configuration
+sinclude $T/Config.mak
 
 # Include the build system library
 include $T/Lib.mak
 
 
 # Include the build system library
 include $T/Lib.mak
 
+# Include the Build.mak for this directory
+include $T/Build.mak
+
+endif