Home | History | Annotate | Download | only in VEX

Lines Matching full:test_main

89 vex: libvex.a test_main.o
90 $(CC) $(CCFLAGS) -o vex test_main.o libvex.a
97 rm -f $(LIB_OBJS) libvex.a vex test_main.o \
111 test_main.c test_main.h \
128 test_main.o: $(PUB_HEADERS) test_main.c test_main.h
129 $(CC) $(CCFLAGS) $(PUB_INCLUDES) -o test_main.o \
130 -c test_main.c