22# Makefile for Vim on OpenVMS
33#
44# Maintainer: Zoltan Arpadffy <
[email protected] >
5- # Last change: 2016 Jul 02
5+ # Last change: 2016 Nov 04
66#
77# This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
88# with MMS and MMK
@@ -38,7 +38,7 @@ MODEL = HUGE
3838# GUI or terminal mode executable.
3939# Comment out if you want just the character terminal mode only.
4040# GUI with Motif
41- # GUI = YES
41+ GUI = YES
4242
4343# GUI with GTK
4444# If you have GTK installed you might want to enable this option.
@@ -299,22 +299,22 @@ ALL_CFLAGS_VER = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) -
299299ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
300300 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
301301
302- SRC = arabic.c blowfish.c buffer.c charset.c crypt.c, crypt_zip.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2 .c \
303- ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c farsi.c fileio.c fold.c getchar.c \
304- hardcopy.c hashtab.c json.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
302+ SRC = arabic.c blowfish.c buffer.c charset.c crypt.c crypt_zip.c dict.c diff.c digraph.c edit.c eval.c evalfunc .c \
303+ ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c if_cscope .c if_xcmdsrv.c farsi.c fileio.c fold.c getchar.c \
304+ hardcopy.c hashtab.c json.c list.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
305305 misc2.c move.c normal.c ops.c option.c popupmnu.c quickfix.c regexp.c search.c sha256.c\
306- spell.c syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \
306+ spell.c spellfile.c syntax.c tag.c term.c termlib.c ui.c undo.c userfunc .c version.c screen.c \
307307 window.c os_unix.c os_vms.c pathdef.c \
308308 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
309309 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC)
310310
311- OBJ = arabic.obj blowfish.obj buffer.obj charset.obj crypt.obj, crypt_zip.obj diff.obj digraph.obj edit.obj eval.obj \
312- ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \
313- if_xcmdsrv.obj farsi.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj json.obj main.obj mark.obj \
311+ OBJ = arabic.obj blowfish.obj buffer.obj charset.obj crypt.obj crypt_zip.obj dict .obj diff.obj digraph.obj edit.obj eval.obj \
312+ evalfunc.obj ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope .obj \
313+ if_xcmdsrv.obj farsi.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj json.obj list.obj main.obj mark.obj \
314314 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \
315315 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj quickfix.obj \
316- regexp.obj search.obj sha256.obj spell.obj syntax.obj tag.obj term.obj termlib.obj \
317- ui.obj undo.obj screen.obj version.obj window.obj os_unix.obj \
316+ regexp.obj search.obj sha256.obj spell.obj spellfile.obj syntax.obj tag.obj term.obj termlib.obj \
317+ ui.obj undo.obj userfunc.obj screen.obj version.obj window.obj os_unix.obj \
318318 os_vms.obj pathdef.obj if_mzsch.obj\
319319 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
320320 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ)
@@ -496,6 +496,18 @@ charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
496496 ascii.h keymap.h term.h macros.h structs.h regexp.h \
497497 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
498498 globals.h farsi.h arabic.h
499+ crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \
500+ ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
501+ gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
502+ globals.h farsi.h arabic.h
503+ crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \
504+ ascii.h keymap.h term.h macros.h option.h structs.h \
505+ regexp.h gui.h gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
506+ proto.h globals.h farsi.h arabic.h
507+ dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
508+ ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
509+ gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
510+ globals.h farsi.h arabic.h
499511diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
500512 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
501513 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
@@ -512,6 +524,10 @@ eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
512524 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
513525 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
514526 arabic.h version.h
527+ evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \
528+ ascii.h keymap.h term.h macros.h option.h structs.h \
529+ regexp.h gui.h gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
530+ proto.h globals.h farsi.h arabic.h version.h
515531ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
516532 ascii.h keymap.h term.h macros.h structs.h regexp.h \
517533 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
@@ -569,6 +585,10 @@ json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \
569585 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
570586 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
571587 arabic.h version.h
588+ list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \
589+ ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
590+ gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
591+ globals.h farsi.h arabic.h
572592main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
573593 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
574594 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
@@ -653,10 +673,18 @@ search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
653673 ascii.h keymap.h term.h macros.h structs.h regexp.h \
654674 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
655675 globals.h farsi.h arabic.h
676+ sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
677+ ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
678+ gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
679+ globals.h farsi.h arabic.h
656680spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \
657681 ascii.h keymap.h term.h macros.h structs.h regexp.h \
658682 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
659683 globals.h farsi.h arabic.h
684+ spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \
685+ ascii.h keymap.h term.h macros.h option.h structs.h \
686+ regexp.h gui.h gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
687+ proto.h globals.h farsi.h arabic.h
660688syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
661689 ascii.h keymap.h term.h macros.h structs.h regexp.h \
662690 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
@@ -681,6 +709,10 @@ undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
681709 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
682710 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
683711 arabic.h
712+ userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
713+ ascii.h keymap.h term.h macros.h option.h structs.h \
714+ regexp.h gui.h gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
715+ proto.h globals.h farsi.h arabic.h
684716version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
685717 ascii.h keymap.h term.h macros.h structs.h regexp.h \
686718 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
0 commit comments