Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

OpenVMS MAKE

Original Message
Name: marchunan2000
Date: September 10, 2005 at 17:40:21 Pacific
Subject: OpenVMS MAKE
OS: Alpha/OpenVMS V8.2
CPU/Ram: Alpha DS10 server
Comment:
Hi,
I am trying to understand how to build a Module developed using DEC C, C++, and VAX MACRO 32 (ported to Alpha) (three source languages). Here I have pasted my existing makefile.vms code, which is used to build. But I don't understand what utility has been used to write this makefile.vms program, is it MMS, or any third party tools?

===========================
# Makefile for VMS
#
%include mdm_cinc:make.vms

all: $(AR) obj:filefind.exe

$(AR):
IF F$SEARCH("$(AR).DIR") .EQS. "" THEN CREATE/DIR/NOLOG [.$(AR)]

obj:main.obj: mdm_slib:main.c
cc$(CFLAGS)/obj=obj: mdm_slib:main.c

obj:check.obj: check.c common.d filefind.d filefind.h
cc$(CFLAGS)/obj=obj: check.c

obj:mcommon.obj: mcommon.c
cc$(CFLAGS)/obj=obj: mcommon.c

obj:stk_filefind.obj: stk_filefind.mar common.mar filefind.mar filefind_defs.mar
macro/debug/obj=obj:stk_filefind common+filefind+filefind_defs+stk_filefind


OBJL=mdmc_lib:libmdm.olb/lib,\
mdmc_lib:libmdmc.olb/lib,\
mdmc_lib:libmdm.olb/lib,\
mdmc_lib:libmdmc.olb/lib,\
mdmc_lib:libmdmv.olb/lib

obj:filefind.exe: obj:main.obj obj:check.obj obj:mcommon.obj \
obj:stk_filefind.obj $(OBJL)
cxxlink $(LFLAGS) /map=obj:filefind/exe=obj:filefind -
obj:main,obj:check,obj:mcommon,obj:stk_filefind,-
$(OBJL),$(LOPTIONS)

filefind.mar: filefind.m
mcr mdmc_bin:register "-M" filefind.m

common.mar: mdm_cinc:common.m
mcr mdmc_bin:register "-M" mdm_cinc:common.m
copy mdm_cinc:common.mar *
delete/nolog mdm_cinc:common.mar;*

common.d: mdm_cinc:common.d
copy mdm_cinc:common.d *

filefind.d: filefind.m
mcr mdmc_bin:register -h filefind.m

filefind_defs.mar: filefind.defs
@mdmc_bin:make_includes filefind.defs macro:ffind -s

filefind.h: filefind.defs
@mdmc_bin:make_includes filefind.defs C -s

clean:
IF F$SEARCH("OBJ:*.*") .NES. "" THEN DELETE OBJ:*.*;*

clean_exe:
IF F$SEARCH("OBJ:*.EXE") .NES. "" THEN DELETE OBJ:*.EXE;*

mdmc_root:[register.vms]filefind.m: filefind.m
copy/nolog filefind.m mdmc_root:[register.vms]
purge/nolog mdmc_root:[register.vms]filefind.m

mdmc_bin:filefind.exe: obj:filefind.exe
copy/nolog obj:filefind.exe mdmc_bin:
purge/nolog mdmc_bin:filefind.exe

install: mdmc_bin:filefind.exe mdmc_root:[register.vms]filefind.m
===========================================

Could you please give me some idea where can I find the document to understand this "makefile.vms" code

Thanks in advance.
Archunan Muthiah


Report Offensive Message For Removal


Response Number 1
Name: ramachandra
Date: September 15, 2005 at 03:42:31 Pacific
Subject: OpenVMS MAKE
Reply: (edit)
Hi,

I think there is no utility to generate this MMS file, you have to enter it manually, MMS utility is a layered product and it is available in DECSET.

Regards
Rama


Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: OpenVMS MAKE

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




XP Installed to G?

exessive internet traffic

ZoneAlarm Question. Blocked Connect

Windows Live Messenger Problem

Delete $Uninstall after SP3 updates


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC