n2n/config.mak.in

13 lines
272 B
Makefile
Raw Normal View History

# Global configuration, included in top Makefile and exported from there.
# @configure_input@
CONFIG_HOST=@host@
PACKAGE_VERSION=@PACKAGE_VERSION@
CC=@CC@
AR=@AR@
WINDRES=@WINDRES@
CFLAGS=@CFLAGS@
LDFLAGS=@LDFLAGS@
LDLIBS_EXTRA=@LIBS@
2023-05-01 02:00:04 +02:00
TOOLS_ADDITIONAL=@TOOLS_ADDITIONAL@