comparison src/Make_vms.mms @ 119:e8f07016e34d

updated for version 7.0042
author vimboss
date Wed, 19 Jan 2005 22:18:32 +0000
parents 410fa1a31baf
children 7fd4b5df33be
comparison
equal deleted inserted replaced
118:45fd0ec37cf3 119:e8f07016e34d
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: 2004 Dec 16 5 # Last change: 2005 Jan 19
6 # 6 #
7 # This has script been tested on VMS 6.2 to 7.3 on DEC Alpha, VAX and IA64 7 # This has script been tested on VMS 6.2 to 7.3 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:
272 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ 272 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
273 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(SNIFF_LIB) $(RUBY_LIB) 273 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(SNIFF_LIB) $(RUBY_LIB)
274 274
275 SRC = buffer.c charset.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \ 275 SRC = buffer.c charset.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \
276 ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c fileio.c fold.c getchar.c \ 276 ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c fileio.c fold.c getchar.c \
277 main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ 277 hashtable.c, main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
278 misc2.c move.c normal.c ops.c option.c quickfix.c regexp.c search.c \ 278 misc2.c move.c normal.c ops.c option.c quickfix.c regexp.c search.c \
279 syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \ 279 syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \
280 window.c os_unix.c os_vms.c pathdef.c \ 280 window.c os_unix.c os_vms.c pathdef.c \
281 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) $(SNIFF_SRC) \ 281 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) $(SNIFF_SRC) \
282 $(RUBY_SRC) $(HANGULIN_SRC) 282 $(RUBY_SRC) $(HANGULIN_SRC)
283 283
284 OBJ = buffer.obj charset.obj diff.obj digraph.obj edit.obj eval.obj \ 284 OBJ = buffer.obj charset.obj diff.obj digraph.obj edit.obj eval.obj \
285 ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \ 285 ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \
286 if_xcmdsrv.obj fileio.obj fold.obj getchar.obj main.obj mark.obj \ 286 if_xcmdsrv.obj fileio.obj fold.obj getchar.obj hashtable.obj main.obj mark.obj \
287 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \ 287 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \
288 move.obj mbyte.obj normal.obj ops.obj option.obj quickfix.obj \ 288 move.obj mbyte.obj normal.obj ops.obj option.obj quickfix.obj \
289 regexp.obj search.obj syntax.obj tag.obj term.obj termlib.obj \ 289 regexp.obj search.obj syntax.obj tag.obj term.obj termlib.obj \
290 ui.obj undo.obj screen.obj version.obj window.obj os_unix.obj \ 290 ui.obj undo.obj screen.obj version.obj window.obj os_unix.obj \
291 os_vms.obj pathdef.obj \ 291 os_vms.obj pathdef.obj \
505 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ 505 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
506 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 506 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
507 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 507 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
508 arabic.h 508 arabic.h
509 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 509 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
510 ascii.h keymap.h term.h macros.h structs.h regexp.h \
511 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
512 globals.h farsi.h arabic.h
513 hashtable.obj : hashtable.c vim.h [.auto]config.h feature.h os_unix.h \
510 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 514 ascii.h keymap.h term.h macros.h structs.h regexp.h \
511 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 515 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
512 globals.h farsi.h arabic.h 516 globals.h farsi.h arabic.h
513 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \ 517 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
514 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 518 ascii.h keymap.h term.h macros.h structs.h regexp.h \