HC Manual
How to make HC
Recommended make options
Common options for each environment
If you have a multi-proccesor machine, you can make each object file
simultaneously. Specify MAKEFLAGS=-jn, where n
is the maximum number of concurrenct jobs. For example,
$ make MAKEFLAGS=-j16
Recommended number of n is twice or three times the number of
processors.
SUN solaris 2.6, 7, 8 (sparc) + gcc
We recommend -mcpu option when making.
$ make OPTFLAGS="-O3 -mcpu=v8"
Herabuna can't be compiled with option
v9, or v9a as cpu type.
Copyright(C) 2001
Laboratory of DNA Information Analysis
@
Human Genome Center,
The Institute of Medical Science,
The University of Tokyo