comparison src/Makefile @ 7399:d45f2dbdac8d v7.4.1004

commit https://github.com/vim/vim/commit/08b7bae91adb79d30d4c923fd758e2f7cecd33ef Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 30 17:56:05 2015 +0100 patch 7.4.1004 Problem: Using Makefile when auto/config.mk does not exists results in warnings. Solution: Use default values for essential variables.
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Dec 2015 18:00:04 +0100
parents 4761fed349ed
children 779a7c14c795
comparison
equal deleted inserted replaced
7398:f4bed3aff750 7399:d45f2dbdac8d
278 #GUI_LIB_LOC = -L/usr/lib/Motif2.0 -L/usr/lib/Motif1.2 278 #GUI_LIB_LOC = -L/usr/lib/Motif2.0 -L/usr/lib/Motif1.2
279 ### Use these two lines for Infomagic Motif (3) 279 ### Use these two lines for Infomagic Motif (3)
280 #GUI_INC_LOC = -I/usr/X11R6/include 280 #GUI_INC_LOC = -I/usr/X11R6/include
281 #GUI_LIB_LOC = -L/usr/X11R6/lib 281 #GUI_LIB_LOC = -L/usr/X11R6/lib
282 # }}} 282 # }}}
283
284 # Defaults used when auto/config.mk does not exist.
285 srcdir = .
286 VIMNAME = vim
287 EXNAME = ex
288 VIEWNAME = view
283 289
284 ######################## auto/config.mk ######################## {{{1 290 ######################## auto/config.mk ######################## {{{1
285 # At this position auto/config.mk is included. When starting from the 291 # At this position auto/config.mk is included. When starting from the
286 # toplevel Makefile it is almost empty. After running auto/configure it 292 # toplevel Makefile it is almost empty. After running auto/configure it
287 # contains settings that have been discovered for your system. Settings below 293 # contains settings that have been discovered for your system. Settings below