]> git.llucax.com Git - software/makeit.git/commitdiff
Rename Lib.mak to Makeit.mak
authorLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 22 Sep 2009 15:23:13 +0000 (12:23 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 24 Sep 2009 13:38:40 +0000 (10:38 -0300)
Since the project has been renamed makeit, it seems reasonable to name the
main file Makeit.mak ;)

Makeit.mak [moved from Lib.mak with 99% similarity]
README
Toplevel.mak
subproj/Lib.mak [deleted symlink]
subproj/Makeit.mak [new symlink]
subproj/Toplevel.mak

similarity index 99%
rename from Lib.mak
rename to Makeit.mak
index 6893b463dbf360308990bdd279dd2c52061980f5..4bc904c130dabfa83f5a300ee316f44736279d2a 100644 (file)
--- a/Lib.mak
@@ -1,5 +1,5 @@
-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
diff --git a/README b/README
index 5616a4582558303768121ba47ef92fb09ad34888..e3b8addaf5d5cdac6eb1dc954a5708be79bcca7e 100644 (file)
--- a/README
+++ b/README
@@ -12,8 +12,8 @@ shared library which uses lib1 and otherproj, which is a standalone project
 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
index f66fec0622f1acac9ada2753af9720e611533114..8cffea43a30b68f24a2ffc86db920ac299982a56 100644 (file)
@@ -5,7 +5,7 @@ Toplevel.mak.included := 1
 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
diff --git a/subproj/Lib.mak b/subproj/Lib.mak
deleted file mode 120000 (symlink)
index f07a38e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../Lib.mak
\ No newline at end of file
diff --git a/subproj/Makeit.mak b/subproj/Makeit.mak
new file mode 120000 (symlink)
index 0000000..901b31e
--- /dev/null
@@ -0,0 +1 @@
+../Makeit.mak
\ No newline at end of file
index f66fec0622f1acac9ada2753af9720e611533114..8cffea43a30b68f24a2ffc86db920ac299982a56 100644 (file)
@@ -5,7 +5,7 @@ Toplevel.mak.included := 1
 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