comparison src/Make_vms.mms @ 440:eb531146be0e v7.0114

updated for version 7.0114
author vimboss
date Sat, 23 Jul 2005 22:25:46 +0000
parents 8ab9c77240d4
children a39b8af64334
comparison
equal deleted inserted replaced
439:8d2b705a5a51 440:eb531146be0e
1 # 1 #
2 # Makefile for Vim on OpenVMS 2 # Makefile for Vim on OpenVMS
3 # 3 #
4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> 4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
5 # Last change: 2005 Jul 12 5 # Last change: 2005 Jul 23
6 # 6 #
7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
8 # with MMS and MMK 8 # with MMS and MMK
9 # 9 #
10 # The following could be built: 10 # The following could be built:
285 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ 285 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
286 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(SNIFF_LIB) $(RUBY_LIB) 286 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(SNIFF_LIB) $(RUBY_LIB)
287 287
288 SRC = buffer.c charset.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \ 288 SRC = buffer.c charset.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \
289 ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c fileio.c fold.c getchar.c \ 289 ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c fileio.c fold.c getchar.c \
290 hashtable.c, main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ 290 hardcopy.c hashtable.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
291 misc2.c move.c normal.c ops.c option.c quickfix.c regexp.c search.c \ 291 misc2.c move.c normal.c ops.c option.c quickfix.c regexp.c search.c \
292 spell.c syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \ 292 spell.c syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \
293 window.c os_unix.c os_vms.c pathdef.c \ 293 window.c os_unix.c os_vms.c pathdef.c \
294 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) $(SNIFF_SRC) \ 294 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) $(SNIFF_SRC) \
295 $(RUBY_SRC) $(HANGULIN_SRC) 295 $(RUBY_SRC) $(HANGULIN_SRC)
296 296
297 OBJ = buffer.obj charset.obj diff.obj digraph.obj edit.obj eval.obj \ 297 OBJ = buffer.obj charset.obj diff.obj digraph.obj edit.obj eval.obj \
298 ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \ 298 ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \
299 if_xcmdsrv.obj fileio.obj fold.obj getchar.obj hashtable.obj main.obj mark.obj \ 299 if_xcmdsrv.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtable.obj main.obj mark.obj \
300 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \ 300 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \
301 move.obj mbyte.obj normal.obj ops.obj option.obj quickfix.obj \ 301 move.obj mbyte.obj normal.obj ops.obj option.obj quickfix.obj \
302 regexp.obj search.obj spell.obj syntax.obj tag.obj term.obj termlib.obj \ 302 regexp.obj search.obj spell.obj syntax.obj tag.obj term.obj termlib.obj \
303 ui.obj undo.obj screen.obj version.obj window.obj os_unix.obj \ 303 ui.obj undo.obj screen.obj version.obj window.obj os_unix.obj \
304 os_vms.obj pathdef.obj \ 304 os_vms.obj pathdef.obj \
522 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ 522 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
523 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 523 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
524 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 524 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
525 arabic.h 525 arabic.h
526 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 526 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
527 ascii.h keymap.h term.h macros.h structs.h regexp.h \
528 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
529 globals.h farsi.h arabic.h
530 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
527 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 531 ascii.h keymap.h term.h macros.h structs.h regexp.h \
528 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 532 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
529 globals.h farsi.h arabic.h 533 globals.h farsi.h arabic.h
530 hashtable.obj : hashtable.c vim.h [.auto]config.h feature.h os_unix.h \ 534 hashtable.obj : hashtable.c vim.h [.auto]config.h feature.h os_unix.h \
531 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 535 ascii.h keymap.h term.h macros.h structs.h regexp.h \