home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / m2posx14 / bin / makelib.m < prev    next >
Text File  |  1994-04-15  |  423b  |  13 lines

  1. MODULE MAKELIB;
  2. (* Kann als Hauptmodul bei HM2 und MM2 angegeben werden, damit durch das
  3.  * `Make' alle Module auf einmal uebersetzt werden.
  4.  *)
  5. IMPORT
  6.   PORTAB, pSTORAGE, types, MEMBLK, pLONGSET, OSCALLS, LCTypes, LCPOSIX,
  7.   LCgerman, LCusa, LC, e, ctype, lib, cstr, pSTRING, DosSystem, cmdline,
  8.   DosSupport, loc, jump, sys, tim, file, dir, proc, term, sig, ANSIC,
  9.   POSIX1, POSIX2, BSD, pOUT;
  10.  
  11. END MAKELIB.
  12.  
  13.