Home
last modified time | relevance | path

Searched full:shell (Results 1 – 3 of 3) sorted by relevance

/isa-l/
H A Dmake.inc43 host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/')
44 arch ?= $(shell uname | grep -v -e Linux -e BSD )
81 ifeq ($(shell uname),Linux)
120 ifeq ($(shell uname),Darwin)
184 test-as = $(shell hash printf && printf $(3) > $(2) && $(AS) $(ASFLAGS) ${tmpf} -o /dev/null 2> /dev/null && echo $(1) || echo $(4))
189 tmpf := $(shell mktemp)
193 tmpf := $(shell rm ${tmpf})
207 have_threads ?= $(shell printf "int main(void){return 0;}\n" | $(CC) -x c - -o /dev/null -pthread && echo y )
352 ifeq ($(shell uname),Darwin)
374 rpt_name = perf_report_$(shell unam
[all...]
/isa-l/examples/ec/
H A DMakefile5 incdir = $(shell pkg-config --variable=includedir libisal)
9 LDFLAGS = $(shell pkg-config --libs libisal)
/isa-l/examples/crc/
H A DMakefile6 LDFLAGS = $(shell pkg-config --libs libisal)