[syslinux] pkg-config

Geert Stappers stappers at stappers.nl
Sat Nov 10 04:04:11 PST 2012


On Fri, Nov 09, 2012, Shao Miller wrote more as:
> 
> Does anyone know of a clever, Linux-distribution-independent way to find out
> where MinGW has its lib/ and include/ dirs?  Right now, I've hard-coded the
> path for Fedora 17 in the Makefiles.
> 

#
#  pkg-config
#
CFLAGS=$(shell pkg-config --cflags uuid )
LIBS=$(shell pkg-config --libs uuid )

proofofconcept:
	echo PoC ${CFLAGS}  ${LIBS}

# last line of this Makefile



More information about the Syslinux mailing list