2 # Build the shared library
3 $L/liblib2.so: $(call find_objects,cpp) $L/liblib1.so $L/libotherproj.so
9 # Install the shared library
10 $I/lib/liblib2.so: $L/liblib2.so
11 install += $I/lib/liblib2.so
13 # Install the library's headers
14 # XXX: we can't use += here, call will be resolved lazily if we do
15 install := $(install) $(call find_headers,h,$I/include/makeit/lib2)