8faa1884f0
component/base Makefile.am files, reducing the time configure spends stamping out Makefiles at the end * Install base_impl.h file when devel-headers are being installed This commit was SVN r8200.
46 строки
1.8 KiB
Makefile
46 строки
1.8 KiB
Makefile
#
|
|
# 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.
|
|
# 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$
|
|
#
|
|
|
|
# Source code files
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_gpr_la_SOURCES += \
|
|
base/gpr_base_open.c \
|
|
base/gpr_base_close.c \
|
|
base/gpr_base_select.c \
|
|
base/gpr_base_simplified_put.c \
|
|
base/gpr_base_simplified_subscribe.c \
|
|
base/gpr_base_xfer_payload.c \
|
|
base/data_type_support/gpr_data_type_packing_fns.c \
|
|
base/data_type_support/gpr_data_type_unpacking_fns.c \
|
|
base/unpack_api_response/gpr_base_unpack_cleanup.c \
|
|
base/unpack_api_response/gpr_base_unpack_del_index.c \
|
|
base/unpack_api_response/gpr_base_print_dump.c \
|
|
base/unpack_api_response/gpr_base_dump_notify.c \
|
|
base/unpack_api_response/gpr_base_unpack_arithmetic_ops.c \
|
|
base/unpack_api_response/gpr_base_unpack_put_get.c \
|
|
base/unpack_api_response/gpr_base_unpack_subscribe.c \
|
|
base/pack_api_cmd/gpr_base_pack_cleanup.c \
|
|
base/pack_api_cmd/gpr_base_pack_del_index.c \
|
|
base/pack_api_cmd/gpr_base_pack_dump.c \
|
|
base/pack_api_cmd/gpr_base_pack_arithmetic_ops.c \
|
|
base/pack_api_cmd/gpr_base_pack_put_get.c \
|
|
base/pack_api_cmd/gpr_base_pack_subscribe.c
|