mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
562 B
33 lines
562 B
# git Makefile configuration, included in main Makefile
|
|
# @configure_input@
|
|
|
|
CC = @CC@
|
|
CFLAGS = @CFLAGS@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
AR = @AR@
|
|
TAR = @TAR@
|
|
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
datarootdir = @datarootdir@
|
|
PREFIX = @prefix@
|
|
target_cpu = @target_cpu@
|
|
target_vendor = @target_vendor@
|
|
target_os = @target_os@
|
|
arch = @arch@
|
|
platform = @platform@
|
|
|
|
mandir=@mandir@
|
|
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
export exec_prefix mandir
|
|
export srcdir VPATH PREFIX
|
|
|
|
|
|
|
|
HAVE_OPENSSL=@HAVE_OPENSSL@
|
|
WANT_SOCKET=@WANT_SOCKET@
|
|
|