home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / util2src / util3src.txt < prev    next >
Encoding:
Text File  |  1994-03-03  |  2.9 KB  |  60 lines

  1. #==============================================================================
  2. # util3src.txt - List of source files for BookMaster
  3. #
  4. #      (aix):        list2bm util3src.txt | aix2dos >utilsrc.script
  5. #
  6. #      (dos, os/2):  list2bm util3src.txt utilsrc.scr
  7. #==============================================================================
  8.  
  9. #------------------------------------------------------------------------------
  10. # Title page
  11. #------------------------------------------------------------------------------
  12.  
  13. -title  "UTIL2 PACKAGE - Source Code (OS/2 2.1 and C Set/2)"
  14. -author "Brian Yoder"
  15. -date   "September 30, 1993"
  16.  
  17. #------------------------------------------------------------------------------
  18. # Body of the output document
  19. #------------------------------------------------------------------------------
  20.  
  21. -section "Makefile and Listfiles"
  22. makefile                            # Makefile
  23. util.def                            # Module definition file for utilities
  24. util3src.txt                        # This list file!
  25.  
  26. -section "Header Files"
  27. util.h                              # Header for util.lib library subroutines
  28. regexp.h                            # Only included by rxpm.c
  29. bmtbl.h                             # Used by bmtbl utility
  30.  
  31. -section "Library Subroutines"
  32. crcfile.c                           # Get CRC and length of a file
  33. cfaccess.c                          # Configuration (text) file subroutines
  34. futil.c                             # Misc. file utility subroutines
  35. lbuf.c                              # Buffered stream I/O subroutines
  36. rxpm.c                              # Regular expression and pattern-matching
  37. speclist.c                          # File spec list processing
  38. text2bm.c                           # Convert text to BookMaster symbols
  39.  
  40. -section "Utility Program Source Code"
  41. bmtbl.c                             # Build BookMaster table definition
  42. ccmt.c                              # Check C comments
  43. ccp.c                               # Conditional copy
  44. cdx.cmd                             # Change directory (extended capability)
  45. cdir.c                              # Change directory (used by cdx.cmd)
  46. chmod.c                             # Change file mode
  47. crc.c                               # CRC generation
  48. crcchk.c                            # CRC generation and checking
  49. grep.c                              # Get regular expression and print
  50. list2bm.c                           # Store files in BookMaster format
  51. ls.c                                # List directory
  52. t2bm.c                              # Convert a file to BookMaster format
  53.  
  54. -section "Test Programs"
  55. args.c                              # Just used to get my DOS feet wet again!
  56. cfdmp.c                             # Test subroutines in cfaccess.c
  57. ftest.c                             # Test various file utilities
  58. pmt.c                               # Test pattern-matching in rxpm.c
  59. tlbuf.c                             # Test for lbuf.c
  60.