comparison src/Make_vms.mms @ 683:a39b8af64334

updated for version 7.0205
author vimboss
date Thu, 23 Feb 2006 21:32:16 +0000
parents eb531146be0e
children d8f905020502
comparison
equal deleted inserted replaced
682:f1b013312711 683:a39b8af64334
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 23 5 # Last change: 2006 Feb 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:
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 hardcopy.c 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 popupmenu.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 hardcopy.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 popupmenu.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 \
305 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) $(SNIFF_OBJ) \ 305 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) $(SNIFF_OBJ) \
306 $(RUBY_OBJ) $(HANGULIN_OBJ) 306 $(RUBY_OBJ) $(HANGULIN_OBJ)
602 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \ 602 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
603 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 603 ascii.h keymap.h term.h macros.h structs.h regexp.h \
604 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 604 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
605 globals.h farsi.h arabic.h os_unixx.h 605 globals.h farsi.h arabic.h os_unixx.h
606 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \ 606 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
607 ascii.h keymap.h term.h macros.h structs.h regexp.h \
608 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
609 globals.h farsi.h arabic.h
610 popupmenu.obj : popupmenu.c vim.h [.auto]config.h feature.h os_unix.h \
607 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 611 ascii.h keymap.h term.h macros.h structs.h regexp.h \
608 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 612 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
609 globals.h farsi.h arabic.h 613 globals.h farsi.h arabic.h
610 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \ 614 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
611 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 615 ascii.h keymap.h term.h macros.h structs.h regexp.h \