You shoul do

configure

first to generate the "config.in."

Then you can do

make			# compile everything.

make STATIC=true	# for static library

make SHARED=true	# for shared image and stub libraries.

make STATIC_SHARED=true	# for static and shared libraries.

make LITE=true		# for light version shared library
			# no stub libraries are built.

make DEBUG=true		# for libg.a

make PROFILE=true	# for libc_p.a

make MATH=true		# for static libm.a only

make MATH=true SHARED=true	# for shared image and stub for libm.a

You can add SHADOW_COMPAT=true to turn on the shadow password support,
which may slow down your applications. Due to the copyright
complications, I suggest you compile the shadow stuff from the source
code yourself.

Thanks.

H.J.
hjl@nynexst.com
01/19/94
