Split optimization flags from headers and library paths
commit6f100d87a69ee6f97315d9c2e20a0eb418753b5d
authorMarc Andre Tanner <mat@brain-dump.org>
Sat, 10 Oct 2009 17:50:14 +0000 (10 19:50 +0200)
committerMarc Andre Tanner <mat@brain-dump.org>
Sat, 10 Oct 2009 17:50:14 +0000 (10 19:50 +0200)
tree9b3e94ae567cd4e6e610307bbb4bbc075251ffae
parent67cde270109db30f927b921c180b5b63b88a4aa8
Split optimization flags from headers and library paths

Introduce $CFLAGS_HEADERS and $LDFLAGS_LIBS which hold
the necessary paths for -I and -L compiler options.
So that they can be used independently of the optimization
flags.

Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
sources/include.sh