gnu - Makefile evaluation, includes and loads -


say have makefile called bar in directory on include path make.

load ./foo.so 

and have makefile in directory b.

include bar 

the include succeeding, dump copy paste rather want. want load in bar go off, when include if had functions foo.so provides available.

i tried in file bar

path := ${shell pwd}/foo.so  load ${path} 

but didn't work either because pwd gets within directory b wanted in directory a.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -