changing library to version 1.1.2
[openmpi-llc.git] / opal / Makefile.am
blob11b5f9cf142805c23138e16f32d8eea7ab1b5fd1
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$
19 SUBDIRS = \
20         include \
21         $(LIBLTDL_SUBDIR) \
22         asm \
23         class \
24         event \
25         mca \
26         memoryhooks \
27         runtime \
28         threads \
29         util \
30         . \
31         dynamic-mca
33 # Build the main OPAL library
35 lib_LTLIBRARIES = libopal.la
36 libopal_la_SOURCES =
37 libopal_la_LIBADD = \
38         $(LIBLTDL_LTLIB) \
39         asm/libasm.la \
40         class/libclass.la \
41         event/libevent.la \
42         mca/base/libmca_base.la \
43         memoryhooks/libopalmemory.la \
44         runtime/libruntime.la \
45         threads/libthreads.la \
46         util/libopalutil.la \
47         $(MCA_opal_FRAMEWORK_LIBS)
49 libopal_la_DEPENDENCIES = $(libopal_la_LIBADD)
51 # Conditionally install the header files
53 # This is somewhat of a hack -- libltdl is installed by libtoolize,
54 # and us installing the header here is slightly less kludgey than
55 # hacking their Makefile.am.
57 if WANT_INSTALL_HEADERS
58 ompidir = $(includedir)/openmpi/opal/libltdl
59 ompi_HEADERS = libltdl/ltdl.h
60 else
61 ompidir = $(includedir)
62 endif