2005-08-13 01:08:34 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-09-07 05:54:53 +00:00
|
|
|
|
2005-08-13 01:08:34 +00:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libmca_memory_malloc_hooks.la
|
|
|
|
|
|
|
|
# Source code files
|
|
|
|
libmca_memory_malloc_hooks_la_SOURCES = \
|
2005-08-21 19:01:39 +00:00
|
|
|
memory_malloc_hooks.c \
|
|
|
|
memory_malloc_hooks_component.c
|
|
|
|
libmca_memory_malloc_hooks_la_LIBADD = $(memory_malloc_hooks_LIBS)
|