Home
last modified time | relevance | path

Searched refs:APP (Results 1 – 25 of 72) sorted by relevance

123

/dpdk/examples/flow_classify/
H A DMakefile5 APP = flow_classify macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/skeleton/
H A DMakefile5 APP = basicfwd macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/rxtx_callbacks/
H A DMakefile5 APP = rxtx_callbacks macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/service_cores/
H A DMakefile5 APP = service_cores macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/vmdq_dcb/
H A DMakefile5 APP = vmdq_dcb_app macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/vmdq/
H A DMakefile5 APP = vmdq_app macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/ipv4_multicast/
H A DMakefile6 APP = ipv4_multicast macro
20 shared: build/$(APP)-shared
21 ln -sf $(APP)-shared build/$(APP)
22 static: build/$(APP)-static
23 ln -sf $(APP)-static build/$(APP)
40 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
43 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
51 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/ptpclient/
H A DMakefile5 APP = ptpclient macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/bbdev_app/
H A DMakefile5 APP = bbdev macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/flow_filtering/
H A DMakefile4 APP = flow macro
17 shared: build/$(APP)-shared
18 ln -sf $(APP)-shared build/$(APP)
19 static: build/$(APP)-static
20 ln -sf $(APP)-static build/$(APP)
37 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
40 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
48 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/ip_fragmentation/
H A DMakefile6 APP = ip_fragmentation macro
20 shared: build/$(APP)-shared
21 ln -sf $(APP)-shared build/$(APP)
22 static: build/$(APP)-static
23 ln -sf $(APP)-static build/$(APP)
40 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
43 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
51 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/vhost_crypto/
H A DMakefile5 APP = vhost-crypto macro
20 shared: build/$(APP)-shared
21 ln -sf $(APP)-shared build/$(APP)
22 static: build/$(APP)-static
23 ln -sf $(APP)-static build/$(APP)
38 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
41 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
49 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/helloworld/
H A DMakefile5 APP = helloworld macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/l3fwd-acl/
H A DMakefile5 APP = l3fwd-acl macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/l3fwd-graph/
H A DMakefile5 APP = l3fwd-graph macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/distributor/
H A DMakefile5 APP = distributor_app macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/dma/
H A DMakefile5 APP = dmafwd macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/l2fwd/
H A DMakefile5 APP = l2fwd macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/packet_ordering/
H A DMakefile5 APP = packet_ordering macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/l2fwd-jobstats/
H A DMakefile5 APP = l2fwd-jobstats macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/vdpa/
H A DMakefile5 APP = vdpa macro
20 shared: build/$(APP)-shared
21 ln -sf $(APP)-shared build/$(APP)
22 static: build/$(APP)-static
23 ln -sf $(APP)-static build/$(APP)
38 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
41 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
49 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/link_status_interrupt/
H A DMakefile5 APP = link_status_interrupt macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/multi_process/symmetric_mp/
H A DMakefile5 APP = symmetric_mp macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/ip_reassembly/
H A DMakefile6 APP = ip_reassembly macro
20 shared: build/$(APP)-shared
21 ln -sf $(APP)-shared build/$(APP)
22 static: build/$(APP)-static
23 ln -sf $(APP)-static build/$(APP)
40 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
43 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
51 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
/dpdk/examples/timer/
H A DMakefile5 APP = timer macro
19 shared: build/$(APP)-shared
20 ln -sf $(APP)-shared build/$(APP)
21 static: build/$(APP)-static
22 ln -sf $(APP)-static build/$(APP)
39 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build
42 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build
50 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared

123