!============================================================================= ! Description !! Builds the WEB tool objects in the current default directory. !- The target WEB builds the normal stuff, and the !- WEB_SIFT target applies the SIFT tool to !- all of the source files. ! !# MMS Rules Assumed !! The following DEC/MMS rules are assumed to be defined elsewhere. This !- would be in a standard include file that defines that rules for MMS. !- !" !- COM to COM_RNO !- COM_RNO to HLP !- HLP to HLB !- MMS to MMS_RNO !" !^ MMS Rules>COM to COM_RNO !^ MMS Rules>COM_RNO to HLP !^ MMS Rules>HLP to HLB !^ MMS Rules>MMS to MMS_RNO ! !# MMS Macros !! The following MMS macros are assumed to already be defined. ![ !: BLDHLB For the help library where WEB.HLP is placed. !] !^ MMS Macros>BLDHLB>in WEB_BUILD.MMS !=============================================================================== !# MMS Targets ![ !: WEB !^ MMS Targets>WEB>in WEB_BUILD.MMS WEB : $(BLDHLB)(WEB=WEB.HLP) @ write sys$output "%MMS-I-TOOL, $(mms$target) built" !: WEB.HLP !^ MMS Targets>WEB.HLP>in WEB_BUILD.MMS WEB.hlp : WEB.COM_RNO !: WEB_SIFT !^ MMS Targets>WEB_SIFT>in WEB_BUILD.MMS WEB_sift : - WEB.com_rno, - WEB_build.mms_rno, - WEB_install.mms_rno @ write sys$output "%MMS-I-TARGET, $(mms$target) built" !: WEB.COM_RNO !^ MMS Targets>WEB.COM_RNO>in WEB_BUILD.MMS WEB.COM_rno : WEB.COM !: WEB_BUILD.MMS_RNO !^ MMS Targets>WEB_BUILD.MMS_RNO>in WEB_BUILD.MMS WEB_build.mms_rno : WEB_build.mms !: WEB_INSTALL.MMS_RNO !^ MMS Targets>WEB_INSTALL.MMS_RNO>in WEB_BUILD.MMS WEB_install.mms_rno : WEB_install.mms !] end - Targets