| /dpdk/examples/flow_classify/ |
| H A D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 6 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 4 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 D | Makefile | 6 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 6 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 D | Makefile | 5 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
|