1
1
This commit was SVN r1278.
Этот коммит содержится в:
Jeff Squyres 2004-06-15 19:39:21 +00:00
родитель ca57800b30
Коммит b1cb8b8cfa
9 изменённых файлов: 26 добавлений и 5 удалений

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

@ -856,6 +856,7 @@ AC_CONFIG_FILES([
src/tools/mpirun/Makefile
src/tools/wrappers/Makefile
src/rte/Makefile
src/rte/universe/Makefile
test/Makefile

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

@ -30,6 +30,9 @@ SUBDIRS = \
win \
. \
tools
# JMS Temporary hack to make "make dist" function properly. Directories
# mentioned here will eventually move into SUBDIRS.
DIST_SUBDIRS = $(SUBDIRS) rte
lib_LTLIBRARIES = libmpi.la
libmpi_la_SOURCES =

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

@ -18,6 +18,9 @@ SUBDIRS = \
ptl \
topo \
registry
# JMS Temporary hack to make "make dist" function properly; directories
# mentioned here will eventually be moved into SUBDIRS
DIST_SUBDIRS = $(SUBDIRS) gpr
# Source code files

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

@ -6,5 +6,5 @@
# Specific to this module
PARAM_INIT_FILE=src/topo_unity.c
PARAM_CONFIG_FILES="Makefile src/Makefile config/Makefile"
PARAM_CONFIG_FILES="Makefile src/Makefile"

8
src/rte/Makefile.am Обычный файл
Просмотреть файл

@ -0,0 +1,8 @@
# -*- makefile -*-
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
SUBDIRS = universe

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

@ -23,11 +23,11 @@ bin_PROGRAMS = \
openmpi_SOURCES = \
openmpi.h \
ompi_init.h \
os_session_dir.c \
ompi_init.c \
openmpi.c
old_sources = ompi_init.h ompi_init.c
openmpi_LDADD = \
$(libs) \
$(LIBMPI_EXTRA_LIBS) \

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

@ -12,7 +12,8 @@ noinst_LTLIBRARIES = libruntime.la
# Source code files
headers = \
runtime.h
runtime.h \
ompi_progress.h
libruntime_la_SOURCES = \
$(headers) \

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

@ -6,3 +6,6 @@
include $(top_srcdir)/config/Makefile.options
SUBDIRS = support class util threads
# JMS Temporary hack to make "make dist" work. The directories mentioned
# here will eventually moved into SUBDIRS.
DIST_SUBDIRS = $(SUBDIRS) rte

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

@ -22,9 +22,11 @@ bin_PROGRAMS = \
openmpi
openmpi_SOURCES = \
ompi_session_dir.c
bogus_sources = \
openmpi.h \
ompi_init.h \
os_session_dir.c \
ompi_init.c \
openmpi.c