prorab
prorab copied to clipboard
add this_deps
this_name := mylib
...
$(eval $(proab-build-lib))
then
this_name := myapp
this_deps += mylib
...
should append stuff to this_ldlibs, this_cxxflags, this_cflags and add dependency of binary on the mylib