]> git.llucax.com Git - software/makeit.git/blob - subproj/Toplevel.mak
Add a special variable for the full current makefile directory
[software/makeit.git] / subproj / Toplevel.mak
1 ifndef Toplevel.mak.included
2 Toplevel.mak.included := 1
3
4 # Load top-level directory local configuration
5 sinclude $T/Config.mak
6
7 # Include the build system library
8 include $T/Lib.mak
9
10 # Include the Build.mak for this directory
11 include $T/Build.mak
12
13 endif