2005-08-13 01:08:34 +00:00
|
|
|
#
|
2005-11-05 19:57:48 +00:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2005-08-13 01:08:34 +00:00
|
|
|
# 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
|
2005-09-22 12:28:54 +00:00
|
|
|
libmca_memory_malloc_hooks_la_LIBADD = \
|
|
|
|
$(memory_malloc_hooks_LIBS)
|