05a7b1ed55
This commit was SVN r17918.
30 строки
1.0 KiB
Makefile
30 строки
1.0 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 (c) 2007 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers += \
|
|
base/base.h \
|
|
base/carto_base_graph.h
|
|
|
|
libmca_carto_la_SOURCES += \
|
|
base/carto_base_close.c \
|
|
base/carto_base_select.c \
|
|
base/carto_base_graph.c \
|
|
base/carto_base_wrapers.c \
|
|
base/carto_base_open.c
|