n2n/config.mak.in

13 lines
288 B
Makefile

# 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@ -I./include
LDFLAGS=@LDFLAGS@ -L.
LDLIBS_EXTRA=@LIBS@
TOOLS_ADDITIONAL=@TOOLS_ADDITIONAL@