File: Makefile.am

package info (click to toggle)
openmpi 5.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 201,684 kB
  • sloc: ansic: 613,078; makefile: 42,353; sh: 11,194; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,179; python: 1,859; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (86 lines) | stat: -rw-r--r-- 2,739 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
#                         University Research and Technology
#                         Corporation.  All rights reserved.
# Copyright (c) 2004-2022 The University of Tennessee and The University
#                         of Tennessee Research Foundation.  All rights
#                         reserved.
# Copyright (c) 2004-2009 High Performance Computing Center Stuttgart,
#                         University of Stuttgart.  All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
#                         All rights reserved.
# Copyright (c) 2009-2015 Cisco Systems, Inc.  All rights reserved.
# Copyright (c) 2015-2016 Intel, Inc. All rights reserved.
# Copyright (c) 2016      Research Organization for Information Science
#                         and Technology (RIST). All rights reserved.
# Copyright (c) 2020-2022 Amazon.com, Inc. or its affiliates.  All Rights reserved.
# Copyright (c) 2022      Advanced Micro Devices, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#

SUBDIRS = \
	include \
        datatype \
        etc \
        util \
	mca/base \
	$(MCA_opal_FRAMEWORKS_SUBDIRS) \
	$(MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) \
        . \
	$(MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS)
DIST_SUBDIRS = \
	include \
        datatype \
        etc \
	util \
	mca/base \
	$(MCA_opal_FRAMEWORKS_SUBDIRS) \
	$(MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS)

noinst_LTLIBRARIES = libopen-pal_core.la
lib_LTLIBRARIES = lib@OPAL_LIB_NAME@.la

libopen_pal_core_la_SOURCES =
libopen_pal_core_la_LIBADD = \
        mca/base/libmca_base.la \
        util/libopalutil_core.la \
	$(MCA_opal_FRAMEWORK_CORE_LIBS)
libopen_pal_core_la_DEPENDENCIES = \
        mca/base/libmca_base.la \
        util/libopalutil_core.la \
	$(MCA_opal_FRAMEWORK_CORE_LIBS)

lib@OPAL_LIB_NAME@_la_SOURCES =
lib@OPAL_LIB_NAME@_la_LIBADD = \
	libopen-pal_core.la \
        datatype/libdatatype.la \
        util/libopalutil.la \
	$(MCA_opal_FRAMEWORK_LIBS)
lib@OPAL_LIB_NAME@_la_DEPENDENCIES = \
	libopen-pal_core.la \
        datatype/libdatatype.la \
        util/libopalutil.la \
        $(MCA_opal_FRAMEWORK_LIBS)
lib@OPAL_LIB_NAME@_la_LDFLAGS = -version-info @libopen_pal_so_version@

# included subdirectory Makefile.am's and appended-to variables
headers =
dist_opaldata_DATA =
lib@OPAL_LIB_NAME@_la_SOURCES += $(headers)

# Conditionally install the header files

if WANT_INSTALL_HEADERS
opaldir = $(opalincludedir)/$(subdir)
nobase_opal_HEADERS = $(headers)
endif

include class/Makefile.am
include memoryhooks/Makefile.am
include runtime/Makefile.am
include mca/Makefile.am
include tools/Makefile.am