]> git.llucax.com Git - software/makeit.git/commit
Move the example to its own subdirectory
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 29 Oct 2010 18:17:09 +0000 (15:17 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 29 Oct 2010 18:17:09 +0000 (15:17 -0300)
commit516cf4c727d0e4844d65a07d14d7a96c036f44cc
treea2cd9124b3d68d3b3eb0fb0b9e5ec2a0fffa2dce
parent2c3ae410630adfbb6c35a871382bf05624181c9b
Move the example to its own subdirectory
30 files changed:
.gitignore
Makefile
example/Build.mak [moved from Build.mak with 80% similarity]
example/Config.mak [moved from Config.mak with 100% similarity]
example/Makefile [moved from subproj/Makefile with 100% similarity]
example/Makeit.mak [moved from subproj/Makeit.mak with 100% similarity]
example/README [moved from README with 100% similarity]
example/Toplevel.mak [new symlink]
example/lib1/Build.mak [moved from lib1/Build.mak with 100% similarity]
example/lib1/Makefile [moved from lib1/Makefile with 100% similarity]
example/lib1/lib1.c [moved from lib1/lib1.c with 100% similarity]
example/lib1/lib1.h [moved from lib1/lib1.h with 100% similarity]
example/lib2/Build.mak [moved from lib2/Build.mak with 100% similarity]
example/lib2/Makefile [moved from lib2/Makefile with 100% similarity]
example/lib2/lib2.cpp [moved from lib2/lib2.cpp with 100% similarity]
example/lib2/lib2.h [moved from lib2/lib2.h with 100% similarity]
example/prog/Build.mak [moved from prog/Build.mak with 100% similarity]
example/prog/Makefile [moved from prog/Makefile with 100% similarity]
example/prog/main.cpp [moved from prog/main.cpp with 100% similarity]
example/subproj/Build.mak [moved from subproj/Build.mak with 100% similarity]
example/subproj/Config.mak [moved from subproj/Config.mak with 100% similarity]
example/subproj/Doxyfile [moved from subproj/Doxyfile with 100% similarity]
example/subproj/Makefile [new file with mode: 0644]
example/subproj/Makeit.mak [new symlink]
example/subproj/Toplevel.mak [new symlink]
example/subproj/otherproj.c [moved from subproj/otherproj.c with 100% similarity]
example/subproj/otherproj.h [moved from subproj/otherproj.h with 100% similarity]
example/subproj/pkg-config/Build.mak [moved from subproj/pkg-config/Build.mak with 100% similarity]
example/subproj/pkg-config/otherproj.pc.in [moved from subproj/pkg-config/otherproj.pc.in with 100% similarity]
subproj/Toplevel.mak [deleted file]