comparison src/Make_vms.mms @ 1221:dc65bb5de20e

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 18:52:16 +0000
parents 7f01e52cc97a
children d065616e0836
comparison
equal deleted inserted replaced
1220:97cc1e746d2c 1221:dc65bb5de20e
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 Sep 04 5 # Last change: 2007 May 07
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:
324 copy/nolog $(CONFIG_H) [.auto]config.h 324 copy/nolog $(CONFIG_H) [.auto]config.h
325 325
326 mmk_compat : 326 mmk_compat :
327 -@ open/write pd pathdef.c 327 -@ open/write pd pathdef.c
328 -@ write pd "/* Empty file to satisfy MMK depend. */" 328 -@ write pd "/* Empty file to satisfy MMK depend. */"
329 -@ write pd "/* It will be owerwritten later on... */" 329 -@ write pd "/* It will be overwritten later on... */"
330 -@ close pd 330 -@ close pd
331 clean : 331 clean :
332 -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;* 332 -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;*
333 -@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;* 333 -@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;*
334 -@ if "''F$SEARCH("[.auto]config.h")'" .NES. "" then delete/noconfirm/nolog [.auto]config.h;* 334 -@ if "''F$SEARCH("[.auto]config.h")'" .NES. "" then delete/noconfirm/nolog [.auto]config.h;*
429 -@ show logical PERLSHR 429 -@ show logical PERLSHR
430 -@ write sys$output " include path: ""$(PERL_INC)""" 430 -@ write sys$output " include path: ""$(PERL_INC)"""
431 -@ show symbol perl 431 -@ show symbol perl
432 -@ open/write pd if_perl.c 432 -@ open/write pd if_perl.c
433 -@ write pd "/* Empty file to satisfy MMK depend. */" 433 -@ write pd "/* Empty file to satisfy MMK depend. */"
434 -@ write pd "/* It will be owerwritten later on... */" 434 -@ write pd "/* It will be overwritten later on... */"
435 -@ close pd 435 -@ close pd
436 -@ write sys$output "creating OS_VMS_PERL.OPT file." 436 -@ write sys$output "creating OS_VMS_PERL.OPT file."
437 -@ open/write opt_file OS_VMS_PERL.OPT 437 -@ open/write opt_file OS_VMS_PERL.OPT
438 -@ write opt_file "PERLSHR /share" 438 -@ write opt_file "PERLSHR /share"
439 -@ close opt_file 439 -@ close opt_file