Lines Matching refs:ustack
35 all: ustack/tst.helper.exe ustack/tst.annotated.exe
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
42 ustack/helper_helper.o: ustack/helper_helper.d
43 $(COMPILE.d) -o ustack/helper_helper.o -s ustack/helper_helper.d
45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
46 $(LINK.c) -o ustack/tst.annotated.exe \
47 ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
50 ustack/annotated_helper.o: ustack/annotated_helper.d
51 $(COMPILE.d) -o ustack/annotated_helper.o -s ustack/annotated_helper.d