]> git.llucax.com Git - software/posixx.git/commit
Improve handling of CFLAGS and LDFLAGS make variables
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 18 Sep 2008 23:01:36 +0000 (20:01 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 19 Sep 2008 20:08:41 +0000 (17:08 -0300)
commit2fe0b1743406a2b0d201c973fd370d6838fb1ee7
tree41a689deec6136c9c318d3010f3bde32975c6164
parentcbe3c49e9a5cde08d4b992245c476bfc141a6f80
Improve handling of CFLAGS and LDFLAGS make variables

The Makefile now uses 3 flavors of C/LDFLAGS variables: LOCAL_*, LI_* and
the plain ones.

LOCAL_* are used for mandatory local flags, like -std=C++98 and such,
LI_* are reserved for special "local-install" flags (set by the
super-repository). Plain C/LDFLAGS can be set by the user at make-time as
usual.
test/Makefile