]> git.llucax.com Git - software/makeit.git/blob - example/Build.mak
Update copyright notice to include Integratech S.A.
[software/makeit.git] / example / 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