| /f-stack/dpdk/examples/ethtool/ethtool-app/ |
| H A D | Makefile | 11 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 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 D | Makefile | 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 37 build: target 42 rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared 43 test -d build && rmdir -p build || true
|