Searched refs:VAR_CFLAGS (Results 1 – 3 of 3) sorted by relevance
9 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null) macro10 ifeq ($(VAR_CFLAGS),)11 VAR_CFLAGS := -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse macro19 fuse_mnt.o: CFLAGS += $(VAR_CFLAGS)
7 VAR_CFLAGS = $(shell pkg-config --cflags libnl-3.0 libnl-genl-3.0 2>/dev/null) macro 8 ifeq ($(VAR_CFLAGS),)9 VAR_CFLAGS = -I/usr/include/libnl311 CFLAGS += $(VAR_CFLAGS)5 VAR_CFLAGS = $(shell pkg-config --cflags libnl-3.0 libnl-genl-3.0 2>/dev/null) global() macro
20 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null)21 ifeq ($(VAR_CFLAGS),)22 VAR_CFLAGS := -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse30 $(OUTPUT)/fuse_mnt: CFLAGS += $(VAR_CFLAGS)17 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null) global() macro 19 VAR_CFLAGS := -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse global() macro