git: bsd.lib.mk: Recognize {SHARED,STATIC}_{C,CXX}FLAGS variables
John Marino
marino at crater.dragonflybsd.org
Mon Sep 30 14:20:15 PDT 2013
commit 571fb77dc3411881b7c472d46fa4dbb7ccd2e2d6
Author: John Marino <draco at marino.st>
Date: Mon Sep 30 22:48:45 2013 +0200
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++.
Summary of changes:
share/mk/bsd.lib.mk | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/571fb77dc3411881b7c472d46fa4dbb7ccd2e2d6
--
DragonFly BSD source repository
More information about the Commits
mailing list