home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d034 / btree.lha / Btree / POSTER2 < prev    next >
Encoding:
Text File  |  1986-09-03  |  996 b   |  26 lines

  1. # This is a shell archive, meaning:
  2. # 1. Remove everything above the #! /bin/sh line.
  3. # 2. Save the resulting text in a file.
  4. # 3. Execute the file with /bin/sh (not csh) to create:
  5. #
  6. #    btree.c        - the main B-tree code, organised as a set of
  7. #              procedures returning error/ success codes
  8. #    btree.h        - error codes for btree.c
  9. #    btree.fe.c    - the B-tree "front-end" system 
  10. #    btree.fe.h    - the real code of the front-end system
  11. #    btree.test.c    - the B-tree test system 
  12. #    btree.test.h    - various constants used by the tests
  13. #    btree.prt.h    - routines used for printing out B-trees
  14. #              used by both the front-end and the tests
  15. #    btree.fe.M    - makefile for constructing the btree front-end
  16. #    btree.test.M    - makefile for constructing the btree test
  17. #
  18. # 4. Upon completion, execute
  19. #    (i)    'make -f btree.fe.M' to build the front-end system
  20. #        (executable 'btree.fe').
  21. #    (ii)    'make -f btree.test.M' to build the test system
  22. #        (executable 'btree.test').
  23. #
  24. # This archive created: Mon Aug 18  16:11:03 1986
  25. #
  26.