Add in CPPFLAGS and LDFLAGS to examples/test-suite

- Split current usage of CXXFLAGS into the conventional CPPFLAGS CXXFLAGS and LDFLAGS
- Split current usage of CFLAGS into the conventional CPPFLAGS CFLAGS and LDFLAGS
- This restores 'make whatever CXXFLAGS=-g' which stopped working during
  the recently added suppport for out of source builds.
- LDFLAGS is currently empty, but is there for future use
This commit is contained in:
William S Fulton 2014-05-15 20:27:01 +01:00
commit 18d72f4562
7 changed files with 121 additions and 124 deletions

View file

@ -6,7 +6,6 @@ CXXSRCS = example.cxx
TARGET = overload
INCLUDE =
SWIGOPT = -proxy -unhideprimitive
CFLAGS =
VARIANT =
# uncomment the following lines to build a static exe