home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilss / sprtools / unix / readme < prev    next >
Text File  |  1995-03-10  |  2KB  |  66 lines

  1. UNIX Makefiles
  2. ==============
  3.  
  4. Version 1.02 (12-Jul-1994)
  5. SPRtools block 1c release.
  6. (C) 1993-4 DEEJ Technology PLC
  7.  
  8. Features
  9. --------
  10. Makefiles for compiling on UNIX systems
  11. endian.c C file to enable configuration for new machines.
  12.  
  13. To Use
  14. ------
  15. Copy the correct makefile to the source directory as 'makefile'.
  16. SPRtools can then be made by typing 'make'.
  17.  
  18. hp_68k.mk    For Hewlett Packard HP9000/300 and HP9000/400 workstations
  19.             based on Motorolla 680x0 processors and running the HPUX
  20.             C developers kit (ANSI compiler c89).
  21.             
  22. hp_pa.mk    For Hewlett Packard HP9000/700 workstations based on the
  23.         HP PA_RISC processors and running the HPUX C developers kit
  24.         (ANSI compiler c89).
  25.             
  26. solaris.mk    For Sun workstations based on Sun SPARC processors running
  27.         either Solaris or SunOS compilers.
  28.         
  29. sunos.mk    For Sun    workstations based on Motorolla 680x0 processors and
  30.         running the Sun OS compiler.
  31.  
  32. sun_gcc.mk    For Sun workstations based on Sun SPARC (or 680x0 oprocessors)
  33.         running    the gcc compliler and tools. Uncomment the correct
  34.         line for processor type.
  35.         
  36. endian.c    Use this program to determine the machine parameters required
  37.         by SPRtools if running on a machine not mentioned above.
  38.         Either send the machine name and results from this program to
  39.         the address given on the main distribution ReadMe file, or
  40.         follow the instructions below.
  41.         
  42.         The output from endian.c corresponds to symbols which must
  43.         be defined in io.h If the values for word and dword padding
  44.         are not the same as the alignment, a later version of SPRtools 
  45.         must be obtained.
  46.         
  47.         Otherwise lines should be inserted to set up the ENDIAN_TYPE,
  48.         ALIGN_WORD and ALIGN_DWORD with the values from endian.c in the
  49.         same way as the existing ones are setup. The lines should be
  50.         surrounded with a #ifdef depending on a symbol whose name
  51.         relates it to the processor/OS.
  52.         
  53.         The most suitable makefile from above should then be copied,
  54.         and the symbol defined in the CFLAGS section replaced with the
  55.         one you have put in io.h.
  56.         
  57.         Please send any modifications to the software back to the
  58.         author for inclusion in future releases. See the main ReadMe
  59.         for details.
  60.  
  61.         
  62. Acknowledgements
  63. ----------------
  64. Thanks to Steffan Corley for his help with the HP PA-RISC and Sun GCC
  65. machine configurations and makefiles.
  66.