1
1

Moved a bunch of header files from src/include/lam to here.

This commit was SVN r332.
Этот коммит содержится в:
Jeff Squyres 2004-01-13 22:13:44 +00:00
родитель d380ed4c11
Коммит dfb0f9c1c1

Просмотреть файл

@ -7,6 +7,14 @@ include $(top_srcdir)/config/Makefile.options
SUBDIRS = ctnetwork lfc mem os threads util
headers = \
atomic.h \
constants.h \
lam.h \
stdint.h \
totalview.h \
types.h
# If the --enable-single-library flag was given to configure, then the
# user wants to merge liblam and libmpi into a single big, honkin'
# libmpi. So the libmpi in this directory should be a convenience
@ -21,6 +29,15 @@ sources = \
threads/libthreads.la \
util/libutil.la
# Conditionally install the header files
if WANT_INSTALL_HEADERS
lamdir = $(includedir)/lam/lam
lam_HEADERS = $(headers)
else
lamdir = $(includedir)
endif
# List the names of the output libraries here
convenience_lib_name = liblam_convenience.la