blob: b8e5085bb6f0a723658531a8db69e479e65b3fce [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 Moolenaarb005cd82019-09-04 15:54:55 +02005# Last change: 2019 Sep 04
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 Moolenaar4ad62152019-08-17 14:38:55 +0200310SRC = arabic.c arglist.c autocmd.c beval.c blob.c blowfish.c buffer.c \
Bram Moolenaar66b51422019-08-18 21:44:12 +0200311 change.c charset.c cmdexpand.c cmdhist.c crypt.c crypt_zip.c \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200312 debugger.c dict.c diff.c digraph.c drawline.c drawscreen.c edit.c \
313 eval.c evalbuffer.c evalfunc.c \
Bram Moolenaar261f3462019-09-07 15:45:32 +0200314 evalvars.c evalwindow.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c \
315 ex_getln.c \
Bram Moolenaarb005cd82019-09-04 15:54:55 +0200316 if_cscope.c if_xcmdsrv.c fileio.c filepath.c, findfile.c fold.c \
317 getchar.c hardcopy.c hashtab.c highlight.c \
Bram Moolenaar66b51422019-08-18 21:44:12 +0200318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \
Bram Moolenaarb20b9e12019-09-21 20:48:04 +0200319 memfile.c memline.c message.c misc1.c misc2.c mouse.c move.c normal.c \
320 ops.c \
Bram Moolenaardac13472019-09-16 21:06:21 +0200321 option.c optionstr.c popupmnu.c popupwin.c profiler.c quickfix.c \
Bram Moolenaar4aea03e2019-09-25 22:37:17 +0200322 regexp.c register.c scriptfile.c \
Bram Moolenaar4ad62152019-08-17 14:38:55 +0200323 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \
324 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \
325 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \
326 pathdef.c \
Bram Moolenaar85b11762016-02-27 18:13:23 +0100327 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100328 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000329
Bram Moolenaar4ad62152019-08-17 14:38:55 +0200330OBJ = arabic.obj arglist.obj autocmd.obj beval.obj blob.obj blowfish.obj \
Bram Moolenaar66b51422019-08-18 21:44:12 +0200331 buffer.obj change.obj charset.obj cmdexpand.obj cmdhist.obj \
332 crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj digraph.obj \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200333 drawline.obj drawscreen.obj edit.obj eval.obj evalbuffer.obj \
334 evalfunc.obj evalvars.obj evalwindow.obj ex_cmds.obj ex_cmds2.obj \
Bram Moolenaarb005cd82019-09-04 15:54:55 +0200335 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \
336 fileio.obj filepath.obj \
Bram Moolenaar66b51422019-08-18 21:44:12 +0200337 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
338 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
339 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \
Bram Moolenaarb20b9e12019-09-21 20:48:04 +0200340 misc1.obj misc2.obj mouse.obj move.obj mbyte.obj normal.obj ops.obj \
341 option.obj \
Bram Moolenaardac13472019-09-16 21:06:21 +0200342 optionstr.obj popupmnu.obj popupwin.obj profiler.obj quickfix.obj \
Bram Moolenaar4aea03e2019-09-25 22:37:17 +0200343 regexp.obj register.obj scriptfile.obj \
Bram Moolenaar66b51422019-08-18 21:44:12 +0200344 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
345 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \
346 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
Bram Moolenaar84538072019-07-28 14:15:42 +0200347 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \
Bram Moolenaar85b11762016-02-27 18:13:23 +0100348 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100349 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ) $(XDIFF_OBJ)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000350
351# Default target is making the executable
352all : [.auto]config.h mmk_compat motif_env gtk_env perl_env python_env tcl_env ruby_env $(TARGET)
353 ! $@
354
355[.auto]config.h : $(CONFIG_H)
356 copy/nolog $(CONFIG_H) [.auto]config.h
357
358mmk_compat :
359 -@ open/write pd pathdef.c
360 -@ write pd "/* Empty file to satisfy MMK depend. */"
Bram Moolenaarcf0dfa22007-05-10 18:52:16 +0000361 -@ write pd "/* It will be overwritten later on... */"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000362 -@ close pd
363clean :
364 -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*
365 -@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;*
366 -@ if "''F$SEARCH("[.auto]config.h")'" .NES. "" then delete/noconfirm/nolog [.auto]config.h;*
367 -@ if "''F$SEARCH("pathdef.c")'" .NES. "" then delete/noconfirm/nolog pathdef.c;*
368 -@ if "''F$SEARCH("if_perl.c")'" .NES. "" then delete/noconfirm/nolog if_perl.c;*
369 -@ if "''F$SEARCH("*.opt")'" .NES. "" then delete/noconfirm/nolog *.opt;*
370
371# Link the target
372$(TARGET) : $(OBJ)
373 $(LD_DEF) $(LDFLAGS) /exe=$(TARGET) $+ $(ALL_LIBS)
374
375.c.obj :
376 $(CC_DEF) $(ALL_CFLAGS) $<
377
378pathdef.c : check_ccver $(CONFIG_H)
379 -@ write sys$output "creating PATHDEF.C file."
380 -@ open/write pd pathdef.c
381 -@ write pd "/* pathdef.c -- DO NOT EDIT! */"
382 -@ write pd "/* This file is automatically created by MAKE_VMS.MMS"
383 -@ write pd " * Change the file MAKE_VMS.MMS Only. */"
384 -@ write pd "typedef unsigned char char_u;"
385 -@ write pd "char_u *default_vim_dir = (char_u *)"$(VIMLOC)";"
386 -@ write pd "char_u *default_vimruntime_dir = (char_u *)"$(VIMRUN)";"
387 -@ write pd "char_u *all_cflags = (char_u *)""$(CC_DEF)$(ALL_CFLAGS_VER)"";"
388 -@ write pd "char_u *all_lflags = (char_u *)""$(LD_DEF)$(LDFLAGS) /exe=$(TARGET) *.OBJ $(ALL_LIBS)"";"
389 -@ write pd "char_u *compiler_version = (char_u *) ""''CC_VER'"";"
390 -@ write pd "char_u *compiled_user = (char_u *) "$(VIMUSER)";"
Bram Moolenaar3d20ca12006-11-28 16:43:58 +0000391 -@ write pd "char_u *compiled_sys = (char_u *) "$(VIMHOST)";"
392 -@ write pd "char_u *compiled_arch = (char_u *) ""$(MMSARCH_NAME)"";"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000393 -@ close pd
394
395if_perl.c : if_perl.xs
396 -@ $(PERL) PERL_ROOT:[LIB.ExtUtils]xsubpp -prototypes -typemap -
397 PERL_ROOT:[LIB.ExtUtils]typemap if_perl.xs >> $@
398
399make_vms.mms :
400 -@ write sys$output "The name of the makefile MUST be <MAKE_VMS.MMS> !!!"
401
402.IFDEF CCVER
403# This part can make some complications if you're using some predefined
404# symbols/flags for your compiler. If does, just comment out CCVER variable
405check_ccver :
406 -@ define sys$output cc_ver.tmp
407 -@ $(CC_DEF)/version
408 -@ deassign sys$output
409 -@ open/read file cc_ver.tmp
410 -@ read file CC_VER
411 -@ close file
412 -@ delete/noconfirm/nolog cc_ver.tmp.*
413.ELSE
414check_ccver :
415 -@ !
416.ENDIF
417
418.IFDEF MOTIF
419motif_env :
Bram Moolenaar8d343302005-07-12 22:46:17 +0000420.IFDEF XPM
421 -@ write sys$output "using DECW/Motif/XPM environment."
422.ELSE
Bram Moolenaarc9b4b052006-04-30 18:54:39 +0000423 -@ write sys$output "using DECW/Motif environment."
Bram Moolenaar8d343302005-07-12 22:46:17 +0000424.ENDIF
Bram Moolenaar071d4272004-06-13 20:20:40 +0000425 -@ write sys$output "creating OS_VMS_MOTIF.OPT file."
426 -@ open/write opt_file OS_VMS_MOTIF.OPT
427 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-"
428 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-"
429 -@ write opt_file "sys$share:decw$xlibshr.exe/share"
430 -@ close opt_file
431.ELSE
432motif_env :
433 -@ !
434.ENDIF
435
436
437.IFDEF GTK
438gtk_env :
439 -@ write sys$output "using GTK environment:"
440 -@ define/nolog gtk_root /trans=conc $(GTK_DIR)
441 -@ show logical gtk_root
442 -@ write sys$output " include path: "$(GUI_INC)""
443 -@ write sys$output "creating OS_VMS_GTK.OPT file."
444 -@ open/write opt_file OS_VMS_GTK.OPT
445 -@ write opt_file "gtk_root:[glib]libglib.exe /share,-"
446 -@ write opt_file "gtk_root:[glib.gmodule]libgmodule.exe /share,-"
447 -@ write opt_file "gtk_root:[gtk.gdk]libgdk.exe /share,-"
448 -@ write opt_file "gtk_root:[gtk.gtk]libgtk.exe /share,-"
449 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-"
450 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-"
451 -@ write opt_file "sys$share:decw$xlibshr.exe/share"
452 -@ close opt_file
453.ELSE
454gtk_env :
455 -@ !
456.ENDIF
457
458.IFDEF VIM_PERL
459perl_env :
460 -@ write sys$output "using PERL environment:"
461 -@ show logical PERLSHR
462 -@ write sys$output " include path: ""$(PERL_INC)"""
463 -@ show symbol perl
464 -@ open/write pd if_perl.c
465 -@ write pd "/* Empty file to satisfy MMK depend. */"
Bram Moolenaarcf0dfa22007-05-10 18:52:16 +0000466 -@ write pd "/* It will be overwritten later on... */"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000467 -@ close pd
468 -@ write sys$output "creating OS_VMS_PERL.OPT file."
469 -@ open/write opt_file OS_VMS_PERL.OPT
470 -@ write opt_file "PERLSHR /share"
471 -@ close opt_file
472.ELSE
473perl_env :
474 -@ !
475.ENDIF
476
477.IFDEF VIM_PYTHON
478python_env :
479 -@ write sys$output "using PYTHON environment:"
480 -@ show logical PYTHON_INCLUDE
481 -@ show logical PYTHON_OLB
482 -@ write sys$output "creating OS_VMS_PYTHON.OPT file."
483 -@ open/write opt_file OS_VMS_PYTHON.OPT
484 -@ write opt_file "PYTHON_OLB:PYTHON.OLB /share"
485 -@ close opt_file
486.ELSE
487python_env :
488 -@ !
489.ENDIF
490
491.IFDEF VIM_TCL
492tcl_env :
493 -@ write sys$output "using TCL environment:"
494 -@ show logical TCLSHR
495 -@ write sys$output " include path: ""$(TCL_INC)"""
496 -@ write sys$output "creating OS_VMS_TCL.OPT file."
497 -@ open/write opt_file OS_VMS_TCL.OPT
498 -@ write opt_file "TCLSHR /share"
499 -@ close opt_file
500.ELSE
501tcl_env :
502 -@ !
503.ENDIF
504
505.IFDEF VIM_RUBY
506ruby_env :
507 -@ write sys$output "using RUBY environment:"
508 -@ write sys$output " include path: ""$(RUBY_INC)"""
509 -@ write sys$output "creating OS_VMS_RUBY.OPT file."
510 -@ open/write opt_file OS_VMS_RUBY.OPT
511 -@ write opt_file "RUBYSHR /share"
512 -@ close opt_file
513.ELSE
514ruby_env :
515 -@ !
516.ENDIF
517
Bram Moolenaar3b98b832016-07-02 21:45:17 +0200518arabic.obj : arabic.c vim.h
Bram Moolenaar4ad62152019-08-17 14:38:55 +0200519arglist.obj : arglist.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar3e460fd2019-01-26 16:21:07 +0100520autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar05a29072019-01-18 22:59:53 +0100521blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h
522blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000523buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
524 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100525 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100526 globals.h version.h
Bram Moolenaarec28d152019-05-11 18:36:34 +0200527change.obj : change.c vim.h [.auto]config.h feature.h os_unix.h \
528 ascii.h keymap.h term.h macros.h structs.h regexp.h \
529 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
530 globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000531charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
532 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100533 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100534 globals.h
Bram Moolenaar66b51422019-08-18 21:44:12 +0200535cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \
536 ascii.h keymap.h term.h macros.h structs.h regexp.h \
537 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
538 globals.h
Bram Moolenaard7663c22019-08-06 21:59:57 +0200539cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \
540 ascii.h keymap.h term.h macros.h structs.h regexp.h \
541 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
542 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100543crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \
544 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100545 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100546 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100547crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \
548 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100549 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100550 proto.h globals.h
Bram Moolenaareead75c2019-04-21 11:35:00 +0200551debugger.obj : debugger.c vim.h [.auto]config.h feature.h os_unix.h \
552 ascii.h keymap.h term.h macros.h structs.h regexp.h \
553 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
554 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100555dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
556 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100557 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100558 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000559diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100560 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200561 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000562digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
563 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100564 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100565 globals.h
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200566drawline.obj : drawline.c vim.h [.auto]config.h feature.h os_unix.h \
567 ascii.h keymap.h term.h macros.h structs.h regexp.h \
568 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
569 globals.h
570drawscreen.obj : drawscreen.c vim.h [.auto]config.h feature.h os_unix.h \
571 ascii.h keymap.h term.h macros.h structs.h regexp.h \
572 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
573 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000574edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100575 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200576 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000577eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100578 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar14184a32019-02-16 15:10:30 +0100579 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100580 version.h
Bram Moolenaar261f3462019-09-07 15:45:32 +0200581evalbuffer.obj : evalbuffer.c vim.h [.auto]config.h feature.h os_unix.h \
582 ascii.h keymap.h term.h macros.h option.h structs.h \
583 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
584 proto.h globals.h version.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100585evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \
586 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100587 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100588 proto.h globals.h version.h
Bram Moolenaar0522ba02019-08-27 22:48:30 +0200589evalvars.obj : evalvars.c vim.h [.auto]config.h feature.h os_unix.h \
590 ascii.h keymap.h term.h macros.h option.h structs.h \
591 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
592 proto.h globals.h version.h
Bram Moolenaar261f3462019-09-07 15:45:32 +0200593evalwindow.obj : evalwindow.c vim.h [.auto]config.h feature.h os_unix.h \
594 ascii.h keymap.h term.h macros.h option.h structs.h \
595 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
596 proto.h globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000597ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
598 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100599 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100600 globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000601ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
602 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100603 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100604 globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000605ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \
606 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100607 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100608 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000609ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \
610 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100611 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100612 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000613ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \
614 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100615 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100616 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000617fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \
618 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100619 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100620 globals.h
Bram Moolenaarb005cd82019-09-04 15:54:55 +0200621filepath.obj : filepath.c vim.h [.auto]config.h feature.h os_unix.h \
622 ascii.h keymap.h term.h macros.h structs.h regexp.h \
623 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
624 globals.h
Bram Moolenaar5fd0f502019-02-13 23:13:28 +0100625findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \
626 ascii.h keymap.h term.h macros.h structs.h regexp.h \
627 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100628 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000629fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100630 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200631 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000632getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
633 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100634 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100635 globals.h
Bram Moolenaar58d98232005-07-23 22:25:46 +0000636hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
637 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100638 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100639 globals.h
Bram Moolenaar76b92b22006-03-24 22:46:53 +0000640hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000641 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100642 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100643 globals.h
Bram Moolenaarf9cc9f22019-07-14 21:29:22 +0200644highlight.obj : highlight.c vim.h [.auto]config.h feature.h os_unix.h \
645 ascii.h keymap.h term.h macros.h structs.h regexp.h \
646 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
647 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000648if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
649 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100650 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100651 globals.h if_cscope.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000652if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
653 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100654 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100655 globals.h version.h
Bram Moolenaarf878bcf2010-07-30 22:29:41 +0200656if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \
657 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100658 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100659 globals.h if_mzsch.h
Bram Moolenaar4b471622019-01-31 13:48:09 +0100660indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar7591bb32019-03-30 13:53:47 +0100661insexpand.obj : insexpand.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar520e1e42016-01-23 19:46:28 +0100662json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100663 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar14184a32019-02-16 15:10:30 +0100664 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100665 version.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100666list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \
667 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100668 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100669 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000670main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100671 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar14184a32019-02-16 15:10:30 +0100672 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100673 arabic.c
Bram Moolenaarb66bab32019-08-01 14:28:24 +0200674map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \
675 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
676 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000677mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100678 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200679 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000680memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
681 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100682 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100683 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000684memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
685 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100686 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100687 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000688menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100689 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200690 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000691message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
692 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100693 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100694 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000695misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100696 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar14184a32019-02-16 15:10:30 +0100697 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100698 version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000699misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100700 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200701 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaarb20b9e12019-09-21 20:48:04 +0200702mouse.obj : mouse.c vim.h [.auto]config.h feature.h os_unix.h \
703 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
704 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000705move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100706 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200707 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000708mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100709 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200710 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000711normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
712 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100713 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100714 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000715ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100716 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200717 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000718option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
719 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100720 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar0eddca42019-09-12 22:26:43 +0200721 globals.h optiondefs.h
Bram Moolenaardac13472019-09-16 21:06:21 +0200722optionstr.obj : optionstr.c vim.h [.auto]config.h feature.h os_unix.h \
723 ascii.h keymap.h term.h macros.h structs.h regexp.h \
724 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
725 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000726os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
727 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100728 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100729 globals.h os_unixx.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000730os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
731 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100732 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100733 globals.h os_unixx.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000734pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
735 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100736 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100737 globals.h
Bram Moolenaar76b92b22006-03-24 22:46:53 +0000738popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaardf1bdc92006-02-23 21:32:16 +0000739 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100740 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100741 globals.h
Bram Moolenaar4d784b22019-05-25 19:51:39 +0200742popupwin.obj : popupwin.c vim.h [.auto]config.h feature.h os_unix.h \
743 ascii.h keymap.h term.h macros.h structs.h regexp.h \
744 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
745 globals.h
Bram Moolenaarfa55cfc2019-07-13 22:59:32 +0200746profiler.obj : profiler.c vim.h [.auto]config.h feature.h os_unix.h \
747 ascii.h keymap.h term.h macros.h structs.h regexp.h \
748 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
749 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000750quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
751 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100752 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100753 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000754regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
755 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100756 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100757 globals.h
Bram Moolenaar4aea03e2019-09-25 22:37:17 +0200758register.obj : register.c vim.h [.auto]config.h feature.h os_unix.h \
759 ascii.h keymap.h term.h macros.h structs.h regexp.h \
760 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
761 globals.h
Bram Moolenaar307c5a52019-08-25 15:41:00 +0200762scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \
763 ascii.h keymap.h term.h macros.h structs.h regexp.h \
764 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
765 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000766screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
767 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100768 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100769 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000770search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
771 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100772 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100773 globals.h
Bram Moolenaar84538072019-07-28 14:15:42 +0200774session.obj : session.c vim.h [.auto]config.h feature.h os_unix.h \
775 ascii.h keymap.h term.h macros.h structs.h regexp.h \
776 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
777 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100778sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
779 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100780 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100781 globals.h
Bram Moolenaarbbea4702019-01-01 13:20:31 +0100782sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \
783 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
784 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100785 globals.h
Bram Moolenaar217ad922005-03-20 22:37:15 +0000786spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \
787 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100788 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100789 globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100790spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \
791 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100792 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100793 proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000794syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
795 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100796 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100797 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000798tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100799 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200800 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000801term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100802 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200803 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000804termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100805 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200806 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaarecaa70e2019-07-14 14:55:39 +0200807testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
808 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200809 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100810textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
811 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200812 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000813ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100814 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200815 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000816undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100817 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200818 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaarac9fb182019-04-27 13:04:13 +0200819usercmd.obj : usercmd.c vim.h [.auto]config.h feature.h os_unix.h \
820 ascii.h keymap.h term.h macros.h option.h structs.h \
821 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
822 proto.h globals.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100823userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
824 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100825 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100826 proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000827version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
828 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100829 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100830 globals.h version.h
Bram Moolenaardefa0672019-07-21 19:25:37 +0200831viminfo.obj : viminfo.c vim.h [.auto]config.h feature.h os_unix.h \
832 ascii.h keymap.h term.h macros.h structs.h regexp.h \
833 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
834 globals.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000835window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
836 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100837 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100838 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000839gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100840 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200841 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000842gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
843 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100844 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100845 proto.h globals.h [-.pixmaps]stock_icons.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000846gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
847 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100848 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100849 globals.h gui_gtk_f.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000850gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \
851 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100852 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100853 globals.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000854 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm
855gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \
856 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100857 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100858 globals.h gui_at_sb.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000859gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \
860 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100861 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100862 globals.h gui_gtk_f.h [-.runtime]vim32x32.xpm \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000863 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm
864gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \
865 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100866 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100867 globals.h [-.runtime]vim32x32.xpm \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000868 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \
869 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \
870 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \
871 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \
872 [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \
873 [-.pixmaps]tb_find_help.xpm [-.pixmaps]tb_exit.xpm \
874 [-.pixmaps]tb_undo.xpm [-.pixmaps]tb_redo.xpm [-.pixmaps]tb_help.xpm \
875 [-.pixmaps]tb_macro.xpm [-.pixmaps]tb_make.xpm \
876 [-.pixmaps]tb_save_all.xpm [-.pixmaps]tb_jump.xpm \
877 [-.pixmaps]tb_ctags.xpm [-.pixmaps]tb_load_session.xpm \
878 [-.pixmaps]tb_save_session.xpm [-.pixmaps]tb_new_session.xpm \
879 [-.pixmaps]tb_blank.xpm [-.pixmaps]tb_maximize.xpm \
880 [-.pixmaps]tb_split.xpm [-.pixmaps]tb_minimize.xpm \
881 [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \
882 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \
883 [-.pixmaps]tb_minwidth.xpm
884gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \
885 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100886 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100887 globals.h gui_at_sb.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000888gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \
889 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100890 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100891 globals.h gui_at_sb.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000892pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100893 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar7528d1f2019-09-19 23:06:20 +0200894 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000895hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
896 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100897 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100898 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000899if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \
900 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100901 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100902 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000903if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \
904 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100905 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100906 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000907if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \
908 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100909 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100910 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000911if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \
912 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100913 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100914 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000915if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
916 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100917 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100918 globals.h version.h
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100919beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \
920 ascii.h keymap.h term.h macros.h structs.h regexp.h \
921 gui.h beval.h option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100922 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000923gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \
924 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100925 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100926 globals.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000927workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \
928 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100929 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100930 proto.h globals.h version.h workshop.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000931wsdebug.obj : wsdebug.c
932integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \
933 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100934 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100935 globals.h integration.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000936netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \
937 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100938 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaare37368c2019-03-22 16:57:45 +0100939 globals.h version.h
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100940gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h
941gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h
942xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
943xemit.obj : [.xdiff]xemit.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
944xprepare.obj : [.xdiff]xprepare.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
945xutils.obj : [.xdiff]xutils.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
946xhistogram.obj : [.xdiff]xhistogram.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
947xpatience.obj : [.xdiff]xpatience.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h