blob: 92f5ab12ef091735bad8c06f30e1e9109c8427de [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 Moolenaar05a29072019-01-18 22:59:53 +01005# Last change: 2019 Jan 18
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
259.IFDEF VIM_TAG_ANYWHITE
260# TAG_ANYWHITE related setup.
261TAG_DEF = ,"FEAT_TAG_ANYWHITE"
262.ENDIF
263
Bram Moolenaarf878bcf2010-07-30 22:29:41 +0200264.IFDEF VIM_MZSCHEME
265# MZSCHEME related setup
266MZSCH_DEF = ,"FEAT_MZSCHEME"
267MZSCH_SRC = if_mzsch.c
268MZSCH_OBJ = if_mzsch.obj
269.ENDIF
Bram Moolenaar071d4272004-06-13 20:20:40 +0000270
Bram Moolenaar206f0112014-03-12 16:51:55 +0100271.IFDEF VIM_ICONV
272# ICONV related setup
273ICONV_DEF = ,"USE_ICONV"
274.ENDIF
275
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100276# XDIFF related setup.
277XDIFF_SRC = xdiffi.c,xemit.c,xprepare.c,xutils.c,xhistogram.c,xpatience.c
278XDIFF_OBJ = xdiffi.obj,xemit.obj,xprepare.obj,xutils.obj,xhistogram.obj,xpatience.obj
279XDIFF_INC = ,[.xdiff]
280
Bram Moolenaar071d4272004-06-13 20:20:40 +0000281######################################################################
282# End of configuration section.
283# Please, do not change anything below without programming experience.
284######################################################################
285
Bram Moolenaar071d4272004-06-13 20:20:40 +0000286MODEL_DEF = "FEAT_$(MODEL)",
287
288# These go into pathdef.c
289VIMUSER = "''F$EDIT(F$GETJPI(" ","USERNAME"),"TRIM")'"
290VIMHOST = "''F$TRNLNM("SYS$NODE")'''F$TRNLNM("UCX$INET_HOST")'.''F$TRNLNM("UCX$INET_DOMAIN")'"
291
292.SUFFIXES : .obj .c
293
Bram Moolenaar206f0112014-03-12 16:51:55 +0100294ALL_CFLAGS = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) -
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100295 $(TCL_DEF)$(RUBY_DEF)$(XIM_DEF)$(HANGULIN_DEF)$(TAG_DEF)$(MZSCH_DEF) -
296 $(ICONV_DEF)) -
Bram Moolenaar071d4272004-06-13 20:20:40 +0000297 $(CFLAGS)$(GUI_FLAG) -
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100298 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC)$(PERL_INC)$(PYTHON_INC) -
299 $(TCL_INC)$(XDIFF_INC)$(XPM_INC))
Bram Moolenaar071d4272004-06-13 20:20:40 +0000300
301# CFLAGS displayed in :ver information
302# It is specially formated for correct display of unix like includes
303# as $(GUI_INC) - replaced with $(GUI_INC_VER)
304# Otherwise should not be any other difference.
Bram Moolenaar206f0112014-03-12 16:51:55 +0100305ALL_CFLAGS_VER = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) -
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100306 $(TCL_DEF)$(RUBY_DEF)$(XIM_DEF)$(HANGULIN_DEF)$(TAG_DEF)$(MZSCH_DEF) -
307 $(ICONV_DEF)) -
Bram Moolenaar071d4272004-06-13 20:20:40 +0000308 $(CFLAGS)$(GUI_FLAG) -
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100309 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC) -
310 $(TCL_INC)$(XDIFF_INC)$(XPM_INC))
Bram Moolenaar071d4272004-06-13 20:20:40 +0000311
312ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
Bram Moolenaar85b11762016-02-27 18:13:23 +0100313 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000314
Bram Moolenaar5fd0f502019-02-13 23:13:28 +0100315SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c charset.c \
316 crypt.c crypt_zip.c dict.c diff.c digraph.c edit.c eval.c evalfunc.c \
317 ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c if_cscope.c \
318 if_xcmdsrv.c farsi.c fileio.c findfile.c fold.c getchar.c hardcopy.c \
319 hashtab.c indent.c json.c list.c main.c mark.c menu.c mbyte.c \
320 memfile.c memline.c message.c misc1.c misc2.c move.c normal.c ops.c \
321 option.c popupmnu.c quickfix.c regexp.c search.c sha256.c sign.c \
322 spell.c spellfile.c syntax.c tag.c term.c termlib.c textprop.c ui.c \
323 undo.c userfunc.c version.c screen.c window.c os_unix.c os_vms.c \
324 pathdef.c
Bram Moolenaar85b11762016-02-27 18:13:23 +0100325 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100326 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000327
Bram Moolenaar5fd0f502019-02-13 23:13:28 +0100328OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj \
329 charset.obj crypt.obj crypt_zip.obj dict.obj diff.obj digraph.obj \
330 edit.obj eval.obj evalfunc.obj ex_cmds.obj ex_cmds2.obj ex_docmd.obj \
331 ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj farsi.obj \
332 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
333 indent.obj json.obj list.obj main.obj mark.obj menu.obj memfile.obj \
334 memline.obj message.obj misc1.obj misc2.obj move.obj mbyte.obj \
335 normal.obj ops.obj option.obj popupmnu.obj quickfix.obj regexp.obj \
336 search.obj sha256.obj sign.obj spell.obj spellfile.obj syntax.obj \
337 tag.obj term.obj termlib.obj textprop.obj ui.obj undo.obj \
338 userfunc.obj screen.obj version.obj window.obj os_unix.obj os_vms.obj \
339 pathdef.obj if_mzsch.obj \
Bram Moolenaar85b11762016-02-27 18:13:23 +0100340 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100341 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ) $(XDIFF_OBJ)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000342
343# Default target is making the executable
344all : [.auto]config.h mmk_compat motif_env gtk_env perl_env python_env tcl_env ruby_env $(TARGET)
345 ! $@
346
347[.auto]config.h : $(CONFIG_H)
348 copy/nolog $(CONFIG_H) [.auto]config.h
349
350mmk_compat :
351 -@ open/write pd pathdef.c
352 -@ write pd "/* Empty file to satisfy MMK depend. */"
Bram Moolenaarcf0dfa22007-05-10 18:52:16 +0000353 -@ write pd "/* It will be overwritten later on... */"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000354 -@ close pd
355clean :
356 -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*
357 -@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;*
358 -@ if "''F$SEARCH("[.auto]config.h")'" .NES. "" then delete/noconfirm/nolog [.auto]config.h;*
359 -@ if "''F$SEARCH("pathdef.c")'" .NES. "" then delete/noconfirm/nolog pathdef.c;*
360 -@ if "''F$SEARCH("if_perl.c")'" .NES. "" then delete/noconfirm/nolog if_perl.c;*
361 -@ if "''F$SEARCH("*.opt")'" .NES. "" then delete/noconfirm/nolog *.opt;*
362
363# Link the target
364$(TARGET) : $(OBJ)
365 $(LD_DEF) $(LDFLAGS) /exe=$(TARGET) $+ $(ALL_LIBS)
366
367.c.obj :
368 $(CC_DEF) $(ALL_CFLAGS) $<
369
370pathdef.c : check_ccver $(CONFIG_H)
371 -@ write sys$output "creating PATHDEF.C file."
372 -@ open/write pd pathdef.c
373 -@ write pd "/* pathdef.c -- DO NOT EDIT! */"
374 -@ write pd "/* This file is automatically created by MAKE_VMS.MMS"
375 -@ write pd " * Change the file MAKE_VMS.MMS Only. */"
376 -@ write pd "typedef unsigned char char_u;"
377 -@ write pd "char_u *default_vim_dir = (char_u *)"$(VIMLOC)";"
378 -@ write pd "char_u *default_vimruntime_dir = (char_u *)"$(VIMRUN)";"
379 -@ write pd "char_u *all_cflags = (char_u *)""$(CC_DEF)$(ALL_CFLAGS_VER)"";"
380 -@ write pd "char_u *all_lflags = (char_u *)""$(LD_DEF)$(LDFLAGS) /exe=$(TARGET) *.OBJ $(ALL_LIBS)"";"
381 -@ write pd "char_u *compiler_version = (char_u *) ""''CC_VER'"";"
382 -@ write pd "char_u *compiled_user = (char_u *) "$(VIMUSER)";"
Bram Moolenaar3d20ca12006-11-28 16:43:58 +0000383 -@ write pd "char_u *compiled_sys = (char_u *) "$(VIMHOST)";"
384 -@ write pd "char_u *compiled_arch = (char_u *) ""$(MMSARCH_NAME)"";"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000385 -@ close pd
386
387if_perl.c : if_perl.xs
388 -@ $(PERL) PERL_ROOT:[LIB.ExtUtils]xsubpp -prototypes -typemap -
389 PERL_ROOT:[LIB.ExtUtils]typemap if_perl.xs >> $@
390
391make_vms.mms :
392 -@ write sys$output "The name of the makefile MUST be <MAKE_VMS.MMS> !!!"
393
394.IFDEF CCVER
395# This part can make some complications if you're using some predefined
396# symbols/flags for your compiler. If does, just comment out CCVER variable
397check_ccver :
398 -@ define sys$output cc_ver.tmp
399 -@ $(CC_DEF)/version
400 -@ deassign sys$output
401 -@ open/read file cc_ver.tmp
402 -@ read file CC_VER
403 -@ close file
404 -@ delete/noconfirm/nolog cc_ver.tmp.*
405.ELSE
406check_ccver :
407 -@ !
408.ENDIF
409
410.IFDEF MOTIF
411motif_env :
Bram Moolenaar8d343302005-07-12 22:46:17 +0000412.IFDEF XPM
413 -@ write sys$output "using DECW/Motif/XPM environment."
414.ELSE
Bram Moolenaarc9b4b052006-04-30 18:54:39 +0000415 -@ write sys$output "using DECW/Motif environment."
Bram Moolenaar8d343302005-07-12 22:46:17 +0000416.ENDIF
Bram Moolenaar071d4272004-06-13 20:20:40 +0000417 -@ write sys$output "creating OS_VMS_MOTIF.OPT file."
418 -@ open/write opt_file OS_VMS_MOTIF.OPT
419 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-"
420 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-"
421 -@ write opt_file "sys$share:decw$xlibshr.exe/share"
422 -@ close opt_file
423.ELSE
424motif_env :
425 -@ !
426.ENDIF
427
428
429.IFDEF GTK
430gtk_env :
431 -@ write sys$output "using GTK environment:"
432 -@ define/nolog gtk_root /trans=conc $(GTK_DIR)
433 -@ show logical gtk_root
434 -@ write sys$output " include path: "$(GUI_INC)""
435 -@ write sys$output "creating OS_VMS_GTK.OPT file."
436 -@ open/write opt_file OS_VMS_GTK.OPT
437 -@ write opt_file "gtk_root:[glib]libglib.exe /share,-"
438 -@ write opt_file "gtk_root:[glib.gmodule]libgmodule.exe /share,-"
439 -@ write opt_file "gtk_root:[gtk.gdk]libgdk.exe /share,-"
440 -@ write opt_file "gtk_root:[gtk.gtk]libgtk.exe /share,-"
441 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-"
442 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-"
443 -@ write opt_file "sys$share:decw$xlibshr.exe/share"
444 -@ close opt_file
445.ELSE
446gtk_env :
447 -@ !
448.ENDIF
449
450.IFDEF VIM_PERL
451perl_env :
452 -@ write sys$output "using PERL environment:"
453 -@ show logical PERLSHR
454 -@ write sys$output " include path: ""$(PERL_INC)"""
455 -@ show symbol perl
456 -@ open/write pd if_perl.c
457 -@ write pd "/* Empty file to satisfy MMK depend. */"
Bram Moolenaarcf0dfa22007-05-10 18:52:16 +0000458 -@ write pd "/* It will be overwritten later on... */"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000459 -@ close pd
460 -@ write sys$output "creating OS_VMS_PERL.OPT file."
461 -@ open/write opt_file OS_VMS_PERL.OPT
462 -@ write opt_file "PERLSHR /share"
463 -@ close opt_file
464.ELSE
465perl_env :
466 -@ !
467.ENDIF
468
469.IFDEF VIM_PYTHON
470python_env :
471 -@ write sys$output "using PYTHON environment:"
472 -@ show logical PYTHON_INCLUDE
473 -@ show logical PYTHON_OLB
474 -@ write sys$output "creating OS_VMS_PYTHON.OPT file."
475 -@ open/write opt_file OS_VMS_PYTHON.OPT
476 -@ write opt_file "PYTHON_OLB:PYTHON.OLB /share"
477 -@ close opt_file
478.ELSE
479python_env :
480 -@ !
481.ENDIF
482
483.IFDEF VIM_TCL
484tcl_env :
485 -@ write sys$output "using TCL environment:"
486 -@ show logical TCLSHR
487 -@ write sys$output " include path: ""$(TCL_INC)"""
488 -@ write sys$output "creating OS_VMS_TCL.OPT file."
489 -@ open/write opt_file OS_VMS_TCL.OPT
490 -@ write opt_file "TCLSHR /share"
491 -@ close opt_file
492.ELSE
493tcl_env :
494 -@ !
495.ENDIF
496
497.IFDEF VIM_RUBY
498ruby_env :
499 -@ write sys$output "using RUBY environment:"
500 -@ write sys$output " include path: ""$(RUBY_INC)"""
501 -@ write sys$output "creating OS_VMS_RUBY.OPT file."
502 -@ open/write opt_file OS_VMS_RUBY.OPT
503 -@ write opt_file "RUBYSHR /share"
504 -@ close opt_file
505.ELSE
506ruby_env :
507 -@ !
508.ENDIF
509
Bram Moolenaar3b98b832016-07-02 21:45:17 +0200510arabic.obj : arabic.c vim.h
Bram Moolenaar3e460fd2019-01-26 16:21:07 +0100511autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar05a29072019-01-18 22:59:53 +0100512blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h
513blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000514buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
515 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100516 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000517 globals.h farsi.h arabic.h version.h
518charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
519 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100520 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000521 globals.h farsi.h arabic.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100522crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \
523 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100524 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100525 globals.h farsi.h arabic.h
526crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \
527 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100528 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100529 proto.h globals.h farsi.h arabic.h
530dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
531 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100532 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100533 globals.h farsi.h arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000534diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100535 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000536 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
537 arabic.h
538digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
539 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100540 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000541 globals.h farsi.h arabic.h
542edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100543 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000544 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
545 arabic.h
546eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100547 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000548 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
549 arabic.h version.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100550evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \
551 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100552 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100553 proto.h globals.h farsi.h arabic.h version.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000554ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
555 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100556 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000557 globals.h farsi.h arabic.h version.h
558ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
559 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100560 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000561 globals.h farsi.h arabic.h version.h
562ex_docmd.obj : ex_docmd.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000565 globals.h farsi.h arabic.h
566ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \
567 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100568 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000569 globals.h farsi.h arabic.h
570ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \
571 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100572 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000573 globals.h farsi.h arabic.h
Bram Moolenaar3b98b832016-07-02 21:45:17 +0200574farsi.obj : farsi.c vim.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000575fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \
576 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100577 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000578 globals.h farsi.h arabic.h
Bram Moolenaar5fd0f502019-02-13 23:13:28 +0100579findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \
580 ascii.h keymap.h term.h macros.h structs.h regexp.h \
581 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
582 globals.h farsi.h arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000583fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100584 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000585 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
586 arabic.h
587getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
588 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100589 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000590 globals.h farsi.h arabic.h
Bram Moolenaar58d98232005-07-23 22:25:46 +0000591hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
592 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100593 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar58d98232005-07-23 22:25:46 +0000594 globals.h farsi.h arabic.h
Bram Moolenaar76b92b22006-03-24 22:46:53 +0000595hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000596 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100597 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000598 globals.h farsi.h arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000599if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
600 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100601 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000602 globals.h farsi.h arabic.h if_cscope.h
603if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
604 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100605 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000606 globals.h farsi.h arabic.h version.h
Bram Moolenaarf878bcf2010-07-30 22:29:41 +0200607if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \
608 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100609 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \
Bram Moolenaarf878bcf2010-07-30 22:29:41 +0200610 globals.h farsi.h arabic.h if_mzsch.h
Bram Moolenaar4b471622019-01-31 13:48:09 +0100611indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h
Bram Moolenaar520e1e42016-01-23 19:46:28 +0100612json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100613 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar520e1e42016-01-23 19:46:28 +0100614 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
615 arabic.h version.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100616list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \
617 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100618 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100619 globals.h farsi.h arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000620main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100621 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000622 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
623 arabic.h farsi.c arabic.c
624mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100625 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000626 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
627 arabic.h
628memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
629 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100630 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000631 globals.h farsi.h arabic.h
632memline.obj : memline.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000635 globals.h farsi.h arabic.h
636menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100637 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000638 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
639 arabic.h
640message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
641 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 Moolenaar1cd871b2004-12-19 22:46:22 +0000643 globals.h farsi.h arabic.h
644misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100645 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000646 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
647 arabic.h version.h
648misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100649 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000650 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
651 arabic.h
652move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100653 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000654 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
655 arabic.h
656mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100657 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000658 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
659 arabic.h
660normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
661 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100662 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000663 globals.h farsi.h arabic.h
664ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100665 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000666 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
667 arabic.h
668option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
669 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100670 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000671 globals.h farsi.h arabic.h
672os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
673 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100674 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000675 globals.h farsi.h arabic.h os_unixx.h
676os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
677 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100678 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000679 globals.h farsi.h arabic.h os_unixx.h
680pathdef.obj : pathdef.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000683 globals.h farsi.h arabic.h
Bram Moolenaar76b92b22006-03-24 22:46:53 +0000684popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaardf1bdc92006-02-23 21:32:16 +0000685 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 Moolenaardf1bdc92006-02-23 21:32:16 +0000687 globals.h farsi.h arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000688quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
689 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100690 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000691 globals.h farsi.h arabic.h
692regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
693 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100694 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000695 globals.h farsi.h arabic.h
696screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
697 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100698 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000699 globals.h farsi.h arabic.h
700search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
701 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100702 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000703 globals.h farsi.h arabic.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100704sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
705 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100706 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100707 globals.h farsi.h arabic.h
Bram Moolenaarbbea4702019-01-01 13:20:31 +0100708sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \
709 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
710 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
711 globals.h farsi.h arabic.h
Bram Moolenaar217ad922005-03-20 22:37:15 +0000712spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \
713 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100714 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar217ad922005-03-20 22:37:15 +0000715 globals.h farsi.h arabic.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100716spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \
717 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100718 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100719 proto.h globals.h farsi.h arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000720syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
721 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100722 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000723 globals.h farsi.h arabic.h
724tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100725 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000726 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
727 arabic.h
728term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100729 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000730 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
731 arabic.h
732termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100733 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000734 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
735 arabic.h
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100736textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
737 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
738 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
739 arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000740ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100741 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000742 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
743 arabic.h
744undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100745 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000746 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
747 arabic.h
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100748userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
749 ascii.h keymap.h term.h macros.h option.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100750 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
Bram Moolenaarde5e2c22016-11-04 20:35:31 +0100751 proto.h globals.h farsi.h arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000752version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
753 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100754 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000755 globals.h farsi.h arabic.h version.h
756window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
757 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100758 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000759 globals.h farsi.h arabic.h
760gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100761 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000762 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
763 arabic.h
764gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
765 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100766 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000767 proto.h globals.h farsi.h arabic.h [-.pixmaps]stock_icons.h
768gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
769 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100770 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000771 globals.h farsi.h arabic.h gui_gtk_f.h
772gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \
773 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100774 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000775 globals.h farsi.h arabic.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \
776 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm
777gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \
778 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100779 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000780 globals.h farsi.h arabic.h gui_at_sb.h
781gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \
782 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100783 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000784 globals.h farsi.h arabic.h gui_gtk_f.h [-.runtime]vim32x32.xpm \
785 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm
786gui_x11.obj : gui_x11.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000789 globals.h farsi.h arabic.h [-.runtime]vim32x32.xpm \
790 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \
791 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \
792 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \
793 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \
794 [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \
795 [-.pixmaps]tb_find_help.xpm [-.pixmaps]tb_exit.xpm \
796 [-.pixmaps]tb_undo.xpm [-.pixmaps]tb_redo.xpm [-.pixmaps]tb_help.xpm \
797 [-.pixmaps]tb_macro.xpm [-.pixmaps]tb_make.xpm \
798 [-.pixmaps]tb_save_all.xpm [-.pixmaps]tb_jump.xpm \
799 [-.pixmaps]tb_ctags.xpm [-.pixmaps]tb_load_session.xpm \
800 [-.pixmaps]tb_save_session.xpm [-.pixmaps]tb_new_session.xpm \
801 [-.pixmaps]tb_blank.xpm [-.pixmaps]tb_maximize.xpm \
802 [-.pixmaps]tb_split.xpm [-.pixmaps]tb_minimize.xpm \
803 [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \
804 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \
805 [-.pixmaps]tb_minwidth.xpm
806gui_at_sb.obj : gui_at_sb.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000809 globals.h farsi.h arabic.h gui_at_sb.h
810gui_at_fs.obj : gui_at_fs.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000813 globals.h farsi.h arabic.h gui_at_sb.h
814pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100815 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000816 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
817 arabic.h
818hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
819 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100820 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000821 globals.h farsi.h arabic.h
822if_perl.obj : [.auto]if_perl.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000825 globals.h farsi.h arabic.h
826if_perlsfio.obj : if_perlsfio.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000829 globals.h farsi.h arabic.h
830if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \
831 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100832 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000833 globals.h farsi.h arabic.h
834if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \
835 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100836 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000837 globals.h farsi.h arabic.h
838if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
839 ascii.h keymap.h term.h macros.h structs.h regexp.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100840 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000841 globals.h farsi.h arabic.h version.h
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100842beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \
843 ascii.h keymap.h term.h macros.h structs.h regexp.h \
844 gui.h beval.h option.h ex_cmds.h proto.h \
845 globals.h farsi.h arabic.h
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000846gui_beval.obj : gui_beval.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000849 globals.h farsi.h arabic.h
850workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \
851 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
Bram Moolenaarc3719bd2017-11-18 22:13:31 +0100852 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
Bram Moolenaar1cd871b2004-12-19 22:46:22 +0000853 proto.h globals.h farsi.h arabic.h version.h workshop.h
854wsdebug.obj : wsdebug.c
855integration.obj : integration.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000858 globals.h farsi.h arabic.h integration.h
859netbeans.obj : netbeans.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 Moolenaar1cd871b2004-12-19 22:46:22 +0000862 globals.h farsi.h arabic.h version.h
Bram Moolenaar88c86eb2019-01-17 17:13:30 +0100863gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h
864gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h
865xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
866xemit.obj : [.xdiff]xemit.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
867xprepare.obj : [.xdiff]xprepare.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
868xutils.obj : [.xdiff]xutils.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
869xhistogram.obj : [.xdiff]xhistogram.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
870xpatience.obj : [.xdiff]xpatience.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h