! ! **************************************************************** ! ! Copyright (c) 1992, Carnegie Mellon University ! ! All Rights Reserved ! ! Permission is hereby granted to use, copy, modify, and ! distribute this software provided that the above copyright ! notice appears in all copies and that any distribution be for ! noncommercial purposes. ! ! Carnegie Mellon University disclaims all warranties with regard ! to this software. In no event shall Carnegie Mellon University ! be liable for any special, indirect, or consequential damages ! or any damages whatsoever resulting from loss of use, data, or ! profits arising out of or in connection with the use or ! performance of this software. ! ! **************************************************************** ! !++ ! DESCRIP.MMS - for IPDRIVER ! ! Description: ! ! An MMS file describing the compilation, linking and module ! dependencies for the network IPDRIVER. ! ! Written By: Dale Moore 1-JUL-1986 CMU-CS/RI ! ! Modifications: ! ! 15-MAR-1989 Dale Moore CMU-CS ! The EXE is now a shareable image. No Link No_User_Transfer ! error messages. Remove Starlet.OLB and move SYS.STB into OPT file. !-- MFLAGS = /list IPDRIVER.EXE : IPDRIVER.OBJ, IPDRIVER.OPT, DESCRIP.MMS LINK/SHAREABLE=$(MMS$TARGET)/MAP IPDRIVER.OBJ, IPDRIVER.OPT/OPT KIT : IPDRIVER066.B, IPDRIVER.SRC CONTINUE IPDRIVER066.B : IPDRIVER.OBJ, IPDRIVER.OPT, IPDRIVER.MAP PURGE $(MMS$SOURCE_LIST) SET PROTECTION=(World:RE) $(MMS$SOURCE_LIST) BACKUP $(MMS$SOURCE_LIST) $(MMS$TARGET)/SAVE/INTER/BLOCK=8192 IPDRIVER.SRC : - DESCRIP.MMS, - IPDRIVER.OPT, - IPDRIVER.MAR PURGE $(MMS$SOURCE_LIST) BACKUP $(MMS$SOURCE_LIST) $(MMS$TARGET)/SAVE/INTER/BLOCK=8192