1
1

Somehow this file got missed in the SVN import.

This commit was SVN r19047.
Этот коммит содержится в:
Jeff Squyres 2008-07-26 12:54:15 +00:00
родитель 4d034383d9
Коммит 6dac4706ea

Просмотреть файл

@ -0,0 +1,41 @@
#
# 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) 2008 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
include $(top_srcdir)/Makefile.options
noinst_LTLIBRARIES = libadio_bgl.la
libadio_bgl_la_SOURCES = \
ad_bgl_aggrs.c \
ad_bgl_aggrs.h \
ad_bgl.c \
ad_bgl_close.c \
ad_bgl_fcntl.c \
ad_bgl_getsh.c \
ad_bgl.h \
ad_bgl_hints.c \
ad_bgl_open.c \
ad_bgl_pset.c \
ad_bgl_pset.h \
ad_bgl_rdcoll.c \
ad_bgl_read.c \
ad_bgl_setsh.c \
ad_bgl_tuning.c \
ad_bgl_tuning.h \
ad_bgl_wrcoll.c \
ad_bgl_write.c