[OpenAFS-devel] librx-djgpp contortions...

Jeff Riegel riegel@almaden.ibm.com
Thu, 11 Oct 2001 18:56:20 -0700


> Looks like the librx-djgpp.a stuff in rx/Makefile could probably be
> eliminated relatively easily if we were to compile all the files on all
> platforms, but have the djgpp/NT-only ones have a big #ifdef/#endif block
> around them.

Personally, I prefer the makefiles to be a little uglier when necessary
to keep the source clean.  It seems confusing to link the Unix versions
of the library with Windows-only files that will not be used.

-Jeff