n2n/config.mak.in
Hamish Coleman 4b4311e2fa Move the macos default install path config.
There is a minor change - after this, the macos man pages are also
installed into the /usr/local PREFIX.  This seems like the correct
location to me.

Longer term, the usual autotools process of installing everything into
/usr/local should be used.  Files installed in /usr should be done by
a package management tool, so this default makes sense to use.
2023-07-03 02:51:20 +08:00

14 lines
260 B
Makefile

# Global configuration, included in top Makefile and exported from there.
# @configure_input@
CONFIG_HOST=@host@
CONFIG_PREFIX=@prefix@
PACKAGE_VERSION=@PACKAGE_VERSION@
CC=@CC@
AR=@AR@
WINDRES=@WINDRES@
CFLAGS=@CFLAGS@
LDFLAGS=@LDFLAGS@
LDLIBS_EXTRA=@LIBS@