bsd.lib.mk: Recognize {SHARED,STATIC}_{C,CXX}FLAGS variables
authorJohn Marino <draco@marino.st>
Mon, 30 Sep 2013 20:48:45 +0000 (22:48 +0200)
committerJohn Marino <draco@marino.st>
Mon, 30 Sep 2013 21:19:36 +0000 (23:19 +0200)
commit571fb77dc3411881b7c472d46fa4dbb7ccd2e2d6
tree842de87ca8ef6917e64f9741a5add0315e8070b8
parent186caa278222c7119004c7c5823c3f8403a81243
bsd.lib.mk: Recognize {SHARED,STATIC}_{C,CXX}FLAGS variables

Four new variables are recognized by bsd.lib.mk:
  STATIC_CFLAGS
  STATIC_CXXFLAGS
  SHARED_CFLAGS
  SHARED_CXXFLAGS

This allows for the possibility to compile the objects with unique flags
depending if the library is shared or not, and/or c versus c++.
share/mk/bsd.lib.mk