CFLAGS += -I. -I../../include -g -O2 -Wall -D_LGPL_SOURCE
LDFLAGS += -lpthread -lurcu
TARGETS = main
OFILES = main.o radix-tree.o linux.o test.o tag_check.o find_next_bit.o \
regression1.o regression2.o regression3.o multiorder.o \
iteration_check.o benchmark.o
ifdef BENCHMARK
CFLAGS += -DBENCHMARK=1
endif
targets: $(TARGETS)
main: $(OFILES)
$(CC) $(CFLAGS) $(LDFLAGS) $(OFILES) -o main
clean:
$(RM) -f $(TARGETS) *.o radix-tree.c
find_next_bit.o: ../../lib/find_bit.c
$(CC) $(CFLAGS) -c -o $@ $<
$(OFILES): *.h */*.h \
../../include/linux/*.h \
../../../include/linux/radix-tree.h
radix-tree.c: ../../../lib/radix-tree.c
sed -e 's/^static //' -e 's/__always_inline //' -e 's/inline //' < $< > $@
>index : net-next.git
Age | Commit message (Expand) | Author | Files | Lines |
title='2017-01-31 13:16:59 -0500'>2017-01-31ipv6: fix flow labels when the traffic class is non-0 | Dimitris Michailidis | 1 | -0/+5 |
.git/log/tools/perf/pmu-events/json.h?h=nds-private-remove&id=e471486c13b82b1338d49c798f78bb62b1ed0a9e&showmsg=1'>Expand)Author | Files | Lines |