Lines Matching refs:ustack
33 all: ustack/tst.helper.exe ustack/tst.annotated.exe
35 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
36 $(LINK.c) -o ustack/tst.helper.exe \
37 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
40 ustack/helper_helper.o: ustack/helper_helper.d
41 $(COMPILE.d) -o ustack/helper_helper.o -s ustack/helper_helper.d
43 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
44 $(LINK.c) -o ustack/tst.annotated.exe \
45 ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
48 ustack/annotated_helper.o: ustack/annotated_helper.d
49 $(COMPILE.d) -o ustack/annotated_helper.o -s ustack/annotated_helper.d