|
From: <sv...@va...> - 2009-05-31 07:03:28
|
Author: njn Date: 2009-05-31 08:03:05 +0100 (Sun, 31 May 2009) New Revision: 10172 Log: Update a comment. Modified: trunk/auxprogs/Makefile.am Modified: trunk/auxprogs/Makefile.am =================================================================== --- trunk/auxprogs/Makefile.am 2009-05-30 19:15:34 UTC (rev 10171) +++ trunk/auxprogs/Makefile.am 2009-05-31 07:03:05 UTC (rev 10172) @@ -34,15 +34,15 @@ # # This is really horrible. # -# Don't let automake install this, since it puts the .so's in the -# wrong place. Instead install them ourselves in the right -# place using the install-exec-local target below. -# -# Also, automake isn't good at supporting non-$(CC) compilers. +# automake isn't good at supporting non-$(CC) compilers. # But we need to use $(MPI_CC) here. Hence the nasty hack of # directly saying how to build libmpiwrap-*.so, instead of # using automake's standard gunk. # +# XXX: if we put the MPI stuff in its own directory and manually added +# "CC = $(MPI_CC)" then I think the usual automake approach would work. +# --njn +# if VGCONF_OS_IS_AIX5 HACKY_FLAGS_PRI = -g -O -bE:libmpiwrap_aix5.exp -bM:SRE -bnoentry \ -qflag=w:w -qlanglvl=extended \ |