home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip531.zip / cmsmvs / unzip.makefile < prev    next >
Makefile  |  1996-03-30  |  337b  |  27 lines

  1. * This is a comment
  2. * this makefile compiles filter UNZIP
  3.  
  4. GLOBALS:
  5.    long def(VM_CMS)
  6. TEXT:
  7.    unzip c
  8.    crc32 c
  9.    crctab c
  10.    crypt c
  11.    envargs c
  12.    explode c
  13.    extract c
  14.    fileio c
  15.    globals c
  16.    inflate c
  17.    list c
  18.    match c
  19.    process c
  20.    ttyio c
  21.    unreduce c
  22.    unshrink c
  23.    zipinfo c
  24.    vmmvs c
  25. MODULE:
  26.    unzip module
  27.