Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/f-stack/dpdk/examples/ethtool/ethtool-app/
H A DMakefile11 LDFLAGS += -L../lib/build
22 shared: build/$(APP)-shared
23 ln -sf $(APP)-shared build/$(APP)
24 static: build/$(APP)-static
25 ln -sf $(APP)-static build/$(APP)
36 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
39 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
42 build: target
47 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
48 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/flow_classify/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/flow_filtering/
H A DMakefile15 shared: build/$(APP)-shared
16 ln -sf $(APP)-shared build/$(APP)
17 static: build/$(APP)-static
18 ln -sf $(APP)-static build/$(APP)
29 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
32 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
35 build: target
40 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
41 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/ip_fragmentation/
H A DMakefile18 shared: build/$(APP)-shared
19 ln -sf $(APP)-shared build/$(APP)
20 static: build/$(APP)-static
21 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/helloworld/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/ioat/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/bond/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
33 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
36 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
39 build: target
44 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
45 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/distributor/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/bbdev_app/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/vmdq_dcb/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/service_cores/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/rxtx_callbacks/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/server_node_efd/node/
H A DMakefile19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
33 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
36 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
39 build: target
44 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
45 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/timer/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/packet_ordering/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/qos_meter/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/ptpclient/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/multi_process/hotplug_mp/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/multi_process/simple_mp/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/l2fwd/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/ipv4_multicast/
H A DMakefile18 shared: build/$(APP)-shared
19 ln -sf $(APP)-shared build/$(APP)
20 static: build/$(APP)-static
21 ln -sf $(APP)-static build/$(APP)
32 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
35 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
38 build: target
43 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
44 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/vmdq/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/ip_reassembly/
H A DMakefile18 shared: build/$(APP)-shared
19 ln -sf $(APP)-shared build/$(APP)
20 static: build/$(APP)-static
21 ln -sf $(APP)-static build/$(APP)
32 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
35 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
38 build: target
43 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
44 test -d build && rmdir -p build || true
/f-stack/dpdk/examples/l2fwd-jobstats/
H A DMakefile17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
37 build: target
42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
43 test -d build && rmdir -p build || true

12345678910>>...21