- Eliminate extra -I statements
- Make the SOURCES list accurately reflect the list of source files This commit was SVN r1786.
Этот коммит содержится в:
родитель
f41c116909
Коммит
1931080182
@ -1,4 +1,3 @@
|
|||||||
# -*- makefile -*-
|
|
||||||
#
|
#
|
||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
@ -6,24 +5,19 @@
|
|||||||
include $(top_ompi_srcdir)/config/Makefile.options
|
include $(top_ompi_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_ompi_builddir)/src/include \
|
AM_CPPFLAGS = -I$(top_ompi_builddir)/src/include \
|
||||||
-I$(top_ompi_srcdir)/src -I$(top_ompi_srcdir)/src/include \
|
-I$(top_ompi_srcdir)/src -I$(top_ompi_srcdir)/src/include
|
||||||
-I/home/devel/gm-2.0.1_Linux/include \
|
|
||||||
-L/home/devel/gm-2.0.1_Linux/lib
|
|
||||||
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libmca_ptl_gm.la
|
noinst_LTLIBRARIES = libmca_ptl_gm.la
|
||||||
libmca_ptl_gm_la_SOURCES = \
|
libmca_ptl_gm_la_SOURCES = \
|
||||||
ptl_gm.c \
|
ptl_gm_addr.h \
|
||||||
ptl_gm.h \
|
ptl_gm.c \
|
||||||
ptl_gm_proc.c \
|
ptl_gm.h \
|
||||||
ptl_gm_proc.h \
|
ptl_gm_module.c \
|
||||||
ptl_gm_module.c \
|
ptl_gm_peer.h \
|
||||||
ptl_gm_req.c \
|
ptl_gm_priv.h \
|
||||||
ptl_gm_req.h \
|
ptl_gm_proc.c \
|
||||||
ptl_address.h \
|
ptl_gm_proc.h \
|
||||||
ptl_gm_priv.h \
|
ptl_gm_req.c \
|
||||||
ptl_gm_sendfrag.c \
|
ptl_gm_req.h \
|
||||||
ptl_gm_sendfrag.h \
|
ptl_gm_sendfrag.c \
|
||||||
ptl_gm_peer.h
|
ptl_gm_sendfrag.h
|
||||||
|
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user