Since the project has been renamed makeit, it seems reasonable to name the
main file Makeit.mak ;)
-ifndef Lib.mak.included
-Lib.mak.included := 1
+ifndef Makeit.mak.included
+Makeit.mak.included := 1
# These variables should be provided by the Makefile that include us:
# P should be the project name, mostly used to handle include directories
produces another standalone shared object. Finally, prog is a program which
uses lib1 and lib2.
-Every project have it's copy of Lib.mak and it's own Toplevel.mak. Both files
-shouldn't be modified ever (unless you're hacking the build system).
+Every project have it's copy of Makeit.mak and it's own Toplevel.mak. Both
+files shouldn't be modified ever (unless you're hacking the build system).
Then each directory containing some library or program to build (or directories
to include) has a Build.mak, which has only the logic to build the
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
+++ /dev/null
-../Lib.mak
\ No newline at end of file
--- /dev/null
+../Makeit.mak
\ No newline at end of file
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