1
1
openmpi/opal/mca/memory
Brian Barrett 1302cb4072 The next in a long line of crazed build system changes from Brian. This was
originally suggested by Ralf Wildenhues, to try to speed autogen, configure,
and make (and possibly even make install).  Use automake's include directive
to drastically reduce the number of Makefile files (although the number of
Makefile.am files is the same - most are just included in a top-level
Makefile.am).  Also use an Automake SUBDIRs feature to eliminate the
dynamic-mca tree, which was no longer really needed.  This makes adding
a framework easier (since you don't have to remember the dynamic-mca
tree) and makes building faster (as make doesn't have to recurse through
the dynamic-mca tree)

This commit was SVN r7777.
2005-10-17 00:21:10 +00:00
..
base The next in a long line of crazed build system changes from Brian. This was 2005-10-17 00:21:10 +00:00
darwin * one more void* to function pointer casting cleanup. Stupid dlsym! 2005-09-30 14:54:28 +00:00
malloc_hooks * some versions of malloc.h check to see if __malloc_attribute__ is defined, and 2005-10-04 14:42:32 +00:00
malloc_interpose * fix compiler warning about void* -> function pointer casting. Stupid 2005-09-30 05:15:27 +00:00
ptmalloc2 Add lib{opal,orte,mpi}.la to appropriate LIBADD's, some whitespace cleanup as well. 2005-09-22 12:28:54 +00:00
configure.m4 * Add malloc_interpose memory manager intercept functions that should work 2005-08-21 19:01:39 +00:00
Makefile.am The next in a long line of crazed build system changes from Brian. This was 2005-10-17 00:21:10 +00:00
memory.h * remove need to edit project/Makefile.am and project/{dynamic-,}mca/Makefile.am when adding a new component. Configure / autogen now do it for you. 2005-08-13 20:19:24 +00:00