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