2 # config.mk.in -- autoconf template for Vim on Unix vim:ts=8:sw=8:
4 # DO NOT EDIT config.mk!! It will be overwritten by configure.
5 # Edit Makefile and run "make" or run ./configure with other arguments.
7 # Configure does not edit the makefile directly. This method is not the
8 # standard use of GNU autoconf, but it has two advantages:
9 # a) The user can override every choice made by configure.
10 # b) Modifications to the makefile are not lost when configure is run.
12 # I hope this is worth being nonstandard. jw.
32 DEPEND_CFLAGS_FILTER
= @DEPEND_CFLAGS_FILTER@
35 X_PRE_LIBS
= @X_PRE_LIBS@
36 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
39 MZSCHEME_LIBS
= @MZSCHEME_LIBS@
40 MZSCHEME_SRC
= @MZSCHEME_SRC@
41 MZSCHEME_OBJ
= @MZSCHEME_OBJ@
42 MZSCHEME_CFLAGS
= @MZSCHEME_CFLAGS@
43 MZSCHEME_PRO
= @MZSCHEME_PRO@
45 PERL
= @vi_cv_path_perl@
46 PERLLIB
= @vi_cv_perllib@
47 PERL_LIBS
= @PERL_LIBS@
52 PERL_CFLAGS
= @PERL_CFLAGS@
54 PYTHON_SRC
= @PYTHON_SRC@
55 PYTHON_OBJ
= @PYTHON_OBJ@
56 PYTHON_CFLAGS
= @PYTHON_CFLAGS@
57 PYTHON_LIBS
= @PYTHON_LIBS@
58 PYTHON_CONFDIR
= @PYTHON_CONFDIR@
59 PYTHON_GETPATH_CFLAGS
= @PYTHON_GETPATH_CFLAGS@
61 TCL
= @vi_cv_path_tcl@
65 TCL_CFLAGS
= @TCL_CFLAGS@
68 HANGULIN_SRC
= @HANGULIN_SRC@
69 HANGULIN_OBJ
= @HANGULIN_OBJ@
71 WORKSHOP_SRC
= @WORKSHOP_SRC@
72 WORKSHOP_OBJ
= @WORKSHOP_OBJ@
74 NETBEANS_SRC
= @NETBEANS_SRC@
75 NETBEANS_OBJ
= @NETBEANS_OBJ@
77 RUBY
= @vi_cv_path_ruby@
81 RUBY_CFLAGS
= @RUBY_CFLAGS@
82 RUBY_LIBS
= @RUBY_LIBS@
84 SNIFF_SRC
= @SNIFF_SRC@
85 SNIFF_OBJ
= @SNIFF_OBJ@
93 COMPILEDBY
= @compiledby@
95 INSTALLVIMDIFF
= @dovimdiff@
96 INSTALLGVIMDIFF
= @dogvimdiff@
97 INSTALL_LANGS
= @INSTALL_LANGS@
98 INSTALL_TOOL_LANGS
= @INSTALL_TOOL_LANGS@
100 ### Line break character as octal number for "tr"
103 ### Top directory for everything
106 ### Top directory for the binary
107 exec_prefix = @
exec_prefix@
109 ### Prefix for location of data files
112 ### For autoconf 2.60 and later (avoid a warning)
113 datarootdir
= @datarootdir@
115 ### Prefix for location of data files
118 ### Prefix for location of man pages
122 GUI_INC_LOC
= @GUI_INC_LOC@
123 GUI_LIB_LOC
= @GUI_LIB_LOC@
124 GUI_SRC
= $(@GUITYPE@_SRC
)
125 GUI_OBJ
= $(@GUITYPE@_OBJ
)
126 GUI_DEFS
= $(@GUITYPE@_DEFS
)
127 GUI_IPATH
= $(@GUITYPE@_IPATH
)
128 GUI_LIBS_DIR
= $(@GUITYPE@_LIBS_DIR
)
129 GUI_LIBS1
= $(@GUITYPE@_LIBS1
)
130 GUI_LIBS2
= $(@GUITYPE@_LIBS2
)
131 GUI_INSTALL
= $(@GUITYPE@_INSTALL
)
132 GUI_TARGETS
= $(@GUITYPE@_TARGETS
)
133 GUI_MAN_TARGETS
= $(@GUITYPE@_MAN_TARGETS
)
134 GUI_TESTTARGET
= $(@GUITYPE@_TESTTARGET
)
135 GUI_TESTARG
= $(@GUITYPE@_TESTARG
)
136 GUI_BUNDLE
= $(@GUITYPE@_BUNDLE
)
137 NARROW_PROTO
= @NARROW_PROTO@
138 GUI_X_LIBS
= @GUI_X_LIBS@
139 MOTIF_LIBNAME
= @MOTIF_LIBNAME@
140 GTK_LIBNAME
= @GTK_LIBNAME@
142 ### Any OS dependent extra source and object file
143 OS_EXTRA_SRC
= @OS_EXTRA_SRC@
144 OS_EXTRA_OBJ
= @OS_EXTRA_OBJ@
146 ### If the *.po files are to be translated to *.mo files.
149 # Make sure that "make first" will run "make all" once configure has done its
150 # work. This is needed when using the Makefile in the top directory.