]> git.llucax.com Git - software/makeit.git/blob - Build.mak
e167580eed160485a9d4e43ba01fdda71ab3a5f4
[software/makeit.git] / Build.mak
1
2 # Create the include directory symbolic link
3 setup_include_dir__ := $(call symlink_include_dir,makeit)
4
5 # General rule to install headers of this project
6 $I/include/makeit/%.h: $T/%.h
7         $(call install_file)
8
9 # Include sub-directories makefiles
10 $(call include_subdirs,
11         subproj
12         lib1
13         lib2
14         prog
15 )
16