1
1

Deleted and added files after prefix rule changes

This commit was SVN r18016.
Этот коммит содержится в:
Lenny Verkhovsky 2008-03-30 11:41:01 +00:00
родитель 8d79bfe860
Коммит b43f4a2dc9

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

@ -18,16 +18,16 @@
# $HEADER$ # $HEADER$
# #
AM_LFLAGS = -Prank_file_ AM_LFLAGS = -Porte_rmaps_rank_file_
LEX_OUTPUT_ROOT = lex.rank_file_ LEX_OUTPUT_ROOT = lex.orte_rmaps_rank_file_
dist_pkgdata_DATA = help-orte-rmaps-rf.txt dist_pkgdata_DATA = help-rmaps_rank_file.txt
sources = \ sources = \
rmaps_rf.c \ rmaps_rank_file.c \
rmaps_rf.h \ rmaps_rank_file.h \
rmaps_rf_component.c \ rmaps_rank_file_component.c \
rankfile_lex.l \ rmaps_rank_file_lex.l \
rankfile_lex.h rmaps_rank_file_lex.h
# Make the output library in this directory, and name it either # Make the output library in this directory, and name it either
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la # mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
@ -37,7 +37,7 @@ if OMPI_BUILD_rmaps_rank_file_DSO
component_noinst = component_noinst =
component_install = mca_rmaps_rank_file.la component_install = mca_rmaps_rank_file.la
else else
component_noinst = libmca_rmaps_rank_file.la component_noinst = libmca_mca_rank_file.la
component_install = component_install =
endif endif
@ -46,6 +46,7 @@ mcacomponent_LTLIBRARIES = $(component_install)
mca_rmaps_rank_file_la_SOURCES = $(sources) mca_rmaps_rank_file_la_SOURCES = $(sources)
mca_rmaps_rank_file_la_LDFLAGS = -module -avoid-version mca_rmaps_rank_file_la_LDFLAGS = -module -avoid-version
noinst_LTLIBRARIES = $(component_noinst) #noinst_LTLIBRARIES = $(component_noinst)
libmca_rmaps_rank_file_la_SOURCES =$(sources) #libmca_rmaps_rank_file_la_SOURCES =$(sources)
libmca_rmaps_rank_file_la_LDFLAGS = -module -avoid-version #libmca_rmaps_rank_file_la_LDFLAGS = -module -avoid-version