Lines Matching refs:cflags
11 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null)
13 + NCURSES_CFLAGS := $(shell pkg-config ncurses --cflags 2>/dev/null)
22 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null)
24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null)
33 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null)
35 + NCURSES_CFLAGS := $(shell pkg-config ncurses6 --cflags 2>/dev/null)
44 - NCURSES_CFLAGS := $(shell ncursesw6-config --cflags 2>/dev/null)
46 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null)
56 - NCURSES_CFLAGS := $(shell ncursesw6-config --cflags 2>/dev/null)
59 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null)
65 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null)
68 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null)
74 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null)
77 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null)
83 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null)
86 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null)