main
1 2vpath %.h b3 3vpath %.a a1 4vpath %.so b1 5vpath % a2 b2 6vpath % b3 7all: -l1 -lc -l2 -l3; @echo $^