Remove lots of unnecessary AM_CPPFLAGS
This commit was SVN r1382.
Этот коммит содержится в:
родитель
ab02edd510
Коммит
ab24783107
@ -17,7 +17,7 @@ else
|
||||
module_noinst = libmca_allocator_bucket.la
|
||||
module_install =
|
||||
endif
|
||||
|
||||
|
||||
mcamoduledir = $(libdir)/openmpi
|
||||
mcamodule_LTLIBRARIES = $(module_install)
|
||||
mca_allocator_bucket_la_SOURCES = $(sources)
|
||||
|
@ -4,6 +4,9 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
# Need this so that the base knows where to load dynamic modules from
|
||||
# (by default)
|
||||
|
||||
AM_CPPFLAGS = -DOMPI_PKGLIBDIR=\"$(pkglibdir)\"
|
||||
|
||||
noinst_LTLIBRARIES = libmca_base.la
|
||||
|
@ -5,20 +5,3 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DOMPI_PREFIX="\"$(prefix)\"" \
|
||||
-DOMPI_BINDIR="\"$(bindir)\"" \
|
||||
-DOMPI_LIBDIR="\"$(libdir)\"" \
|
||||
-DOMPI_INCDIR="\"$(includedir)\"" \
|
||||
-DOMPI_PKGLIBDIR="\"$(pkglibdir)\"" \
|
||||
-DOMPI_SYSCONFDIR="\"$(sysconfdir)\"" \
|
||||
-DOMPI_CONFIGURE_USER="\"@OMPI_CONFIGURE_USER@\"" \
|
||||
-DOMPI_CONFIGURE_HOST="\"@OMPI_CONFIGURE_HOST@\"" \
|
||||
-DOMPI_CONFIGURE_DATE="\"@OMPI_CONFIGURE_DATE@\""
|
||||
|
||||
libs = $(top_builddir)/src/libmpi.la
|
||||
|
||||
bin_PROGRAMS =
|
||||
|
||||
clean-local:
|
||||
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || $(RM) -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
|
||||
|
@ -7,11 +7,6 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = romio-1.2.5.1
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_io_romio.la
|
||||
libmca_io_romio_la_SOURCES = \
|
||||
io_romio_module.c \
|
||||
|
@ -4,11 +4,6 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_oob_cofs.la
|
||||
libmca_oob_cofs_la_SOURCES = \
|
||||
oob_cofs.h \
|
||||
|
@ -4,11 +4,6 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_pcm_cofs.la
|
||||
libmca_pcm_cofs_la_SOURCES = \
|
||||
pcm_cofs.h \
|
||||
|
@ -4,11 +4,6 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_pcm_rsh.la
|
||||
libmca_pcm_rsh_la_SOURCES = \
|
||||
pcm_rsh.h \
|
||||
|
@ -8,9 +8,7 @@ noinst_LTLIBRARIES = libmca_pml_base.la
|
||||
|
||||
# For VPATH builds, have to specify where static-modules.h will be found
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-pedantic \
|
||||
-I$(top_builddir)/src
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src
|
||||
|
||||
# Source code files
|
||||
|
||||
|
@ -5,11 +5,6 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_pml_teg.la
|
||||
libmca_pml_teg_la_SOURCES = \
|
||||
pml_teg.c \
|
||||
|
@ -5,12 +5,6 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_builddir)/src/ompi/event \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_ptl_elan.la
|
||||
libmca_ptl_elan_la_SOURCES = \
|
||||
ptl_elan.h \
|
||||
|
@ -5,12 +5,6 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_builddir)/src/ompi/event \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_ptl_self.la
|
||||
libmca_ptl_self_la_SOURCES = \
|
||||
ptl_self.c \
|
||||
|
@ -5,11 +5,6 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_ptl_sm.la
|
||||
libmca_ptl_sm_la_SOURCES = \
|
||||
ptl_sm.c \
|
||||
|
@ -5,11 +5,6 @@
|
||||
|
||||
include $(top_ompi_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_ompi_builddir)/src/include \
|
||||
-I$(top_ompi_srcdir)/src \
|
||||
-I$(top_ompi_srcdir)/src/include
|
||||
|
||||
noinst_LTLIBRARIES = libmca_ptl_tcp.la
|
||||
libmca_ptl_tcp_la_SOURCES = \
|
||||
ptl_tcp.c \
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user