]> git.llucax.com Git - software/makeit.git/blob - Toplevel.mak
Update copyright notice to include Integratech S.A.
[software/makeit.git] / Toplevel.mak
1 # Copyright 2008 - 2011 Integratech S.A.
2 # Copyright 2011 - 2014 Leandro Lucarella
3 # Distributed under the Boost Software License, Version 1.0
4 # See the LICENSE file for details, or http://www.boost.org/LICENSE_1_0.txt
5
6 ifndef Toplevel.mak.included
7 Toplevel.mak.included := 1
8
9 # Load top-level directory project configuration
10 sinclude $T/Config.mak
11
12 # Load top-level directory local configuration
13 sinclude $T/Config.local.mak
14
15 # Include the build system library
16 include $T/Makeit.mak
17
18 # Include the Build.mak for this directory
19 include $T/Build.mak
20
21 endif