| /dpdk/examples/vm_power_manager/ |
| H A D | Makefile | 4 PKGCONF ?= pkg-config macro 7 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 30 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 31 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 32 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 33 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk) 45 ifneq ($(shell $(PKGCONF) --atleast-version=0.9.3 libvirt; echo $$?), 0) 48 LDFLAGS += $(shell $(PKGCONF) --libs libvirt) 50 JANSSON := $(shell $(PKGCONF) --exists jansson; echo $$?) 52 LDFLAGS += $(shell $(PKGCONF) --libs jansson)
|
| /dpdk/examples/flow_classify/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/skeleton/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/service_cores/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/vmdq_dcb/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/vmdq/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/ipv4_multicast/ |
| H A D | Makefile | 11 PKGCONF ?= pkg-config macro 14 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 25 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 26 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 27 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 28 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/ptpclient/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/bbdev_app/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/flow_filtering/ |
| H A D | Makefile | 8 PKGCONF ?= pkg-config macro 11 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 22 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 23 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 24 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 25 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | Makefile | 11 PKGCONF ?= pkg-config macro 14 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 25 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 26 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 27 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 28 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/vhost_crypto/ |
| H A D | Makefile | 11 PKGCONF ?= pkg-config macro 14 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 25 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 26 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 27 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 28 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/helloworld/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/l3fwd-acl/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/l3fwd-graph/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/distributor/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/dma/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/l2fwd/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 28 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 29 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/packet_ordering/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/l2fwd-jobstats/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/vdpa/ |
| H A D | Makefile | 11 PKGCONF ?= pkg-config macro 14 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 25 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 26 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 27 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 28 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/link_status_interrupt/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/multi_process/symmetric_mp/ |
| H A D | Makefile | 10 PKGCONF ?= pkg-config macro 13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 25 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 26 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 27 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|
| /dpdk/examples/ip_reassembly/ |
| H A D | Makefile | 11 PKGCONF ?= pkg-config macro 14 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0) 25 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null) 26 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) 27 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk) 28 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)
|