1
1
openmpi/src/mca/mpi/pml/teg/Makefile.am

23 строки
583 B
Makefile
Исходник Обычный вид История

#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
noinst_LTLIBRARIES = libteg.la
# Source code files
headers = \
comm.h \
proc.h \
ptl_array.h \
teg.h
libteg_la_SOURCES = \
$(headers) \
proc.c \
ptl_array.c \
teg.c