GIF89a;
Direktori : /usr/src/kernels/3.10.0-1160.88.1.el7.centos.plus.x86_64/tools/virtio/virtio-trace/ |
Current File : //usr/src/kernels/3.10.0-1160.88.1.el7.centos.plus.x86_64/tools/virtio/virtio-trace/Makefile |
CC = gcc CFLAGS = -O2 -Wall -pthread all: trace-agent .c.o: $(CC) $(CFLAGS) -c $^ -o $@ trace-agent: trace-agent.o trace-agent-ctl.o trace-agent-rw.o $(CC) $(CFLAGS) -o $@ $^ clean: rm -f *.o trace-agent