Home
last modified time | relevance | path

Searched defs:pkgconf (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/
H A DMakefile98 pkgconf = $(shell pkg-config $(if $(STATIC),--static) $1 | sed -e 's/^"//g' -e 's/"$$//g') macro
/libCEED/examples/solids/
H A DMakefile71 pkgconf = $(shell pkg-config $1 | sed -e 's/^"//g' -e 's/"$$//g') macro
/libCEED/examples/petsc/
H A DMakefile105 pkgconf = $(shell pkg-config $1 | sed -e 's/^"//g' -e 's/"$$//g') macro