This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
libreSSL
Watch
1
Star
0
Fork
0
You've already forked libreSSL
Code
Issues
Pull Requests
Releases
Wiki
Activity
9afc452761
libreSSL
/
Makefile.am.common
3 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
add initial CMake and Visual Studio build support This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
2014-07-11 05:06:10 +02:00
AM_CFLAGS
=
-I
$(
top_srcdir
)
/include -I
$(
top_srcdir
)
/include/compat
rework CFLAGS/CPPFLAGS settings during configuration Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly.
2015-03-22 12:18:18 +01:00
AM_CPPFLAGS
=
-DLIBRESSL_INTERNAL
Reference in New Issue
Copy Permalink