]> git.llucax.com Git - software/makeit.git/blobdiff - Toplevel.mak
Make call to include_subdirs easier to read
[software/makeit.git] / Toplevel.mak
index bcf2b5662237e63aa0cbe12b526ccc0d0f3aa9c4..8cffea43a30b68f24a2ffc86db920ac299982a56 100644 (file)
@@ -1,15 +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 $T/Makeit.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