Move the ctnetwork directory to src/lam/ctnetwork
This commit was SVN r87.
Этот коммит содержится в:
родитель
70aff4627f
Коммит
a071a3381d
@ -284,6 +284,7 @@ AC_CONFIG_FILES([
|
|||||||
src/include/Makefile
|
src/include/Makefile
|
||||||
|
|
||||||
src/lam/Makefile
|
src/lam/Makefile
|
||||||
|
src/lam/ctnetwork/Makefile
|
||||||
src/lam/lfc/Makefile
|
src/lam/lfc/Makefile
|
||||||
src/lam/mem/Makefile
|
src/lam/mem/Makefile
|
||||||
|
|
||||||
@ -312,9 +313,6 @@ AC_CONFIG_FILES([
|
|||||||
src/mpi/p2p/interface/Makefile
|
src/mpi/p2p/interface/Makefile
|
||||||
src/mpi/p2p/matching/Makefile
|
src/mpi/p2p/matching/Makefile
|
||||||
|
|
||||||
src/runtime/Makefile
|
|
||||||
src/runtime/ctnetwork/Makefile
|
|
||||||
|
|
||||||
src/tools/Makefile
|
src/tools/Makefile
|
||||||
src/tools/wrappers/Makefile
|
src/tools/wrappers/Makefile
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/config/Makefile.options
|
include $(top_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
SUBDIRS = include lam mpi runtime tools
|
SUBDIRS = include lam mpi tools
|
||||||
|
@ -31,12 +31,13 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/config/Makefile.options
|
include $(top_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
SUBDIRS = lfc mem os threads util
|
SUBDIRS = ctnetwork lfc mem os threads util
|
||||||
|
|
||||||
lib_LTLIBRARIES = liblam.la
|
lib_LTLIBRARIES = liblam.la
|
||||||
|
|
||||||
liblam_la_SOURCES =
|
liblam_la_SOURCES =
|
||||||
liblam_la_LIBADD = \
|
liblam_la_LIBADD = \
|
||||||
|
ctnetwork/libctnetwork.la \
|
||||||
lfc/liblfc.la \
|
lfc/liblfc.la \
|
||||||
mem/libmem.la \
|
mem/libmem.la \
|
||||||
threads/libthreads.la \
|
threads/libthreads.la \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user