1#
2# Copyright (c) Huawei Technologies Co., Ltd. 2019.  ALL RIGHTS RESERVED.
3# See file LICENSE for terms.
4#
5
6noinst_LTLIBRARIES      = libucg_base.la
7libucg_base_la_CFLAGS   = $(BASE_CFLAGS)
8libucg_base_la_CPPFLAGS = $(BASE_CPPFLAGS)
9
10noinst_HEADERS = \
11	ucg_plan.h \
12	ucg_group.h
13
14libucg_base_la_SOURCES = \
15	ucg_plan.c \
16	ucg_group.c \
17	ucg_version.c
18