| /f-stack/dpdk/examples/flow_classify/ |
| H A D | Makefile | 5 APP = flow_classify 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/flow_filtering/ |
| H A D | Makefile | 4 APP = flow macro 15 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 40 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | Makefile | 6 APP = ip_fragmentation macro 18 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 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/helloworld/ |
| H A D | Makefile | 5 APP = helloworld 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | Makefile | 5 APP = ioatfwd 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/bond/ |
| H A D | Makefile | 5 APP = bond_app 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) 33 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 36 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 44 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/distributor/ |
| H A D | Makefile | 5 APP = distributor_app 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/bbdev_app/ |
| H A D | Makefile | 5 APP = bbdev 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/vmdq_dcb/ |
| H A D | Makefile | 5 APP = vmdq_dcb_app 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/service_cores/ |
| H A D | Makefile | 5 APP = service_cores 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/rxtx_callbacks/ |
| H A D | Makefile | 5 APP = rxtx_callbacks 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/server_node_efd/node/ |
| H A D | Makefile | 5 APP = node 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) 33 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 36 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 44 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/timer/ |
| H A D | Makefile | 5 APP = timer 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/packet_ordering/ |
| H A D | Makefile | 5 APP = packet_ordering 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/qos_meter/ |
| H A D | Makefile | 5 APP = qos_meter 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | Makefile | 5 APP = ptpclient 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/multi_process/hotplug_mp/ |
| H A D | Makefile | 5 APP = hotplug_mp 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/multi_process/simple_mp/ |
| H A D | Makefile | 5 APP = simple_mp 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | Makefile | 5 APP = symmetric_mp 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | Makefile | 5 APP = l2fwd 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/ipv4_multicast/ |
| H A D | Makefile | 6 APP = ipv4_multicast macro 18 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 43 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/vmdq/ |
| H A D | Makefile | 5 APP = vmdq_app 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | Makefile | 6 APP = ip_reassembly macro 18 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 43 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | Makefile | 5 APP = l2fwd-jobstats 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) 31 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 34 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|
| /f-stack/dpdk/examples/kni/ |
| H A D | Makefile | 5 APP = kni 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) 32 build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build 35 build/$(APP)-static: $(SRCS-y) Makefile $(PC_FILE) | build 43 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
|