blob: 3decf69116c8ecbe70e5855ceb747e0e44d7d04a [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001#
2# Makefile for Vim on OpenVMS
3#
4# Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
Bram Moolenaar473952e2019-09-28 16:30:04 +02005# Last change: 2019 Sep 28
Bram Moolenaar071d4272004-06-13 20:20:40 +00006#
Bram Moolenaar8d343302005-07-12 22:46:17 +00007# This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
Bram Moolenaar071d4272004-06-13 20:20:40 +00008# with MMS and MMK
9#
10# The following could be built:
11# vim.exe: standard (terminal, GUI/Motif, GUI/GTK)
12# dvim.exe: debug
13#
14# Edit the lines in the Configuration section below for fine tuning.
15#
Bram Moolenaar3d20ca12006-11-28 16:43:58 +000016# To build: mms/descrip=Make_vms.mms /ignore=warning
Bram Moolenaar071d4272004-06-13 20:20:40 +000017# To clean up: mms/descrip=Make_vms.mms clean
18#
19# Hints and detailed description could be found in INSTALLVMS.TXT file.
20#
21######################################################################
22# Configuration section.
23######################################################################
Bram Moolenaar071d4272004-06-13 20:20:40 +000024
25# Compiler selection.
26# Comment out if you use the VAXC compiler
27DECC = YES
28
29# Build model selection
30# TINY - Almost no features enabled, not even multiple windows
31# SMALL - Few features enabled, as basic as possible
32# NORMAL - A default selection of features enabled
33# BIG - Many features enabled, as rich as possible. (default)
Bram Moolenaar84a05ac2013-05-06 04:24:17 +020034# HUGE - All possible features enabled.
Bram Moolenaar071d4272004-06-13 20:20:40 +000035# Please select one of these alternatives above.
Bram Moolenaarac98e5d2008-09-01 14:51:37 +000036MODEL = HUGE
Bram Moolenaar071d4272004-06-13 20:20:40 +000037
38# GUI or terminal mode executable.
39# Comment out if you want just the character terminal mode only.
Bram Moolenaar4c3f5362006-04-11 21:38:50 +000040# GUI with Motif
Bram Moolenaarde5e2c22016-11-04 20:35:31 +010041GUI = YES
Bram Moolenaar071d4272004-06-13 20:20:40 +000042
43# GUI with GTK
44# If you have GTK installed you might want to enable this option.
Bram Moolenaar3d20ca12006-11-28 16:43:58 +000045# NOTE: you will need to properly define GTK_DIR below
Bram Moolenaar88c86eb2019-01-17 17:13:30 +010046# NOTE: since Vim 7.3 GTK 2+ is used that is not ported to VMS,
47# therefore this option should not be used
Bram Moolenaar071d4272004-06-13 20:20:40 +000048# GTK = YES
49
Bram Moolenaar8d343302005-07-12 22:46:17 +000050# GUI/Motif with XPM
51# If you have XPM installed you might want to build Motif version with toolbar
52# XPM = YES
53
Bram Moolenaar071d4272004-06-13 20:20:40 +000054# Comment out if you want the compiler version with :ver command.
55# NOTE: This part can make some complications if you're using some
56# predefined symbols/flags for your compiler. If does, just leave behind
Bram Moolenaar84a05ac2013-05-06 04:24:17 +020057# the comment variable CCVER.
Bram Moolenaar071d4272004-06-13 20:20:40 +000058CCVER = YES
59
60# Uncomment if want a debug version. Resulting executable is DVIM.EXE
61# Development purpose only! Normally, it should not be defined. !!!
Bram Moolenaar206f0112014-03-12 16:51:55 +010062# DEBUG = YES
Bram Moolenaar071d4272004-06-13 20:20:40 +000063
64# Languages support for Perl, Python, TCL etc.
65# If you don't need it really, leave them behind the comment.
66# You will need related libraries, include files etc.
67# VIM_TCL = YES
68# VIM_PERL = YES
69# VIM_PYTHON = YES
70# VIM_RUBY = YES
Bram Moolenaar071d4272004-06-13 20:20:40 +000071
72# X Input Method. For entering special languages like chinese and
73# Japanese. Please define just one: VIM_XIM or VIM_HANGULIN
74# If you don't need it really, leave it behind the comment.
75# VIM_XIM = YES
76
77# Internal Hangul input method. GUI only.
78# If you don't need it really, leave it behind the comment.
79# VIM_HANGULIN = YES
80
81# Allow any white space to separate the fields in a tags file
82# When not defined, only a TAB is allowed.
83# VIM_TAG_ANYWHITE = YES
84
Bram Moolenaarf878bcf2010-07-30 22:29:41 +020085# Allow FEATURE_MZSCHEME
86# VIM_MZSCHEME = YES
87
Bram Moolenaar206f0112014-03-12 16:51:55 +010088# Use ICONV
89# VIM_ICONV = YES
90
Bram Moolenaar071d4272004-06-13 20:20:40 +000091######################################################################
92# Directory, library and include files configuration section.
93# Normally you need not to change anything below. !
94# These may need to be defined if things are not in standard locations
95#
96# You can find some explanation in INSTALLVMS.TXT
97######################################################################
98
99# Compiler setup
100
Bram Moolenaar3d20ca12006-11-28 16:43:58 +0000101.IFDEF MMSVAX
Bram Moolenaar071d4272004-06-13 20:20:40 +0000102.IFDEF DECC # VAX with DECC
Bram Moolenaar206f0112014-03-12 16:51:55 +0100103CC_DEF = cc # /decc # some versions require /decc switch but when it is not required /ver might fail
Bram Moolenaar071d4272004-06-13 20:20:40 +0000104PREFIX = /prefix=all
Bram Moolenaar206f0112014-03-12 16:51:55 +0100105OPTIMIZE= /noopt # do not optimize on VAX. The compiler has hard time with crypto functions
Bram Moolenaar071d4272004-06-13 20:20:40 +0000106.ELSE # VAX with VAXC
107CC_DEF = cc
108PREFIX =
Bram Moolenaar206f0112014-03-12 16:51:55 +0100109OPTIMIZE= /noopt
Bram Moolenaar071d4272004-06-13 20:20:40 +0000110CCVER =
111.ENDIF
Bram Moolenaar206f0112014-03-12 16:51:55 +0100112.ELSE # AXP and IA64 with DECC
Bram Moolenaar071d4272004-06-13 20:20:40 +0000113CC_DEF = cc
114PREFIX = /prefix=all
Bram Moolenaar206f0112014-03-12 16:51:55 +0100115OPTIMIZE= /opt
Bram Moolenaar071d4272004-06-13 20:20:40 +0000116.ENDIF
117
Bram Moolenaar206f0112014-03-12 16:51:55 +0100118
Bram Moolenaar071d4272004-06-13 20:20:40 +0000119LD_DEF = link
120C_INC = [.proto]
121
Bram Moolenaar071d4272004-06-13 20:20:40 +0000122.IFDEF DEBUG
123DEBUG_DEF = ,"DEBUG"
124TARGET = dvim.exe
125CFLAGS = /debug/noopt$(PREFIX)
126LDFLAGS = /debug
127.ELSE
128TARGET = vim.exe
Bram Moolenaar206f0112014-03-12 16:51:55 +0100129CFLAGS = $(OPTIMIZE)$(PREFIX)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000130LDFLAGS =
131.ENDIF
132
133# Predefined VIM directories
134# Please, use $VIM and $VIMRUNTIME logicals instead
135VIMLOC = ""
136VIMRUN = ""
137
138CONFIG_H = os_vms_conf.h
139
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000140# GTK or XPM but not both
Bram Moolenaar071d4272004-06-13 20:20:40 +0000141.IFDEF GTK
142.IFDEF GUI
143.ELSE
144GUI = YES
145.ENDIF
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000146.IFDEF XPM
147XPM = ""
148.ENDIF
149.ENDIF
150
151.IFDEF XPM
152.IFDEF GUI
153.ELSE
154GUI = YES
155.ENDIF
156.IFDEF GTK
157GTK = ""
Bram Moolenaar071d4272004-06-13 20:20:40 +0000158.ENDIF
Bram Moolenaar8d343302005-07-12 22:46:17 +0000159.ENDIF
Bram Moolenaar071d4272004-06-13 20:20:40 +0000160
161.IFDEF GUI
162# X/Motif/GTK executable (also works in terminal mode )
163
164.IFDEF GTK
Bram Moolenaar910f66f2006-04-05 20:41:53 +0000165# NOTE: you need to set up your GTK_DIR (GTK root directory), because it is
166# unique on every system - logicals are not accepted
Bram Moolenaar8d343302005-07-12 22:46:17 +0000167# please note: directory should end with . in order to /trans=conc work
Bram Moolenaar3d20ca12006-11-28 16:43:58 +0000168# This value for GTK_DIR is an example.
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100169GTK_DIR = DKA0:[WORK.GTK1210.]
Bram Moolenaar071d4272004-06-13 20:20:40 +0000170DEFS = "HAVE_CONFIG_H","FEAT_GUI_GTK"
171LIBS = ,OS_VMS_GTK.OPT/OPT
172GUI_FLAG = /name=(as_is,short)/float=ieee/ieee=denorm
Bram Moolenaar8d343302005-07-12 22:46:17 +0000173GUI_SRC = gui.c gui_gtk.c gui_gtk_f.c gui_gtk_x11.c gui_beval.c pty.c
174GUI_OBJ = gui.obj gui_gtk.obj gui_gtk_f.obj gui_gtk_x11.obj gui_beval.obj pty.obj
Bram Moolenaar071d4272004-06-13 20:20:40 +0000175GUI_INC = ,"/gtk_root/gtk","/gtk_root/glib"
176# GUI_INC_VER is used just for :ver information
177# this string should escape from C and DCL in the same time
178GUI_INC_VER= ,\""/gtk_root/gtk\"",\""/gtk_root/glib\""
Bram Moolenaar8d343302005-07-12 22:46:17 +0000179.ELSE
Bram Moolenaar071d4272004-06-13 20:20:40 +0000180MOTIF = YES
Bram Moolenaar8d343302005-07-12 22:46:17 +0000181.IFDEF XPM
182DEFS = "HAVE_CONFIG_H","FEAT_GUI_MOTIF","HAVE_XPM"
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100183XPM_INC = ,[.xpm.include]
Bram Moolenaar8d343302005-07-12 22:46:17 +0000184.ELSE
Bram Moolenaar071d4272004-06-13 20:20:40 +0000185DEFS = "HAVE_CONFIG_H","FEAT_GUI_MOTIF"
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100186XPM_INC =
Bram Moolenaar8d343302005-07-12 22:46:17 +0000187.ENDIF
Bram Moolenaar071d4272004-06-13 20:20:40 +0000188LIBS = ,OS_VMS_MOTIF.OPT/OPT
189GUI_FLAG =
Bram Moolenaar8d343302005-07-12 22:46:17 +0000190GUI_SRC = gui.c gui_motif.c gui_x11.c gui_beval.c gui_xmdlg.c gui_xmebw.c
191GUI_OBJ = gui.obj gui_motif.obj gui_x11.obj gui_beval.obj gui_xmdlg.obj gui_xmebw.obj
Bram Moolenaar071d4272004-06-13 20:20:40 +0000192GUI_INC =
193.ENDIF
194
195# You need to define these variables if you do not have DECW files
196# at standard location
197GUI_INC_DIR = ,decw$include:
198# GUI_LIB_DIR = ,sys$library:
199
200.ELSE
201# Character terminal only executable
202DEFS = "HAVE_CONFIG_H"
203LIBS =
204.ENDIF
205
206.IFDEF VIM_PERL
207# Perl related setup.
208PERL = perl
209PERL_DEF = ,"FEAT_PERL"
210PERL_SRC = if_perlsfio.c if_perl.xs
211PERL_OBJ = if_perlsfio.obj if_perl.obj
212PERL_LIB = ,OS_VMS_PERL.OPT/OPT
213PERL_INC = ,dka0:[perlbuild.perl.lib.vms_axp.5_6_1.core]
214.ENDIF
215
216.IFDEF VIM_PYTHON
217# Python related setup.
218PYTHON_DEF = ,"FEAT_PYTHON"
219PYTHON_SRC = if_python.c
220PYTHON_OBJ = if_python.obj
221PYTHON_LIB = ,OS_VMS_PYTHON.OPT/OPT
222PYTHON_INC = ,PYTHON_INCLUDE
223.ENDIF
224
225.IFDEF VIM_TCL
226# TCL related setup.
227TCL_DEF = ,"FEAT_TCL"
228TCL_SRC = if_tcl.c
229TCL_OBJ = if_tcl.obj
230TCL_LIB = ,OS_VMS_TCL.OPT/OPT
231TCL_INC = ,dka0:[tcl80.generic]
232.ENDIF
233
Bram Moolenaar071d4272004-06-13 20:20:40 +0000234.IFDEF VIM_RUBY
235# RUBY related setup.
236RUBY_DEF = ,"FEAT_RUBY"
237RUBY_SRC = if_ruby.c
238RUBY_OBJ = if_ruby.obj
239RUBY_LIB = ,OS_VMS_RUBY.OPT/OPT
240RUBY_INC =
241.ENDIF
242
243.IFDEF VIM_XIM
244# XIM related setup.
245.IFDEF GUI
246XIM_DEF = ,"FEAT_XIM"
247.ENDIF
248.ENDIF
249
250.IFDEF VIM_HANGULIN
251# HANGULIN related setup.
252.IFDEF GUI
253HANGULIN_DEF = ,"FEAT_HANGULIN"
254HANGULIN_SRC = hangulin.c
255HANGULIN_OBJ = hangulin.obj
256.ENDIF
257.ENDIF
258
Bram Moolenaarf878bcf2010-07-30 22:29:41 +0200259.IFDEF VIM_MZSCHEME
260# MZSCHEME related setup
261MZSCH_DEF = ,"FEAT_MZSCHEME"
262MZSCH_SRC = if_mzsch.c
263MZSCH_OBJ = if_mzsch.obj
264.ENDIF
Bram Moolenaar071d4272004-06-13 20:20:40 +0000265
Bram Moolenaar206f0112014-03-12 16:51:55 +0100266.IFDEF VIM_ICONV
267# ICONV related setup
268ICONV_DEF = ,"USE_ICONV"
269.ENDIF
270
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100271# XDIFF related setup.
272XDIFF_SRC = xdiffi.c,xemit.c,xprepare.c,xutils.c,xhistogram.c,xpatience.c
273XDIFF_OBJ = xdiffi.obj,xemit.obj,xprepare.obj,xutils.obj,xhistogram.obj,xpatience.obj
274XDIFF_INC = ,[.xdiff]
275
Bram Moolenaar071d4272004-06-13 20:20:40 +0000276######################################################################
277# End of configuration section.
278# Please, do not change anything below without programming experience.
279######################################################################
280
Bram Moolenaar071d4272004-06-13 20:20:40 +0000281MODEL_DEF = "FEAT_$(MODEL)",
282
283# These go into pathdef.c
284VIMUSER = "''F$EDIT(F$GETJPI(" ","USERNAME"),"TRIM")'"
285VIMHOST = "''F$TRNLNM("SYS$NODE")'''F$TRNLNM("UCX$INET_HOST")'.''F$TRNLNM("UCX$INET_DOMAIN")'"
286
287.SUFFIXES : .obj .c
288
Bram Moolenaar206f0112014-03-12 16:51:55 +0100289ALL_CFLAGS = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) -
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100290 $(TCL_DEF)$(RUBY_DEF)$(XIM_DEF)$(HANGULIN_DEF)$(TAG_DEF)$(MZSCH_DEF) -
291 $(ICONV_DEF)) -
Bram Moolenaar071d4272004-06-13 20:20:40 +0000292 $(CFLAGS)$(GUI_FLAG) -
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100293 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC)$(PERL_INC)$(PYTHON_INC) -
294 $(TCL_INC)$(XDIFF_INC)$(XPM_INC))
Bram Moolenaar071d4272004-06-13 20:20:40 +0000295
296# CFLAGS displayed in :ver information
297# It is specially formated for correct display of unix like includes
298# as $(GUI_INC) - replaced with $(GUI_INC_VER)
299# Otherwise should not be any other difference.
Bram Moolenaar206f0112014-03-12 16:51:55 +0100300ALL_CFLAGS_VER = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) -
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100301 $(TCL_DEF)$(RUBY_DEF)$(XIM_DEF)$(HANGULIN_DEF)$(TAG_DEF)$(MZSCH_DEF) -
302 $(ICONV_DEF)) -
Bram Moolenaar071d4272004-06-13 20:20:40 +0000303 $(CFLAGS)$(GUI_FLAG) -
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100304 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC) -
305 $(TCL_INC)$(XDIFF_INC)$(XPM_INC))
Bram Moolenaar071d4272004-06-13 20:20:40 +0000306
307ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
Bram Moolenaar85b11762016-02-27 18:13:23 +0100308 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000309
Bram Moolenaar473952e2019-09-28 16:30:04 +0200310SRC = \
311 arabic.c \
312 arglist.c \
313 autocmd.c \
314 beval.c \
315 blob.c \
316 blowfish.c \
317 buffer.c \
318 bufwrite.c \
319 change.c \
320 charset.c \
Bram Moolenaar14c01f82019-10-09 22:53:08 +0200321 cindent.c \
Bram Moolenaar473952e2019-09-28 16:30:04 +0200322 cmdexpand.c \
323 cmdhist.c \
324 crypt.c \
325 crypt_zip.c \
326 debugger.c \
327 dict.c \
328 diff.c \
329 digraph.c \
330 drawline.c \
331 drawscreen.c \
332 edit.c \
333 eval.c \
334 evalbuffer.c \
335 evalfunc.c \
336 evalvars.c \
337 evalwindow.c \
338 ex_cmds.c \
339 ex_cmds2.c \
340 ex_docmd.c \
341 ex_eval.c \
Bram Moolenaar261f3462019-09-07 15:45:32 +0200342 ex_getln.c \
Bram Moolenaar473952e2019-09-28 16:30:04 +0200343 fileio.c \
344 filepath.c, \
345 findfile.c \
346 fold.c \
347 getchar.c \
348 hardcopy.c \
349 hashtab.c \
350 highlight.c \
351 if_cscope.c \
352 if_xcmdsrv.c \
353 indent.c \
354 insexpand.c \
355 json.c \
356 list.c \
357 main.c \
358 map.c \
359 mark.c \
360 mbyte.c \
361 memfile.c \
362 memline.c \
363 menu.c \
364 message.c \
365 misc1.c \
366 misc2.c \
367 mouse.c \
368 move.c \
369 normal.c \
Bram Moolenaarb20b9e12019-09-21 20:48:04 +0200370 ops.c \
Bram Moolenaar473952e2019-09-28 16:30:04 +0200371 option.c \
372 optionstr.c \
373 os_unix.c \
374 os_vms.c \
Bram Moolenaar4ad62152019-08-17 14:38:55 +0200375 pathdef.c \
Bram Moolenaar473952e2019-09-28 16:30:04 +0200376 popupmenu.c \
377 popupwin.c \
378 profiler.c \
379 quickfix.c \
380 regexp.c \
381 register.c \
382 screen.c \
383 scriptfile.c \
384 search.c \
385 session.c \
386 sha256.c \
387 sign.c \
388 spell.c \
389 spellfile.c \
390 spellsuggest.c \
391 syntax.c \
392 tag.c \
393 term.c \
394 termlib.c \
395 testing.c \
396 textprop.c \
397 ui.c \
398 undo.c \
399 usercmd.c \
400 userfunc.c \
401 version.c \
402 viminfo.c \
403 window.c \
404 $(GUI_SRC) \
405 $(PERL_SRC) \
406 $(PYTHON_SRC) \
407 $(TCL_SRC) \
408 $(RUBY_SRC) \
409 $(HANGULIN_SRC) \
410 $(MZSCH_SRC) \
411 $(XDIFF_SRC)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000412
Bram Moolenaar473952e2019-09-28 16:30:04 +0200413OBJ = \
414 arabic.obj \
415 arglist.obj \
416 autocmd.obj \
417 beval.obj \
418 blob.obj \
419 blowfish.obj \
420 buffer.obj \
421 bufwrite.obj \
422 change.obj \
423 charset.obj \
Bram Moolenaar14c01f82019-10-09 22:53:08 +0200424 cindent.obj \
Bram Moolenaar473952e2019-09-28 16:30:04 +0200425 cmdexpand.obj \
426 cmdhist.obj \
427 crypt.obj \
428 crypt_zip.obj \
429 debugger.obj \
430 dict.obj \
431 diff.obj \
432 digraph.obj \
433 drawline.obj \
434 drawscreen.obj \
435 edit.obj \
436 eval.obj \
437 evalbuffer.obj \
438 evalfunc.obj \
439 evalvars.obj \
440 evalwindow.obj \
441 ex_cmds.obj \
442 ex_cmds2.obj \
443 ex_docmd.obj \
444 ex_eval.obj \
445 ex_getln.obj \
446 fileio.obj \
447 filepath.obj \
448 findfile.obj \
449 fold.obj \
450 getchar.obj \
451 hardcopy.obj \
452 hashtab.obj \
453 highlight.obj \
454 if_cscope.obj \
455 if_mzsch.obj \
456 if_xcmdsrv.obj \
457 indent.obj \
458 insexpand.obj \
459 json.obj \
460 list.obj \
461 main.obj \
462 map.obj \
463 mark.obj \
464 mbyte.obj \
465 memfile.obj \
466 memline.obj \
467 menu.obj \
468 message.obj \
469 misc1.obj \
470 misc2.obj \
471 mouse.obj \
472 move.obj \
473 normal.obj \
474 ops.obj \
Bram Moolenaarb20b9e12019-09-21 20:48:04 +0200475 option.obj \
Bram Moolenaar473952e2019-09-28 16:30:04 +0200476 optionstr.obj \
477 os_unix.obj \
478 os_vms.obj \
479 pathdef.obj \
480 popupmenu.obj \
481 popupwin.obj \
482 profiler.obj \
483 quickfix.obj \
484 regexp.obj \
485 register.obj \
486 screen.obj \
487 scriptfile.obj \
488 search.obj \
489 session.obj \
490 sha256.obj \
491 sign.obj \
492 spell.obj \
493 spellfile.obj \
494 spellsuggest.obj \
495 syntax.obj \
496 tag.obj \
497 term.obj \
498 termlib.obj \
499 testing.obj \
Bram Moolenaar46a426c2019-09-27 12:41:56 +0200500 textprop.obj \
Bram Moolenaar473952e2019-09-28 16:30:04 +0200501 ui.obj \
502 undo.obj \
503 usercmd.obj \
504 userfunc.obj \
505 version.obj \
506 viminfo.obj \
507 window.obj \
508 $(GUI_OBJ) \
509 $(PERL_OBJ) \
510 $(PYTHON_OBJ) \
511 $(TCL_OBJ) \
512 $(RUBY_OBJ) \
513 $(HANGULIN_OBJ) \
514 $(MZSCH_OBJ) \
515 $(XDIFF_OBJ)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000516
517# Default target is making the executable
518all : [.auto]config.h mmk_compat motif_env gtk_env perl_env python_env tcl_env ruby_env $(TARGET)
519 ! $@
520
521[.auto]config.h : $(CONFIG_H)
522 copy/nolog $(CONFIG_H) [.auto]config.h
523
524mmk_compat :
525 -@ open/write pd pathdef.c
526 -@ write pd "/* Empty file to satisfy MMK depend. */"
Bram Moolenaarcf0dfa22007-05-10 18:52:16 +0000527 -@ write pd "/* It will be overwritten later on... */"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000528 -@ close pd
529clean :
530 -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*
531 -@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;*
532 -@ if "''F$SEARCH("[.auto]config.h")'" .NES. "" then delete/noconfirm/nolog [.auto]config.h;*
533 -@ if "''F$SEARCH("pathdef.c")'" .NES. "" then delete/noconfirm/nolog pathdef.c;*
534 -@ if "''F$SEARCH("if_perl.c")'" .NES. "" then delete/noconfirm/nolog if_perl.c;*
535 -@ if "''F$SEARCH("*.opt")'" .NES. "" then delete/noconfirm/nolog *.opt;*
536
537# Link the target
538$(TARGET) : $(OBJ)
539 $(LD_DEF) $(LDFLAGS) /exe=$(TARGET) $+ $(ALL_LIBS)
540
541.c.obj :
542 $(CC_DEF) $(ALL_CFLAGS) $<
543
544pathdef.c : check_ccver $(CONFIG_H)
545 -@ write sys$output "creating PATHDEF.C file."
546 -@ open/write pd pathdef.c
547 -@ write pd "/* pathdef.c -- DO NOT EDIT! */"
548 -@ write pd "/* This file is automatically created by MAKE_VMS.MMS"
549 -@ write pd " * Change the file MAKE_VMS.MMS Only. */"
550 -@ write pd "typedef unsigned char char_u;"
551 -@ write pd "char_u *default_vim_dir = (char_u *)"$(VIMLOC)";"
552 -@ write pd "char_u *default_vimruntime_dir = (char_u *)"$(VIMRUN)";"
553 -@ write pd "char_u *all_cflags = (char_u *)""$(CC_DEF)$(ALL_CFLAGS_VER)"";"
554 -@ write pd "char_u *all_lflags = (char_u *)""$(LD_DEF)$(LDFLAGS) /exe=$(TARGET) *.OBJ $(ALL_LIBS)"";"
555 -@ write pd "char_u *compiler_version = (char_u *) ""''CC_VER'"";"
556 -@ write pd "char_u *compiled_user = (char_u *) "$(VIMUSER)";"
Bram Moolenaar3d20ca12006-11-28 16:43:58 +0000557 -@ write pd "char_u *compiled_sys = (char_u *) "$(VIMHOST)";"
558 -@ write pd "char_u *compiled_arch = (char_u *) ""$(MMSARCH_NAME)"";"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000559 -@ close pd
560
561if_perl.c : if_perl.xs
562 -@ $(PERL) PERL_ROOT:[LIB.ExtUtils]xsubpp -prototypes -typemap -
563 PERL_ROOT:[LIB.ExtUtils]typemap if_perl.xs >> $@
564
565make_vms.mms :
566 -@ write sys$output "The name of the makefile MUST be <MAKE_VMS.MMS> !!!"
567
568.IFDEF CCVER
569# This part can make some complications if you're using some predefined
570# symbols/flags for your compiler. If does, just comment out CCVER variable
571check_ccver :
572 -@ define sys$output cc_ver.tmp
573 -@ $(CC_DEF)/version
574 -@ deassign sys$output
575 -@ open/read file cc_ver.tmp
576 -@ read file CC_VER
577 -@ close file
578 -@ delete/noconfirm/nolog cc_ver.tmp.*
579.ELSE
580check_ccver :
581 -@ !
582.ENDIF
583
584.IFDEF MOTIF
585motif_env :
Bram Moolenaar8d343302005-07-12 22:46:17 +0000586.IFDEF XPM
587 -@ write sys$output "using DECW/Motif/XPM environment."
588.ELSE
Bram Moolenaarc9b4b052006-04-30 18:54:39 +0000589 -@ write sys$output "using DECW/Motif environment."
Bram Moolenaar8d343302005-07-12 22:46:17 +0000590.ENDIF
Bram Moolenaar071d4272004-06-13 20:20:40 +0000591 -@ write sys$output "creating OS_VMS_MOTIF.OPT file."
592 -@ open/write opt_file OS_VMS_MOTIF.OPT
593 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-"
594 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-"
595 -@ write opt_file "sys$share:decw$xlibshr.exe/share"
596 -@ close opt_file
597.ELSE
598motif_env :
599 -@ !
600.ENDIF
601
602
603.IFDEF GTK
604gtk_env :
605 -@ write sys$output "using GTK environment:"
606 -@ define/nolog gtk_root /trans=conc $(GTK_DIR)
607 -@ show logical gtk_root
608 -@ write sys$output " include path: "$(GUI_INC)""
609 -@ write sys$output "creating OS_VMS_GTK.OPT file."
610 -@ open/write opt_file OS_VMS_GTK.OPT
611 -@ write opt_file "gtk_root:[glib]libglib.exe /share,-"
612 -@ write opt_file "gtk_root:[glib.gmodule]libgmodule.exe /share,-"
613 -@ write opt_file "gtk_root:[gtk.gdk]libgdk.exe /share,-"
614 -@ write opt_file "gtk_root:[gtk.gtk]libgtk.exe /share,-"
615 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-"
616 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-"
617 -@ write opt_file "sys$share:decw$xlibshr.exe/share"
618 -@ close opt_file
619.ELSE
620gtk_env :
621 -@ !
622.ENDIF
623
624.IFDEF VIM_PERL
625perl_env :
626 -@ write sys$output "using PERL environment:"
627 -@ show logical PERLSHR
628 -@ write sys$output " include path: ""$(PERL_INC)"""
629 -@ show symbol perl
630 -@ open/write pd if_perl.c
631 -@ write pd "/* Empty file to satisfy MMK depend. */"
Bram Moolenaarcf0dfa22007-05-10 18:52:16 +0000632 -@ write pd "/* It will be overwritten later on... */"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000633 -@ close pd
634 -@ write sys$output "creating OS_VMS_PERL.OPT file."
635 -@ open/write opt_file OS_VMS_PERL.OPT
636 -@ write opt_file "PERLSHR /share"
637 -@ close opt_file
638.ELSE
639perl_env :
640 -@ !
641.ENDIF
642
643.IFDEF VIM_PYTHON
644python_env :
645 -@ write sys$output "using PYTHON environment:"
646 -@ show logical PYTHON_INCLUDE
647 -@ show logical PYTHON_OLB
648 -@ write sys$output "creating OS_VMS_PYTHON.OPT file."
649 -@ open/write opt_file OS_VMS_PYTHON.OPT
650 -@ write opt_file "PYTHON_OLB:PYTHON.OLB /share"
651 -@ close opt_file
652.ELSE
653python_env :
654 -@ !
655.ENDIF
656
657.IFDEF VIM_TCL
658tcl_env :
659 -@ write sys$output "using TCL environment:"
660 -@ show logical TCLSHR
661 -@ write sys$output " include path: ""$(TCL_INC)"""
662 -@ write sys$output "creating OS_VMS_TCL.OPT file."
663 -@ open/write opt_file OS_VMS_TCL.OPT
664 -@ write opt_file "TCLSHR /share"
665 -@ close opt_file
666.ELSE
667tcl_env :
668 -@ !
669.ENDIF
670
671.IFDEF VIM_RUBY
672ruby_env :
673 -@ write sys$output "using RUBY environment:"
674 -@ write sys$output " include path: ""$(RUBY_INC)"""
675 -@ write sys$output "creating OS_VMS_RUBY.OPT file."
676 -@ open/write opt_file OS_VMS_RUBY.OPT
677 -@ write opt_file "RUBYSHR /share"
678 -@ close opt_file
679.ELSE
680ruby_env :
681 -@ !
682.ENDIF
683
Bram Moolenaar3b98b832016-07-02 21:45:17 +0200684arabic.obj : arabic.c vim.h
Bram Moolenaar4ad62152019-08-17 14:38:55 +0200685arglist.obj : arglist.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar3e460fd2019-01-26 16:21:07 +0100686autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar05a29072019-01-18 22:59:53 +0100687blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h
688blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000689buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
690 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100691 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100692 globals.h version.h
Bram Moolenaar473952e2019-09-28 16:30:04 +0200693bufwrite.obj : bufwrite.c vim.h [.auto]config.h feature.h os_unix.h \
694 ascii.h keymap.h term.h macros.h structs.h regexp.h \
695 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
696 globals.h version.h
Bram Moolenaarec28d152019-05-11 18:36:34 +0200697change.obj : change.c vim.h [.auto]config.h feature.h os_unix.h \
698 ascii.h keymap.h term.h macros.h structs.h regexp.h \
699 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
700 globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000701charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
702 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100703 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100704 globals.h
Bram Moolenaar14c01f82019-10-09 22:53:08 +0200705cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \
706 ascii.h keymap.h term.h macros.h structs.h regexp.h \
707 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
708 globals.h
Bram Moolenaar66b51422019-08-18 21:44:12 +0200709cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \
710 ascii.h keymap.h term.h macros.h structs.h regexp.h \
711 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
712 globals.h
Bram Moolenaard7663c22019-08-06 21:59:57 +0200713cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \
714 ascii.h keymap.h term.h macros.h structs.h regexp.h \
715 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
716 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100717crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \
718 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100719 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100720 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100721crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \
722 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100723 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100724 proto.h globals.h
Bram Moolenaareead75c2019-04-21 11:35:00 +0200725debugger.obj : debugger.c vim.h [.auto]config.h feature.h os_unix.h \
726 ascii.h keymap.h term.h macros.h structs.h regexp.h \
727 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
728 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100729dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
730 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100731 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100732 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000733diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100734 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200735 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000736digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
737 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100738 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100739 globals.h
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200740drawline.obj : drawline.c vim.h [.auto]config.h feature.h os_unix.h \
741 ascii.h keymap.h term.h macros.h structs.h regexp.h \
742 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
743 globals.h
744drawscreen.obj : drawscreen.c vim.h [.auto]config.h feature.h os_unix.h \
745 ascii.h keymap.h term.h macros.h structs.h regexp.h \
746 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
747 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000748edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100749 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200750 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000751eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100752 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar14184a32019-02-16 15:10:30 +0100753 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100754 version.h
Bram Moolenaar261f3462019-09-07 15:45:32 +0200755evalbuffer.obj : evalbuffer.c vim.h [.auto]config.h feature.h os_unix.h \
756 ascii.h keymap.h term.h macros.h option.h structs.h \
757 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
758 proto.h globals.h version.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100759evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \
760 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100761 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100762 proto.h globals.h version.h
Bram Moolenaar0522ba02019-08-27 22:48:30 +0200763evalvars.obj : evalvars.c vim.h [.auto]config.h feature.h os_unix.h \
764 ascii.h keymap.h term.h macros.h option.h structs.h \
765 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
766 proto.h globals.h version.h
Bram Moolenaar261f3462019-09-07 15:45:32 +0200767evalwindow.obj : evalwindow.c vim.h [.auto]config.h feature.h os_unix.h \
768 ascii.h keymap.h term.h macros.h option.h structs.h \
769 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
770 proto.h globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000771ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
772 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100773 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100774 globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000775ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
776 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100777 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100778 globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000779ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \
780 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100781 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100782 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000783ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \
784 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100785 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100786 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000787ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \
788 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100789 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100790 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000791fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \
792 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100793 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100794 globals.h
Bram Moolenaarb005cd82019-09-04 15:54:55 +0200795filepath.obj : filepath.c vim.h [.auto]config.h feature.h os_unix.h \
796 ascii.h keymap.h term.h macros.h structs.h regexp.h \
797 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
798 globals.h
Bram Moolenaar5fd0f502019-02-13 23:13:28 +0100799findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \
800 ascii.h keymap.h term.h macros.h structs.h regexp.h \
801 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100802 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000803fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100804 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200805 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000806getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
807 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100808 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100809 globals.h
Bram Moolenaar58d98232005-07-23 22:25:46 +0000810hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
811 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100812 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100813 globals.h
Bram Moolenaar76b92b22006-03-24 22:46:53 +0000814hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000815 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100816 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100817 globals.h
Bram Moolenaarf9cc9f22019-07-14 21:29:22 +0200818highlight.obj : highlight.c vim.h [.auto]config.h feature.h os_unix.h \
819 ascii.h keymap.h term.h macros.h structs.h regexp.h \
820 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
821 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000822if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
823 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100824 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100825 globals.h if_cscope.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000826if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
827 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100828 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100829 globals.h version.h
Bram Moolenaarf878bcf2010-07-30 22:29:41 +0200830if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \
831 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100832 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100833 globals.h if_mzsch.h
Bram Moolenaar4b471622019-01-31 13:48:09 +0100834indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar7591bb32019-03-30 13:53:47 +0100835insexpand.obj : insexpand.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar520e1e42016-01-23 19:46:28 +0100836json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100837 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar14184a32019-02-16 15:10:30 +0100838 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100839 version.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100840list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \
841 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100842 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100843 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000844main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100845 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar14184a32019-02-16 15:10:30 +0100846 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100847 arabic.c
Bram Moolenaarb66bab32019-08-01 14:28:24 +0200848map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \
849 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
850 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000851mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100852 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200853 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000854memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
855 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100856 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100857 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000858memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
859 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100860 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100861 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000862menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100863 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200864 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000865message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
866 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100867 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100868 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000869misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100870 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar14184a32019-02-16 15:10:30 +0100871 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100872 version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000873misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100874 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200875 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaarb20b9e12019-09-21 20:48:04 +0200876mouse.obj : mouse.c vim.h [.auto]config.h feature.h os_unix.h \
877 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
878 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000879move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100880 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200881 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000882mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100883 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200884 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000885normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
886 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100887 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100888 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000889ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100890 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200891 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000892option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
893 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100894 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar0eddca42019-09-12 22:26:43 +0200895 globals.h optiondefs.h
Bram Moolenaardac13472019-09-16 21:06:21 +0200896optionstr.obj : optionstr.c vim.h [.auto]config.h feature.h os_unix.h \
897 ascii.h keymap.h term.h macros.h structs.h regexp.h \
898 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
899 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000900os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
901 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100902 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100903 globals.h os_unixx.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000904os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
905 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100906 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100907 globals.h os_unixx.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000908pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
909 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100910 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100911 globals.h
Bram Moolenaar30e8e732019-09-27 13:08:36 +0200912popupmenu.obj : popupmenu.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaardf1bdc92006-02-23 21:32:16 +0000913 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100914 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100915 globals.h
Bram Moolenaar4d784b22019-05-25 19:51:39 +0200916popupwin.obj : popupwin.c vim.h [.auto]config.h feature.h os_unix.h \
917 ascii.h keymap.h term.h macros.h structs.h regexp.h \
918 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
919 globals.h
Bram Moolenaarfa55cfc2019-07-13 22:59:32 +0200920profiler.obj : profiler.c vim.h [.auto]config.h feature.h os_unix.h \
921 ascii.h keymap.h term.h macros.h structs.h regexp.h \
922 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
923 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000924quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
925 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100926 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100927 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000928regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
929 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100930 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100931 globals.h
Bram Moolenaar4aea03e2019-09-25 22:37:17 +0200932register.obj : register.c vim.h [.auto]config.h feature.h os_unix.h \
933 ascii.h keymap.h term.h macros.h structs.h regexp.h \
934 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
935 globals.h
Bram Moolenaar307c5a52019-08-25 15:41:00 +0200936scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \
937 ascii.h keymap.h term.h macros.h structs.h regexp.h \
938 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
939 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000940screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
941 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100942 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100943 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000944search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
945 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100946 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100947 globals.h
Bram Moolenaar84538072019-07-28 14:15:42 +0200948session.obj : session.c vim.h [.auto]config.h feature.h os_unix.h \
949 ascii.h keymap.h term.h macros.h structs.h regexp.h \
950 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
951 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100952sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
953 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100954 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100955 globals.h
Bram Moolenaarbbea4702019-01-01 13:20:31 +0100956sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \
957 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
958 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100959 globals.h
Bram Moolenaar217ad922005-03-20 22:37:15 +0000960spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \
961 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100962 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100963 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100964spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \
965 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100966 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100967 proto.h globals.h
Bram Moolenaar46a426c2019-09-27 12:41:56 +0200968spellsuggest.obj : spellsuggest.c vim.h [.auto]config.h feature.h os_unix.h \
969 ascii.h keymap.h term.h macros.h option.h structs.h \
970 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
971 proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000972syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
973 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100974 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100975 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000976tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100977 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200978 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000979term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100980 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200981 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000982termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100983 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200984 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaarecaa70e2019-07-14 14:55:39 +0200985testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
986 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200987 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100988textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
989 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200990 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000991ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100992 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200993 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000994undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100995 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200996 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaarac9fb182019-04-27 13:04:13 +0200997usercmd.obj : usercmd.c vim.h [.auto]config.h feature.h os_unix.h \
998 ascii.h keymap.h term.h macros.h option.h structs.h \
999 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
1000 proto.h globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +01001001userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
1002 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001003 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001004 proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001005version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
1006 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001007 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001008 globals.h version.h
Bram Moolenaardefa0672019-07-21 19:25:37 +02001009viminfo.obj : viminfo.c vim.h [.auto]config.h feature.h os_unix.h \
1010 ascii.h keymap.h term.h macros.h structs.h regexp.h \
1011 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1012 globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001013window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
1014 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001015 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001016 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001017gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001018 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +02001019 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001020gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
1021 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001022 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001023 proto.h globals.h [-.pixmaps]stock_icons.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001024gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
1025 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001026 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001027 globals.h gui_gtk_f.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001028gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \
1029 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001030 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001031 globals.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001032 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm
1033gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \
1034 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001035 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001036 globals.h gui_at_sb.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001037gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \
1038 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001039 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001040 globals.h gui_gtk_f.h [-.runtime]vim32x32.xpm \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001041 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm
1042gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \
1043 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001044 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001045 globals.h [-.runtime]vim32x32.xpm \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001046 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \
1047 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \
1048 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \
1049 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \
1050 [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \
1051 [-.pixmaps]tb_find_help.xpm [-.pixmaps]tb_exit.xpm \
1052 [-.pixmaps]tb_undo.xpm [-.pixmaps]tb_redo.xpm [-.pixmaps]tb_help.xpm \
1053 [-.pixmaps]tb_macro.xpm [-.pixmaps]tb_make.xpm \
1054 [-.pixmaps]tb_save_all.xpm [-.pixmaps]tb_jump.xpm \
1055 [-.pixmaps]tb_ctags.xpm [-.pixmaps]tb_load_session.xpm \
1056 [-.pixmaps]tb_save_session.xpm [-.pixmaps]tb_new_session.xpm \
1057 [-.pixmaps]tb_blank.xpm [-.pixmaps]tb_maximize.xpm \
1058 [-.pixmaps]tb_split.xpm [-.pixmaps]tb_minimize.xpm \
1059 [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \
1060 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \
1061 [-.pixmaps]tb_minwidth.xpm
1062gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \
1063 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001064 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001065 globals.h gui_at_sb.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001066gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \
1067 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001068 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001069 globals.h gui_at_sb.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001070pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001071 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +02001072 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001073hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
1074 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001075 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001076 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001077if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \
1078 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001079 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001080 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001081if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \
1082 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001083 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001084 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001085if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \
1086 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001087 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001088 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001089if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \
1090 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001091 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001092 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001093if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
1094 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001095 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001096 globals.h version.h
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001097beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \
1098 ascii.h keymap.h term.h macros.h structs.h regexp.h \
1099 gui.h beval.h option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001100 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001101gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \
1102 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001103 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001104 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001105workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \
1106 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001107 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001108 proto.h globals.h version.h workshop.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001109wsdebug.obj : wsdebug.c
1110integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \
1111 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001112 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001113 globals.h integration.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +00001114netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \
1115 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +01001116 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +01001117 globals.h version.h
Bram Moolenaar88c86eb2019-01-17 17:13:30 +01001118gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h
1119gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h
1120xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
1121xemit.obj : [.xdiff]xemit.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
1122xprepare.obj : [.xdiff]xprepare.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
1123xutils.obj : [.xdiff]xutils.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
1124xhistogram.obj : [.xdiff]xhistogram.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
1125xpatience.obj : [.xdiff]xpatience.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h