home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / distributed-c-2.1 / part01 / Makefile.doc < prev    next >
Encoding:
Makefile  |  1993-12-22  |  769 b   |  20 lines

  1. You must specify a target. 
  2. To generate the runtime library and all programs, type 'make <target>' where 
  3. <target> is one of the following:
  4.     iPSC    - Intel Hypercube
  5.     AIX     - AIX on IBM workstations
  6.     CONVEX  - ConvexOs on Convex supercomputers
  7.     HPUX    - HP-UX on Hewlett Packard machines
  8.     LINUX   - Linux on AT386/486
  9.     SPARC   - SunOs on Sun SPARCstations
  10.     ULTRIX  - Ultrix on DEC Vaxes
  11.     UNICOS  - UNICOS on Cray supercomputers
  12.     UNIX    - SCO Unix on AT386/486
  13.     XENIX   - SCO Xenix on AT386/486
  14. To perform a special administration action, type 'make <action>' where <action>
  15. specifies the choosen action:
  16.     install - install the files on your system
  17.     archive - archive the complete package
  18.     clean   - clean the subdirectories
  19.  
  20.