]> git.llucax.com Git - software/makeit.git/blobdiff - Toplevel.mak
Update copyright notice to include Integratech S.A.
[software/makeit.git] / Toplevel.mak
index f66fec0622f1acac9ada2753af9720e611533114..8362e30800d2b7fb7ed9c901755b598cab04dba8 100644 (file)
@@ -1,11 +1,19 @@
+# Copyright 2008 - 2011 Integratech S.A.
+# Copyright 2011 - 2014 Leandro Lucarella
+# Distributed under the Boost Software License, Version 1.0
+# See the LICENSE file for details, or http://www.boost.org/LICENSE_1_0.txt
+
 ifndef Toplevel.mak.included
 Toplevel.mak.included := 1
 
-# Load top-level directory local configuration
+# Load top-level directory project configuration
 sinclude $T/Config.mak
 
+# Load top-level directory local configuration
+sinclude $T/Config.local.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