![Jeff Squyres](/assets/img/avatar_default.png)
LIBADD instead of appending to the existing one. Also removed some more Makefile.options whitespace, and I think emacs removed some tabs (i.e., replaced them with whitespace). This commit was SVN r7399.
22 строки
715 B
Makefile
22 строки
715 B
Makefile
#
|
|
# 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$
|
|
#
|
|
|
|
noinst_LTLIBRARIES = libmca_gpr_replica_tl.la
|
|
libmca_gpr_replica_tl_la_SOURCES = \
|
|
gpr_replica_tl.h \
|
|
gpr_replica_dict_tl.c \
|
|
gpr_replica_segment_tl.c
|