~ubuntu-branches/ubuntu/hardy/openmpi/hardy-updates

« back to all changes in this revision

Viewing changes to orte/mca/pls/poe/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-10-15 00:46:11 UTC
  • Revision ID: james.westby@ubuntu.com-20061015004611-uuhxnaxyjmuxfd5h
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
 
3
#                         University Research and Technology
 
4
#                         Corporation.  All rights reserved.
 
5
# Copyright (c) 2004-2005 The University of Tennessee and The University
 
6
#                         of Tennessee Research Foundation.  All rights
 
7
#                         reserved.
 
8
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, 
 
9
#                         University of Stuttgart.  All rights reserved.
 
10
# Copyright (c) 2004-2005 The Regents of the University of California.
 
11
#                         All rights reserved.
 
12
# $COPYRIGHT$
 
13
 
14
# Additional copyrights may follow
 
15
 
16
# $HEADER$
 
17
#
 
18
 
 
19
# Use the top-level Makefile.options
 
20
 
 
21
 
 
22
 
 
23
sources = \
 
24
        pls_poe.h \
 
25
        pls_poe_component.c \
 
26
        pls_poe_module.c
 
27
 
 
28
# Make the output library in this directory, and name it either
 
29
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
 
30
# (for static builds).
 
31
 
 
32
if OMPI_BUILD_pls_poe_DSO
 
33
component_noinst =
 
34
component_install = mca_pls_poe.la
 
35
else
 
36
component_noinst = libmca_pls_poe.la
 
37
component_install =
 
38
endif
 
39
 
 
40
mcacomponentdir = $(libdir)/openmpi
 
41
mcacomponent_LTLIBRARIES = $(component_install)
 
42
mca_pls_poe_la_SOURCES = $(sources)
 
43
mca_pls_poe_la_LDFLAGS = -module -avoid-version
 
44
mca_pls_poe_la_LIBADD = \
 
45
    $(top_ompi_builddir)/orte/liborte.la \
 
46
    $(top_ompi_builddir)/opal/libopal.la
 
47
 
 
48
noinst_LTLIBRARIES = $(component_noinst)
 
49
libmca_pls_poe_la_SOURCES =$(sources)
 
50
libmca_pls_poe_la_LDFLAGS = -module -avoid-version