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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -