# # Copyright (c) 2009 Cisco Systems, Inc # All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow # # $HEADER$ # # main library setup noinst_LTLIBRARIES = libmca_sysinfo.la libmca_sysinfo_la_SOURCES = # header setup nobase_opal_HEADERS = # local files headers = sysinfo.h \ sysinfo_types.h libmca_sysinfo_la_SOURCES += $(headers) # Conditionally install the header files if WANT_INSTALL_HEADERS nobase_opal_HEADERS += $(headers) opaldir = $(includedir)/openmpi/opal/mca/sysinfo else opaldir = $(includedir) endif include base/Makefile.am distclean-local: rm -f base/static-components.h