Home
last modified time | relevance | path

Searched refs:PKGCONF (Results 1 – 25 of 57) sorted by relevance

123

/dpdk/examples/vm_power_manager/
H A DMakefile4 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile11 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 DMakefile10 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 DMakefile10 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 DMakefile8 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 DMakefile11 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 DMakefile11 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile10 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 DMakefile11 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 DMakefile10 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 DMakefile10 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 DMakefile11 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)

123