1
1
openmpi/src/lam/Makefile.am
Jeff Squyres 965d876030 Integrate libevent into liblam
This commit was SVN r739.
2004-02-12 18:54:06 +00:00

42 строки
802 B
Makefile

# -*- makefile -*-
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
SUBDIRS = ctnetwork event lfc mem os runtime threads util
noinst_LTLIBRARIES = liblam_convenience.la
headers = \
atomic.h \
constants.h \
lam.h \
stdint.h \
totalview.h \
types.h
# List the input convenience libraries here
sources = \
ctnetwork/libctnetwork.la \
event/libevent.la \
lfc/liblfc.la \
mem/libmem.la \
runtime/libruntime.la \
threads/libthreads.la \
util/libutil.la
liblam_convenience_la_SOURCES =
liblam_convenience_la_LIBADD = $(sources)
# Conditionally install the header files
if WANT_INSTALL_HEADERS
lamdir = $(includedir)/lam/lam
lam_HEADERS = $(headers)
else
lamdir = $(includedir)
endif