%description: Test -d option (and static libs) %file: top.msg message Top {} %file: one/one.msg message One {} %file: a/two/two.msg message Two {} %file: a/b/three/three.msg message Three {} %testprog: work_dbg -h classes %ignore-exitcode: 1 %file: buildspec all: $(OPP_MAKEMAKE) -d one -da/two -da/b/three -Lone -La/two -La/b/three -lone$$\(D\) -ltwo$$\(D\) -lthree$$\(D\) cd one && $(OPP_MAKEMAKE) --make-lib -o one cd a/two && $(OPP_MAKEMAKE) --make-lib -o two cd a/b/three && $(OPP_MAKEMAKE) --make-lib -o three %contains: stdout class Top %contains: stdout class One %contains: stdout class Two %contains: stdout class Three