+# Create the include directory symlink
+setup_include_dir__ := $(call symlink_include_dir,makeit)
+
+# General rule to install headers of this project
+$I/include/makeit/%.h: $T/%.h
+ $(call install_file)
+
# Include sub-directories makefiles
C := subproj
C := prog
include $T/prog/Build.mak
-