libvim
Version:
Standalone vim library
177 lines (143 loc) • 4.31 kB
Plain Text
#
# config.mk.in -- autoconf template for Vim on Unix vim:ts=8:sw=8:
#
# DO NOT EDIT config.mk!! It will be overwritten by configure.
# Edit Makefile and run "make" or run ./configure with other arguments.
#
# Configure does not edit the makefile directly. This method is not the
# standard use of GNU autoconf, but it has two advantages:
# a) The user can override every choice made by configure.
# b) Modifications to the makefile are not lost when configure is run.
#
# I hope this is worth being nonstandard. jw.
@
VIMNAME = @
EXNAME = @
VIEWNAME = @
CC = @
DEFS = @
CFLAGS = @
CPPFLAGS = @
srcdir = @
VPATH = @
LDFLAGS = @
LIBS = @
TAGPRG = @
CPP = @
CPP_MM = @
DEPEND_CFLAGS_FILTER = @
LINK_AS_NEEDED = @
X_CFLAGS = @
X_LIBS_DIR = @
X_PRE_LIBS = @
X_EXTRA_LIBS = @
X_LIBS = @
LUA_LIBS = @
LUA_SRC = @
LUA_OBJ = @
LUA_CFLAGS = @
LUA_PRO = @
MZSCHEME_LIBS = @
MZSCHEME_SRC = @
MZSCHEME_OBJ = @
MZSCHEME_CFLAGS = @
MZSCHEME_PRO = @
MZSCHEME_EXTRA = @
MZSCHEME_MZC = @
PERL = @
PERLLIB = @
PERL_XSUBPP = @
PERL_LIBS = @
SHRPENV = @
PERL_SRC = @
PERL_OBJ = @
PERL_PRO = @
PERL_CFLAGS = @
PYTHON_SRC = @
PYTHON_OBJ = @
PYTHON_CFLAGS = @
PYTHON_LIBS = @
PYTHON3_SRC = @
PYTHON3_OBJ = @
PYTHON3_CFLAGS = @
PYTHON3_LIBS = @
TCL = @
TCL_SRC = @
TCL_OBJ = @
TCL_PRO = @
TCL_CFLAGS = @
TCL_LIBS = @
HANGULIN_SRC = @
HANGULIN_OBJ = @
NETBEANS_SRC = @
NETBEANS_OBJ = @
CHANNEL_SRC = @
CHANNEL_OBJ = @
TERM_SRC = @
TERM_OBJ = @
RUBY = @
RUBY_SRC = @
RUBY_OBJ = @
RUBY_PRO = @
RUBY_CFLAGS = @
RUBY_LIBS = @
AWK = @
STRIP = @
EXEEXT = @
CROSS_COMPILING = @
COMPILEDBY = @
INSTALLVIMDIFF = @
INSTALLGVIMDIFF = @
INSTALL_LANGS = @
INSTALL_TOOL_LANGS = @
### sed command to fix quotes while creating pathdef.c
QUOTESED = @
### Line break character as octal number for "tr"
NL = @
### Top directory for everything
prefix = @
### Top directory for the binary
exec_prefix = @
### Prefix for location of data files
BINDIR = @
### For autoconf 2.60 and later (avoid a warning)
datarootdir = @
### Prefix for location of data files
DATADIR = @
### Prefix for location of man pages
MANDIR = @
### Do we have a GUI
GUI_INC_LOC = @
GUI_LIB_LOC = @
GUI_SRC = $()
GUI_OBJ = $()
GUI_DEFS = $()
GUI_IPATH = $()
GUI_LIBS_DIR = $()
GUI_LIBS1 = $()
GUI_LIBS2 = $()
GUI_INSTALL = $()
GUI_TARGETS = $()
GUI_MAN_TARGETS = $()
GUI_TESTTARGET = $()
GUI_TESTARG = $()
GUI_BUNDLE = $()
NARROW_PROTO = @
GUI_X_LIBS = @
MOTIF_LIBNAME = @
GTK_LIBNAME = @
GLIB_COMPILE_RESOURCES = @
GRESOURCE_SRC = @
GRESOURCE_OBJ = @
GTK_UPDATE_ICON_CACHE = @
UPDATE_DESKTOP_DATABASE = @
### Any OS dependent extra source and object file
OS_EXTRA_SRC = @
OS_EXTRA_OBJ = @
### If the *.po files are to be translated to *.mo files.
MAKEMO = @
MSGFMT = @
MSGFMT_DESKTOP = @
# Make sure that "make first" will run "make all" once configure has done its
# work. This is needed when using the Makefile in the top directory.
first: all