comparison src/Make_vms.mms @ 800:d8f905020502 v7.0b

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:46:53 +0000
parents a39b8af64334
children 23f82b5d2814
comparison
equal deleted inserted replaced
799:6beb2c667935 800:d8f905020502
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: 2006 Feb 23 5 # Last change: 2006 Mar 24
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 hardcopy.c hashtable.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ 290 hardcopy.c hashtab.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 popupmenu.c quickfix.c regexp.c search.c \ 291 misc2.c move.c normal.c ops.c option.c popupmnu.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 hashtab.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 popupmenu.obj quickfix.obj \ 301 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.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)
529 globals.h farsi.h arabic.h 529 globals.h farsi.h arabic.h
530 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \ 530 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
531 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 \
532 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 \
533 globals.h farsi.h arabic.h 533 globals.h farsi.h arabic.h
534 hashtable.obj : hashtable.c vim.h [.auto]config.h feature.h os_unix.h \ 534 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
535 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 \
536 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 536 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
537 globals.h farsi.h arabic.h 537 globals.h farsi.h arabic.h
538 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \ 538 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
539 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 539 ascii.h keymap.h term.h macros.h structs.h regexp.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 \ 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 \ 608 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
609 globals.h farsi.h arabic.h 609 globals.h farsi.h arabic.h
610 popupmenu.obj : popupmenu.c vim.h [.auto]config.h feature.h os_unix.h \ 610 popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \
611 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 \
612 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 \
613 globals.h farsi.h arabic.h 613 globals.h farsi.h arabic.h
614 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 \
615 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 \