search for: proofofconcept

Displaying 1 result from an estimated 1 matches for "proofofconcept".

2012 Nov 10
3
pkg-config
...e 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